arvados.git
2015-08-12 Tom Clegg5824: Merge branch 'master' into 5824-go-sdk
2015-08-11 Tom Clegg5824: Test invalid argument vs. 404.
2015-08-11 Brett Smith6938: Install guide covers git server before standard...
2015-08-11 Tom Clegg5824: Add tests for UUIDMatch and PDHMatch.
2015-08-11 Tom Clegg5824: Return InvalidArgument (not 404) for poor argumen...
2015-08-11 Tom CleggMerge branch '6260-work-queue-status' refs #6260
2015-08-11 Tom Clegg6260: Add explanatory comment about testing /status...
2015-08-11 Tom Clegg6260: Rename ReportDone to DoneItem.
2015-08-11 Tom Clegg6260: Improve Gate explanation.
2015-08-11 Tom Clegg5824: Add test for nonexistent resource type.
2015-08-11 Tom Clegg5824: Document ClientPool.
2015-08-11 Tom Clegg5824: Doc/comment fixes, add test for "Get empty UUID"
2015-08-11 Tom Clegg5824: Fix up comments for godoc.
2015-08-11 Tom Clegg5824: Add UUID and PDH matchers.
2015-08-11 Tom Clegg5824: Do not JSON-encode string params. Fixup comments...
2015-08-11 Tom Clegg5824: Use fmt "%+q" instead of custom escaping.
2015-08-11 Tom Clegg5824: Add Get() method to arvadosclient.
2015-08-11 Tom CleggShut down API server after suite (noticed during 5824...
2015-08-11 Tom Clegg5824: Move client pool to SDK.
2015-08-11 Tom Clegg5824: Move quoted-logging function to SDK.
2015-08-11 Tom Clegg5824: gofmt
2015-08-11 Tom Clegg5824: Move spying ResponseWriter to SDK.
2015-08-11 Tom Clegg5824: Move HTTP server code to SDK.
2015-08-11 Tom Clegg5824: Move request auth code into an SDK package. Suppo...
2015-08-10 Bryan Coscacloses #6858
2015-08-10 radhikarefs #6827
2015-08-10 Brett SmithImprove crunch-dispatch runit script in install guide.
2015-08-10 Brett SmithInclude example service script for keepproxy.
2015-08-10 radhika6827: fix error in setting valid token.
2015-08-10 radhika6827: set validApiToken flag after ensuring that gettin...
2015-08-10 radhikaMerge branch 'master' into 6827-short-token
2015-08-10 Tom Clegg6827: Test logging handler with short token.
2015-08-10 Tom Clegg6260: Pull entire status object out of WorkQueue atomic...
2015-08-10 Tom Clegg6260: Expose queue sizes in /status.json. Fix sleep...
2015-08-10 Tom Clegg6260: gofmt
2015-08-10 Tom Clegg6260: Fix races in keepstore tests. Expose WorkQueue...
2015-08-10 radhikacloses #6827
2015-08-10 radhika6827: add a comment that only the first 10 characters...
2015-08-10 radhikaMerge branch 'master' into 6827-no-passwords-in-logs
2015-08-07 Tom CleggMerge branch '6844-py-mem-leak' closes #6844
2015-08-07 Tom Clegg6844: Clean up websocket tests, fix possible deadlock...
2015-08-07 radhika6827: log only valid token and only the first 10 charac...
2015-08-07 Brett SmithMake rvm-exec version in crunch-dispatch run script...
2015-08-07 Brett SmithAdd Gitolite UMASK setting to install guide.
2015-08-07 Brett SmithAdd client_max_body_size to Nginx install configurations.
2015-08-07 Brett SmithHighlight dynamic fields in Keep service registration...
2015-08-07 Brett SmithInstall Git in shell server install guide.
2015-08-07 Brett SmithRemove redundant console line from Workbench install...
2015-08-07 Tom Clegg6844: Clear inserted data/logs after websocket tests.
2015-08-07 Tom Clegg6844: Do not use inspect.getcallargs: it leaks memory...
2015-08-07 Tom Clegg6844: Always write a valid \n-terminated manifest....
2015-08-07 Tom Clegg6844: Skip uselessly writing unsigned manifest to Keep.
2015-08-07 Tom Clegg6844: Return valid locator (hash+size) if 0 copies...
2015-08-06 Brett SmithAPI server install guide suggests a more likely websock...
2015-08-06 Bryan CoscaMerge branch '6858-job-re-run-documentation'
2015-08-06 Bryan Cosca6858: Fixed syntax and added notes to re-use the same...
2015-08-06 Bryan Cosca6858: Added new section 'Re-using your pipeline run...
2015-08-06 Bryan Cosca6858: Added note about job reproducibility and version...
2015-08-06 radhika6851: reorder install guide pages; right after api...
2015-08-06 Brett SmithHaha, no seriously, don't deploy Workbench with snakeoi...
2015-08-06 radhikacloses #6880
2015-08-06 radhika6880: improved deletable? check
2015-08-06 radhikaMerge branch 'master' into 6880-remove-user-delete...
2015-08-06 Brett Smithcrunch-dispatch preserves LD_LIBRARY_PATH environment...
2015-08-06 Brett SmithInstall guide notes that snakeoil certs break browser...
2015-08-06 Brett SmithAdd perl-Crypt-SSLeay as a Perl SDK dependency on Red...
2015-08-06 Brett SmithQuote `git_repo_ssh_base` value in git install guide.
2015-08-06 Brett SmithFix `websocket_address` typo throughout API install...
2015-08-06 Brett SmithAdd `bundle exec` needed to run script in keepproxy...
2015-08-06 Tom CleggDo not split partition config across lines. No issue #
2015-08-06 radhika6880: added deletable? method and used to determine...
2015-08-06 Bryan CoscaAdded note about job reproducibility and version contro...
2015-08-06 radhika6880: Omit delete button from users index table; add...
2015-08-06 radhikacloses #6851
2015-08-06 radhika6851: reorder install guide pages; right after api...
2015-08-05 radhikacloses #6277
2015-08-05 radhika6277: slightly improved tests
2015-08-05 radhika6277: add default_empty_manifest before_validation...
2015-08-05 radhikaMerge branch 'master' into 6277-check_manifest_validity
2015-08-05 radhika6277: more tests with error checking
2015-08-05 Manojcloses #6588
2015-08-05 ManojMerge branch 'master' into 6588-split-manage-account
2015-08-05 Manoj6588: Removed unused objects in user_settings_menu_test.
2015-08-05 radhikaMerge branch 'master' into 6277-check_manifest_validity
2015-08-05 ManojMerge branch 'master' into 6588-split-manage-account
2015-08-05 Tom CleggMerge branch '6663-git-server' refs #6663
2015-08-05 Manoj6588: Changed settings menu to user settings menu and...
2015-08-05 Tom Clegg6663: Add back nginx configs to match tested values.
2015-08-05 radhikaMerge branch 'master' into 6277-check_manifest_validity
2015-08-05 Manoj6588: Removed last reference to manage account page...
2015-08-05 Brett Smith6157: Copyedits to compute node name docs.
2015-08-05 Tom CleggMerge branch '6157-worker-hostnames' closes #6157
2015-08-04 radhikarefs #6588
2015-08-04 radhika6588: replace manage_account page references with the...
2015-08-04 radhika6277: enforce manifest validation
2015-08-04 Tom Clegg6157: Explain how choice of hostnames relates to slurm...
2015-08-04 radhikarefs #6588
2015-08-04 radhika6588: fix typo
2015-08-04 Manoj6588: Removed manage account button, modified tests...
2015-08-04 radhikaMerge branch 'master' into 6588-documentation
next