17464: MakeRESTRouter returns erro instead of panicking
[arvados.git] / lib /
2021-06-18 Peter Amstutz17464: Fix typo in exported config
2021-06-18 Peter Amstutz17464: Update exported config
2021-06-18 Peter Amstutz17464: Update config variables & docs from feedback
2021-06-18 Peter Amstutz17464: Fix config entry
2021-06-18 Peter Amstutz17464: Start by writing the documentation page
2021-06-18 Tom CleggMerge branch '17609-diagnostics-cmd'
2021-06-18 Lucas Di PentimaMerge branch '17800-arvput-no-follow-links'
2021-06-18 Tom CleggMerge branch '17810-s3-escape-non-unreserved-chars'
2021-06-16 Tom CleggMerge branch '17803-config-key-case-warning'
2021-06-15 Tom Clegg17803: Note todo's.
2021-06-15 Tom Clegg17803: Fix unnecessarily convoluted test case.
2021-06-14 Tom Clegg17803: Ensure keys with mismatched case don't get used.
2021-06-13 Tom Clegg17803: Warn when config keys are ignored due to case...
2021-06-11 Tom Clegg17609: Make costanalyzer logging a bit less verbose.
2021-06-11 Tom Clegg17609: Merge branch 'master'
2021-06-10 Lucas Di PentimaMerge branch '17351-arvput-keepclient-storage-support'
2021-06-10 Tom Clegg17609: Remove extra newlines.
2021-06-10 Tom Clegg17609: Remove duplicate NoPrefixFormatter.
2021-06-08 Tom Clegg17609: Tweak messages.
2021-06-08 Tom Clegg17609: Behave better when project creation fails.
2021-06-08 Tom Clegg17609: Improve output formatting.
2021-06-08 Tom Clegg17609: Add "run container" test.
2021-06-08 Tom Clegg17609: Improve log text alignment.
2021-06-08 Tom Clegg17609: Use timeout on all http requests.
2021-06-08 Tom Clegg17609: Fix limit args to work with older API.
2021-06-08 Tom Clegg17609: Refactor tests to add some structure.
2021-06-08 Tom Clegg17609: Add webshell test.
2021-06-08 Tom Clegg17609: Add diagnostics command.
2021-06-08 Ward VandewegeMerge branch '17717-costanalyzer-date-mode'
2021-06-08 Ward Vandewege17717: Merge branch 'master' into 17717-costanalyzer...
2021-06-08 Ward Vandewege17717: more changes post review: remove unneeded debug...
2021-06-08 Ward VandewegeMerge branch '17706-costanalyzer-uncommitted-container...
2021-06-08 Ward Vandewege17706: Merge branch 'master' into 17706-costanalyzer...
2021-06-08 Ward Vandewege17717: address further review comments: remove unused...
2021-06-07 Ward Vandewege17717: address review comments.
2021-06-07 Lucas Di PentimaMerge branch '17465-pysdk-storage-classes-support'
2021-06-04 Ward Vandewege17757: Merge branch 'master' into 17757-bootprobe-race
2021-06-04 Peter Amstutz17762: Add uuid-dev package
2021-06-03 Tom CleggRemove duplicate rm.
2021-06-02 Tom CleggMerge branch '17296-singularity'
2021-06-02 Tom Clegg17296: Merge branch 'master'
2021-05-28 Javier BértoliMerge branch '17603-nginx-webshell-vhost-fix'
2021-05-28 Peter AmstutzMerge branch '17722-adjust-token-expiry' refs #17722
2021-05-28 Javier BértoliMerge branch '17605-letsencrypt-credentials-for-route53'
2021-05-28 Peter Amstutz17722: Update tests for adjusted MaxTokenLifetime behavior
2021-05-28 Peter Amstutz17722: Adjust token expiry behavior
2021-05-28 Peter AmstutzMerge branch '17703-provision-version' refs #17703
2021-05-27 Tom CleggRemove old Go installation when upgrading.
2021-05-26 Tom CleggMerge branch '17682-fix-stutter'
2021-05-25 Tom Clegg17296: Fix panic in teardown of skipped test.
2021-05-25 Ward Vandewege17717: add a timestamp range mode to the costanalyzer...
2021-05-25 Tom Clegg17296: Avoid memory-limiting feature in tests.
2021-05-25 Tom Clegg17296: Merge branch 'master'
2021-05-25 Tom Clegg17296: Skip integration tests if docker is not installed.
2021-05-25 Tom Clegg17296: Log when/why gateway server is disabled.
2021-05-24 Tom CleggMerge branch '17704-check-token-scope'
2021-05-24 Tom CleggMerge branch '17719-keep-web-pdh-cache'
2021-05-24 Peter AmstutzMerge branch '17702-wb1-bypass-fed' refs #17702
2021-05-24 Peter Amstutz17702: Move check for ClusterID into splitListRequest
2021-05-24 Peter Amstutz17702: Federated lists supports cluster_id parameter
2021-05-21 Tom Clegg17704: Split access token scope config into 2 keys.
2021-05-21 Lucas Di PentimaMerge branch '17711-nokogiri-upgrade'
2021-05-21 Ward VandewegeMerge branch '17708-crunch-run-unsupported-file-types'
2021-05-21 Tom Clegg17704: Enable OIDC access tokens for tests.
2021-05-21 Tom Clegg17704: Check scope before accepting OIDC access tokens.
2021-05-21 Tom Clegg17708: Test skipping non-regular file in output dir.
2021-05-21 Ward Vandewege17708: when crunch-run encounters an unsupported file...
2021-05-20 Ward Vandewege17706: when a container request has no container associ...
2021-05-19 Tom Clegg17296: Fix docker tests running twice.
2021-05-19 Tom Clegg17296: Use https cache.
2021-05-19 Tom Clegg17296: Enable memory limit for test.
2021-05-19 Ward VandewegeChange the default for Collections.WebDAVCache.MaxBlock...
2021-05-18 Peter AmstutzMerge branch '17677-authenticate-endpoint' refs #17677
2021-05-18 Tom Clegg17296: Don't use /var/lib/arvados/tmp as a cache dir...
2021-05-18 Tom Clegg17296: Add crunch-run integration test.
2021-05-18 Tom Clegg17296: Add RUntimeConfig to exported config.
2021-05-17 Tom Clegg17296: Disentangle docker-specific code, add singularit...
2021-05-17 Ward VandewegeMerge branch '17678-costanalyzer-doc'
2021-05-17 Ward Vandewege17678: Merge branch 'master' into 17678-costanalyzer-doc
2021-05-17 Ward Vandewege17678: implement review feedback.
2021-05-17 Ward Vandewege17668: Merge branch 'master' into 17668-doc-container...
2021-05-17 Peter AmstutzMerge branch '17499-wb-login-form' refs #17499
2021-05-14 Ward Vandewege17678: add documentation for the `arvados-client costan...
2021-05-14 Peter Amstutz17499: Adjust the default welcome page text used by...
2021-05-13 Peter AmstutzMerge branch '17589-contents-count-none' refs #17589
2021-05-12 Ward VandewegeFix typo in a comment on the configuration reference.
2021-05-11 Peter Amstutz17589: Ensure that 'group contents' requests are routed...
2021-05-10 Tom CleggMerge branch '17657-ssh-port-forward'
2021-05-10 Peter AmstutzMerge branch '17449-gxp-docs' refs #17449
2021-05-10 Nico CesarMerge branch '17651-sso-deprecated'
2021-05-10 Tom Clegg17657: Allow ssh port forwarding to container ports.
2021-05-07 Tom CleggMerge branch '17590-ec2-config-keys'
2021-05-07 Tom Clegg17590: Error out if both old+new S3 credential configs...
2021-05-07 Tom Clegg17590: Fix spelling of S3 driver name.
2021-05-06 Tom Clegg17590: Improve log messages when old AWS config keys...
2021-05-06 Tom Clegg17590: Merge branch 'master'
2021-05-05 Tom Clegg17590: Rename S3 volume config keys to match AWS terms.
2021-05-05 Ward VandewegeUpdate `arvados-server install` to use go 1.16.3
2021-05-05 Tom CleggMerge branch '17587-workbench-federated-query'
2021-05-05 Tom Clegg17587: Comment SetUpTest calls.
next