21504: Reorder arv-mount --mount-* options
[arvados.git] / sdk / go /
2024-02-16 Brett SmithMerge branch '21321-cran-mirror'
2024-02-16 Tom CleggMerge branch '21023-keepclient-retry-delay'
2024-02-16 Tom Clegg21023: Clean up tests. 21023-keepclient-retry-delay
2024-02-15 Tom Clegg21023: Use known-good exponential backoff with jitter...
2024-02-14 Tom Clegg21023: Add exponential-backoff delay between keepclient...
2024-02-12 Brett SmithMerge branch 'github-pr-223'
2024-02-09 Brett SmithMerge branch 'github-pr-224'
2024-02-05 Peter AmstutzMerge branch 'main' into 21158-wf-page-list
2024-02-05 Lisa KnoxMerge branch 'main' into 21359-rightclick-newproject-bug
2024-02-02 Brett SmithMerge branch '21361-excise-old-distros'
2024-02-02 Peter AmstutzMerge branch '21370-process-search' refs #21370
2024-02-02 Peter AmstutzMerge branch '21304-user-update' refs #21304
2024-02-02 Peter AmstutzMerge branch '21216-multiplier-typo-fix' refs #21216
2024-02-02 Peter AmstutzMerge branch 'main' into 21440-process-panel-reorg 21440-process-panel-reorg
2024-02-02 Tom Clegg20318: Fix flaky test.
2024-02-02 Lisa KnoxMerge branch '21427-collection-test-fix'
2024-02-02 Brett SmithMerge branch '21429-remember-docker-state'
2024-01-31 Tom CleggAdd comment to workaround while waiting for upstream...
2024-01-29 Peter AmstutzMerge commit '3b735dd9330e0989f51a76771c3303031154154e...
2024-01-25 Lisa KnoxMerge branch '21317-toolbar-overflow'
2024-01-24 Stephen SmithMerge branch '21366-subprocess-output-loading-bug'...
2024-01-19 Peter AmstutzMerge branch '21394-docker-tag-push'
2024-01-18 Stephen SmithMerge branch '21353-loginas-flaky-bug' into main. Close...
2024-01-17 Tom CleggMerge branch '20318-disk-cache' 20318-disk-cache
2024-01-16 Tom Clegg20318: Update stale comments to match current error...
2024-01-12 Lisa KnoxMerge branch '21315-row-select'
2024-01-12 Lisa KnoxMerge branch '21316-left-panel-collapse'
2024-01-12 Tom Clegg20318: Avoid error when cache file is deleted while...
2024-01-11 Tom Clegg20318: Fix tests that expect Get to work on bare hashes.
2024-01-11 Tom Clegg20318: Fix ornery tests that hang/panic instead of...
2024-01-11 Tom Clegg20318: Clean up some gocheck usage: Equals, Nil ->...
2024-01-11 Tom Clegg20318: Route (*KeepClient)Get() through disk cache...
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-09 Tom CleggMerge branch '21258-flaky-adc-test'
2024-01-09 Tom CleggMerge branch '21036-keep-balance-metrics'
2024-01-08 Brett SmithMerge branch '20846-package-build-fixes'
2024-01-08 Tom CleggMerge branch '21285-max-gw-tunnels'
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.
2024-01-05 Lisa Knox21316: Merge commit '1416f698b72de4b09350d9c2fb25c1405c...
2024-01-05 Lisa Knox21128: Merge commit 'adbbc9e3c7a36d39b30f403555ee5889e3...
2024-01-05 Lisa KnoxMerge branch '21200-breadcrumbs-issues'
2024-01-02 Peter AmstutzMerge branch '21059-signup-email' refs #21059
2024-01-02 Tom CleggMerge branch '21206-ws-requesting-container-uuid'
2024-01-02 Tom CleggMerge branch '21276-test-race'
2023-12-29 Tom Clegg21276: Fix unreliable test. 21276-test-race
2023-12-28 Tom Clegg20318: Sync cache state after 1% churn instead of 5...
2023-12-27 Tom Clegg21285: Use separate request limit/queue for gateway...
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-21 Lisa Knox21200: copied branch from arvados-workbench2 Arvados...
2023-12-20 Stephen SmithMerge branch '19675-instance-types-panel' into main...
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 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: Include project/collection singletons in customf...
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-13 Tom Clegg21214: Fix lookup of file with trailing slash.
2023-12-12 Tom Clegg21214: Permit filter groups to match filter groups...
2023-12-11 Tom CleggMerge branch '21206-ws-requesting-container-uuid'
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-07 Stephen Smith19675: Merge branch '19675-instance-types-panel' from... 19675-test1
2023-12-07 Tom CleggMerge branch '21258-flaky-adc-test'
2023-12-06 Tom CleggMerge branch 'main' from arvados-workbench2.git
2023-12-06 Tom CleggMerge branch '21227-keep-web-panic'
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-04 Tom Clegg21227: Don't reduce outgoing request concurrency below 4.
2023-12-04 Tom CleggMerge branch '21217-invalid-auth-header'
2023-12-01 Tom Clegg21217: Automatically clean double-slash in API URLs. 21217-invalid-auth-header
2023-12-01 Tom Clegg21227: Fix copied mutexes.
2023-12-01 Tom Clegg21227: Fix copied mutex after first use.
2023-11-30 Tom Clegg21217: Don't retry after "invalid outgoing header"...
next