6429: Rename request_finalize to handle_completed
[arvados.git] / services / api / app / models / container.rb
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.