19937: Only output development versions.
[arvados.git] / services /
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 Amstutz20223: Even more efficient to use pluck instead of... 20223-trash-sweep
2023-03-10 Tom Clegg19972: Lint.
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 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 Peter Amstutz20223: Try to make priority update much lighter weight
2023-03-08 Tom Clegg19972: Disable auto-retry in ws and dispatcher.
2023-03-07 Peter AmstutzMerge branch '19975-oom-resubmit' refs #19975
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 Stephen Smith19899: Add Cache-Control header to keep-web CORS response 19899-webdav-cache-control
2023-03-06 Tom Clegg20183: Fix test fixture.
2023-03-06 Tom Clegg20183: Move update_priority tests. Fix updater starvation.
2023-03-05 Tom Clegg20183: Move priority update thread from rails to contro...
2023-03-05 Brett Smith19981: Reuse containers with various keep_cache constraints
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 Brett Smith16325: Expand tests for container request collection...
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 Peter Amstutz20182: Add 'supervisor' to default scheduling params
2023-02-28 Tom CleggMerge branch '19961-spot-interruption'
2023-02-23 Tom CleggMerge branch '19963-keep-web-auth-flow' into main
2023-02-23 Tom Clegg19963: Test workbench2 login flow starting with no... 19963-keep-web-auth-flow
2023-02-23 Tom Clegg19963: Enable login flow without anonymous token config...
2023-02-22 Tom Clegg19963: Dedup interface type.
2023-02-22 Tom Clegg19963: Fix crash on no-cache + invalid token.
2023-02-21 Tom Clegg19961: Merge branch 'main'
2023-02-21 Tom Clegg19973: Merge branch 'main'
2023-02-20 Brett Smith20137: Fix incorrect keyword in RailsAPI config reload...
2023-02-16 Tom CleggMerge branch '20083-sync-readonly'
2023-02-15 Lucas Di PentimaFixes statement_timeout unit handling on int->bigint...
2023-02-14 Lucas Di PentimaMerge branch '20074-bigint-migration-fix'. Refs #20074
2023-02-14 Lucas Di Pentima20074: Disables statement timeout on rails migration. 20074-bigint-migration-fix
2023-02-03 Peter AmstutzMerge branch 'main' into 19385-cwl-fast-pack
2023-02-03 Tom CleggMerge branch '19954-permission-dedup-doc'
2023-02-02 Tom CleggMerge branch '19624-priority-doc'
2023-02-02 Brett SmithMerge branch '19926-pysdk-install-docs-fix'
2023-02-02 Tom CleggMerge branch '18075-max-compute-vms'
2023-02-01 Brett SmithMerge branch '19897-fuse-enotsup'
2023-01-30 Brett SmithMerge branch '19792-pysdk-cookbook'
2023-01-30 Brett Smith19897: Add tests for writing immutable mount objects
2023-01-30 Brett Smith19897: Return ENOTSUP when the user tries to make a...
2023-01-30 Tom Clegg18075: Remove tests for crunch1 Node.
2023-01-27 Tom Clegg18075: Kill off MaxComputeVMs properly.
2023-01-27 Tom CleggMerge branch '19993-groupby-forupdate'
2023-01-27 Tom CleggMerge branch '19923-keep-balance-chunk'
2023-01-27 Tom Clegg19923: Report heap and stack stats from Go runtime. 19923-keep-balance-chunk
2023-01-27 Tom Clegg19993: Fix postgresql<12 incompatibility. 19993-groupby-forupdate
2023-01-27 Tom Clegg19923: Sanity check provided chunk prefix.
2023-01-27 Tom Clegg19923: Remove debug sleep.
2023-01-27 Tom CleggMerge branch '19320-spot-pricing'
2023-01-26 Tom Clegg19923: Log keep-balance memory usage.
2023-01-24 Tom Clegg19923: keep-balance option to process a subset of blocks.
2023-01-20 Brett SmithMerge branch '19886-crunch-run-early-log-commit'
2023-01-20 Brett SmithMerge branch '19917-retry-scheduling-parameters'
2023-01-19 Brett Smith19917: Synthesize scheduling parameters when retrying...
2023-01-18 Tom CleggMerge branch '18693-dedup-permissions'
2023-01-18 Tom CleggMerge branch '19896-ldap-tls-downgrade'
2023-01-17 Tom Clegg18693: Use row locking only if enabled in config. 18693-dedup-permissions
2023-01-17 Tom CleggMerge branch '19890-id-bigint'
2023-01-02 Tom Clegg19890: Use 64 bit ints for id columns.
2022-12-20 Tom Clegg18693: Add row locking.
2022-12-20 Peter AmstutzMerge branch '19844-paging' refs #19844 2.5.0
2022-12-20 Tom Clegg18693: Remove existing redundant permission links from db.
2022-12-19 Tom Clegg18693: Delete redundant login permission links on updat...
2022-12-19 Tom Clegg18693: Return existing instead of creating redundant...
2022-12-18 Tom Clegg18693: De-duplicate permission links on create/update...
2022-12-15 Peter AmstutzMerge branch '19704-aneta-r-sdk' refs #19704
2022-12-15 Peter AmstutzMerge branch '19872-mnt-cache-limits' refs #19872
2022-12-15 Peter Amstutz19872: Fix call to setrlimit 19872-mnt-cache-limits
2022-12-15 Peter Amstutz19872: Fix typo
2022-12-15 Peter Amstutz19872: Use fewer file handles by default, but increase...
2022-12-14 Peter AmstutzMerge branch '19847-cwl-disk-cache-size' refs #19847
2022-12-13 Tom CleggMerge branch '19709-boot-db-migrate'
2022-12-13 Tom Clegg19847: Default to disk cache size = RAM size for all...
2022-12-13 Lucas Di PentimaMerge branch '19878-rails-html-sanitizer-upgrade'....
2022-12-13 Lucas Di Pentima19878: Upgrades rails-html-sanitizer on RailsAPI &... 19878-rails-html-sanitizer-upgrade
2022-12-13 Lucas Di PentimaMerge branch '19877-loofah-upgrade'. Closes #19877
2022-12-13 Lucas Di Pentima19877: Upgrades loofah gem on RailsAPI & Woekbench 19877-loofah-upgrade
2022-12-08 Lucas Di PentimaMerge branch '19862-nokogiri-upgrade'. Closes #19862
2022-12-08 Lucas Di Pentima19862: Upgrades nokogiri and related gem on RailsAPI...
2022-12-08 Brett SmithMerge branch '19686-threadsafe-api-default'
2022-12-08 Brett Smith19686: Specify ThreadSafeApiCache API version throughout
2022-12-06 Tom CleggMerge branch '19513-create-role-admin-only'
2022-12-05 Peter AmstutzMerge branch '19215-installer' refs #19215
2022-12-02 Tom Clegg19513: Rename flag to CanCreateRoleGroups, add test... 19513-create-role-admin-only
2022-12-02 Peter AmstutzMerge branch '18842-arv-mount-disk-config' refs #18842
next