Bogdan Artemenko
ecb81144a1
Macaroon Library ( #1537 )
...
* Added initial implementation of Macaroon Library.
* Implemented Unit tests.
* Added header.
* Serialization refactoring.
* Added description for Macaroon and Caveat struct.
* Removed NewNonce. Use NewSecret instead.
* change macaroon library to just use bytes directly
Change-Id: I0411203cb09244605d2ee49f9d9b9b1e2bf46c76
* linting
Change-Id: I0363c0e30b610966eb18ff8b3905d75c69541610
2019-05-01 08:40:56 -04:00
Natalie Villasana
7d33a2042d
makes TestBootstrapBackoffReconnect not flaky ( #1871 )
...
* rm badProxy's dropInterval, replaces with dropCount
2019-05-01 07:34:14 -04:00
Egon Elbre
ba322abd9c
Remove Travis ( #1868 )
2019-04-30 21:18:32 +03:00
Bill Thorp
2c9ef5b107
longer repair window ( #1866 )
2019-04-30 11:20:18 -04:00
Cameron
60abab1176
move nodeData length check after latestTally is updated in CalculateAtRestData ( #1841 )
...
* mode nodeData length check after latestTally is updated
* add test to verify unique constraint issue is fixed
2019-04-29 13:46:38 -04:00
Bill Thorp
f6b0a6b269
made inspector segment health care about healthy nodes ( #1858 )
2019-04-29 09:22:51 -04:00
Alexander Leitner
b0f67820f6
Use libuplink in the cmd/uplink files ( #1703 )
...
* Use libuplink in the cmd/uplink files
Co-authored-by: "Dylan Lott" lott.dylan@gmail.com
2019-04-26 15:00:25 -06:00
JT Olio
cb3c7d4c28
Update README.md
2019-04-26 12:55:19 -06:00
Jess G
2ab985684e
add pprof to uplink ( #1822 )
...
* add pprof to uplink
* add profile func to cobra Pre/PostRunE
* use PersistentPreRunE instead of Pre/PostRunE
* fix spacing format
* change names
2019-04-26 10:23:24 -07:00
Egon Elbre
d170ddc14f
avoid race in lib/uplink ( #1852 )
2019-04-26 20:15:41 +03:00
Bill Thorp
2367918331
removed unused .List() method ( #1853 )
...
* removed unused .List()
* removed unused test
2019-04-26 17:41:13 +02:00
Egon Elbre
db939d37ec
cover all the things ( #1818 )
2019-04-26 16:39:11 +03:00
Matt Robinson
8e09c30e2b
Whitelist Saturn (121R...) and Jupiter (12L9...) ( #1830 )
2019-04-26 08:56:58 -04:00
Natalie Villasana
bcfb03836f
kademlia Bootstrap function has exponential backoff ( #1786 )
...
* add exponential backoff to kademlia
2019-04-26 08:42:09 -04:00
Bill Thorp
a11dc76169
wired up online config ( #1827 )
...
* wired up online config
2019-04-26 08:15:06 -04:00
Ivan Fraixedes
ba152790b1
internal/textcontext: Fail test on error & docs ( #1835 )
...
* Make the `Dir` function to fail the test if the directories cannot be
created.
* Improve the docs to clarify the behavior of the exported functions.
* Make the default timeout exported for being able to see its value in
the documentation.
2019-04-26 12:21:32 +02:00
Egon Elbre
80400e7811
delete unused buckets/mocks ( #1849 )
2019-04-26 12:09:23 +03:00
Egon Elbre
60c4c10c79
storagenode: delete psserver ( #1837 )
2019-04-26 08:17:18 +03:00
Matt Robinson
d843f80773
account for the new pod name ( #1846 )
2019-04-26 08:08:42 +03:00
Jennifer Li Johnson
db6a2a46a9
set delete-tallies default to false ( #1844 )
2019-04-25 15:30:37 -04:00
Egon Elbre
381ab0b63a
jenkins: handle panics more gracefully ( #1836 )
...
* handle panics more gracefully
* fix typo
* add panic for testing
* mark failures
* remove testing panic
2019-04-25 10:43:18 -07:00
Maximillian von Briesen
50a0bffa0a
Improve audit cursor NextStripe ( #1821 )
2019-04-25 11:43:26 -04:00
Nikolay Yurchenko
42116594d1
[V3-1614] Account settings rework ( #1831 )
2019-04-26 01:06:19 +10:00
Nikolay Yurchenko
7300bfbebd
[V3-1315] link bug fix ( #1392 )
2019-04-25 23:08:00 +10:00
Egon Elbre
188544ec8a
set the postgres connection limit in config ( #1840 )
2019-04-25 15:31:22 +03:00
Bryan White
fd9d244de7
add info log for successfull authorizations ( #1804 )
2019-04-25 12:47:40 +02:00
Michal Niewrzal
fe3dfc1587
Move pointerdb.Service to satellite ( #1826 )
2019-04-25 10:46:32 +02:00
Michal Niewrzal
a585b97363
Download is hanging when one node is not responsive ( #1764 )
...
Change closes download connection in parallel and sets a timeout for communication between uplink and storage node
2019-04-25 10:17:26 +02:00
Egon Elbre
4da66792dd
jenkins: add tidiness checks ( #1824 )
2019-04-24 18:33:01 +03:00
Michal Niewrzal
dcea59205d
Uplink CLI setup welcome message ( #1735 )
2019-04-24 15:17:32 +02:00
Egon Elbre
ee3bf4a102
only run selection code once ( #1825 )
2019-04-24 06:35:50 -04:00
Egon Elbre
c284cfde30
ensure TestParallel doesn't deadlock on error ( #1808 )
2019-04-24 13:15:46 +03:00
Egon Elbre
7ba1a2bc53
storagenode: getting signee cert always asked the kademlia network ( #1823 )
2019-04-24 11:13:48 +03:00
Bill Thorp
cd4a3e06d8
wired up IsHealthy to config ( #1820 )
...
* wired up IsHealthy to config
2019-04-23 18:45:50 -04:00
Fadila
8ddf481b33
Checker: invalid and offline nodes search update ( #1812 )
...
* simplified invalid and offline login into getMissingPieces
2019-04-23 16:54:39 -04:00
Bill Thorp
2029c558af
updated audit configs ( #1814 )
...
updated audit configs
2019-04-23 16:47:11 -04:00
Egon Elbre
fe2bf7d4a6
fix saving uplink public key on satellite ( #1797 )
...
* fix save into cert records
* fix transaction logic
* test shouldn't be flaky anymore
* add missing cause method
* restart jenkins
2019-04-23 15:48:57 -04:00
Cameron
9f6b010748
rollup interval fixes ( #1739 )
...
* set all intervals to UTC in rollupStats map, only delete latest day after both rollups
* clean up usage of interval, use intervalEndTime rather than createdAt
* change some variable names, add comments
* add flag for tally deletion
* adds deletetallies flag to testplanet
* space
* Removes println:
* adds test for deletes false
2019-04-23 15:21:30 -04:00
Matt Robinson
92c0ab5b8d
Merge alpha directory with main storagenode directory ( #1817 )
2019-04-23 17:51:04 +02:00
Kaloyan Raev
da0bc5adb5
Selecting non-reputable nodes should not result in excessive selection ( #1680 )
2019-04-23 18:23:51 +03:00
Yehor Butko
4185f2d8ac
satellite bugfix ( #1816 )
...
* satellite bugfix
2019-04-23 17:46:54 +03:00
Nikolay Yurchenko
78dedbb5bb
search input and button swapped ( #1643 )
2019-04-24 00:06:33 +10:00
Yaroslav Vorobiov
75870005b2
api keys change encoding to base32 ( #1813 )
2019-04-23 16:00:31 +03:00
Yaroslav Vorobiov
f7409ab52b
Change time params to UNIX timestamp in console usage-report query ( #1757 )
2019-04-23 15:56:15 +03:00
Egon Elbre
65723afa9f
use postgres 11 for tests ( #1809 )
2019-04-23 15:28:30 +03:00
Egon Elbre
13ea5f928b
remove inmemory from storj-sim ( #1810 )
2019-04-23 15:14:13 +03:00
Egon Elbre
f7ed63a119
handle database error checks properly ( #1796 )
2019-04-23 14:13:57 +03:00
Egon Elbre
67555d4538
save raw output and output both stderr/stdin ( #1802 )
2019-04-23 14:05:32 +03:00
Egon Elbre
bdd0d778eb
interface tests belong to the interface, not the implementation ( #1794 )
2019-04-23 11:47:16 +03:00
Natalie Villasana
33ed8ca4c9
skips TestUploadDownloadOneUplinksInParallel and TestParallel ( #1806 )
2019-04-22 16:04:17 -04:00