storj/satellite
Ivan Fraixedes e47b8ed131
storagenode: No FATAL error when unsent orders aren't found (#2801)
* pkg/process: Fatal show complete error information
  Change the general process execution function to not using the sugared
  logger for outputting the full error information.
  Delete some unreachable code because Zap logger Fatal method calls exit
  1 internally.
* storagenode/storagenodedb: Add info to error
  Add more information to an error returned due to some data
  inconsistency.
* storagenode/orders: Don't use sugared logger
  Don't use sugar logger and provide better contextualized error messages
  in settle method.
* storagenode/orders: Add some log fields to error msgs
  Add some relevant log fields to some logged errors of the sender settle
  method.
* satellite/orders: Remove always nil error from debug
  Remove an error which as logged in debug level which was always nil and
  makes the logic that used this variable clear.
* storagenode/orders: Don't return error Archiving unsent
  Don't stop the process which archive unsent orders if some of them
  aren't found the DB because it cause the Storage Node to stop with a
  fatal error.
2019-08-16 16:53:22 +02:00
..
accounting storagenode/nodestats: cache node stats (#2543) 2019-08-08 16:47:04 +03:00
attribution rename all the things (#2531) 2019-07-28 08:55:36 +03:00
audit satellite/overlay: rename overlay.Cache to overlay.Service (#2717) 2019-08-06 19:35:59 +03:00
console satellite/rewards: update current reward to be finished once redemption cap has reached (#2745) 2019-08-14 15:53:48 -04:00
discovery satellite/overlay: rename overlay.Cache to overlay.Service (#2717) 2019-08-06 19:35:59 +03:00
gc satellie/gc: enable garbage collection on the satellite (#2765) 2019-08-12 20:30:09 +02:00
inspector satellite/overlay: rename overlay.Cache to overlay.Service (#2717) 2019-08-06 19:35:59 +03:00
mailservice Use zap.Stringer instead of zap.String (#2223) 2019-06-18 01:37:43 +02:00
marketingweb satellite/rewards: add generate referral link logic (#2655) 2019-07-31 12:01:18 -04:00
metainfo satellite/metainfo: fix storing enc key/nonce (#2759) 2019-08-15 14:45:49 +03:00
nodestats storagenode/nodestats: cache node stats (#2543) 2019-08-08 16:47:04 +03:00
orders storagenode: No FATAL error when unsent orders aren't found (#2801) 2019-08-16 16:53:22 +02:00
overlay Reduce UpdateAddress calls with address cache (#2681) 2019-08-06 16:56:12 -06:00
payments Project Payment methods (#2037) 2019-07-10 23:29:26 +03:00
repair satellite/overlay: rename overlay.Cache to overlay.Service (#2717) 2019-08-06 19:35:59 +03:00
rewards satellite/rewards: update current reward to be finished once redemption cap has reached (#2745) 2019-08-14 15:53:48 -04:00
satellitedb Update satellite settlement endpoint to batch order processing into transactions. (#2762) 2019-08-15 15:05:43 -04:00
vouchers satellite/overlay: rename overlay.Cache to overlay.Service (#2717) 2019-08-06 19:35:59 +03:00
peer.go Update satellite settlement endpoint to batch order processing into transactions. (#2762) 2019-08-15 15:05:43 -04:00