Fix up test gold standard references for new output
[arvados.git] / lib /
2019-07-09 Peter AmstutzMerge branch '14812-wb1-new-config' refs #14812
2019-07-08 Peter Amstutz14812: Update API install documentation for new config...
2019-07-08 Peter AmstutzMerge branch '15358-fetch-text-encoding' closes #15358
2019-07-03 Peter Amstutz14812: Sync config defaults (off by one line)
2019-07-03 Peter Amstutz14812: Fix a couple more tests
2019-07-03 Tom CleggMerge branch '15026-cloudtest'
2019-07-03 Tom Clegg15026: Fix infinite loop in -destroy-existing.
2019-07-03 Tom Clegg15026: Avoid special chars in default instanceSetID.
2019-07-03 Peter Amstutz14812: Tweak config export
2019-07-03 Peter Amstutz14812: Fix email defaults
2019-07-03 Peter Amstutz14812: Migrate previously missed config items
2019-07-02 Peter Amstutz14812: Fix lib/config tests
2019-07-01 Peter Amstutz14812: Migrate UserProfileFormFields
2019-07-01 Peter Amstutz14812: Get defaults and config from arvados-server
2019-07-01 Peter Amstutz14812: First pass migrating tests.
2019-07-01 Peter Amstutz14812: Finish first pass migrating config items
2019-07-01 Peter Amstutz14812: Config migration WIP
2019-07-01 Lucas Di PentimaMerge branch 'wb-test-runner-fixes'
2019-07-01 Tom CleggMerge branch '15026-cloudtest'
2019-07-01 Tom Clegg15026: Clean up confusing variable name.
2019-06-27 Lucas Di PentimaMerge branch '15209-python-arv-deps-pinned'
2019-06-27 Tom CleggMerge branch '14287-controller-structure'
2019-06-27 Lucas Di PentimaMerge branch 'master' into 15209-python-arv-deps-pinned
2019-06-27 Tom Clegg14287: Merge branch 'master'
2019-06-26 Tom Clegg15026: Log duration of each list/create/destroy/exec...
2019-06-26 Tom CleggMerge branch '15026-cloudtest'
2019-06-26 Tom Clegg14287: Don't delete non-writable attrs in create/update...
2019-06-25 Tom Clegg15026: Treat bad-tags and boot-timeout as deferred...
2019-06-25 Tom Clegg15026: Remove redundant TagVerifier use.
2019-06-25 Eric BiagiottiMerge branch '15396-trgm-docs'
2019-06-25 Lucas Di PentimaMerge branch '14874-post-merge-fixes'
2019-06-25 Tom Clegg14287: Support federated requests for /used_by and...
2019-06-25 Lucas Di Pentima14874: Fixed missing config sync.
2019-06-25 Lucas Di Pentima14874: Capitalizes managed properties keys, updates...
2019-06-25 Lucas Di Pentima14874: Adds Collections.ManagedProperties to Go SDK.
2019-06-25 Tom Clegg14287: Clean up context key usage.
2019-06-25 Lucas Di PentimaMerge branch '14874-protected-collection-properties'
2019-06-24 Tom CleggMerge branch '15345-kill-container-api'
2019-06-24 Tom Clegg15345: Merge branch 'master' into 15345-kill-container-api
2019-06-24 Tom Clegg14287: Extract inline func.
2019-06-24 Tom Clegg14287: Specify response Content-Type.
2019-06-24 Tom Clegg14287: Add comments to request param parsing.
2019-06-24 Lucas Di PentimaMerge branch 'master' into 14874-protected-collection...
2019-06-24 Tom Clegg14287: Comment and rename checker.go.
2019-06-21 Tom CleggMerge branch '15340-error-counters'
2019-06-21 Tom Clegg15340: Fix uncounted Destroy ops.
2019-06-21 Tom Clegg15026: Add comments.
2019-06-21 Tom Clegg15026: Add cloudtest command.
2019-06-19 Lucas Di Pentima14874: Renames DefaultProperties to ManagedProperties...
2019-06-19 Peter AmstutzMerge branch '15295-keep-ref-check' closes #15295
2019-06-18 Tom Clegg15345: Add .../containers/kill management API to dispat...
2019-06-18 Tom Clegg14287: Unit-test router with stubbed API.
2019-06-18 Eric BiagiottiMerge branch '15106-trgm-text-search'
2019-06-17 Peter AmstutzMerge branch '15087-wb-queued-containers' closes #15087
2019-06-17 Tom Clegg14287: Update test to new config struct.
2019-06-17 Tom Clegg14287: Add EnableBetaController14287 to config whitelis...
2019-06-17 Tom Clegg14287: Move federation.Interface to arvados.API.
2019-06-17 Tom Clegg14287: Skip database reset between tests.
2019-06-17 Tom Clegg14287: Add ensure_unique_name param to untrash options.
2019-06-17 Tom Clegg14287: Fix extra create attrs in test cases.
2019-06-17 Tom Clegg14287: Add collection trash & untrash endpoints.
2019-06-17 Tom Clegg14287: Use JSON body for 404 response.
2019-06-17 Tom Clegg14287: Add debug logs.
2019-06-17 Tom Clegg14287: Use ctxlog for httpserver logging.
2019-06-17 Tom Clegg14287: Handle CORS OPTIONS requests.
2019-06-17 Tom Clegg14287: Ignore etag and unsigned_manifest_text in collec...
2019-06-17 Tom Clegg14287: Propagate "distinct" param.
2019-06-17 Tom Clegg14287: Accept order param as string or array.
2019-06-17 Tom Clegg14287: Propagate reader_tokens to Rails API.
2019-06-17 Tom Clegg14287: Fill in resp.items[].kind even if no uuid/pdh...
2019-06-17 Tom Clegg14287: Handle collection/.../provenance and .../used_by...
2019-06-17 Tom Clegg14287: Test request formatting variations.
2019-06-17 Tom Clegg14287: Remove extra zeroes from items[] entries too.
2019-06-17 Tom Clegg14287: Remove zero/missing values when req uses select...
2019-06-17 Tom Clegg14287: Add "kind" key to controller responses.
2019-06-17 Tom Clegg14287: Fix debug log level.
2019-06-17 Tom Clegg14287: Ensure timestamps in responses have 9 digits...
2019-06-17 Tom Clegg14287: Fix accepting JSON-encoded params in request...
2019-06-17 Tom Clegg14287: Fix PDH check to ignore additional hints.
2019-06-17 Tom Clegg14287: Fix unparsed formatting directive.
2019-06-17 Tom Clegg14287: Test timestamp precision is maintained by respon...
2019-06-17 Tom Clegg14287: Fix token in container test.
2019-06-17 Tom Clegg14287: Accept rpc requests without tokens.
2019-06-17 Tom Clegg14287: Fix accepting boolean params via query string.
2019-06-17 Tom Clegg14287: Refactor controller to use strong types in API...
2019-06-17 Tom CleggMerge branch '15340-error-counters'
2019-06-14 Tom Clegg15340: Skip metrics update when running tests with...
2019-06-14 Tom Clegg15340: Add metrics for cloud ops/errors and instance...
2019-06-14 Tom CleggMerge branch '15000-config-api'
2019-06-13 Tom Clegg15000: Update test.
2019-06-13 Tom Clegg15000: Move exported config threshold to "needed by...
2019-06-13 Tom Clegg15000: Remove example image ID.
2019-06-13 Eric BiagiottiMerge remote-tracking branch 'origin/master' into 15106...
2019-06-13 Tom CleggMerge branch '15003-config-default-location'
2019-06-12 Tom Clegg15003: Load config from default location or -config...
2019-06-11 Lucas Di PentimaMerge branch 'master' into 14874-protected-collection...
2019-06-11 Lucas Di Pentima14874: Fixes 'the the' typos on documentation & code...
2019-06-11 Lucas Di PentimaMerge branch 'master' into 14874-protected-collection...
2019-06-10 Lucas Di PentimaMerge branch 'master' into 14930-arvput-trash-at
2019-06-10 Lucas Di PentimaMerge branch 'master' into 14946-ruby-2.5
next