arvados.git
8 years ago6602: use min_nodes * (finished_at - started_at) to calculate the allocated node...
radhika [Fri, 24 Jul 2015 18:20:21 +0000 (14:20 -0400)]
6602: use min_nodes * (finished_at - started_at) to calculate the allocated node time for each job.

8 years agocloses #6687
radhika [Fri, 24 Jul 2015 16:07:32 +0000 (12:07 -0400)]
closes #6687
Merge branch '6687-install-guide-flow'

8 years ago6687: revisit build tools text and other minor updates
radhika [Fri, 24 Jul 2015 14:18:47 +0000 (10:18 -0400)]
6687: revisit build tools text and other minor updates

8 years ago6687: merge back nginx docs back into api server and workbench pages and remove the...
radhika [Fri, 24 Jul 2015 13:54:15 +0000 (09:54 -0400)]
6687: merge back nginx docs back into api server and workbench pages and remove the includes since they are not being shared.

8 years agoMerge branch 'master' into 6687-install-guide-flow
radhika [Fri, 24 Jul 2015 13:46:16 +0000 (09:46 -0400)]
Merge branch 'master' into 6687-install-guide-flow

8 years agorefs #6279
radhika [Fri, 24 Jul 2015 12:40:03 +0000 (08:40 -0400)]
refs #6279
Increased timeout to 2000ms; with the previous 1000ms value, the login to shell account was failing
sometimes as the token is being sent too early. With this value, it seems to work consistently.

8 years ago6687: install guide updates aimed at reducing jumping around during the process
radhika [Thu, 23 Jul 2015 23:43:47 +0000 (19:43 -0400)]
6687: install guide updates aimed at reducing jumping around during the process

8 years ago6750: API install guide doesn't tell users to copy omniauth.rb.example.
Brett Smith [Thu, 23 Jul 2015 14:11:48 +0000 (10:11 -0400)]
6750: API install guide doesn't tell users to copy omniauth.rb.example.

This completes the work started in
2ecf7efbab5ceb082739dcffd98c18bb4b14447e.  omniauth.rb.example doesn't
exist anymore, so users can't copy it.  The application.yml
configuration method is preferred.  Closes #6750.

8 years agoAdd standard Python .gitignore for CWL SDK.
Brett Smith [Wed, 22 Jul 2015 21:00:14 +0000 (17:00 -0400)]
Add standard Python .gitignore for CWL SDK.

No issue #.

8 years agoMerge branch '6264-cwl-runner' closes #6264
Peter Amstutz [Wed, 22 Jul 2015 14:34:52 +0000 (10:34 -0400)]
Merge branch '6264-cwl-runner' closes #6264

8 years agocloses #6473
radhika [Wed, 22 Jul 2015 13:59:27 +0000 (09:59 -0400)]
closes #6473
Merge branch '6473-fetch-events-starting-at'

8 years ago6473: update message for start_time input argument.
radhika [Wed, 22 Jul 2015 13:57:29 +0000 (09:57 -0400)]
6473: update message for start_time input argument.

8 years agoMerge branch 'master' into 6473-fetch-events-starting-at
radhika [Wed, 22 Jul 2015 13:55:08 +0000 (09:55 -0400)]
Merge branch 'master' into 6473-fetch-events-starting-at

8 years agorefs #6465
radhika [Wed, 22 Jul 2015 12:41:33 +0000 (08:41 -0400)]
refs #6465
Merge branch '6465-optimize-workbench-integration-tests'

8 years ago6465: Noticed a slight dip in code coverage in two areas and added tests to cover...
radhika [Wed, 22 Jul 2015 12:34:04 +0000 (08:34 -0400)]
6465: Noticed a slight dip in code coverage in two areas and added tests to cover those situations. Details:
1. Removal of integration "Test dashboard button all {jobs}" resulted in no test at all to visit /jobs page.
Added a controller test for this.
2. Not visiting the hash match page when only one collection matches (the controller test just verified the redirection),
resulted in the unforeseen side effect of not testing preview allowed status for a file name extention that is not listed
in application_mimetypes_with_view_icon (tar file in this case). Added this to test.

8 years agoMerge branch '6438-multiplatform-install-guide-TC' refs #6499
Tom Clegg [Tue, 21 Jul 2015 21:37:02 +0000 (17:37 -0400)]
Merge branch '6438-multiplatform-install-guide-TC' refs #6499

8 years agorefs #6465
Manoj [Tue, 21 Jul 2015 20:17:57 +0000 (16:17 -0400)]
refs #6465
Merge branch '6465-optimize-workbench-integration-tests'

8 years ago6465: Changed "test dashboard button all #{target}" to use assert_includes
Manoj [Tue, 21 Jul 2015 20:11:30 +0000 (16:11 -0400)]
6465: Changed "test dashboard button all #{target}" to use assert_includes
instead of css_select. css_select is throwing a wierd message.

8 years ago6473: last_log_id null error
radhika [Tue, 21 Jul 2015 19:08:11 +0000 (15:08 -0400)]
6473: last_log_id null error

8 years ago6264: Typo fix.
Peter Amstutz [Tue, 21 Jul 2015 17:57:04 +0000 (13:57 -0400)]
6264: Typo fix.

8 years ago6264: Code cleanup: rename "i" in _match() to "filename" and "t" and "r" in
Peter Amstutz [Tue, 21 Jul 2015 17:56:20 +0000 (13:56 -0400)]
6264: Code cleanup: rename "i" in _match() to "filename" and "t" and "r" in
arvExecutor to "tool" and "runnable".

8 years agoMerge branch 'master' into 6473-fetch-events-starting-at
radhika [Tue, 21 Jul 2015 17:32:17 +0000 (13:32 -0400)]
Merge branch 'master' into 6473-fetch-events-starting-at

8 years ago6473: fix issue with last_log_id argument.
radhika [Tue, 21 Jul 2015 17:31:44 +0000 (13:31 -0400)]
6473: fix issue with last_log_id argument.

8 years agorefs #6465
Manoj [Tue, 21 Jul 2015 17:18:15 +0000 (13:18 -0400)]
refs #6465
Merge branch '6465-optimize-workbench-integration-tests'

8 years agocloses #6652
Manoj [Tue, 21 Jul 2015 15:34:30 +0000 (11:34 -0400)]
closes #6652
Merge branch '6652-test-system-menu'

8 years agoMerge branch 'master' into 6652-test-system-menu
Manoj [Tue, 21 Jul 2015 15:32:04 +0000 (11:32 -0400)]
Merge branch 'master' into 6652-test-system-menu

Conflicts:
apps/workbench/test/integration/application_layout_test.rb

8 years agoMerge branch 'master' into 6473-fetch-events-starting-at
radhika [Tue, 21 Jul 2015 15:26:50 +0000 (11:26 -0400)]
Merge branch 'master' into 6473-fetch-events-starting-at

8 years ago6465: Removed two tests from projects test and added two to projects
Manoj [Tue, 21 Jul 2015 15:21:54 +0000 (11:21 -0400)]
6465: Removed two tests from projects test and added two to projects
controller test.

8 years ago6264: Use mutually exclusive group for enable/disable-reuse.
Peter Amstutz [Tue, 21 Jul 2015 15:13:51 +0000 (11:13 -0400)]
6264: Use mutually exclusive group for enable/disable-reuse.

8 years ago6438: Make puma run script relocatable, set ARVADOS_WEBSOCKETS.
Tom Clegg [Tue, 21 Jul 2015 14:26:10 +0000 (10:26 -0400)]
6438: Make puma run script relocatable, set ARVADOS_WEBSOCKETS.

8 years ago6438: Back out dependency on lsb_release command.
Tom Clegg [Thu, 16 Jul 2015 20:17:44 +0000 (16:17 -0400)]
6438: Back out dependency on lsb_release command.

8 years ago6438: Add missing steps to SSO installation.
Tom Clegg [Thu, 16 Jul 2015 19:03:36 +0000 (15:03 -0400)]
6438: Add missing steps to SSO installation.

8 years ago6438: Use uuid_prefix (more) consistently.
Tom Clegg [Mon, 13 Jul 2015 14:08:20 +0000 (10:08 -0400)]
6438: Use uuid_prefix (more) consistently.

8 years ago6438: Merge debian and ubuntu sections. The same recipe works for both.
Tom Clegg [Fri, 10 Jul 2015 15:07:50 +0000 (11:07 -0400)]
6438: Merge debian and ubuntu sections. The same recipe works for both.

8 years ago6438: Use urandom instead of md5(hostname) for UUID. Avoid using Ruby at this stage.
Tom Clegg [Fri, 10 Jul 2015 15:02:22 +0000 (11:02 -0400)]
6438: Use urandom instead of md5(hostname) for UUID. Avoid using Ruby at this stage.

8 years ago6438: Add missing "apt-get update". Give a command to add the package repo.
Tom Clegg [Fri, 10 Jul 2015 15:00:46 +0000 (11:00 -0400)]
6438: Add missing "apt-get update". Give a command to add the package repo.

Replace version table with $(lsb_release -cs).

8 years ago6438: Add specific commands for nginx16 and postgresql92 Software Collections.
Tom Clegg [Fri, 10 Jul 2015 14:58:29 +0000 (10:58 -0400)]
6438: Add specific commands for nginx16 and postgresql92 Software Collections.

8 years ago6438: Add some missing steps to rvm recipe. Install rvm as root.
Tom Clegg [Thu, 9 Jul 2015 17:46:30 +0000 (13:46 -0400)]
6438: Add some missing steps to rvm recipe. Install rvm as root.

8 years ago6438: Bring back package dependencies for "build Ruby from source" option.
Tom Clegg [Thu, 9 Jul 2015 15:45:02 +0000 (11:45 -0400)]
6438: Bring back package dependencies for "build Ruby from source" option.

These used to be documented earlier in the process, but were removed.

8 years ago6438: Drop wget dependency. Update ./configure flags for Ruby 2.1.6.
Tom Clegg [Thu, 9 Jul 2015 15:38:13 +0000 (11:38 -0400)]
6438: Drop wget dependency. Update ./configure flags for Ruby 2.1.6.

8 years agocloses #6587
radhika [Mon, 20 Jul 2015 19:44:00 +0000 (15:44 -0400)]
closes #6587
Merge branch '6587-workbench-webshell-login-documentation'

8 years agoMerge branch 'master' into 6587-workbench-webshell-login-documentation
radhika [Mon, 20 Jul 2015 19:42:25 +0000 (15:42 -0400)]
Merge branch 'master' into 6587-workbench-webshell-login-documentation

8 years ago6473: PollClient also supports last_log_id argument.
radhika [Mon, 20 Jul 2015 19:39:25 +0000 (15:39 -0400)]
6473: PollClient also supports last_log_id argument.

8 years agocloses #6465
Manoj [Mon, 20 Jul 2015 19:36:40 +0000 (15:36 -0400)]
closes #6465
Merge branch '6465-optimize-workbench-integration-tests'

8 years ago6465: Added back bundled with
Manoj [Mon, 20 Jul 2015 19:35:39 +0000 (15:35 -0400)]
6465: Added back bundled with

8 years agoMerge branch 'master' into 6465-optimize-workbench-integration-tests
Manoj [Mon, 20 Jul 2015 19:31:29 +0000 (15:31 -0400)]
Merge branch 'master' into 6465-optimize-workbench-integration-tests

8 years ago6661: Install docs refer to arvados-git-httpd package and binary.
Brett Smith [Mon, 20 Jul 2015 19:27:30 +0000 (15:27 -0400)]
6661: Install docs refer to arvados-git-httpd package and binary.

The code refers to itself as arv-git-httpd, but the package is named
arvados-git-httpd, and includes the binary under that name as well.
Update the installation documentation to match.

Arguably, we should change the package naming instead.  But that
decision was made longer ago and is more difficult to revert.  I'm
making the easy fix now, and we can consider package changes later if
we like.

Closes #6661.

8 years ago6465: Added comments to explain test "find a project and edit description
Manoj [Mon, 20 Jul 2015 19:24:46 +0000 (15:24 -0400)]
6465: Added comments to explain test "find a project and edit description
with link to object".

8 years agoMerge branch 'master' into 6473-fetch-events-starting-at
radhika [Mon, 20 Jul 2015 18:51:32 +0000 (14:51 -0400)]
Merge branch 'master' into 6473-fetch-events-starting-at

8 years ago6658: Fix exception name errors in PySDK arvados.util.
Brett Smith [Mon, 20 Jul 2015 18:50:33 +0000 (14:50 -0400)]
6658: Fix exception name errors in PySDK arvados.util.

Refs #6658.

8 years ago6587: minor text updates
radhika [Mon, 20 Jul 2015 18:23:45 +0000 (14:23 -0400)]
6587: minor text updates

8 years ago6652: Moved system menu test into application_layout_test.
Manoj [Mon, 20 Jul 2015 18:09:40 +0000 (14:09 -0400)]
6652: Moved system menu test into application_layout_test.

8 years agoMerge branch 'master' into 6587-workbench-webshell-login-documentation
radhika [Mon, 20 Jul 2015 17:59:01 +0000 (13:59 -0400)]
Merge branch 'master' into 6587-workbench-webshell-login-documentation

8 years agorefs #6619
radhika [Mon, 20 Jul 2015 17:56:59 +0000 (13:56 -0400)]
refs #6619
Merge branch '6619-doc-update'

8 years ago6619: git config update
radhika [Mon, 20 Jul 2015 17:55:42 +0000 (13:55 -0400)]
6619: git config update

8 years agoMerge branch 'master' into 6619-doc-update
radhika [Mon, 20 Jul 2015 17:51:23 +0000 (13:51 -0400)]
Merge branch 'master' into 6619-doc-update

8 years agocloses #6617
radhika [Mon, 20 Jul 2015 17:50:55 +0000 (13:50 -0400)]
closes #6617
Merge branch '6617-doc-repo-https-url'

8 years ago6617: minor text update
radhika [Mon, 20 Jul 2015 17:50:32 +0000 (13:50 -0400)]
6617: minor text update

8 years agoMerge branch 'master' into 6617-doc-repo-https-url
radhika [Mon, 20 Jul 2015 17:47:21 +0000 (13:47 -0400)]
Merge branch 'master' into 6617-doc-repo-https-url

8 years agoMerge branch 'master' into 6473-fetch-events-starting-at
radhika [Mon, 20 Jul 2015 15:36:40 +0000 (11:36 -0400)]
Merge branch 'master' into 6473-fetch-events-starting-at

8 years ago6465-Made changes that were recommended.
Manoj [Mon, 20 Jul 2015 15:35:55 +0000 (11:35 -0400)]
6465-Made changes that were recommended.

8 years ago6617: updated git config doc
radhika [Mon, 20 Jul 2015 14:35:44 +0000 (10:35 -0400)]
6617: updated git config doc

8 years agoRevert "6362: Allow config/application.yml to override environments/*.rb in apiserver...
Tom Clegg [Mon, 20 Jul 2015 14:34:13 +0000 (10:34 -0400)]
Revert "6362: Allow config/application.yml to override environments/*.rb in apiserver, too."

In Rails 3 (actionpack 3.2.17), changing asset configuration to
production settings in load_config.rb breaks the rake
assets:precompile task, e.g., the docker build. This change is still
desired but needs to be backed out until the bugs are worked out.

This reverts commit c790738ae71771a5574b166b3e93a1bca9b89bf6.

refs #6362

8 years agoRevert "Revert "6362: Change config precedence order.""
Tom Clegg [Mon, 20 Jul 2015 14:33:34 +0000 (10:33 -0400)]
Revert "Revert "6362: Change config precedence order.""

This reverts commit 61187968f0e9268430b967ce37a79d9384ec7e3c.

Wrong commit reverted.

refs #6362

8 years ago6619: add git config to shell setup page.
radhika [Mon, 20 Jul 2015 14:32:04 +0000 (10:32 -0400)]
6619: add git config to shell setup page.

8 years agoRevert "6362: Change config precedence order."
Tom Clegg [Mon, 20 Jul 2015 14:27:06 +0000 (10:27 -0400)]
Revert "6362: Change config precedence order."

In Rails 3 (actionpack 3.2.17), changing asset configuration to
production settings in load_config.rb breaks the rake
assets:precompile task, e.g., the docker build. This change is still
desired but needs to be backed out until the bugs are worked out.

This reverts commit 318e3d183c3800863731a20a10f1b8bf9cc82280.

refs #6362

8 years ago6617: add note if prompted for user name during git clone using https url.
radhika [Mon, 20 Jul 2015 13:49:32 +0000 (09:49 -0400)]
6617: add note if prompted for user name during git clone using https url.

8 years agoMerge branch 'master' into 6617-display-https-url
radhika [Mon, 20 Jul 2015 13:37:00 +0000 (09:37 -0400)]
Merge branch 'master' into 6617-display-https-url

8 years agorefs #6617
Manoj [Mon, 20 Jul 2015 13:29:04 +0000 (09:29 -0400)]
refs #6617
Merge branch '6617-display-https-url'

8 years ago6473: create ancestor object before subscribe
radhika [Mon, 20 Jul 2015 13:19:27 +0000 (09:19 -0400)]
6473: create ancestor object before subscribe

8 years agoMerge branch 'master' of git.curoverse.com:arvados into 6473-fetch-events-starting-at
radhika [Sat, 18 Jul 2015 17:37:20 +0000 (13:37 -0400)]
Merge branch 'master' of git.curoverse.com:arvados into 6473-fetch-events-starting-at

8 years ago6473: include last_log_id when start_time argument is provided.
radhika [Sat, 18 Jul 2015 13:21:05 +0000 (09:21 -0400)]
6473: include last_log_id when start_time argument is provided.

8 years agoRevert "6362: Update bootstrap gem."
Tom Clegg [Sat, 18 Jul 2015 06:34:21 +0000 (02:34 -0400)]
Revert "6362: Update bootstrap gem."

This reverts commit ed8897b942f147afccf8eeac1025861ffe2f1690.

refs #6362

8 years agoMerge branch '6362-asset-config' refs #6362
Tom Clegg [Fri, 17 Jul 2015 20:11:01 +0000 (16:11 -0400)]
Merge branch '6362-asset-config' refs #6362

8 years agoMerge branch 'master' into 6473-fetch-events-starting-at
radhika [Fri, 17 Jul 2015 19:53:33 +0000 (15:53 -0400)]
Merge branch 'master' into 6473-fetch-events-starting-at

8 years ago6652-Added tests for the system menu and each of the pages in the
Manoj [Fri, 17 Jul 2015 18:39:04 +0000 (14:39 -0400)]
6652-Added tests for the system menu and each of the pages in the
dropdown menu.

8 years ago6617: update documentation to include https git url
radhika [Fri, 17 Jul 2015 18:20:53 +0000 (14:20 -0400)]
6617: update documentation to include https git url

8 years agoMerge branch 'master' into 6587-workbench-webshell-login-documentation
radhika [Fri, 17 Jul 2015 15:11:01 +0000 (11:11 -0400)]
Merge branch 'master' into 6587-workbench-webshell-login-documentation

8 years agocloses #6604
Manoj [Fri, 17 Jul 2015 15:05:05 +0000 (11:05 -0400)]
closes #6604
Merge branch '6604-notification-menu-no-prompt'

8 years ago6587: Documentation to access an arvados VM using webshell. Updated pages such as...
radhika [Fri, 17 Jul 2015 14:54:55 +0000 (10:54 -0400)]
6587: Documentation to access an arvados VM using webshell. Updated pages such as "tutorial expectations",
"checking environment" to also include webshell doc page link.

8 years ago6617-Display https url in repositories panel in manage_account page and checks
Manoj [Fri, 17 Jul 2015 14:21:28 +0000 (10:21 -0400)]
6617-Display https url in repositories panel in manage_account page and checks
if https url is being shows in user_manage_account_test.

8 years ago6604-Updated assert statements.
Manoj [Fri, 17 Jul 2015 13:07:52 +0000 (09:07 -0400)]
6604-Updated assert statements.

8 years agoMerge branch '5898-listen-race' refs #5898
Tom Clegg [Thu, 16 Jul 2015 19:20:00 +0000 (15:20 -0400)]
Merge branch '5898-listen-race' refs #5898

8 years agoMerge branch 'master' of git.curoverse.com:arvados into 6465-optimize-workbench-integ...
Manoj [Thu, 16 Jul 2015 19:18:13 +0000 (15:18 -0400)]
Merge branch 'master' of git.curoverse.com:arvados into 6465-optimize-workbench-integration-tests

8 years ago6604- Disabled SSH public key notification when shell_in_a_box_url
Manoj [Thu, 16 Jul 2015 19:01:05 +0000 (15:01 -0400)]
6604- Disabled SSH public key notification when shell_in_a_box_url
is configured.

8 years ago5898: Use lsof instead of fuser -- fuser 1234/tcp just hangs on some systems.
Tom Clegg [Thu, 16 Jul 2015 18:33:43 +0000 (14:33 -0400)]
5898: Use lsof instead of fuser -- fuser 1234/tcp just hangs on some systems.

8 years ago6473: remove incorrect format tests; it appears that #6451 strikes after one such...
radhika [Thu, 16 Jul 2015 14:54:45 +0000 (10:54 -0400)]
6473: remove incorrect format tests; it appears that #6451 strikes after one such test and the next test fails.

8 years ago6473: some more error tests
radhika [Thu, 16 Jul 2015 13:05:54 +0000 (09:05 -0400)]
6473: some more error tests

8 years agoMerge branch 'master' into 6473-fetch-events-starting-at
radhika [Thu, 16 Jul 2015 03:28:06 +0000 (23:28 -0400)]
Merge branch 'master' into 6473-fetch-events-starting-at

8 years ago6473: add start_time additional argument to arv-ws
radhika [Thu, 16 Jul 2015 03:23:47 +0000 (23:23 -0400)]
6473: add start_time additional argument to arv-ws

8 years agoarvdock realclean/deepclean should not delete images tagged as arvados/build.
Ward Vandewege [Thu, 16 Jul 2015 01:33:01 +0000 (21:33 -0400)]
arvdock realclean/deepclean should not delete images tagged as arvados/build.

No issue #

8 years agoMerge branch '5898-listen-race' closes #5898
Tom Clegg [Wed, 15 Jul 2015 21:29:16 +0000 (17:29 -0400)]
Merge branch '5898-listen-race' closes #5898

8 years ago5898: Wait for servers to start *listening* before running integration tests against...
Tom Clegg [Wed, 15 Jul 2015 21:28:54 +0000 (17:28 -0400)]
5898: Wait for servers to start *listening* before running integration tests against them.

8 years ago6362: Allow config/application.yml to override environments/*.rb in apiserver, too.
Tom Clegg [Wed, 15 Jul 2015 20:24:47 +0000 (16:24 -0400)]
6362: Allow config/application.yml to override environments/*.rb in apiserver, too.

8 years ago6362: Update bootstrap gem.
Tom Clegg [Tue, 14 Jul 2015 17:49:51 +0000 (13:49 -0400)]
6362: Update bootstrap gem.

See https://github.com/twbs/bootstrap-sass/issues/653

8 years agoMerge branch '6610-login-without-ssh-key' closes #6610
Tom Clegg [Wed, 15 Jul 2015 19:47:11 +0000 (15:47 -0400)]
Merge branch '6610-login-without-ssh-key' closes #6610

8 years ago6362: Change config precedence order.
Tom Clegg [Tue, 14 Jul 2015 17:49:15 +0000 (13:49 -0400)]
6362: Change config precedence order.

Before: environments/*.rb, Rails defaults, application.yml,
application.default.yml.

After: application.yml, application.default.yml, environments/*.rb,
Rails defaults.

This makes it possible to use application*.yml to control configs that
have Rails defaults. (application.default.yml file has had such
configs for ages, like assets.digest, but they have never been
effective.)

8 years agoMerge branch 'master' of git.curoverse.com:arvados into 6465-optimize-workbench-integ...
Manoj [Wed, 15 Jul 2015 19:37:42 +0000 (15:37 -0400)]
Merge branch 'master' of git.curoverse.com:arvados into 6465-optimize-workbench-integration-tests

8 years ago6465-Added tests to collections_controller_test, removed 4 tests
Manoj [Wed, 15 Jul 2015 19:28:31 +0000 (15:28 -0400)]
6465-Added tests to collections_controller_test, removed 4 tests
from collections_test and one test from collections_upload_test.

8 years ago6610: Include all user->VM login permission, even for users without SSH keys.
Tom Clegg [Wed, 15 Jul 2015 16:31:55 +0000 (12:31 -0400)]
6610: Include all user->VM login permission, even for users without SSH keys.