arvados.git
2023-03-28 Tom Clegg20264: Reject redirect target with userinfo. 20264-trusted-clients-portnumber
2023-03-27 Tom Clegg20140: Accept wildcards in TrustedClients.
2023-03-27 Tom Clegg20264: Ignore superfluous :443 and :80 in trusted origi...
2023-03-24 Peter AmstutzMerge branch '20259-banner-tooltip-doc' refs #20259
2023-03-24 Tom CleggMerge branch '20187-cache-discovery-doc'
2023-03-23 Tom Clegg20187: Remove references to discovery doc cache. 20187-cache-discovery-doc
2023-03-22 Peter Amstutz20259: Add documentation for banner and tooltip features 20259-banner-tooltip-doc
2023-03-21 Brett SmithMerge branch '19967-crunch-run-cost-updates'
2023-03-20 Brett Smith19967: Update container cost when crunch-run receives... 19967-crunch-run-cost-updates
2023-03-16 Tom Clegg20187: Don't use rails cache for discovery doc.
2023-03-16 Tom Clegg20187: Expire cache and start returning errors after...
2023-03-16 Tom Clegg20187: Use validate func instead of making cache discov...
2023-03-16 Tom Clegg20187: Tidy up test case.
2023-03-16 Lucas Di PentimaMerge branch '19937-build-packages-fix'. Closes #19937
2023-03-15 Tom Clegg20187: Fix test race.
2023-03-15 Tom Clegg20187: Check that the discovery doc is really a discove...
2023-03-15 Tom CleggMerge branch '20183-update-priority-thread'
2023-03-15 Tom Clegg20187: Preserve CORS and other misc headers.
2023-03-15 Tom Clegg20187: Test discovery doc cache.
2023-03-15 Tom Clegg20187: 1 minute timeout for getting discovery doc from...
2023-03-15 Tom Clegg20187: Update test.
2023-03-15 Tom Clegg20187: Validate and cache discovery doc in controller.
2023-03-14 Lucas Di Pentima19937: Only output development versions. 19937-build-packages-fix
2023-03-14 Lucas Di Pentima19937: Avoids processing empty input (e.g: when statica...
2023-03-13 Tom CleggMerge branch '19972-go-client-retry'
2023-03-13 Tom Clegg19972: Fix racy test case.
2023-03-10 Peter AmstutzMerge branch '20223-trash-sweep' refs #20223
2023-03-10 Peter Amstutz20227: Change default BalacePeriod to 6 hours.
2023-03-10 Peter Amstutz20223: Even more efficient to use pluck instead of... 20223-trash-sweep
2023-03-10 Tom Clegg19972: Lint.
2023-03-10 Tom Clegg19972: Remove unused code.
2023-03-10 Peter Amstutz20223: Need to use each_record instead of each
2023-03-10 Peter Amstutz20223: Use in_batches in used_by to tamp down memory...
2023-03-10 Peter Amstutz20223: Make trash sweep use in_batches
2023-03-10 Tom CleggMerge branch '20188-insufficient-subnet'
2023-03-10 Tom Clegg20188: Handle InsufficientVolumeCapacity as quota error.
2023-03-10 Peter AmstutzMerge branch '20223-container-bloat' refs #20223
2023-03-10 Peter Amstutz20223: Use pluck to avoid loading full record just... 20223-container-bloat
2023-03-09 Tom Clegg20183: Update container priority in creation order. 20183-update-priority-thread
2023-03-09 Tom Clegg20183: Clean up sql queries.
2023-03-09 Tom Clegg20183: Explain priority update strategy in comments.
2023-03-09 Peter Amstutz20223: Try to make priority update much lighter weight
2023-03-08 Peter AmstutzMerge branch '20214-r-sdk' refs #20214
2023-03-08 AnetaSta22speed up write function 20214-r-sdk
2023-03-08 Tom Clegg19972: Disable auto-retry in diagnostics and rpc.
2023-03-08 Tom Clegg19972: Disable auto-retry in ws and dispatcher.
2023-03-08 Tom Clegg19972: Auto retry with exponential backoff.
2023-03-08 Tom Clegg20188: Recognize InsufficientFreeAddressesInSubnet... 20188-insufficient-subnet
2023-03-07 Peter AmstutzMerge branch '19975-oom-resubmit' refs #19975
2023-03-07 Peter Amstutz19975: s/request/specify
2023-03-07 Peter Amstutz19975: Add note about runtime.ram
2023-03-07 Peter Amstutz19975: Typo fix.
2023-03-07 Peter Amstutz19975: Add OutOfMemoryRetry to CWL extensions page. 19975-oom-resubmit
2023-03-07 Peter AmstutzFix keep-web, refs #19899
2023-03-07 Peter AmstutzMerge branch '20183-update-priority-thread' refs #20183
2023-03-07 Peter AmstutzMerge branch '20200-log-limit' refs #20200
2023-03-06 Stephen SmithMerge branch '19899-webdav-cache-control' into main...
2023-03-06 Brett SmithMerge branch '19981-reuse-flex-keep-cache'
2023-03-06 Peter Amstutz20200: Set MaxConcurrentRequests for test 20200-log-limit
2023-03-06 Peter Amstutz19975: Add integration test for out-of-memory resubmit
2023-03-06 Peter Amstutz20200: Fix test typo
2023-03-06 Peter Amstutz20200: Fix defer mistake
2023-03-06 Stephen Smith19899: Add Cache-Control header to keep-web CORS response 19899-webdav-cache-control
2023-03-06 Peter Amstutz20200: Cleanups, mention changes in upgrade notes
2023-03-06 Tom Clegg20183: Don't do a periodic priority-update check at...
2023-03-06 Tom Clegg20183: Fix test fixture.
2023-03-06 Tom Clegg20183: Move update_priority tests. Fix updater starvation.
2023-03-05 Brett Smith19981: Explain how keep_cache_* runtime constraints... 19981-reuse-flex-keep-cache
2023-03-05 Brett Smith19981: Fix verb tense typo
2023-03-05 Brett Smith19981: Document the keep_cache_disk runtime constraint
2023-03-05 Brett Smith19981: Add config note about impact of changing Default...
2023-03-05 Tom Clegg20183: Fixup auth contexts in tests.
2023-03-05 Tom Clegg20183: Deduplicate test suite setup.
2023-03-05 Tom Clegg20183: Move priority update thread from rails to contro...
2023-03-05 Peter Amstutz19975: Add OutOfMemoryRetry extension
2023-03-05 Brett Smith19981: Reuse containers with various keep_cache constraints
2023-03-04 Peter Amstutz19975: Retrying RAM wip
2023-03-04 Peter Amstutz19975: Initial work to auto-retry on OOM
2023-03-04 Brett Smith19981: Generalize vary_parameters test method
2023-03-04 Brett Smith16325: Document the purposes of the different log colle...
2023-03-04 Brett SmithMerge branch '16325-test-container-collection-properties'
2023-03-03 Peter Amstutz20200: Add test for limiting log create requests
2023-03-03 Brett Smith16325: Expand tests for container request collection...
2023-03-03 Peter Amstutz20200: Add limiter for log create requests
2023-03-03 Peter AmstutzMerge branch '20182-supervisor-limit' refs #20182
2023-03-03 Peter Amstutz20182: API server sets "supervisor" flag now 20182-supervisor-limit
2023-03-03 Tom CleggMerge branch '20198-passenger-restart'
2023-03-02 Tom Clegg20198: Run config-watcher thread in a worker process... 20198-passenger-restart
2023-03-02 Tom Clegg20198: Fix unclosed response body.
2023-03-02 Brett SmithMerge branch '19986-crunchstat-max-reporting'
2023-03-02 Brett Smith19986: Prevent division by zero when reporting max...
2023-03-02 Peter Amstutz20182: Add 'supervisor' to default scheduling params
2023-03-02 Peter AmstutzAdd --disable-binary to rvm install for debian 11 for...
2023-03-02 Peter AmstutzAdd workaround for 'ffi' build in debian11 package...
2023-03-01 Peter Amstutz20182: Add option to limit the number of supervisor...
2023-03-01 Brett Smith19986: Log max resource usage after a container finishes
2023-03-01 Brett Smith19986: Log when a container uses nearly max RAM
2023-03-01 Brett Smith19986: DRY up logger setup in crunchstat tests
2023-03-01 Brett Smith19986: Separate collection of cgroup memory stats
2023-02-28 Tom CleggMerge branch '19961-spot-interruption'
next