storj/scripts
paul cannon 02be91b029
real-time tracking of space used per project (#1910)
Ran into difficulties trying to find the ideal solution for sharing
these counts between multiple satellite servers, so for now this is a
dumb solution storing recent space-usage changes in a big dumb in-memory
map with a big dumb lock around it. The interface used, though, should
allow us to swap out the implementation without much difficulty
elsewhere once we know what we want it to be.
2019-05-09 20:39:21 -05:00
..
testdata real-time tracking of space used per project (#1910) 2019-05-09 20:39:21 -05:00
waitlist Waitlist script (#573) 2018-11-06 18:43:20 +01:00
cert-gating.sh certificates config and --certs-dir fixes (#1093) 2019-01-22 13:35:48 +01:00
check-clean-directory.go jenkins: add tidiness checks (#1824) 2019-04-24 18:33:01 +03:00
check-copyright.go updates copyright 2018 to 2019 (#1133) 2019-01-24 15:15:10 -05:00
check-dbx-version.sh jenkins: use -race for check-imports and fix dbx check (#1873) 2019-05-01 09:44:12 -06:00
check-imports.go jenkins: use -race for check-imports and fix dbx check (#1873) 2019-05-01 09:44:12 -06:00
check-mod-tidy.go jenkins: add tidiness checks (#1824) 2019-04-24 18:33:01 +03:00
cover-remove-generated.go cover all the things (#1818) 2019-04-26 16:39:11 +03:00
dependencies_test.go Add arguments to lockedgen for using it in other places (#1030) 2019-01-11 18:07:26 +02:00
fail-on-race.go Fail integration tests on panic (#1032) 2019-01-11 18:18:16 +02:00
install-awscli.sh Travis with go1.11 and modules (#479) 2018-10-16 20:02:00 +03:00
lockedgen.go ensure lockedgen handles comments properly (#1917) 2019-05-08 14:43:49 +03:00
protobuf.go Add protolock to build (#1321) 2019-02-18 08:43:46 +01:00
release.sh Fixing upload and build binaries (#1751) 2019-04-12 13:28:04 -04:00
test-aio.sh Test that network stalls don't cause indefinite hangs in uplink (#1530) 2019-03-20 08:58:07 -06:00
test-certificate-signing.sh Improve cert signing integration test+: (#997) 2019-01-11 15:59:35 +01:00
test-network-stalls.go Test that network stalls don't cause indefinite hangs in uplink (#1530) 2019-03-20 08:58:07 -06:00
test-satellite-cfg-change.sh v3-1660: Create a test that breaks when satellite config file has changed (#1898) 2019-05-07 17:20:04 -04:00
test-sim-aws.sh Test that network stalls don't cause indefinite hangs in uplink (#1530) 2019-03-20 08:58:07 -06:00
test-sim.sh run two satellites in integration tests (#1932) 2019-05-09 16:39:43 +02:00
test-uplink.sh Test that network stalls don't cause indefinite hangs in uplink (#1530) 2019-03-20 08:58:07 -06:00
update-satellite-cfg-lock.sh v3-1660: Create a test that breaks when satellite config file has changed (#1898) 2019-05-07 17:20:04 -04:00
use-ports.go updates copyright 2018 to 2019 (#1133) 2019-01-24 15:15:10 -05:00
utils.sh certificates config and --certs-dir fixes (#1093) 2019-01-22 13:35:48 +01:00
xunit.go ensure tests fail when parsing test output fails (#1914) 2019-05-08 16:36:41 +03:00