Do not try to start a job when too few slurm nodes are idle. refs #1417
[arvados.git] / config /
2013-03-17 Tom Cleggrestart dispatch_jobs service on deploy
2013-03-16 Tom Cleggadd script/dispatch_jobs.rb and related Job features
2013-03-13 Tom Cleggrename Project to Group
2013-03-13 Tom Clegguse spot instances for compute nodes
2013-02-04 Ward VandewegeMerge branch 'master' of git.clinicalfuture.com:orvos...
2013-02-03 Tom Cleggadd Job and JobStep resources
2013-02-01 Ward VandewegeAdd deploy scripts for the Orvos instance on Ant.
2013-01-31 Tom Cleggadd /users/current method
2013-01-31 Tom Cleggmove development.rb to development.rb.example
2013-01-28 Tom Cleggrename Metadatum to Link, head to head_uuid, tail to...
2013-01-25 Ward VandewegeRemove duplicate configuration value in lib/josh_id.rb.
2013-01-24 Tom Cleggadd permission checks
2013-01-24 Tom Cleggset created_by/at and modified_by/at attributes when...
2013-01-24 Tom Clegginstall omniauth.rb during deploy
2013-01-24 Tom Cleggconnect user authentication to API client authorization
2013-01-23 Tom Cleggadd omniauth.rb.example
2013-01-23 Ward VandewegeAuthenticate against auth.clinicalfuture.com
2013-01-22 Tom Cleggadd missing timestamp and route, set default event_at...
2013-01-22 Tom Cleggadd Log resource
2013-01-22 Tom Cleggadd hardcoded_api_tokens.rb.example
2013-01-22 Tom Cleggstub authentication check
2013-01-21 Ward VandewegeMore test env tweaks + first collections api test
2013-01-18 Tom Cleggrename metadata attributes to head/tail
2013-01-17 Tom Cleggput AMI id in config file instead of hard coded
2013-01-17 Tom Cleggprovide metadata head_kind, head_uuid in api response
2013-01-16 Tom Cleggfix missing route
2013-01-16 Tom Cleggadd Project resource
2013-01-16 Tom Cleggtweak uuid generators - use last N digits instead of...
2013-01-16 Tom Cleggadd Specimen resource
2013-01-15 Tom Cleggadd /orvos/v1/schema
2013-01-15 Ward VandewegeMore capistrano fixes
2013-01-14 Tom Cleggadd missing require
2013-01-14 Tom Cleggimprove default nameservers list
2013-01-14 Tom Clegginclude nameservers in Node api responses
2013-01-14 Ward VandewegeDeploy script fixes.
2013-01-13 Tom Cleggadd shared "common" template with kind and etag
2013-01-13 Tom Cleggcopy config files and bundle install --local before...
2013-01-11 Tom Cleggadd configurable compute node domain
2013-01-11 Tom Cleggload deploy/assets so assets get compiled at production
2013-01-11 Tom Cleggadd /nodes status page
2013-01-11 Tom Cleggreturn errors as json, improve handling of nested params
2013-01-11 Tom Cleggimplement generic resource#update
2013-01-10 Tom Cleggupdate dnsmasq database when node gets hostname
2013-01-09 Tom Cleggadd pipelineInvocation resource. refs #1357
2013-01-09 Tom Cleggadd pipeline resource. refs #1357
2013-01-09 Tom Cleggadd "find metadata by target kind + uuid" refs #1236...
2013-01-08 Tom Cleggadd nodes#create and nodes#ping
2013-01-06 Ward VandewegeDeploy script fixes
2013-01-05 Tom Cleggmore initial metadata implementation
2013-01-05 Tom Cleggadd metadata resource
2013-01-05 Ward VandewegeMake sure to use the right git repo when deploying.
2013-01-05 Tom Cleggdo not force ssl in dev environment
2013-01-04 Ward VandewegeInitial commit