arvados.git
10 years agoadd Repositories resource, fix authorized_user attr name, some wb fixes
Tom Clegg [Tue, 11 Jun 2013 17:00:06 +0000 (13:00 -0400)]
add Repositories resource, fix authorized_user attr name, some wb fixes

10 years agoMore API server installation instructions.
Ward Vandewege [Tue, 11 Jun 2013 15:49:34 +0000 (11:49 -0400)]
More API server installation instructions.

10 years agoRemove reference to orvosapi.com, replaced with arvadosapi.com
Ward Vandewege [Tue, 11 Jun 2013 15:10:49 +0000 (11:10 -0400)]
Remove reference to orvosapi.com, replaced with arvadosapi.com

10 years agoDelete capistrano files; they have been moved to a separate repository.
Ward Vandewege [Tue, 11 Jun 2013 14:28:22 +0000 (10:28 -0400)]
Delete capistrano files; they have been moved to a separate repository.

10 years agoadd /authorized_keys/get_all_logins
Tom Clegg [Mon, 10 Jun 2013 19:30:38 +0000 (15:30 -0400)]
add /authorized_keys/get_all_logins

10 years agofix current_user in model
Tom Clegg [Mon, 10 Jun 2013 18:21:33 +0000 (14:21 -0400)]
fix current_user in model

10 years agodo not render attributes of non-owned objects with x-editable
Tom Clegg [Mon, 10 Jun 2013 00:46:32 +0000 (20:46 -0400)]
do not render attributes of non-owned objects with x-editable

10 years agoadd links#index, allow non-admin links#show
Tom Clegg [Mon, 10 Jun 2013 00:42:04 +0000 (20:42 -0400)]
add links#index, allow non-admin links#show

10 years agoadd users#index, allow non-admin users#show
Tom Clegg [Mon, 10 Jun 2013 00:31:20 +0000 (20:31 -0400)]
add users#index, allow non-admin users#show

10 years agoinclude links that reference me in links#index
Tom Clegg [Mon, 10 Jun 2013 00:24:44 +0000 (20:24 -0400)]
include links that reference me in links#index

10 years agoexpose Keys, VMs, Jobs tabs to non-admin users
Tom Clegg [Sun, 9 Jun 2013 20:03:14 +0000 (16:03 -0400)]
expose Keys, VMs, Jobs tabs to non-admin users

10 years agoadd admin cheat sheet
Tom Clegg [Sun, 9 Jun 2013 19:47:57 +0000 (15:47 -0400)]
add admin cheat sheet

10 years agoinclude indivually permitted objects in #index responses
Tom Clegg [Sun, 9 Jun 2013 18:41:58 +0000 (14:41 -0400)]
include indivually permitted objects in #index responses

10 years agoadd VirtualMachine resource to workbench
Tom Clegg [Sat, 8 Jun 2013 06:04:42 +0000 (02:04 -0400)]
add VirtualMachine resource to workbench

10 years agoadd VirtualMachine resource
Tom Clegg [Sat, 8 Jun 2013 05:58:29 +0000 (01:58 -0400)]
add VirtualMachine resource

10 years agofix redirect/error behavior for session timeouts
Tom Clegg [Sat, 8 Jun 2013 05:26:46 +0000 (01:26 -0400)]
fix redirect/error behavior for session timeouts

10 years agomore x-editable
Tom Clegg [Fri, 7 Jun 2013 22:02:04 +0000 (18:02 -0400)]
more x-editable

10 years agoadd insecure-https config option, improve error reporting
Tom Clegg [Fri, 7 Jun 2013 22:01:19 +0000 (18:01 -0400)]
add insecure-https config option, improve error reporting

10 years agoimplement destroy method in arvados model proxy
Tom Clegg [Fri, 7 Jun 2013 05:16:06 +0000 (01:16 -0400)]
implement destroy method in arvados model proxy

10 years agofix up editable stuff
Tom Clegg [Fri, 7 Jun 2013 05:11:29 +0000 (01:11 -0400)]
fix up editable stuff

10 years agoadd andand
Tom Clegg [Fri, 7 Jun 2013 05:10:54 +0000 (01:10 -0400)]
add andand

10 years agomake authorized_keys editable on index page
Tom Clegg [Fri, 7 Jun 2013 03:41:45 +0000 (23:41 -0400)]
make authorized_keys editable on index page

10 years agotweak authorized_key#new
Tom Clegg [Thu, 6 Jun 2013 22:44:21 +0000 (18:44 -0400)]
tweak authorized_key#new

10 years agoadd authorized_keys views and editable fields
Tom Clegg [Thu, 6 Jun 2013 22:19:52 +0000 (18:19 -0400)]
add authorized_keys views and editable fields

10 years agoupdate bundle, bring in bootstrap-editable
Tom Clegg [Thu, 6 Jun 2013 21:46:13 +0000 (17:46 -0400)]
update bundle, bring in bootstrap-editable

10 years agoadd authorized_keys
Tom Clegg [Thu, 6 Jun 2013 19:37:15 +0000 (15:37 -0400)]
add authorized_keys

10 years agoadd AuthorizedKey resource
Tom Clegg [Thu, 6 Jun 2013 18:49:43 +0000 (14:49 -0400)]
add AuthorizedKey resource

10 years agofix logging of script_parameters and resource_limits
Tom Clegg [Thu, 6 Jun 2013 16:58:07 +0000 (12:58 -0400)]
fix logging of script_parameters and resource_limits

10 years agouse gmtime instead of unixtime to report timestamps
Tom Clegg [Thu, 6 Jun 2013 15:19:36 +0000 (11:19 -0400)]
use gmtime instead of unixtime to report timestamps

10 years agocheck validity of script_version during job#update
Tom Clegg [Thu, 6 Jun 2013 15:18:38 +0000 (11:18 -0400)]
check validity of script_version during job#update

10 years agocheck child exit status
Tom Clegg [Thu, 6 Jun 2013 15:17:59 +0000 (11:17 -0400)]
check child exit status

10 years agotweak node failure detection
Tom Clegg [Wed, 5 Jun 2013 20:50:41 +0000 (16:50 -0400)]
tweak node failure detection

10 years agouse IPC::System::Simple::capturex instead of system()
Tom Clegg [Wed, 5 Jun 2013 20:46:52 +0000 (16:46 -0400)]
use IPC::System::Simple::capturex instead of system()

10 years agofix "is undef" test
Tom Clegg [Wed, 5 Jun 2013 20:46:31 +0000 (16:46 -0400)]
fix "is undef" test

10 years agofix up quoting
Tom Clegg [Wed, 5 Jun 2013 18:15:30 +0000 (14:15 -0400)]
fix up quoting

10 years agofix job output hash key
Tom Clegg [Wed, 5 Jun 2013 18:15:17 +0000 (14:15 -0400)]
fix job output hash key

10 years agoremove old cruft
Tom Clegg [Tue, 4 Jun 2013 17:47:55 +0000 (13:47 -0400)]
remove old cruft

10 years agoretry requests after BadStatusLine
Tom Clegg [Tue, 4 Jun 2013 17:34:16 +0000 (13:34 -0400)]
retry requests after BadStatusLine

10 years agorun job tasks in qsequence order in first pass
Tom Clegg [Tue, 4 Jun 2013 16:42:48 +0000 (12:42 -0400)]
run job tasks in qsequence order in first pass

10 years agoadd "order" parameter to discovery document
Tom Clegg [Tue, 4 Jun 2013 16:41:58 +0000 (12:41 -0400)]
add "order" parameter to discovery document

10 years agoreject API calls with unsupported parameters
Tom Clegg [Tue, 4 Jun 2013 16:41:14 +0000 (12:41 -0400)]
reject API calls with unsupported parameters

10 years agofix job_task update call
Tom Clegg [Mon, 3 Jun 2013 20:06:17 +0000 (16:06 -0400)]
fix job_task update call

10 years agorename outputkey to output
Tom Clegg [Mon, 3 Jun 2013 19:53:12 +0000 (15:53 -0400)]
rename outputkey to output

10 years agoignore client-provided kind and etag during update
Tom Clegg [Mon, 3 Jun 2013 19:52:30 +0000 (15:52 -0400)]
ignore client-provided kind and etag during update

10 years agoRemove unique from hostname index in nodes table.
Ward Vandewege [Tue, 28 May 2013 17:44:20 +0000 (13:44 -0400)]
Remove unique from hostname index in nodes table.

10 years agoExpose Node slot_number via api.
Ward Vandewege [Tue, 28 May 2013 17:17:19 +0000 (13:17 -0400)]
Expose Node slot_number via api.

10 years agocrunch-job fixes
Tom Clegg [Fri, 24 May 2013 10:07:12 +0000 (03:07 -0700)]
crunch-job fixes

10 years agoadd "where" param to discovery doc
Tom Clegg [Fri, 24 May 2013 10:06:43 +0000 (03:06 -0700)]
add "where" param to discovery doc

10 years agoremove lockfile
Tom Clegg [Fri, 24 May 2013 10:05:54 +0000 (03:05 -0700)]
remove lockfile

10 years agosupply entire client-provided object if discovery doc does not describe structure
Tom Clegg [Fri, 24 May 2013 10:04:27 +0000 (03:04 -0700)]
supply entire client-provided object if discovery doc does not describe structure

10 years agodrop shim for errant discovery doc
Tom Clegg [Fri, 24 May 2013 10:03:13 +0000 (03:03 -0700)]
drop shim for errant discovery doc

10 years agonote created_by_job_task when queueing new tasks
Tom Clegg [Fri, 24 May 2013 04:49:07 +0000 (21:49 -0700)]
note created_by_job_task when queueing new tasks

10 years agofix job_task qsequence and delete_all usage
Tom Clegg [Fri, 24 May 2013 04:38:06 +0000 (21:38 -0700)]
fix job_task qsequence and delete_all usage

10 years agofix empty-string error report
Tom Clegg [Fri, 24 May 2013 04:37:07 +0000 (21:37 -0700)]
fix empty-string error report

10 years agoRuby SDK: add gem dependencies
Ward Vandewege [Thu, 23 May 2013 19:47:45 +0000 (15:47 -0400)]
Ruby SDK: add gem dependencies

10 years agoRuby SDK: add sufficient files to make an Arvados gem.
Ward Vandewege [Thu, 23 May 2013 19:19:03 +0000 (15:19 -0400)]
Ruby SDK: add sufficient files to make an Arvados gem.

10 years agoRuby SDK: make suppressing SSL warnings a configurable option rather
Ward Vandewege [Thu, 23 May 2013 18:34:20 +0000 (14:34 -0400)]
Ruby SDK: make suppressing SSL warnings a configurable option rather
than a hack based on hostname.

10 years agoMore install instructions.
Ward Vandewege [Thu, 23 May 2013 17:15:14 +0000 (13:15 -0400)]
More install instructions.

10 years agostart lifting job manager over from free factories to crunch
Tom Clegg [Thu, 23 May 2013 06:47:53 +0000 (23:47 -0700)]
start lifting job manager over from free factories to crunch

10 years agoadd job_task attributes
Tom Clegg [Thu, 23 May 2013 06:03:14 +0000 (23:03 -0700)]
add job_task attributes

10 years agofix sym/string comparisons
Tom Clegg [Thu, 23 May 2013 04:13:00 +0000 (21:13 -0700)]
fix sym/string comparisons

10 years agomove queue and system user logic out of dispatch_jobs
Tom Clegg [Wed, 22 May 2013 19:14:52 +0000 (12:14 -0700)]
move queue and system user logic out of dispatch_jobs

10 years agoadd /arvados/v1/jobs/queue
Tom Clegg [Wed, 22 May 2013 19:10:23 +0000 (12:10 -0700)]
add /arvados/v1/jobs/queue

10 years agosupport order param
Tom Clegg [Wed, 22 May 2013 18:49:52 +0000 (11:49 -0700)]
support order param

10 years agoimprove error messages
Tom Clegg [Wed, 22 May 2013 18:36:06 +0000 (11:36 -0700)]
improve error messages

10 years agosupport filters like where={"attribute":null}
Tom Clegg [Wed, 22 May 2013 18:35:26 +0000 (11:35 -0700)]
support filters like where={"attribute":null}

10 years agoadd script/update_node_attributes.rb
Tom Clegg [Tue, 21 May 2013 20:33:24 +0000 (13:33 -0700)]
add script/update_node_attributes.rb

10 years agoAdd (rudimentary) install instructions for the API server.
Ward Vandewege [Tue, 21 May 2013 20:21:24 +0000 (16:21 -0400)]
Add (rudimentary) install instructions for the API server.

11 years agoadd properties to pipeline_instance api response
Tom Clegg [Thu, 16 May 2013 03:23:00 +0000 (20:23 -0700)]
add properties to pipeline_instance api response

11 years agofix response type for #index
Tom Clegg [Thu, 16 May 2013 03:22:33 +0000 (20:22 -0700)]
fix response type for #index

11 years agocatch and propagate errors during #update
Tom Clegg [Thu, 16 May 2013 03:21:34 +0000 (20:21 -0700)]
catch and propagate errors during #update

11 years agostart Perl SDK
Tom Clegg [Thu, 16 May 2013 03:20:49 +0000 (20:20 -0700)]
start Perl SDK

11 years agocopy whjobmanager from warehouse-apps
Tom Clegg [Tue, 14 May 2013 19:52:39 +0000 (12:52 -0700)]
copy whjobmanager from warehouse-apps

11 years agoadd crunch_scripts/hash
Tom Clegg [Sat, 11 May 2013 06:42:21 +0000 (23:42 -0700)]
add crunch_scripts/hash

11 years agopython sdk JobTask convenience methods
Tom Clegg [Sat, 11 May 2013 06:09:26 +0000 (23:09 -0700)]
python sdk JobTask convenience methods

11 years agoserialize JobTasks parameters attribute
Tom Clegg [Sat, 11 May 2013 06:08:10 +0000 (23:08 -0700)]
serialize JobTasks parameters attribute

11 years agoremove duplicate resource parameter
Tom Clegg [Sat, 11 May 2013 02:58:02 +0000 (19:58 -0700)]
remove duplicate resource parameter

11 years agoadd attributes to job_task api response
Tom Clegg [Sat, 11 May 2013 02:57:03 +0000 (19:57 -0700)]
add attributes to job_task api response

11 years agostart python sdk
Tom Clegg [Fri, 10 May 2013 21:31:03 +0000 (14:31 -0700)]
start python sdk

11 years agoaccept authorization token in Authorization request header
Tom Clegg [Fri, 10 May 2013 18:49:52 +0000 (11:49 -0700)]
accept authorization token in Authorization request header

11 years agoadd job tasks docs
Tom Clegg [Wed, 1 May 2013 17:03:55 +0000 (10:03 -0700)]
add job tasks docs

11 years agoMore title tweaks.
Ward Vandewege [Wed, 1 May 2013 16:51:34 +0000 (12:51 -0400)]
More title tweaks.

11 years agoMore title fixing on index.html
Ward Vandewege [Wed, 1 May 2013 16:40:13 +0000 (12:40 -0400)]
More title fixing on index.html

11 years agoChange title on main page.
Ward Vandewege [Wed, 1 May 2013 16:37:48 +0000 (12:37 -0400)]
Change title on main page.

11 years agomore ping info
Tom Clegg [Thu, 25 Apr 2013 21:48:52 +0000 (14:48 -0700)]
more ping info

11 years agokeep_disks#ping
Tom Clegg [Thu, 25 Apr 2013 21:48:31 +0000 (14:48 -0700)]
keep_disks#ping

11 years agouse proper ping method
Tom Clegg [Thu, 25 Apr 2013 20:39:46 +0000 (13:39 -0700)]
use proper ping method

11 years agofix keep_disks/ping routing & discovery
Tom Clegg [Thu, 25 Apr 2013 20:38:35 +0000 (13:38 -0700)]
fix keep_disks/ping routing & discovery

11 years agoaccept arvados host/auth parameters via constructor
Tom Clegg [Thu, 25 Apr 2013 18:32:57 +0000 (11:32 -0700)]
accept arvados host/auth parameters via constructor

11 years agoadd controller-specific routes to discovery doc
Tom Clegg [Thu, 25 Apr 2013 18:31:15 +0000 (11:31 -0700)]
add controller-specific routes to discovery doc

11 years agoreport filesystem uuid to arvados
Tom Clegg [Thu, 25 Apr 2013 07:42:30 +0000 (00:42 -0700)]
report filesystem uuid to arvados

11 years agoadd KeepDisk resource
Tom Clegg [Thu, 25 Apr 2013 07:19:41 +0000 (00:19 -0700)]
add KeepDisk resource

11 years agofix *List id and description in discovery document
Tom Clegg [Thu, 25 Apr 2013 06:46:49 +0000 (23:46 -0700)]
fix *List id and description in discovery document

11 years agostart ruby sdk
Tom Clegg [Thu, 25 Apr 2013 06:05:34 +0000 (23:05 -0700)]
start ruby sdk

11 years agoadd PUT and SHA1 support
Tom Clegg [Thu, 25 Apr 2013 00:00:18 +0000 (17:00 -0700)]
add PUT and SHA1 support

11 years agochange keep server to sinatra modular style
Tom Clegg [Wed, 24 Apr 2013 23:27:54 +0000 (16:27 -0700)]
change keep server to sinatra modular style

11 years agostart ruby+sinatra keep server
Tom Clegg [Wed, 24 Apr 2013 00:22:32 +0000 (17:22 -0700)]
start ruby+sinatra keep server

11 years agotweak front page title kerning
Tom Clegg [Mon, 15 Apr 2013 16:48:43 +0000 (09:48 -0700)]
tweak front page title kerning

11 years agocope better with unexpected pipeline structure
Tom Clegg [Mon, 15 Apr 2013 02:44:54 +0000 (19:44 -0700)]
cope better with unexpected pipeline structure

11 years agoclean up workbench menu bar
Tom Clegg [Mon, 15 Apr 2013 02:43:47 +0000 (19:43 -0700)]
clean up workbench menu bar