9898: add lock and unlock endpoints to containers_controller.
[arvados.git] / services / api / app / models / container.rb
2016-09-02 radhika9898: add lock and unlock endpoints to containers_contr...
2016-06-08 radhikaMerge branch 'master' into wtsi-hgi-8087-arv-cli-reques...
2016-05-17 Peter AmstutzMerge branch 'master' into 9161-node-state-fixes
2016-05-12 Tom CleggMerge branch '8128-crunch2-auth-api'
2016-05-12 Tom Clegg8128: Use row lock during Container update, add comments.
2016-05-12 Tom Clegg8128: Add runtime tokens for containers, and locks...
2016-05-12 Tom Clegg8128: Update crunch-dispatch-slurm to use new Locked...
2016-05-12 Tom Clegg8128: Add Locked state to Container model.
2016-03-11 Tom CleggAdd 'build/' from commit '555b039609a3c8700c27767c255fd...
2016-03-01 Peter AmstutzAdd 'tools/arvbox/' from commit 'd3d368758db1f4a9fa5b89...
2016-01-20 Peter AmstutzMerge branch '7816-crunch2-exec' closes #7816
2016-01-05 radhikaMerge branch 'master' into 7607-getting-started-flag
2016-01-04 Peter AmstutzMerge branch '7816-exit-code' refs #7816
2015-12-29 Peter Amstutz7816: Add exit_code field to Container model. Can...
2015-12-16 Peter AmstutzMerge branch '7454-azure-custom-data' closes #7454
2015-12-14 Peter AmstutzMerge branch '6429-crunch2-api' closes #6429
2015-12-11 Peter Amstutz6429: Callback calls container_completed! instead of...
2015-12-10 Peter Amstutz6429: Rename request_finalize to handle_completed
2015-12-10 Peter Amstutz6429: Improve variable names in tests a bit. Default...
2015-12-09 Peter Amstutz6429: Don't update priority if the container is already...
2015-12-09 Peter Amstutz6429: Complete/Cancelled containers finalize associated...
2015-12-09 Peter Amstutz6429: Use text instead of string for longer API fields.
2015-12-08 Peter Amstutz6429: Tests for priority update propagation to process...
2015-12-07 Peter Amstutz6429: Committing container request creates container
2015-12-07 Peter Amstutz6429: Put whitelist_update in module.
2015-12-03 Peter AmstutzFinish basic state change & record protection unit...
2015-12-03 Peter AmstutzWorking on state change assertions and testing for...
2015-12-03 Peter AmstutzDeclare serialize / accept json fields, start working...
2015-12-03 Peter AmstutzStub out controllers and routes. Add basic workbench...
2015-12-02 Peter Amstutz6429: Initial commit of models creating by rails generate.