Nikolay Yurchenko
dd45fb54ea
Uplink CLI link added to popup ( #1894 )
2019-05-07 16:25:35 -04:00
Michael Barlock
a5a985154e
Direct suggestions to ideas.storj.io ( #1891 )
...
* Direct suggestions to ideas.storj.io
* Fix grammar in readme
2019-05-07 22:14:25 +02:00
Stefan Benten
ac452a5819
Add Network Wipe for Storagenodes ( #1909 )
...
* Add Network Wipe Migration to InfoDB
* Remove New Data Section
2019-05-07 22:05:50 +02:00
sanderr
a795ec93ac
typo ( #1882 )
2019-05-07 22:00:20 +02:00
aligeti
a83bb17417
updates the libuplink documentation with examples ( #1801 )
...
* updates the libuplink documentation with examples
* updated code review comments
* updated code review comments
* mods
* exmaple interface
2019-05-07 11:44:01 -04:00
Bill Thorp
ea978dd674
hopefully sensible satellite defaults ( #1888 )
...
* hopefully sensible satellite defaults
2019-05-07 10:44:47 -04:00
Dennis Coyle
47c869b33d
Gateway setup interactive ( #1904 )
2019-05-07 16:29:57 +02:00
Bill Thorp
d903865346
audit and uptime ratios default to 1
2019-05-07 10:23:08 -04:00
Dennis Coyle
2633913106
updates release MaxThreshold default to 130 ( #1907 )
2019-05-07 10:01:16 -04:00
Stefan Benten
4515dd8ab3
Add barlock and sndrr to CLA List ( #1906 )
...
* Add barlock and sndrr
* Restart CLA Check
2019-05-07 15:20:06 +02:00
Brandon Iglesias
b185c1ee8e
Adding Jeff Wendling to the CLA list. ( #1905 )
2019-05-07 14:26:16 +02:00
Jess G
a9b8b50839
add boltDB batching for Put operation, add benchmark test ( #1865 )
...
* add boltDB batching for Put operation, add benchmark test
* add batchPut method to kademlia routingTable
* add BatchPut method for other KeyValueStore to satisfy interface
* return err not implemented
* add noSync to boltdb client
* rm boltDB noSync
* make batch block and fix tests
* changes per CR
* rm test setting so it matches prod code behavior
* fix lint errs
2019-05-06 13:47:12 -07:00
Stefan Benten
6f964e63e8
Add Yingrong ( #1902 )
2019-05-06 16:10:46 -04:00
Stefan Benten
eeb4f6541e
Update Calculation to include the used space for the allocation ( #1899 )
2019-05-06 14:59:30 -04:00
Matt Robinson
9f98450824
Fix Jenkins master builds ( #1889 )
...
* Missed a bit to make jenkins build the versioncontrol image correctly
2019-05-03 14:14:38 -04:00
Matt Robinson
43ae28ce2c
Add image for versioncontrol server ( #1875 )
...
* First pass at building a version server container image
* Actually adding the Dockerfile this branch
* Add entrypoint to auto create config file
2019-05-02 23:25:04 +02:00
Stefan Benten
becc7617a6
Add Build Timeout to Jenkinsfile ( #1883 )
2019-05-02 11:48:04 -04:00
Yehor Butko
ba78ad8c0b
V3-1243 audit all node code and vulnerabilities part 1 ( #1881 )
2019-05-02 16:48:47 +03:00
Nikolay Yurchenko
ff50a2ba11
[V3-1556],[V3-1589],[V3-1550], popup fixed ( #1851 )
2019-05-02 12:54:48 +03:00
Maximillian von Briesen
900ede151a
do not return error if no stripe in audit selection ( #1867 )
2019-05-01 14:59:30 -04:00
Stefan Benten
891780990f
Add Identity to Version Control Server ( #1876 )
...
* Add Version Information for Identity Tool
* Adding Versions to JSON Output
* Restart CLA-Bot
2019-05-01 18:21:51 +02:00
Egon Elbre
ecde1bd251
jenkins: use -race for check-imports and fix dbx check ( #1873 )
...
What: Use -race for check-imports, this means it will use the cached build files.
Why:
2019-05-01 09:44:12 -06:00
Bill Thorp
6ece4f11ad
moved invalid/offline back into SQL ( #1838 )
...
* moved invalid/offline back into SQL, removed GetAll()
2019-05-01 09:45:52 -04:00
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