arvados.git
2023-04-20 Tom Clegg20319: Update documentation. 20319-container-request-logs
2023-04-20 Tom Clegg20319: Merge branch 'main' into 20319-container-request...
2023-04-20 Tom Clegg20319: Move /containers/*/log to /container_requests...
2023-04-19 Brett Smith18799: Force UTF-8 encoding for discovery2pydoc output
2023-04-19 Brett SmithMerge branch '18799-api-pydoc'
2023-04-18 Brett Smith18799: Make schema docstring more specific about how... 18799-api-pydoc
2023-04-18 Brett Smith18799: Link back to resource class from schema docstring
2023-04-18 Tom CleggMerge branch '19620-remove-old-s3-driver'
2023-04-17 Peter AmstutzAdd 2.6.1 to upgrade notes. refs #20345
2023-04-17 Peter AmstutzMerge branch '20123-access-token-doc' refs #20123
2023-04-17 Peter Amstutz20123: Fix tabs vs spaces 20123-access-token-doc
2023-04-17 Peter Amstutz20123: Add note about scopes
2023-04-17 Peter Amstutz20123: Make OpenID connect token a proper subsection
2023-04-17 Tom CleggMerge branch '20203-rails-cache'
2023-04-17 Tom Clegg19620: Remove goamz dependency in non-testing code. 19620-remove-old-s3-driver
2023-04-14 Brett Smith18799: Make the PySDK's build subcommand extend build_py
2023-04-14 Lucas Di PentimaMerge branch '20325-go-docker-distribution-upgrade...
2023-04-14 Brett Smith18799: Add Python 3.7 compatibility for TypedDict
2023-04-14 Brett Smith18799: Clean up redundant setuptools requirement listing
2023-04-14 Brett Smith18799: Add missing f-string prefix
2023-04-14 Lucas Di Pentima20325: Upgrades github.com/docker/distribution module... 20325-go-docker-distribution-upgrade
2023-04-14 Lucas Di PentimaMerge branch '20325-globalid-gem-upgrade'. Refs #20325
2023-04-14 Tom CleggMerge branch '20334-slow-dedup-migration'
2023-04-14 Tom CleggMerge branch '20336-filter-bigint'
2023-04-14 Tom Clegg20203: Fix global var reset on db reset; skip in non... 20203-rails-cache
2023-04-14 Lucas Di Pentima20325: Upgrades the globalid gem on both RailsAPI ... 20325-globalid-gem-upgrade
2023-04-14 Lucas Di PentimaMerge branch '20325-go-containerd-upgrade'. Refs #20325
2023-04-14 Lucas Di Pentima20325: Upgrades github.com/containerd/containerd depend... 20325-go-containerd-upgrade
2023-04-14 Brett Smith18799: Mark self parameters as POSITIONAL_OR_KEYWORD
2023-04-13 Tom Clegg19620: Remove old "v1" S3 keepstore driver.
2023-04-13 Brett Smith18799: Move canonical discovery document to sdk/python
2023-04-13 Tom Clegg20336: Allow filtering on set of integers. 20336-filter-bigint
2023-04-13 Tom Clegg20336: Reject >64 bit operands when filtering on intege...
2023-04-13 Lucas Di PentimaMerge branch '20325-nokogiri-upgrade'. Refs #20325
2023-04-13 Lucas Di Pentima23025: Upgrades nokogiri gem on RailsAPI & Workbench1. 20325-nokogiri-upgrade
2023-04-13 Lucas Di PentimaMerge branch '20325-go-x-net-upgrade'. Refs #20325
2023-04-13 Lucas Di Pentima20325: Upgrades golang.org/x/net. 20325-go-x-net-upgrade
2023-04-13 Lucas Di PentimaMerge branch '20325-rack-upgrade'. Refs #20325
2023-04-13 Lucas Di Pentima20325: Upgrades rack gem on RailsAPI & Workbench1 20325-rack-upgrade
2023-04-13 Tom Clegg20334: Batch permission updates during link dedup migra... 20334-slow-dedup-migration
2023-04-13 Brett Smith18799: Make discovery2pydoc status check Py3.7-compatible
2023-04-13 Brett Smith18799: Add discovery2pydoc to Python SDK manifest
2023-04-13 Brett Smith18799: Add background to API docstrings
2023-04-13 Tom Clegg20123: Add detail about OIDC token validation/cache...
2023-04-13 Tom Clegg20123: Add hints about OpenID Connect configuration.
2023-04-13 Brett Smith18799: Build Python SDK before generating web documentation
2023-04-13 Brett Smith18799: Run discovery2pydoc as part of SDK build
2023-04-10 Brett Smith18799: Support relative path to discovery document
2023-04-10 Brett Smith18799: Commit canonical discovery document with check
2023-04-10 Brett Smith18799: Remove old API documentation scripts
2023-04-10 Brett Smith18799: Add deprecation notices to API pydoc
2023-04-10 Brett Smith18799: Include schemas in API pydoc
2023-04-10 Brett Smith18799: Initial prototype of API pydoc generator
2023-04-06 Peter AmstutzUpdate R package version to 2.6.0
2023-04-06 Peter AmstutzAdd 2.6.0 release to upgrade notes 2.6.0
2023-04-05 Brett Smith19889: Add an id to the container log method documentation
2023-04-04 Tom CleggMerge branch '19889-live-log-webdav'
2023-04-04 Tom CleggMerge branch '20240-container-update-deadlock'
2023-04-04 Tom Clegg20240: Change locking mode to EXCLUSIVE. 20240-container-update-deadlock
2023-04-04 Tom Clegg20240: Don't accept/retry after deadlock in test case.
2023-04-04 Tom Clegg20240: Lock containers table before cascading priority...
2023-04-04 Tom Clegg20240: Expose deadlock in multi-level workflow test...
2023-04-04 Tom Clegg20240: Fix test.
2023-04-04 Tom Clegg20240: Update test to reveal bug.
2023-04-04 Tom Clegg19889: Fix crash on gateway connect error. 19889-live-log-webdav
2023-04-04 Lucas Di PentimaMerge branch '16379-installer-prometheus-grafana'....
2023-04-04 Peter AmstutzMerge branch '20295-fix-collection-tree-caching-bug...
2023-04-03 Tom Clegg18790: Fix logging noise from ENOENT.
2023-04-03 Tom Clegg18790: Fix .../containers/.../log routing.
2023-03-31 Tom CleggMerge branch '20264-trusted-clients-portnumber'
2023-03-31 Tom CleggMerge branch '20235-probe-after-upgrade'
2023-03-31 Konrad RudolphAdd unit test 20295-fix-collection-tree-caching-bug
2023-03-31 Konrad RudolphFix collection tree caching bug
2023-03-30 Peter Amstutz16379: Tweak doc on starring the dashboards on grafana 16379-installer-prometheus-grafana
2023-03-30 Peter Amstutz16379: Reorganize local.params examples
2023-03-30 Peter Amstutz16379: Small doc updates about prometheus and grafana
2023-03-30 Peter Amstutz16379: Updates for grafana install
2023-03-28 Peter Amstutz16379: Add prometheus and grafana to workbench aliases
2023-03-28 Tom Clegg20264: Reject redirect target with userinfo. 20264-trusted-clients-portnumber
2023-03-28 Peter Amstutz16379: doc updates
2023-03-28 Tom Clegg19889: Preserve WebDAV path when proxying to keep-web.
2023-03-28 Lucas Di PentimaMerge branch '20270-salt-installer-less-instances'...
2023-03-28 Lucas Di Pentima16379: Fixes missing 'monitoring' role on the workbench...
2023-03-28 Lucas Di Pentima16379: Removes prometheus config for keep1 & keepproxy...
2023-03-28 Lucas Di Pentima16379: Sets grafana's admin user password through the...
2023-03-28 Lucas Di Pentima16379: Makes sure the nginx formula is included in...
2023-03-28 Lucas Di Pentima16379: Adds nginx dependency to the htpasswd setup.
2023-03-28 Lucas Di Pentima16379: Adds grafana with default dashboards, moves...
2023-03-28 Lucas Di Pentima16379: Adds basic auth to the prometheus UI.
2023-03-28 Lucas Di Pentima16379: Moves prometheus to its own subdomain instead...
2023-03-28 Lucas Di Pentima16379: Adds prometheus' node_exporter to all nodes.
2023-03-28 Lucas Di Pentima16379: Adds prometheus service for monitoring arvados...
2023-03-28 Lucas Di Pentima20270: Removes keep1 & keepproxy nodes. Uses SSH jumpho... 20270-salt-installer-less-instances
2023-03-28 Lucas Di Pentima20270: Refactors the VPC code so that private nodes...
2023-03-27 Tom Clegg19889: Add www-authenticate header with 401 Unauthorize...
2023-03-27 Tom Clegg19889: Remove unused code.
2023-03-27 Tom Clegg19889: Fix comment.
2023-03-27 Tom CleggMerge branch '20242-dup-trash-lists'
2023-03-27 Tom Clegg20140: Accept wildcards in TrustedClients.
2023-03-27 Lucas Di Pentima20270: Copies .gitignore file to avoid adding binaries...
next