rename Project to Group
[arvados.git] / app / models /
2013-03-13 Tom Cleggrename Project to Group
2013-02-19 Tom Cleggtweak factory_jobs display
2013-02-18 Tom Cleggadd first,last,[] methods
2013-02-17 Tom CleggRearrange pipeline_invocation handling
2013-02-12 Tom Cleggdo not delete uuid if provided in new object (notably...
2013-02-12 Tom Cleggfix broken orvos_model#initialize
2013-02-08 Tom Clegguse Enumerable and to_ary for implicit conversion to...
2013-02-07 Tom Cleggadd links to generic specimen and project #show
2013-02-07 Tom Clegglink to pipeline invocations from factory_jobs page
2013-02-07 Tom Cleggmake resource_class_for_uuid more convenient and robust
2013-02-07 Tom Cleggadd generic #show page for orvos objects and use it...
2013-02-07 Tom Cleggupdate server-assigned attributes after saving objects
2013-02-06 Tom Clegguse JSON.dump so timestamps load back as Time, and...
2013-02-06 Tom Cleggadd orvos_resource_list#to_hash
2013-02-05 Tom Cleggobey eager() and limit() in all()
2013-02-05 Tom Clegglimit data page to 1-3000 collections
2013-02-04 Ward VandewegeSwitch to MultiJson which uses Oj under the hood (since...
2013-02-04 Ward VandewegeSwitch to Oj for faster JSON handling.
2013-02-04 Ward VandewegeBe careful with the shovel (<<) operator. It modifies...
2013-02-03 Ward VandewegeThrow an error when the uuid used for find() is invalid.
2013-02-03 Ward VandewegeDo not assume uuid_or_hash is a string when using it...
2013-02-03 Tom Cleggadd jobs and jobsteps
2013-02-03 Tom Cleggsupport user and API client using different URIs for...
2013-02-01 Tom Cleggadd Log out button, hide admin-only nav links if not...
2013-01-31 Tom Cleggadd User resource, restrict generic resource pages...
2013-01-29 Tom Cleggbit more robust in error display
2013-01-28 Tom Cleggtweak eager loading
2013-01-28 Tom Cleggrename Metadatum to Link, head to head_uuid, tail to...
2013-01-25 Tom Cleggfix use of OrvosBase#new when unpacking lists
2013-01-25 Tom Clegghandle non-db-column API response fields a bit better
2013-01-25 Tom Clegghandle invalid token more gracefully
2013-01-24 Tom Clegguse Accept header instead of post arg to ask for json
2013-01-24 Tom Cleggset format=json explicitly when calling api
2013-01-24 Tom Cleggsend tokenless user through orvos login instead of...
2013-01-22 Tom Cleggadd Logs resource
2013-01-22 Ward VandewegeFix for
2013-01-21 Tom Cleggpass api_token through to orvos
2013-01-21 Tom Cleggfix query encoding in API calls
2013-01-20 Tom Cleggreorganize API helper a bit, refactor pipeline status...
2013-01-18 Tom Cleggadd OrvosBase#dup, offload some filtering to server
2013-01-18 Tom Cleggcache metadata
2013-01-18 Tom Cleggeasier access to metadata, and objects connected by...
2013-01-18 Tom Cleggrename metadata attributes to head/tail
2013-01-17 Tom Cleggfix error reporting
2013-01-17 Tom Cleggbeginnings of upload->pipeline status page
2013-01-16 Tom Cleggadd uploaded_datasets#create API. refs #1247 refs ...
2013-01-16 Tom Cleggfix serialized fields, improve error handling
2013-01-16 Tom Cleggstub Project
2013-01-16 Tom Cleggstub Specimen
2013-01-15 Tom Cleggstub Metadatum, Pipeline, PipelineInvocation
2013-01-15 Tom Cleggadd a little error checking for save() and save!()
2013-01-15 Tom Cleggmake Collection.new.save work
2013-01-15 Tom Cleggstub Orvos::Base, add collection example
2013-01-14 Ward VandewegeInitial commit.