* Fixed links
[arvados.git] / services /
2013-12-12 Peter AmstutzMerge remote-tracking branch 'origin' into 1495-crunch...
2013-12-11 Tom CleggUse git@git.[...] not git://git.[...] as default reposi...
2013-12-11 Peter AmstutzMerge branch '1637-improve-arv-tutorial'
2013-12-10 Tom CleggMerge branch '1646-arv-put'
2013-12-10 Tom CleggSupport the use of groups to grant repository permissions.
2013-12-10 Tom CleggMerge branch 'master' into 1646-arv-put
2013-12-09 Tim PierceMerge branch '1587-fix-test-suites-in-devsandbox'
2013-12-09 Peter AmstutzMerge remote-tracking branch 'origin/master' into 1637...
2013-12-06 Tim PierceAdding 'run.sh test api' to run API server Rails tests.
2013-12-05 Tom CleggRemove spurious "if".
2013-12-05 Tom CleggUse some helpful HTTP status codes, not just generic...
2013-12-05 Tom CleggCheck permission before deleting objects
2013-12-05 Peter AmstutzMerge branch 'master' of git.clinicalfuture.com:arvados...
2013-12-03 Tom CleggFix failing test by parsing timestamp correctly.
2013-12-03 Tom CleggFix PermissionDeniedError when a non-admin user is...
2013-11-25 Tom CleggDo not require filesystem_uuid in first keep_disks...
2013-11-25 Tom CleggUpdate crunch_refresh_trigger config setting name in...
2013-11-25 Tom CleggAdd job.cancel API.
2013-11-25 Tom CleggFix config setting name.
2013-11-25 Tom CleggUpdate comments in config/environment/ files.
2013-11-25 Tom CleggCheck refresh trigger in crunch-job instead of crunch...
2013-11-25 Tom CleggAvoid starting new jobs when TERM signal has been received.
2013-11-22 Tom CleggAllow users to cancel a running crunch job by updating...
2013-11-22 Tom CleggFix base class of ApiClient model so as_api_response...
2013-11-22 Tom CleggFix up keep_disks/ping and add tests. refs #1581
2013-11-22 Ward VandewegeOnly apply the auto_admin_user configuration rule when...
2013-11-21 Ward VandewegeOnly apply the auto_admin_user configuration rule when...
2013-11-20 Tom Cleggadd script/create_superuser_token.rb
2013-11-20 Ward VandewegeMerge branch 'master' of git.clinicalfuture.com:arvados
2013-11-20 Ward VandewegeAdd a config setting: auto_admin_user
2013-11-19 Tom CleggRefuse to stream responses unless request Accept header...
2013-11-19 Tim PierceMerge branch 'master' of git.clinicalfuture.com:arvados
2013-11-19 Tom CleggAdd /users/:uuid/event_stream action to subscribe to...
2013-11-19 Tom CleggSend job log messages to owner_uuid redis channel
2013-11-18 Ward VandewegeMerge branch 'master' of git.clinicalfuture.com:arvados
2013-11-18 Tim PierceMerge branch '1579-keep-server-in-docker' of git.clinic...
2013-11-18 Tom CleggMove @redis.exists and .getrange outside .subscribe...
2013-11-18 Tom CleggAvoid Rails cache when polling database for latest...
2013-11-18 Ward VandewegeMerge branch 'master' of git.clinicalfuture.com:arvados
2013-11-18 Tom CleggInclude privileged attributes in node#ping response
2013-11-18 Tom Cleggadd tests for node#ping, fix response when ping_secret...
2013-11-18 Tom CleggFix crash building api response when user is nil
2013-11-18 Tom CleggMerge branch '1600-native-keep-client'
2013-11-18 Tom CleggAllow all active users to retrieve list of keep nodes.
2013-11-15 Ward VandewegeImprove error handling for login operations.
2013-11-15 Tom CleggAllow all active users to retrieve list of keep nodes.
2013-11-14 Tim PierceMerge branch '1579-keep-server-in-docker' of git.clinic...
2013-11-14 Tom Cleggadd discovery document test
2013-11-14 Tom Cleggdelete cached discovery document during boot, so doc...
2013-11-14 Tom Cleggupdate discovery document generator for rails 3.2
2013-11-14 Tom Cleggadd generatedAt field to discovery document
2013-11-12 Tim PierceMerge branch '1578-api-server-in-docker'
2013-11-11 Tom Cleggadd log_stream_href attribute to Job resource
2013-11-08 Tom CleggCatch AbstractController::ActionNotFound instead of...
2013-11-08 Tom Cleggadd crunch_worker_state to Node api response. refs...
2013-11-08 Tom Cleggfix tests and behavior for nodes#list as called by...
2013-11-07 Tom CleggUse current_user to select API response template. fixes...
2013-11-07 Tom CleggPreload all models at startup. Otherwise, in non-produc...
2013-11-07 Tom CleggAdd "not null" constraint to timestamp columns.
2013-11-07 Tom CleggRemove "test user needs createdb privilege" workaround.
2013-11-06 Tim PierceMerge branch 'master' of git.clinicalfuture.com:arvados
2013-11-05 Tom Cleggupgrade to latest Rails 3.2
2013-11-04 Tom Cleggupgrade gem dependencies
2013-11-04 Tom Clegginclude "href" key for each object in API response
2013-11-04 Tom Cleggin log_tail_follow, emit recent messages at top of...
2013-11-04 Tom Cleggstore the last ~512 KiB of job log messages in a redis...
2013-11-04 Tom Cleggimprove error message when crunch-job is not found
2013-11-01 Tom Cleggsend queue/worker stats while waiting for job to start...
2013-11-01 Tom Cleggupdate node info[:slurm_state] when running sinfo....
2013-10-07 Tom Cleggrename jobs.resource_limits to runtime_constraints
2013-09-27 Tom CleggMigrate the test database to 0 instead of trying to...
2013-09-27 Tom Cleggadd a few fixtures and tests for API. refs #1517 refs...
2013-09-27 Tom Cleggfix down-migration: add_column should have been remove_...
2013-09-27 Tom CleggIgnore failure in data-migration part of old schema...
2013-09-27 Tom CleggFix exception if api_client_authorization does not...
2013-09-26 Tom Cleggmove crunch-job to arv-crunch-job and add to arvados...
2013-09-24 Tom Cleggdo not munge hash keys in client-provided request....
2013-09-17 Tom CleggDuring task setup, if it exists, run /crunch_scripts...
2013-09-16 Tom CleggModify API discovery document and CLI tool so resource...
2013-09-05 Tom CleggRevert "remove extra newline"
2013-09-05 Tom Cleggreplace compute_node_security_group config with generic...
2013-08-22 Tom Cleggfix :id -> {uuid} subst in discovery doc when generatin...
2013-08-13 Tom Cleggallow admin to change object UUIDs
2013-07-31 Tom Clegglock CRUNCH_DISPATCH_LOCKFILE while running, if provided
2013-07-31 Tom Cleggput back :find_object_by_uuid in virtual_machines contr...
2013-07-31 Tom Cleggfix exception in get_all_logins when user has no author...
2013-07-30 Tom Cleggadd auth scopes
2013-07-22 Tom Cleggfix backward-compatible env var
2013-07-17 Tom Cleggstrip extra newline
2013-07-17 Tom Cleggadd usr/local/arvados/src pythonpath
2013-07-17 Tom Cleggprepend to PYTHONPATH instead of replacing
2013-07-16 Tom Cleggfix job dependencies -- grok arrays and hashes in scrip...
2013-07-11 Tom Cleggadd util functions, fix up tmp dirs
2013-07-11 Tom Cleggremove extra newline
2013-07-10 Tom Cleggfix is_locked_by reference
2013-07-10 Tom Cleggfix is_locked_by reference
2013-07-09 Tom Cleggshow provenance
2013-07-08 Ward VandewegeMerge branch 'master' of git.clinicalfuture.com:arvados
2013-07-08 Tom Cleggrename more foreign uuid attributes
2013-07-08 Tom Cleggrename more foreign uuid attributes
next