13108: Add copyright notice to task_queue.py
[arvados.git] / services /
2018-04-05 Peter AmstutzMerge branch '13201-less-validate' closes #13201
2018-04-05 Lucas Di PentimaMerge branch '12085-anm-metrics'
2018-04-05 Lucas Di Pentima12085: Unconditionally remove the idle time counter...
2018-04-05 Lucas Di Pentima12085: When an idle node disappears from the cloud...
2018-04-05 Lucas Di Pentima12085: Add node_quota status & count different cloud...
2018-04-05 Lucas Di Pentima12085: Idle node times tracking, with tests.
2018-04-05 Lucas Di Pentima12085: Boot failures counting, with tests.
2018-04-05 Lucas Di Pentima12085: Test actor & cloud errors counting.
2018-04-05 Lucas Di Pentima12085: Counters support for status tracker.
2018-04-05 Ward Vandewegeapi server: get_anonymous_user_token script
2018-04-04 Fernando Monserrat"refs #13200" "Merge branch '13200-python-pkg-version'".
2018-04-04 Fernando Monserrat13200: fix SETUP_DIR on python packages
2018-04-04 Fernando Monserrat13200: remove_version from python packages
2018-04-04 Fernando Monserrat13200: Consolidate package version behavior in arvados_...
2018-04-04 Ward VandewegeFix more ineffassign warnings in our golang code.
2018-04-04 Ward Vandewegekeepproxy: bugfix: do not swallow error if Readall...
2018-04-03 Ward VandewegeFix one gofmt and more ineffassign warnings in our...
2018-04-03 Ward VandewegeFix a whole bunch of ineffassign warnings in our golang...
2018-04-02 Lucas Di PentimaMerge branch '12414-delete-trashed-project-contents'
2018-04-02 Peter AmstutzMerge branch '13301-cwl-resource-scatter' closes #13301
2018-04-02 Lucas Di Pentima12414: Test fixes
2018-04-02 Lucas Di Pentima12414: Enhance sweep process test to ensure no unwanted...
2018-04-02 Fernando Monserratrefs #13200 Merge branch '13200-new-package-versioning-jb'
2018-04-02 Lucas Di Pentima12414: Add tests for projects (and their contents)...
2018-04-02 Fernando Monserrat13200: Fix format gitinfo on all the services
2018-04-02 Fernando Monserrat13200: format gitinfo on all the services
2018-04-02 Fernando Monserrat13200:test to remove prefix on python
2018-04-02 Fernando Monserrat13200:test to remove adding 01 to python packages
2018-04-02 Fernando Monserrat13200:fix python gittagers version with latest git...
2018-04-02 Fernando Monserrat13200:fix python gittagers version with latest git...
2018-03-30 Lucas Di Pentima12414: Add project deletion (with its contents) when...
2018-03-30 Lucas Di PentimaMerge branch '13168-cr-modified-user'
2018-03-29 Lucas Di Pentima13168: Use helper to avoid updating 'modified_by_user_u...
2018-03-29 Lucas Di Pentima13168: Remove commented code.
2018-03-27 Lucas Di PentimaMerge branch '13166-nodemanager-whishlist'
2018-03-26 Lucas Di Pentima13166: Integration test fix.
2018-03-26 Lucas Di Pentima13166: Sort optimization & wishlist ordering testing.
2018-03-23 Peter AmstutzMerge branch '13245-cwl-dir-literal' closes #13245
2018-03-23 Peter AmstutzMerge branch '13212-unavailable-output-workunit' closes...
2018-03-23 Tom CleggMerge branch '7931-replicas-by-volume'
2018-03-23 Tom Clegg7931: Merge branch 'master' into 7931-replicas-by-volume
2018-03-23 Tom Clegg7931: Update json field tags on trash/pull requests.
2018-03-22 Tom Clegg7931: OTBE, prefer readonly replicas; they can't be...
2018-03-22 Tom Clegg7931: Don't bother trying to trash replicas on readonly...
2018-03-21 Tom Clegg7931: Fix format/type mismatch.
2018-03-21 Tom Clegg7931: Trash excess replicas when a server has more...
2018-03-21 Tom Clegg7931: keep-balance: use keepstore /mounts APIs instead...
2018-03-20 Lucas Di PentimaMerge branch '12167-arvput-log-on-signals'
2018-03-19 Lucas Di Pentima13166: Add descriptive comments to every integration...
2018-03-19 Peter AmstutzMerge branch '13208-permission-performance' refs #13208
2018-03-19 Lucas Di Pentima13166: Limit wishlist to (max_nodes - up_nodes)
2018-03-16 Lucas Di Pentima13166: Order slurm queue by priority
2018-03-16 Peter Amstutz13208: Refactor permission checking to improve query...
2018-03-15 Peter AmstutzMerge branch '13138-request-error' refs #13138
2018-03-15 Tom CleggMerge branch '13100-crunch-run-memory'
2018-03-15 Tom Clegg11583: 13100: Fix memory leak in test suite.
2018-03-15 Tom Clegg13100: Fix memory leak (64MiB per stream in output...
2018-03-14 Tom CleggMerge branch '12552-wf-priority'
2018-03-14 Peter Amstutz13138: Gather arvados API errors under "RequestError...
2018-03-14 Tom Clegg12552: Merge branch 'master' into 12552-wf-priority
2018-03-14 Tom Clegg12552: Fix workflow parent priority test.
2018-03-13 Tom Clegg12552: Prioritize containers according to top-level...
2018-03-13 Peter AmstutzMerge branch '13134-secret-mounts' closes #13134
2018-03-13 Peter Amstutz13134: Check for conflicts between secret mounts and...
2018-03-13 Peter Amstutz13134: Use the container token to fetch secret_mounts
2018-03-13 Peter Amstutz13134: Get secret_mounts from separate API endpoint...
2018-03-13 Peter Amstutz13134: Support for secret mounts in crunch-run.
2018-03-13 Tom CleggMerge branch '13143-secret-mounts'
2018-03-13 Tom Clegg13143: Update find_reusable() invocation in test suite.
2018-03-12 Tom Clegg13143: Decode request body secret_mounts properly.
2018-03-12 Tom Clegg13143: Remove superfluous check for null hash.
2018-03-12 Tom Clegg13143: Add missing "secret_mounts scrubbed" test.
2018-03-12 Tom Clegg13143: Fix same/different-secret_mounts tests.
2018-03-12 Tom Clegg13143: Sort hash keys for more realistic fixture md5.
2018-03-12 Tom Clegg13143: Prohibit identical path in mounts + secret_mounts.
2018-03-12 Tom Clegg13143: Merge branch 'master' into 13143-secret-mounts
2018-03-12 Tom Clegg13143: Don't advertise secret_* columns in discovery...
2018-03-09 Tom Clegg13143: Add secret_mounts field to containers and contai...
2018-03-09 Lucas Di PentimaMerge branch '12737-update-rails-api'
2018-03-09 Tom CleggMerge branch '13078-badconstraints'
2018-03-08 Lucas Di PentimaMerge branch '13147-arvput-request-id'
2018-03-07 Tom Clegg13078: Add test case for "release job held because...
2018-03-07 Tom Clegg13078: Update comment.
2018-03-07 Tom Clegg13078: Fix jobs stuck in "held" state in old SLURM...
2018-03-07 Tom Clegg13078: Fix ignoring queued jobs with reason=BadConstraints.
2018-03-07 Peter AmstutzMerge branch '12526-cwl-priority' closes #12526
2018-03-06 Lucas Di Pentima12737: Update API server to rails 4.2.10
2018-03-06 Tom Clegg13078: Ignore held jobs with priority=0 (e.g., SLURM...
2018-03-06 Tom Clegg13078: Remove debug log.
2018-03-06 Peter AmstutzMerge branch '13078-cds-noheader' refs #13078
2018-03-06 Peter Amstutz13078: Add --noheader to squeue invocation.
2018-03-05 Lucas Di PentimaMerge branch '12268-libcloud230-official'
2018-03-05 Lucas Di Pentima12268: Update nodemanager dependency on libcloud 2.3.0
2018-03-05 Peter AmstutzMerge branch '13140-cwl-conformance' refs #13140
2018-03-02 Tom Clegg12552: Remove superfluous arithmetic.
2018-03-02 Tom Clegg12552: Fix starvation in test case.
2018-03-02 Lucas Di PentimaMerge branch '12737-arvados-gem-dependency'
2018-03-01 Tom CleggMerge branch '12552-slurm-priority'
2018-02-27 Tom CleggMerge branch '12315-exclude-child-procs'
2018-02-26 Peter AmstutzMerge branch '13037-composer-link' closes #13037
next