2014-05-10 |
Tim Pierce | 2328: restrict all /index requests to superuser |
tree | commitdiff |
2014-05-09 |
Tim Pierce | 2328: handler_test.go refactoring |
tree | commitdiff |
2014-05-09 |
Tim Pierce | 2328: fix TestPutHandler permission_ttl |
tree | commitdiff |
2014-05-08 |
Tim Pierce | 2328: simplify tests, permission_ttl variable |
tree | commitdiff |
2014-05-08 |
Tim Pierce | 2328: do not expose keys to /bin/ps |
tree | commitdiff |
2014-05-07 |
Tim Pierce | Added handler_test.go. (refs #2328) |
tree | commitdiff |
2014-05-07 |
Tim Pierce | Split out HTTP handler tests into their own file. |
tree | commitdiff |
2014-05-07 |
Tim Pierce | Require enforce_permissions and API token as necessary. |
tree | commitdiff |
2014-05-06 |
Tim Pierce | Reset enforce_permissions between tests. (refs #2328) |
tree | commitdiff |
2014-05-06 |
Tim Pierce | Added permission flags and unit tests. |
tree | commitdiff |
2014-05-06 |
Tim Pierce | Check GET permissions in the HTTP handler. |
tree | commitdiff |
2014-05-05 |
Tim Pierce | Add --permissions-key flag. |
tree | commitdiff |
2014-05-05 |
Tim Pierce | Merge branch '2328-keep-permission-hints' |
tree | commitdiff |
2014-05-05 |
Tim Pierce | Resolve code review (closes #2328) |
tree | commitdiff |
2014-05-04 |
Tom Clegg | Do not try to record object_owner_uuid during earlier... |
tree | commitdiff |
2014-05-04 |
Tom Clegg | Fix crashing "grant access to my own object" permission... |
tree | commitdiff |
2014-05-02 |
Tim Pierce | Incorporating code review. (refs #2328) |
tree | commitdiff |
2014-05-02 |
Tom Clegg | Merge branch '2223-repo-owner-admin-perms' |
tree | commitdiff |
2014-05-02 |
Peter Amstutz | Merge branch 'query-select-distinct' |
tree | commitdiff |
2014-05-02 |
Peter Amstutz | Restored support for old-style 'order' strings and... |
tree | commitdiff |
2014-05-02 |
Peter Amstutz | Fixed botched 'distinct' parameter, now is a boolean... |
tree | commitdiff |
2014-05-02 |
Tim Pierce | Update docs. (refs #2328) |
tree | commitdiff |
2014-05-02 |
Tim Pierce | Added permission helper functions. |
tree | commitdiff |
2014-05-02 |
Tom Clegg | Take into account owner_uuid and is_admin when exportin... |
tree | commitdiff |
2014-05-02 |
Peter Amstutz | Fix for interaction between 'select' and 'order' (SQL... |
tree | commitdiff |
2014-05-01 |
Peter Amstutz | Merge remote-tracking branch 'origin/master' into 2035... |
tree | commitdiff |
2014-05-01 |
Peter Amstutz | Added 'select' and 'distinct' parameters to discovery... |
tree | commitdiff |
2014-05-01 |
Peter Amstutz | Merge branch 'master' of git.clinicalfuture.com:arvados |
tree | commitdiff |
2014-05-01 |
Peter Amstutz | Another go at migration, uses batched loading and trans... |
tree | commitdiff |
2014-05-01 |
Tom Clegg | Merge branch '2328-signatures-for-integration-testing' |
tree | commitdiff |
2014-05-01 |
Tom Clegg | Add test cases that produce predictable signatures... |
tree | commitdiff |
2014-05-01 |
Peter Amstutz | Changed Log.all.each to Log.find_each because Log.all... |
tree | commitdiff |
2014-05-01 |
Peter Amstutz | Fixed middleware customization so that it doesn't assum... |
tree | commitdiff |
2014-04-30 |
Peter Amstutz | Merge branch 'master' of git.clinicalfuture.com:arvados |
tree | commitdiff |
2014-04-30 |
Peter Amstutz | Merge branch 'origin-2608-websocket-event-bus-alt2' |
tree | commitdiff |
2014-04-30 |
Tim Pierce | Merge branch '2620-keep-serialize-io' (closes #2620) |
tree | commitdiff |
2014-04-30 |
Tim Pierce | Replaced KeepVolumes with a VolumeManager interface. |
tree | commitdiff |
2014-04-30 |
Brett Smith | Merge branch '1904-api-reader-tokens' |
tree | commitdiff |
2014-04-30 |
Brett Smith | api: Accept JSON-formatted reader token array. |
tree | commitdiff |
2014-04-30 |
Brett Smith | api: Introduce reader_tokens for extra access. |
tree | commitdiff |
2014-04-30 |
Brett Smith | api: More consistency in test helper methods. |
tree | commitdiff |
2014-04-30 |
Peter Amstutz | Merge remote-tracking branch 'origin/master' into origi... |
tree | commitdiff |
2014-04-30 |
Peter Amstutz | Moved message handling out to a separate method for... |
tree | commitdiff |
2014-04-30 |
Peter Amstutz | Short-circuts #readable_by when the user is admin. |
tree | commitdiff |
2014-04-30 |
Peter Amstutz | Unsubscribe message now takes filter definition instead... |
tree | commitdiff |
2014-04-30 |
Peter Amstutz | Added code comments. |
tree | commitdiff |
2014-04-30 |
Peter Amstutz | Now supports both websocket integrated (ARVADOS_WEBSOCK... |
tree | commitdiff |
2014-04-30 |
Tom Clegg | Fix route name in nodes.create, add basic functional... |
tree | commitdiff |
2014-04-29 |
Peter Amstutz | Adding more code documentation. |
tree | commitdiff |
2014-04-29 |
Brett Smith | api: Make JSON the default response format. |
tree | commitdiff |
2014-04-29 |
Peter Amstutz | Added support for :distinct to application controller... |
tree | commitdiff |
2014-04-29 |
Tom Clegg | Merge branch '0000-ruby-client-config' |
tree | commitdiff |
2014-04-29 |
Peter Amstutz | Added ability to select which fields to return, instead... |
tree | commitdiff |
2014-04-29 |
Tim Pierce | Incorporating code review comments (refs #2620) |
tree | commitdiff |
2014-04-29 |
Tom Clegg | Merge branch '1969-persistent-switch' |
tree | commitdiff |
2014-04-29 |
Tom Clegg | Merge branch 'master' into 1969-persistent-switch |
tree | commitdiff |
2014-04-28 |
Brett Smith | Merge branch '1904-object-scopes' |
tree | commitdiff |
2014-04-28 |
Brett Smith | api: Support filters in API client auths index. |
tree | commitdiff |
2014-04-28 |
Brett Smith | api: Support scope searching in API token index. |
tree | commitdiff |
2014-04-28 |
Brett Smith | api: Migrate VM auth scopes to new system. |
tree | commitdiff |
2014-04-28 |
Brett Smith | api: Introduce path-based API token scopes. |
tree | commitdiff |
2014-04-28 |
Brett Smith | api: Test VM login scopes. |
tree | commitdiff |
2014-04-28 |
Brett Smith | api: Shorten name of authorized_keys index. |
tree | commitdiff |
2014-04-25 |
Tim Pierce | Merge branch 'master' into 2620-keep-serialize-io |
tree | commitdiff |
2014-04-25 |
Tim Pierce | Corrected name for volume_test.go. |
tree | commitdiff |
2014-04-25 |
Tim Pierce | Reorganized Volume code for easier comprehension. |
tree | commitdiff |
2014-04-25 |
Brett Smith | workbench: Add pipeline instance tag render test. |
tree | commitdiff |
2014-04-25 |
Tim Pierce | Make sure an IOHandler is running when -serialize is on. |
tree | commitdiff |
2014-04-25 |
Tim Pierce | Cleaned up unit tests. (refs #2620) |
tree | commitdiff |
2014-04-25 |
Tim Pierce | Cleaned up unit tests. (refs #2620) |
tree | commitdiff |
2014-04-25 |
Tom Clegg | Merge branch 'master' into 1969-persistent-switch |
tree | commitdiff |
2014-04-25 |
Peter Amstutz | Merge branch 'master' into origin-2608-websocket-event... |
tree | commitdiff |
2014-04-25 |
Peter Amstutz | Bugfix. Objects returned by owned_items are now sorted... |
tree | commitdiff |
2014-04-25 |
Peter Amstutz | Resolving application_controller.rb merge conflicts... |
tree | commitdiff |
2014-04-25 |
Tom Clegg | Merge branch 'master' into 1969-persistent-switch |
tree | commitdiff |
2014-04-25 |
Tom Clegg | Merge branch '2505-update-docs' |
tree | commitdiff |
2014-04-25 |
Peter Amstutz | Merge remote-tracking branch 'origin/master' into origi... |
tree | commitdiff |
2014-04-25 |
Peter Amstutz | Added tests, especially for error handling behavior... |
tree | commitdiff |
2014-04-25 |
Tom Clegg | Merge branch '2640-folder-api' |
tree | commitdiff |
2014-04-24 |
Tim Pierce | Added -serialize flag. |
tree | commitdiff |
2014-04-24 |
Tom Clegg | Add persistent/cache switch to collections index page. |
tree | commitdiff |
2014-04-24 |
Misha Zatsman | Merge branch 'master' of git.curoverse.com:arvados... |
tree | commitdiff |
2014-04-24 |
Peter Amstutz | Wrapped channel callback in exception handler. |
tree | commitdiff |
2014-04-24 |
Peter Amstutz | Websocket tests now use database cleaner instead of... |
tree | commitdiff |
2014-04-24 |
Tom Clegg | Fix & test edge cases (no script_parameters), fix pipel... |
tree | commitdiff |
2014-04-24 |
Tom Clegg | Merge branch '2409-remove-unused-controllers' |
tree | commitdiff |
2014-04-24 |
Peter Amstutz | Added websocket first tests for connecting and checking... |
tree | commitdiff |
2014-04-24 |
Peter Amstutz | Added test runner for websocket tests. Requires passen... |
tree | commitdiff |
2014-04-24 |
Peter Amstutz | Fixed bug whereby readable_by could return duplicate... |
tree | commitdiff |
2014-04-24 |
Tim Pierce | Updated UnixVolume unit tests (refs #2620). |
tree | commitdiff |
2014-04-24 |
Tim Pierce | Moved the MD5 verification check back to GetBlock. |
tree | commitdiff |
2014-04-24 |
Tom Clegg | Check sanity when applying filters, and provide useful... |
tree | commitdiff |
2014-04-23 |
Tom Clegg | Remove excess controllers and routes. Add tests to... |
tree | commitdiff |
2014-04-23 |
Tom Clegg | Improve examples, explanations, typography, tests |
tree | commitdiff |
2014-04-23 |
Tim Pierce | Added UnixVolume unit tests. (refs #2620) |
tree | commitdiff |
2014-04-23 |
Tom Clegg | Merge branch 'master' into 2505-update-docs |
tree | commitdiff |
2014-04-23 |
Tom Clegg | Merge branch 'master' of git.curoverse.com:arvados... |
tree | commitdiff |
2014-04-23 |
Tom Clegg | Rename jresponse test helper to json_response. |
tree | commitdiff |
2014-04-23 |
Misha Zatsman | Merge branch 'master' of git.curoverse.com:arvados... |
tree | commitdiff |
2014-04-23 |
Tom Clegg | Support filters=[["attr","=",nil]] |
tree | commitdiff |
next |