arvados.git
2023-09-07 Brett Smith20934: Add guardrails for old bash in CentOS 7 20934-centos7-bash-fix
2023-09-07 Lucas Di PentimaMerge branch '20889-installer-fixes'. Closes #20889
2023-09-05 Brett SmithMerge branch '20750-sharing-token-scopes'
2023-09-05 Brett Smith20750/20927: Add TODO about network error handling
2023-09-05 Brett Smith20750: Fix comment typo
2023-09-05 Tom CleggMerge branch '20612-diag-ctr-api-access'
2023-09-05 Tom Clegg20612: Fix up punctuation/capitalization in docs.
2023-09-04 Tom CleggMerge branch '20919-fix-proxy-url'
2023-09-01 Tom Clegg20612: Document diagnostics image building / container... 20612-diag-ctr-api-access
2023-09-01 Tom Clegg20612: Set DEBIAN_FRONTEND=noninteractive for container...
2023-09-01 Tom Clegggithub-207: Fix outgoing Host header in proxy request. github-207
2023-08-31 Brett Smith20915: Add missing import to _pycurlhelper
2023-08-30 George ChlipalaFix for cached files from arvados-controller
2023-08-29 Peter AmstutzMerge branch '20877-trashed-priority' refs #20877
2023-08-29 Brett SmithMerge branch '20839-pysdk-deprecations'
2023-08-29 Peter Amstutz20877: Do not create log or output collections if paren... 20877-trashed-priority
2023-08-29 Tom CleggMerge branch '20757-ctr-shell-settings'
2023-08-28 Brett Smith20836: Update test_select for Py<3.8 compatibility 20839-pysdk-deprecations
2023-08-28 Brett Smith20839: Mark deprecated PySDK functions as such
2023-08-28 Brett Smith20839: Add order_key to select in keyset_list_all
2023-08-28 Brett Smith20839: Replace arvados.util.mkdir_dash_p calls throughout
2023-08-28 Brett Smith20839: Replace arvados.util.list_all calls throughout
2023-08-28 Tom Clegg20757: Split tests into separate funcs. 20757-ctr-shell-settings
2023-08-28 Tom Clegg20612: Run diagnostics from inside the test container...
2023-08-27 Brett Smith20839: Optimize list sort
2023-08-27 Brett Smith20839: Replace arvados.util.run_command calls in arv...
2023-08-26 Brett Smith20839: Remove old Python 2 TextIOWrapper shim
2023-08-25 Lucas Di Pentima20889: Fixes Keep S3 bucket instructions. 20889-installer-fixes
2023-08-25 Lucas Di Pentima20889: Adds documentation explaining the use of TLS...
2023-08-25 Lucas Di Pentima20889: Fixes installer.sh indentation to match the...
2023-08-25 Lucas Di Pentima20889: Checks that cert files are present before trying...
2023-08-25 Tom Clegg20757: `arvados-client shell` uses settings.conf if...
2023-08-25 Peter AmstutzMerge branch '20877-trashed-priority' refs #20877
2023-08-25 Peter AmstutzMerge branch '20894-instances-default' refs #20894
2023-08-25 Lucas Di Pentima20889: Fixes a bug when database & controller roles...
2023-08-24 Lucas Di Pentima20889: Allows customization on database name and user.
2023-08-24 Lucas Di Pentima20889: Allows configurable S3 bucket name and IAM profi...
2023-08-24 Lucas Di Pentima20889: Adds config handling of external database service.
2023-08-24 Lucas Di Pentima20889: Removes unnecessary documentation about rolling...
2023-08-24 Lucas Di Pentima20889: Removes DISABLED_CONTROLLER from the user-editab...
2023-08-24 Brett Smith20750: Fix documentation link typo 20750-sharing-token-scopes
2023-08-24 Lucas Di Pentima20889: Sets default values for environment variables.
2023-08-24 Brett Smith20750: Reorder remote token validation strategy
2023-08-24 Lucas Di Pentima20889: Adds configurable data retention parameter for...
2023-08-24 Peter AmstutzRevert "20894: Change default retention on prometheus... 20894-instances-default
2023-08-24 Peter Amstutz20894: Change default retention on prometheus to 90...
2023-08-23 Lucas Di Pentima20889: Install Prometheus server from archives instead...
2023-08-23 Peter Amstutz20894: Set LimitLogBytesPerJob to 0
2023-08-23 Peter Amstutz20894: Wordsmithing
2023-08-23 Peter Amstutz20894: Change InitialQuotaEstimate and SupervisorFracti...
2023-08-23 Peter Amstutz20877: Fix missing 'and'
2023-08-22 Brett Smith20750: DRY uncache token test code
2023-08-21 Peter Amstutz20877: Don't retry trashed container requests
2023-08-21 Peter Amstutz20877: When trashing a project, update priorities on...
2023-08-21 Brett Smith20750: Valid tokens can always GET the current token
2023-08-21 Brett Smith20750: Document the api_client_authorizations current...
2023-08-21 Peter Amstutz20877: Add test for trashing project
2023-08-21 Brett SmithMerge branch '20853-pdoc'
2023-08-18 Peter AmstutzAdd pdoc to arvbox, refs #20853
2023-08-18 Brett SmithMerge branch '20878-rh-package-download'
2023-08-17 Brett Smith20878: Document package download change to add a target... 20878-rh-package-download
2023-08-17 Brett Smith20878: Improve processed RPM check style
2023-08-17 Brett Smith20878: Improve RPM download logic
2023-08-17 Brett Smith20878: Parameterize URL for RPM package builds
2023-08-16 Peter AmstutzMerge branch '20858-jsonb-exists' refs #20858
2023-08-16 Tom CleggMerge branch '20735-install-test'
2023-08-16 Tom Clegg20735: Workaround nginx/glibc/docker issue.
2023-08-15 Peter AmstutzMerge branch '20680-cores-concurrency' refs #20680
2023-08-15 Peter Amstutz20858: Enable 'exists' filter to use index 20858-jsonb-exists
2023-08-15 Tom Clegg20735: Fix default workbench2-source path.
2023-08-15 Tom Clegg20735: Override git directory ownership check.
2023-08-15 Tom Clegg20735: Fix auto version generator.
2023-08-15 Tom Clegg20735: Revive lib/install dependency test.
2023-08-15 Tom Clegg20735: Fix firefox package name on debian 11.
2023-08-15 Tom Clegg20735: Fixup singularity dependencies (test/dev-only).
2023-08-15 Tom CleggMerge branch '17244-cgroup2-cpu-max'
2023-08-15 Tom Clegg17244: Add upgrade note re number formatting change.
2023-08-15 Lucas Di PentimaFurther fixes on single host installer deployment....
2023-08-15 Lucas Di PentimaFixes deployment when using envvar BRANCH=main. No...
2023-08-15 Brett Smith20853: Modernize pdoc installation process 20853-pdoc
2023-08-15 Brett Smith20853: Switch from pdoc3 to pdoc
2023-08-14 Tom Clegg17244: New debian10 testdata, add cpu.max and cpuinfo... 17244-cgroup2-cpu-max
2023-08-14 Tom Clegg17244: Use cpu.max to get available fraction of CPUs.
2023-08-14 Tom CleggMerge branch '20649-ssh-help'
2023-08-14 Tom CleggMerge branch '20457-careful-near-quota'
2023-08-14 Peter Amstutz20680: Set concurrency to num_cpus * 2 with a minimum... 20680-cores-concurrency
2023-08-14 Tom Clegg20649: Mention `arvados-server cloudtest` in boot timeo... 20649-ssh-help
2023-08-14 Tom Clegg20649: Fix panic on race, worker shutdown vs. container...
2023-08-14 Tom Clegg20649: Don't wait timeoutSignal before sending first...
2023-08-14 Lucas Di PentimaFixes comment formatting. No issue #
2023-08-14 Tom Clegg20457: Fix flaky test.
2023-08-14 Tom Clegg20649: Log actual error from last failed boot probe.
2023-08-11 Tom Clegg20649: Log boot probe errors other than usual wait...
2023-08-11 Tom Clegg20457: Update test to match new unlock-at-quota behavior. 20457-careful-near-quota
2023-08-11 Tom Clegg20457: Don't lock-cycle next-in-line ctr while waiting...
2023-08-11 Tom Clegg20457: Fix total instances count.
2023-08-10 Peter AmstutzAdd packages required to build newer singularity, refs...
2023-08-10 Peter AmstutzMerge branch '20688-wb1-to-wb2-redirects' refs #20688
2023-08-10 Tom Clegg20649: cloudtest obeys DeployPublicKey config, like...
2023-08-10 Tom CleggMerge branch '20755-ec2-multiple-subnets'
next