arvados.git
2024-01-11 Tom Clegg20318: Fix DiskCacheSize not propagated by (*KeepClient...
2024-01-11 Tom Clegg20318: Bypass disk cache in certain tests, keepstore...
2024-01-11 Tom Clegg20318: Propagate Close error from http backend.
2024-01-11 Tom Clegg20318: Fix BadChecksum error not propagated through...
2024-01-11 Tom Clegg20318: Remove redundant WriteTo case already handled...
2024-01-09 Tom Clegg20318: Fix bad compare / short read behavior in DiskCac...
2024-01-08 Tom Clegg20318: Add comments about KeepClient/KeepGateway wiring.
2024-01-05 Tom Clegg20318: Fix nil pointer usage.
2024-01-05 Tom Clegg20318: Update stale comment.
2024-01-05 Tom Clegg20318: Note no-op defers in comments.
2023-12-28 Tom Clegg20318: Add install/upgrade notes about /var/cache.
2023-12-28 Tom Clegg20318: Sync cache state after 1% churn instead of 5...
2023-12-26 Tom Clegg20318: Ensure empty cache for test case.
2023-12-26 Tom Clegg20318: Add -cache-size flag to arvados-client mount.
2023-12-26 Tom Clegg20318: Fix shared var in test.
2023-12-26 Tom Clegg20318: Use one tidying goroutine and filehandle pool...
2023-12-26 Tom Clegg20318: Fix write using Reader and unspecified Hash.
2023-12-26 Tom Clegg20318: Add config entry for keep-web cache size.
2023-12-20 Tom Clegg20318: Merge branch 'main' into 20318-disk-cache
2023-12-20 Tom Clegg20318: Test hash check on block write.
2023-12-20 Tom Clegg20318: Track estimated cache usage, and tidy more dilig...
2023-12-20 Tom Clegg20318: Implement BlockRead via ReadAt so it supports...
2023-12-20 Tom Clegg20318: Test streaming.
2023-12-20 Tom Clegg20318: Comment about error handling.
2023-12-19 Tom Clegg20318: Return requested range while fetching remainder...
2023-12-19 Tom Clegg20318: Fix stuttering error message.
2023-12-19 Tom Clegg20318: Remove memory-backed keep block cache.
2023-12-19 Tom Clegg20318: Route KeepClient block writes through disk cache.
2023-12-19 Tom Clegg20318: Don't use memory-backed block cache for short...
2023-12-19 Lucas Di PentimaMerge branch '21309-x-crypto-upgrade'. Closes #21309
2023-12-19 Lucas Di Pentima21309: Upgrades golang.org/x/crypto dependency 21309-x-crypto-upgrade
2023-12-19 Tom Clegg20318: Fail instead of reading through if cache dir...
2023-12-19 Tom Clegg20318: Close held-open filehandles when deleting cache...
2023-12-19 Tom Clegg20318: Test mangling cache files while reading.
2023-12-18 Tom Clegg20318: Add concurrent and sequential read benchmarks.
2023-12-18 Tom CleggMerge branch '21254-test-race'
2023-12-18 Tom CleggMerge branch '21214-dav-virtual-projects'
2023-12-18 Tom Clegg21214: Note cycle detection/behavior on WebDAV doc... 21214-dav-virtual-projects
2023-12-18 Tom Clegg21214: Include project/collection singletons in customf...
2023-12-18 Brett SmithMerge branch '21283-callable-api-module'
2023-12-16 Brett SmithMerge branch '21146-pysdk-new-websockets'
2023-12-15 Tom Clegg20318: Try to keep cache files open for subsequent...
2023-12-15 Tom Clegg20318: Use const for cache-tidy hold timer.
2023-12-14 Peter AmstutzRevert "Add require 'random', refs #20846"
2023-12-14 Peter Amstutzarvbox updates for ruby and bundler, refs #21301
2023-12-14 Peter AmstutzAdd require 'random', refs #20846
2023-12-14 Peter AmstutzFix arvbox wb1 to wb2 redirects refs #20850
2023-12-14 Peter AmstutzFix release date of 2.7.1, refs #21089
2023-12-14 Peter Amstutzarvbox fixes, refs #21089
2023-12-13 Tom Clegg21254: Split TestRunForever into timer- and signal... 21254-test-race
2023-12-13 Tom CleggMerge branch '21254-test-race'
2023-12-13 Tom Clegg21214: Fix lookup of file with trailing slash.
2023-12-12 Tom Clegg21214: Permit filter groups to match filter groups...
2023-12-12 Brett SmithMerge branch '21277-github-pr-221'
2023-12-11 Tom CleggMerge branch '21206-ws-requesting-container-uuid'
2023-12-11 Stephen SmithMerge branch '21204-stable-log-sort-from-wb2-repo'...
2023-12-11 Stephen Smith21204: Merge branch '21204-stable-log-sort' from arvado... 21204-stable-log-sort-from-wb2-repo
2023-12-11 Tom Clegg21214: Include filter groups in sitefs.
2023-12-11 Stephen Smith21204: Add test for stable log line sort
2023-12-11 Stephen Smith21204: Change log sorter to preserve ordering of same...
2023-12-11 Brett Smith21283: Make arvados.api.__call__ a staticmethod 21283-callable-api-module
2023-12-11 Brett Smith21283: Make arvados.api a callable module
2023-12-09 Tom Clegg21214: Prevent filter groups from matching other/same...
2023-12-08 Krzysztof MajewskiAdd option to upload InputStream to KeepWebApi 21277-github-pr-221
2023-12-07 Peter AmstutzFix coreui version dependency, refs #21089
2023-12-07 Tom Clegg21254: Fix racy keep-balance test.
2023-12-07 Peter AmstutzPass in VERSION, MAINTAINER and DESCRIPTION, refs ...
2023-12-07 Tom CleggMerge branch '21258-flaky-adc-test'
2023-12-07 Peter AmstutzFix branch checkout in the build Docker image, refs...
2023-12-06 Tom CleggMerge branch 'main' from arvados-workbench2.git
2023-12-06 Tom Clegg21258: Fix "guaranteed broken" stub instance not broken.
2023-12-06 Tom Clegg21258: Fix "container completed twice" testing bug.
2023-12-06 Tom CleggMerge branch '21227-keep-web-panic'
2023-12-06 Tom Clegg21258: Fix flaky boot_outcomes metric test.
2023-12-06 Peter AmstutzMerge branch '21223-arv-mount-nofile' refs #21223
2023-12-05 Peter AmstutzMerge branch '21160-user-activation' refs #21160
2023-12-05 Tom Clegg21227: Use a separate global requestLimiter for each... 21227-keep-web-panic
2023-12-05 Lucas Di PentimaMerge branch '21262-dependency-upgrades'. Closes #21262
2023-12-05 Peter Amstutz21160: Avoid redundant work 21160-user-activation
2023-12-05 Brett Smith20684: Remove old apt-get command
2023-12-05 Lucas Di Pentima21262: Upgrades google.golang.org/grpc and its dependen... 21262-dependency-upgrades
2023-12-05 Lucas Di Pentima21262: Upgrades golang.org/x/net and its dependencies.
2023-12-05 Lucas Di Pentima21262: Upgrades github.com/go-jose/go-jose/v3 dependency.
2023-12-05 Lucas Di Pentima21262: Upgrades github.com/docker/docker dependency
2023-12-04 Tom Clegg21227: Don't reduce outgoing request concurrency below 4.
2023-12-04 Peter Amstutz21223: Add a few more --file-cache RLIMIT_NOFILE tests 21223-arv-mount-nofile
2023-12-04 Tom CleggMerge branch '21217-invalid-auth-header'
2023-12-04 Tom CleggMerge branch '18862-replay-job-log-task'
2023-12-04 Peter Amstutz21223: Add tests for setting RLIMIT_NOFILE based on...
2023-12-01 Brett SmithMerge branch '21219-java-sdk-pr-220'
2023-12-01 Tom Clegg21217: Automatically clean double-slash in API URLs. 21217-invalid-auth-header
2023-12-01 Krzysztof MajewskiAdd timeouts as configuration parameters 21219-java-sdk-pr-220
2023-12-01 Tom Clegg21227: Fix captured loop variable.
2023-12-01 Tom Clegg21227: Fix copied mutexes.
2023-12-01 Tom Clegg21227: Fix unbuffered channels used for signal.Notify.
2023-12-01 Tom Clegg21227: Fail tests on 'go vet' problems.
2023-12-01 Tom Clegg21227: Fix copied mutex after first use.
2023-12-01 Brett Smith21146: Add last_log_id argument to PollClient.subscribe 21146-pysdk-new-websockets
2023-12-01 Brett Smith19825: Document arvados.events module
2023-12-01 Brett Smith21146: Migrate PySDK to websockets library
next