15112: Script to re-run containers
[arvados.git] / services /
2019-04-26 Tom CleggMerge branch '15148-lost-collection-pdh'
2019-04-26 Tom Clegg15148: Include list of affected PDHs in LostBlocksFile.
2019-04-26 Tom CleggMerge branch '14399-azure-list-retry'
2019-04-26 Tom Clegg14399: Don't insert error text in the middle of an...
2019-04-26 Tom Clegg14399: Retry Azure ListBlobs call after 503 errors.
2019-04-24 Tom CleggMerge branch '15112-save-lost-blocks-file'
2019-04-24 Tom Clegg15112: Remove tempfile only if still locked (not renamed).
2019-04-24 Tom Clegg15112: Fix fd leak on error.
2019-04-24 Tom Clegg15112: Add config option to save list of lost blocks...
2019-04-23 Peter AmstutzMerge branch '14670-new-java-sdk-docs' refs #14670
2019-04-23 Lucas Di PentimaMerge branch 'rails5-schema-env-data'
2019-04-22 Peter AmstutzHandle unrecognized uuid_prefix of remote host refs...
2019-04-22 Tom CleggUpdate structure.sql for last migration.
2019-04-22 Peter AmstutzMerge branch '15119-api-config-fixes'
2019-04-22 Peter Amstutz15119: Fixes for Workbench1.ExternalURL and Controller...
2019-04-22 Tom CleggMerge branch '15112-migration'
2019-04-22 Tom Clegg15112: Fill in missing modified_at values from before...
2019-04-22 Tom CleggMerge branch '15112-dont-trash-needed-replica'
2019-04-22 Tom Clegg15112: Note rationale for non-obvious paging approach.
2019-04-22 Tom Clegg15112: Add test.
2019-04-22 Tom Clegg15112: Refuse to run if modified_at column has any...
2019-04-22 Tom Clegg15112: Stop processing collections on first error.
2019-04-22 Tom Clegg15112: Fix duplicate default.
2019-04-22 Tom Clegg15112: Error out right away on unusable manifest.
2019-04-22 Tom Clegg15112: Fix log check in test case.
2019-04-22 Tom Clegg15112: Show #collections and class->#desired map in...
2019-04-22 Tom Clegg15112: Test multiple volumes with same device IDs.
2019-04-22 Tom Clegg15112: Fix mount IDs in test case.
2019-04-22 Tom Clegg15112: Use FieldLogger interface so tests can use ctxlo...
2019-04-22 Tom Clegg15112: Report volumes without replicas as "none" in...
2019-04-19 Eric BiagiottiMerge branch '14723-cwl-multiple-file-targets'
2019-04-19 Peter AmstutzMerge, don't replace RemoteClusters refs #13996
2019-04-19 Peter AmstutzSet secrets.secret_key_base refs #13996
2019-04-19 Eric BiagiottiMerge branch 'master' into 14723-cwl-multiple-file...
2019-04-18 Peter AmstutzMerge branch '13996-new-api-config' refs #13996
2019-04-18 Eric BiagiottiMerge branch '15002-cancel-completed-container'
2019-04-18 Eric Biagiotti15002: Adds admin feature for cancelling completed...
2019-04-17 Lucas Di PentimaMerge branch '15109-logs-table-admin-docs'
2019-04-17 Tom CleggMerge branch '15002-container-permissions'
2019-04-17 Tom Clegg15002: Test invalid state changes, too.
2019-04-17 Tom Clegg15002: Fix container update permissions.
2019-04-16 Fernando MonserratMerge branch '14670-new-java-sdk-docs' of git.curoverse...
2019-04-12 Peter AmstutzMerge branch 'master' into 14670-new-java-sdk-docs
2019-04-11 Peter Amstutz13996: Enable ERB for application.yml and database.yml
2019-04-11 Peter Amstutz13996: Documentation for config migration
2019-04-11 Peter Amstutz13996: Tweak rake tasks
2019-04-11 Peter Amstutz13996: Update rest of code for cleaner config access
2019-04-11 Peter Amstutz13996: Don't override name of test db if one was provid...
2019-04-10 Peter Amstutz13996: Update tests for cleaner config access
2019-04-10 Peter Amstutz13996: Copy config into OrderedOptions for nicer access
2019-04-10 Peter Amstutz13996: Move configuration load earlier, before database...
2019-04-09 Peter Amstutz13996: Fix legacy_jobs_api check
2019-04-09 Peter Amstutz13996: Re-add symlink config.default.yml
2019-04-09 Peter Amstutz13996: Fix tests.
2019-04-08 Ward Vandewege13996: rename config.defaults.yml to config.default...
2019-04-08 Peter Amstutz13996: Can now use database info from config.yml
2019-04-08 Peter Amstutz13996: Refactor, create ConfigLoader class
2019-04-08 Peter Amstutz13996: Adjust config:dump to dump active config
2019-04-08 Peter Amstutz13996: Update comments
2019-04-08 Peter Amstutz13996: Add rake config:diff
2019-04-08 Peter Amstutz13996: Fix discovery document remoteHosts
2019-04-08 Peter Amstutz13996: Explicitly get string representation of URLs
2019-04-08 Peter Amstutz13996: Don't force check for GitInternalDir, breaks...
2019-04-08 Peter Amstutz13996: Unit tests pass
2019-04-08 Peter Amstutz13996: Fixing test WIP
2019-04-08 Peter Amstutz13996: Migrate tests to new config
2019-04-08 Peter Amstutz13996: More config migrations, refactor some code into...
2019-04-08 Peter Amstutz13996: Parsing durations wip
2019-04-08 Peter Amstutz13996: Migrate majority of defaults to config.defaults.yml
2019-04-08 Peter Amstutz13996: More config updates
2019-04-08 Peter Amstutz13996: Updating API server to use new config object WIP
2019-04-08 Peter Amstutz13996: Migrating defaults to new config structure
2019-04-08 Peter Amstutz13996: Config migration WIP
2019-04-08 Lucas Di PentimaMerge branch '14873-api-rails5-upgrade'
2019-04-08 Lucas Di Pentima14873: Fixes performance test.
2019-04-06 Lucas Di Pentima14873: Updates dependency on our themes_for_rails fork.
2019-04-06 Lucas Di Pentima14873: Upgrades missing config settings.
2019-04-05 Lucas Di Pentima14873: Fixes typo on schema file.
2019-04-05 Lucas Di Pentima14873: Adjusts latest API Server changes to be rails5...
2019-04-05 Lucas Di PentimaMerge branch 'master' into 14873-api-rails5-upgrade
2019-04-04 Lucas Di Pentima14873: Fixes permission benchmark test
2019-04-04 Lucas Di Pentima14873: Changes perftest with benchmark because of unide...
2019-04-04 Lucas Di Pentima14873: Migrated functional tests to be integration...
2019-04-04 Eric BiagiottiMerge branch '14484-collection-record-update'
2019-04-04 Lucas Di Pentima14873: Modifies failing tests for debugging purposes.
2019-04-03 Tom CleggMerge branch '14796-dispatchcloud-install-docs'
2019-04-03 Eric BiagiottiMerge remote-tracking branch 'origin/master' into 14484...
2019-04-03 Eric Biagiotti14484: Adds test for updating a collection with file...
2019-04-03 Eric Biagiotti14484: Improves test coverage and attribute setting...
2019-04-03 Lucas Di Pentima14873: Adds JSONB columns to discovery doc.
2019-04-02 Lucas Di Pentima14873: Removes byebug debug call on test.
2019-04-02 Lucas Di Pentima14873: Fixes JSON custom types.
2019-04-02 Lucas Di Pentima14873: Custom JSON attributes that default to [] or...
2019-04-02 Lucas Di Pentima14873: Fixes nested params behavior on controller tests.
2019-04-02 Lucas Di Pentima14873: Updates test for fix deprecation warning.
2019-04-02 Tom CleggMerge branch '15044-test-fixes'
2019-04-02 Lucas Di Pentima14873: Reverts previous fixture changes.
2019-04-02 Eric Biagiotti14484: Update collection model to overwrite file stats...
2019-04-02 Tom Clegg15044: Require newer mocha.
2019-04-01 Eric Biagiotti14844: Adds collections controller tests and updates...
next