storj/satellite
Michał Niewrzał 8ce619706b satellite/audit: migrate to new segment_pending_audit table
Currently, pending audit is finding segment by segment location
(path) because we want to move audit to segmentloop and we will
have only StreamID and Position we need to add columns for those
fields. Altering existing table can cause issues while
migration and deployment. Cleaner choise is to make new table.
This change contains migration with new segment_pending_audit
table that will replace pending_audits table and adjustments
to use new table in the code.

Table pending_audits will be dropped with next release.

Change-Id: Id507e29c152da594bac1fd812c78d7ecf45ec51f
2021-06-28 13:19:49 +02:00
..
accounting satellite/metaloop: missing monitoring on observers 2021-06-15 13:39:13 +00:00
admin satellite: return directly to avoid shadowed err variable 2021-06-24 20:52:13 +02:00
analytics web, satellite: allow registering business accounts to ask for contact from sales team 2021-06-02 13:10:38 +00:00
attribution all: golangci-lint v1.33.0 fixes (#3985) 2020-12-05 17:01:42 +01:00
audit satellite/audit: migrate to new segment_pending_audit table 2021-06-28 13:19:49 +02:00
compensation satellite/compensation: add wallet features to invoice csv 2021-02-08 22:13:48 +02:00
console satellite/console: new endpoint to get total usage and limits for all the projects user owns 2021-06-25 21:22:59 +00:00
contact testplanet/satellite: reduce the number of places default values need to be configured 2021-06-01 22:14:17 +00:00
gc satellite/gc: remove skip first 2021-06-21 18:30:38 +00:00
gracefulexit satellite/{gracefulexit,overlay}: enable as of system time queries 2021-06-22 11:50:50 +00:00
inspector satellite/metainfo: remove MetabaseDB interface 2021-05-13 13:22:14 +00:00
internalpb satellite: remove irreparabledb leftovers from code 2021-06-22 11:26:17 +00:00
mailservice testplanet/satellite: reduce the number of places default values need to be configured 2021-06-01 22:14:17 +00:00
metabase satellite/audit: migrate to new segment_pending_audit table 2021-06-28 13:19:49 +02:00
metainfo satellite: rename Endpoint2 to Endpoint 2021-06-22 09:25:05 +00:00
metrics all: fix error naming 2021-04-29 15:38:21 +03:00
nodeapiversion satellite/nodeapiversion: new table for tracking node api usage 2020-07-09 15:02:25 +00:00
nodeselection/uploadselection satellite/nodeselection/uploadselection: rename package 2021-05-04 15:50:00 +00:00
nodestats pb: use *UnimplementedServer to avoid breaking API changes 2021-03-29 12:26:10 +03:00
orders satellite/orders: query for node first before upsert/replace 2021-06-22 15:16:12 -04:00
overlay satellite/{reputation,overlay,satellitedb}: create reputation service, DB, add overlay method UpdateReputation 2021-06-24 16:19:15 +00:00
payments satellite: return directly to avoid shadowed err variable 2021-06-24 20:52:13 +02:00
repair satellite: remove irreparabledb 2021-06-17 07:20:15 +00:00
reputation satellite/{reputation,overlay,satellitedb}: create reputation service, DB, add overlay method UpdateReputation 2021-06-24 16:19:15 +00:00
revocation satellite/satellitedb: move tests to their domains 2021-02-19 17:29:15 +02:00
rewards storj/storj: some domain changes we can make now 2021-04-13 17:12:06 +00:00
satellitedb satellite/audit: migrate to new segment_pending_audit table 2021-06-28 13:19:49 +02:00
snopayouts all: fix error naming 2021-04-29 15:38:21 +03:00
admin.go ci: fix lint errors 2021-05-17 13:37:31 +00:00
api.go satellite: rename Endpoint2 to Endpoint 2021-06-22 09:25:05 +00:00
configlock_test.go all: fix linter complaints 2020-10-13 15:59:01 +03:00
core.go satellite: remove irreparabledb 2021-06-17 07:20:15 +00:00
gc.go satellite/gc: move GC to segments loop 2021-06-01 20:36:02 +00:00
peer.go satellite: remove irreparabledb 2021-06-17 07:20:15 +00:00
repairer.go satellite: remove irreparabledb 2021-06-17 07:20:15 +00:00