arvados.git
2023-06-16 Peter Amstutz20601: Rename Scheduler.maxSupervisors -> Scheduler... 20601-supervisor-fraction
2023-06-15 Tom Clegg20601: MaxSupervisorFraction is relative to maxConcurrency.
2023-06-15 Tom CleggMerge branch '20601-big-ctr-queue'
2023-06-13 Tom CleggMerge branch '20602-controller-qos'
2023-06-13 Tom Clegg20601: Add comment re fetch-by-uuid loop. 20601-big-ctr-queue
2023-06-12 Tom Clegg20601: Slow down container queue polling when busy...
2023-06-12 Tom Clegg20602: Add IneligibleForQueuePriority const. 20602-controller-qos
2023-06-12 Tom Clegg20602: Use stdlib heap implementation.
2023-06-12 Tom Clegg20601: Fetch mounts field only once per container.
2023-06-12 Tom Clegg20601: Fetch only high-priority containers when queue...
2023-06-08 Peter AmstutzMerge branch '20614-no-retry-cancel' refs #20614
2023-06-08 Tom Clegg20602: Disable queue when testing DumpRequests.
2023-06-08 Tom Clegg20602: Prioritize backend traffic from keep-web as...
2023-06-08 Tom Clegg20602: Attach assigned priority to response log entry.
2023-06-08 Tom Clegg20602: Prioritize interactive (browser) requests.
2023-06-08 Tom Clegg20602: Priority MinInt64 means never wait in queue.
2023-06-08 Tom Clegg20602: Add MaxQueuedRequests config.
2023-06-08 Tom Clegg20602: Add priority queue to RequestLimiter.
2023-06-08 Peter Amstutz20614: Better query for live container requests when... 20614-no-retry-cancel
2023-06-07 Brett SmithMerge branch '20613-googleapiclient-init-logs'
2023-06-07 Brett Smith20613: Update unconfigured logger check to accommodate... 20613-googleapiclient-init-logs
2023-06-07 Peter AmstutzMerge branch '20548-installer-deploy' refs #20548
2023-06-07 Peter AmstutzInitialize rcode variable, refs #20611
2023-06-07 Brett Smith20613: Add an upgrade note about new PySDK logging
2023-06-07 Brett Smith20613: Fix test syntax for older Pythons
2023-06-07 Brett Smith20613: Deconfigure logger after an exception
2023-06-07 Brett Smith20613: Bugfix boolean tucnaround
2023-06-06 Brett Smith20613: Use GoogleHTTPClientFilter in a-c-r
2023-06-06 Brett Smith20613: Log early discovery document retries
2023-06-06 Brett Smith20613: Introduce arvados.logging.GoogleHTTPClientFilter
2023-06-06 Brett Smith20613: Start PySDK logging module with existing constants
2023-06-05 Tom CleggMerge branch '20522-load-dispatch-priv-key'
2023-06-05 Lucas Di PentimaMerge branch '20594-scaling-nginx-settings'. Closes...
2023-06-02 Peter Amstutz20548: Emit the git commit in the deploy log. 20548-installer-deploy
2023-06-02 Peter Amstutz20548: Rework git deployment a bit
2023-06-02 Peter AmstutzMerge branch '20531-cwl-log-tail' refs #20531
2023-06-02 Peter Amstutz20531: Add --reinstall option to test_with_arvbox.sh 20531-cwl-log-tail
2023-06-02 Tom CleggMerge branch '20541-less-fetching-mounts'
2023-06-02 Peter Amstutz20531: Bump cwltool and schema-salad versions
2023-06-02 Peter Amstutz20531: Suppress googleapiclient retry warning, better...
2023-06-01 Peter AmstutzIncrease WatchdogInterval and WatchdogThreshold
2023-06-01 Tom CleggMerge branch '20540-crunch-run-retry'
2023-06-01 Peter Amstutz20531: Remove urllib3 pin, add cwltest pin.
2023-06-01 Tom Clegg20540: Increase crunch-run API call timeouts to 10m. 20540-crunch-run-retry
2023-06-01 Brett SmithMerge branch '20545-drop-if-none-match'
2023-06-01 Brett SmithMerge branch '20433-crunch-log-zero-bytes-job'
2023-06-01 Peter AmstutzMerge branch '20561-file-copy-logging' refs #20561
2023-06-01 Brett Smith20545: Drop If-None-Match from requests proxied by... 20545-drop-if-none-match
2023-06-01 Tom CleggMerge branch '20485-optional-deploy-ssh-key'
2023-05-31 Brett Smith20433: Document that LimitLogBytesPerJob=0 disables... 20433-crunch-log-zero-bytes-job
2023-05-31 Tom Clegg20485: Test handling of nil publickey argument. 20485-optional-deploy-ssh-key
2023-05-31 Tom Clegg20540: Ensure delay>0 at attempt>0, even if requested...
2023-05-31 Tom Clegg20541: Auto unselect fields if response body will not... 20541-less-fetching-mounts
2023-05-30 Tom Clegg20540: Implement nearly-full jitter for exponential...
2023-05-30 Peter Amstutz20561: Don't fail when inspecting a file outside the... 20561-file-copy-logging
2023-05-30 Tom Clegg20541: Unselect unneeded fields in API calls from crunc...
2023-05-29 Tom CleggMerge branch '20229-doc-inspect-requests'
2023-05-29 Tom Clegg20229: Improve formatting.
2023-05-29 Tom Clegg20485: Option to skip automatic SSH key deployment...
2023-05-29 Tom Clegg20540: Use arvados.Client for arvadosclient.ArvadosClie...
2023-05-26 Tom CleggMerge branch '20520-instance-init-command'
2023-05-26 Tom Clegg20540: Remove arvadosclient usage in copier and git_tree.
2023-05-26 Lucas Di Pentima20595: Scales nginx settings depending on max concurren... 20594-scaling-nginx-settings
2023-05-26 Tom Clegg20520: Fix broken link. 20520-instance-init-command
2023-05-26 Tom Clegg20520: Fix unreleased mutex on error importing SSH...
2023-05-26 Tom CleggMerge branch '20511-aborted-boot'
2023-05-26 Lucas Di PentimaMerge branch '20474-installer-api-reqs-limit'. Closes...
2023-05-25 Tom Clegg20511: Fix allowing too many supervisor processes. 20511-aborted-boot
2023-05-25 Tom Clegg20511: Don't shutdown excess instances just because...
2023-05-25 Peter Amstutz20531: Add toplevel dependency to solve install error
2023-05-25 Peter Amstutz20531: Add an extra newline to make the error section...
2023-05-25 Lucas Di Pentima20474: Updates documentation stating that RailsAPI... 20474-installer-api-reqs-limit
2023-05-25 Lucas Di Pentima20474: Changes RailsAPI queue size to be 10% more than...
2023-05-25 Tom Clegg20520: Add test for custom init command.
2023-05-25 Tom Clegg20511: Fix unclosed response body in test.
2023-05-25 Tom Clegg20511: Don't shutdown/unlock based on dynamic maxConcur...
2023-05-25 Peter Amstutz20531: don't print crunch-run log when the error is...
2023-05-25 Peter Amstutz20561: crunch-run logs files/directories propagated...
2023-05-25 Tom Clegg20511: Limit server-to-server client to 1/4 of API...
2023-05-25 Tom Clegg20511: Fix slow-expansion logic.
2023-05-25 Tom Clegg20511: Start with 8 concurrent outgoing API calls,...
2023-05-23 Tom Clegg20520: Add Containers.CloudVMs.InstanceInitCommand...
2023-05-23 Tom Clegg20522: Load dispatch key from file if configured as... 20522-load-dispatch-priv-key
2023-05-22 Peter AmstutzAdd 2.6.2 to the upgrading notes refs #20393
2023-05-22 Lucas Di Pentima20474: Adds 5 to controller's request queue size for...
2023-05-22 Peter AmstutzMerge branch '20529-container-deadlocks' refs #20529
2023-05-22 Brett SmithMerge branch '20527-group-contents-select-doc'
2023-05-19 Peter Amstutz20529: Lock direct parent containers on updates 20529-container-deadlocks
2023-05-19 Lucas Di PentimaMerge branch '20482-installer-improvements'. Closes...
2023-05-19 Lucas Di Pentima20482: For some reason, symlinks don't seem to be ignor... 20482-installer-improvements
2023-05-19 Lucas Di Pentima20482: Updates the upgrade notice to include the DOMAIN...
2023-05-19 Lucas Di Pentima20482: Updates installer's documentation to reflect...
2023-05-19 Lucas Di Pentima20482: Code cleanup for readability.
2023-05-19 Lucas Di Pentima20482: Re-exports VPC's CIDR.
2023-05-19 Lucas Di Pentima20482: Overrides shellinabox config templates to fix...
2023-05-19 Lucas Di Pentima20482: Allows the cluster operator to use an arbitrary...
2023-05-19 Brett Smith20527: Document the select argument of the groups conte... 20527-group-contents-select-doc
2023-05-18 Brett SmithMerge branch '12684-pysdk-auto-retry'
2023-05-18 Brett Smith12684: Test that plain 403 responses are not retried 12684-pysdk-auto-retry
2023-05-18 Brett Smith12684: Stop retrying 422 responses in PySDK
next