arvados.git
9 years ago5160: Workbench hides anonymous sharing when browsing disabled. 5160-share-with-anonymous-group-wip
Brett Smith [Tue, 10 Feb 2015 16:33:59 +0000 (11:33 -0500)]
5160: Workbench hides anonymous sharing when browsing disabled.

This commit updates Workbench to filter out the anonymous group from
the group sharing modal when anonymous browsing is disabled.  That
helps avoid situations where users think their work is publicly
sharable, but that's been disabled by the administrator.

9 years ago5160: Make anonymous group fixture match database seed.
Brett Smith [Tue, 10 Feb 2015 16:25:16 +0000 (11:25 -0500)]
5160: Make anonymous group fixture match database seed.

Refer to /services/api/app/models/database_seeds.rb.

9 years ago5160: Fix typo in Workbench default config comments.
Brett Smith [Tue, 10 Feb 2015 14:00:01 +0000 (09:00 -0500)]
5160: Fix typo in Workbench default config comments.

9 years ago5160: All users have API read permission to anonymous group.
Brett Smith [Fri, 6 Feb 2015 21:52:38 +0000 (16:52 -0500)]
5160: All users have API read permission to anonymous group.

Workbench makes public data available to everyone by including the
anonymous user API token as a reader token for every request.
However, model-level validations do not respect reader tokens.  As a
consequence, users cannot make their project public by sharing it with
the anonymous group.  They can't create the necessary link, because
the validation can't confirm that the creator can see the anonymous
group.

There are a few ways we could've tackled this, but granting all users
permission to see the anonymous group seems like the most reliable,
since it works within our existing permissions infrastructure as much
as possible.

9 years agoRelax version limit of python-daemon dependencies.
Brett Smith [Fri, 6 Feb 2015 17:00:41 +0000 (12:00 -0500)]
Relax version limit of python-daemon dependencies.

We imposed this limit in 9c2e673ba96ba5d11e56a4aba67157e64dfe01e2.
The issues seem to be ironed out as of version 2.0.4.  See:

* <http://lists.alioth.debian.org/pipermail/python-daemon-devel/2015-January/000114.html>
* <https://bitbucket.org/pypa/setuptools/issue/338/__future__-imports-are-not-effective-in>

No issue #.

9 years agoMerge branch '5141-workbench-numeric-inputs-wip'
Brett Smith [Thu, 5 Feb 2015 22:14:03 +0000 (17:14 -0500)]
Merge branch '5141-workbench-numeric-inputs-wip'

Closes #5141, #5143.

9 years ago5141: Workbench permits float values for number pipeline inputs.
Brett Smith [Thu, 5 Feb 2015 21:18:00 +0000 (16:18 -0500)]
5141: Workbench permits float values for number pipeline inputs.

Previously, when a pipeline input had the number dataclass, we
rendered the input form with type=number.  However, the Arvados number
dataclass is meant to allow all numeric types.  The HTML 5 number
input type only permits integers.

Unfortunately, X-Editable does not have any built-in validation for a
broader range of numeric types.  This commit simply removes any
validation.

9 years agoAvoid optional disk cache usage if it is owned by a different user. refs #2659.
Tom Clegg [Thu, 5 Feb 2015 21:22:34 +0000 (16:22 -0500)]
Avoid optional disk cache usage if it is owned by a different user. refs #2659.

9 years ago5135: Workbench consistently orders modal buttons.
Brett Smith [Thu, 5 Feb 2015 21:43:29 +0000 (16:43 -0500)]
5135: Workbench consistently orders modal buttons.

Primary buttons should be first from the right, following Bootstrap
conventions and Tom's edict.  Closes #5135.

9 years agoMerge branch '4472-save-partial-output' closes #4472
Tom Clegg [Thu, 5 Feb 2015 18:16:53 +0000 (13:16 -0500)]
Merge branch '4472-save-partial-output' closes #4472

9 years agoMerge branch '2659-anonymous-share-projects' refs #2659
Tom Clegg [Wed, 4 Feb 2015 19:00:43 +0000 (14:00 -0500)]
Merge branch '2659-anonymous-share-projects' refs #2659

9 years ago2659: Use a partial instead of a switch block for the not-so-generic "create object...
Tom Clegg [Wed, 4 Feb 2015 17:36:32 +0000 (12:36 -0500)]
2659: Use a partial instead of a switch block for the not-so-generic "create object" button. Don't show one at /jobs or /collections.

9 years ago2659: Use assert_operator to help debug unreliable test.
Tom Clegg [Wed, 4 Feb 2015 17:01:35 +0000 (12:01 -0500)]
2659: Use assert_operator to help debug unreliable test.

9 years ago2659: Split skip_around_filter back into two separate cases. 063c546 was misguided...
Tom Clegg [Wed, 4 Feb 2015 16:24:05 +0000 (11:24 -0500)]
2659: Split skip_around_filter back into two separate cases. 063c546 was misguided here.

9 years ago5131: Document run-command's escape sequences.
Brett Smith [Wed, 4 Feb 2015 14:59:31 +0000 (09:59 -0500)]
5131: Document run-command's escape sequences.

Refs #5131.

9 years ago2659: Do not turn on anonymous config by default in test mode; instead make the tests...
Radhika Chippada [Wed, 4 Feb 2015 14:22:05 +0000 (09:22 -0500)]
2659: Do not turn on anonymous config by default in test mode; instead make the tests set it as needed.
Also convert some of the simple integration tests into controller tests.

9 years ago2659: add publicly accessible pipeline instance and template to the list of objects...
Radhika Chippada [Wed, 4 Feb 2015 05:00:16 +0000 (00:00 -0500)]
2659: add publicly accessible pipeline instance and template to the list of objects to be expected in the project.

9 years agoMerge branch '2659-anonymous-share-projects' of git.curoverse.com:arvados into 2659...
Radhika Chippada [Wed, 4 Feb 2015 03:23:52 +0000 (22:23 -0500)]
Merge branch '2659-anonymous-share-projects' of git.curoverse.com:arvados into 2659-anonymous-share-projects

9 years agoMerge branch 'master' of git.curoverse.com:arvados into 2659-anonymous-share-projects
Radhika Chippada [Wed, 4 Feb 2015 03:23:16 +0000 (22:23 -0500)]
Merge branch 'master' of git.curoverse.com:arvados into 2659-anonymous-share-projects

9 years ago2659: Fix up chicken-and-egg conditions in seed setup.
Tom Clegg [Wed, 4 Feb 2015 03:13:15 +0000 (22:13 -0500)]
2659: Fix up chicken-and-egg conditions in seed setup.

9 years ago2659: Fix infinite recursion while creating system_user.
Tom Clegg [Wed, 4 Feb 2015 03:12:06 +0000 (22:12 -0500)]
2659: Fix infinite recursion while creating system_user.

9 years agoMerge branch '2659-anonymous-share-projects' of git.curoverse.com:arvados into 2659...
Radhika Chippada [Wed, 4 Feb 2015 00:32:24 +0000 (19:32 -0500)]
Merge branch '2659-anonymous-share-projects' of git.curoverse.com:arvados into 2659-anonymous-share-projects

9 years ago2659: tests do not "assume" that anonymous configuration is enabled.
Radhika Chippada [Wed, 4 Feb 2015 00:31:01 +0000 (19:31 -0500)]
2659: tests do not "assume" that anonymous configuration is enabled.

9 years ago2659: Token fail during download is 404 when anon token is enabled, 302 otherwise.
Tom Clegg [Wed, 4 Feb 2015 00:24:33 +0000 (19:24 -0500)]
2659: Token fail during download is 404 when anon token is enabled, 302 otherwise.

9 years ago2659: Fix anonymous token test.
Tom Clegg [Tue, 3 Feb 2015 23:22:03 +0000 (18:22 -0500)]
2659: Fix anonymous token test.

9 years ago2659: add test cases where anonymous config is turned off for collections, jobs,...
Radhika Chippada [Tue, 3 Feb 2015 23:20:41 +0000 (18:20 -0500)]
2659: add test cases where anonymous config is turned off for collections, jobs, pipeline instances, templates, and projects controller show method.

9 years ago2659: Add separate test for "run pipeline" notification when anonymous token is confi...
Tom Clegg [Tue, 3 Feb 2015 23:19:31 +0000 (18:19 -0500)]
2659: Add separate test for "run pipeline" notification when anonymous token is configured, skip it for now.

9 years ago2659: Do not ask to skip_around_filter(only:...) and skip_around_filter(if:...) for...
Tom Clegg [Tue, 3 Feb 2015 22:22:53 +0000 (17:22 -0500)]
2659: Do not ask to skip_around_filter(only:...) and skip_around_filter(if:...) for the same filter, because that doesn't work.

9 years ago2659: Check anon config at runtime instead of boot time in skip_before_filter. This...
Tom Clegg [Tue, 3 Feb 2015 21:33:18 +0000 (16:33 -0500)]
2659: Check anon config at runtime instead of boot time in skip_before_filter. This makes it possible for test cases to toggle behavior by changing configuration on the fly.

9 years agoMerge branch '5131-run-command-consume-backslashes-wip'
Brett Smith [Tue, 3 Feb 2015 20:48:32 +0000 (15:48 -0500)]
Merge branch '5131-run-command-consume-backslashes-wip'

Closes #5131, #5132.

9 years ago5131: run-command consumes escape backslashes.
Brett Smith [Tue, 3 Feb 2015 20:40:10 +0000 (15:40 -0500)]
5131: run-command consumes escape backslashes.

run-command has long recognized backslashes to inhibit
substitution, but it was leaving those backslashes in the string,
which could lead to incorrect commands.  This commit makes sure
they're removed after they're parsed.

9 years ago2659: Remove obsolete "don't create jobs in workbench" rule.
Tom Clegg [Tue, 3 Feb 2015 20:24:24 +0000 (15:24 -0500)]
2659: Remove obsolete "don't create jobs in workbench" rule.

9 years ago2659: Update test to match changed error message.
Tom Clegg [Tue, 3 Feb 2015 19:57:28 +0000 (14:57 -0500)]
2659: Update test to match changed error message.

9 years ago2659: Remove obsolete "don't create collections in workbench" rule.
Tom Clegg [Tue, 3 Feb 2015 19:56:41 +0000 (14:56 -0500)]
2659: Remove obsolete "don't create collections in workbench" rule.

9 years ago2659: Back out unneeded condition. Fix up whitespace.
Tom Clegg [Tue, 3 Feb 2015 19:28:00 +0000 (14:28 -0500)]
2659: Back out unneeded condition. Fix up whitespace.

9 years ago2659: Toggle features according to editable? and creatable? instead of current_user...
Tom Clegg [Tue, 3 Feb 2015 19:27:10 +0000 (14:27 -0500)]
2659: Toggle features according to editable? and creatable? instead of current_user.is_active. Fix up whitespace.

9 years ago2659: Fix indentation.
Tom Clegg [Tue, 3 Feb 2015 19:14:43 +0000 (14:14 -0500)]
2659: Fix indentation.

9 years ago2659: Use Collection.creatable? to toggle selection actions.
Tom Clegg [Tue, 3 Feb 2015 19:13:52 +0000 (14:13 -0500)]
2659: Use Collection.creatable? to toggle selection actions.

9 years ago2659: Reload seeds (system_user et al.) after cache is cleared. Be more careful about...
Tom Clegg [Tue, 3 Feb 2015 18:56:32 +0000 (13:56 -0500)]
2659: Reload seeds (system_user et al.) after cache is cleared. Be more careful about errors while creating seeds.

9 years ago5087: API server uses a crunch-job with bugfix.
Brett Smith [Tue, 3 Feb 2015 18:41:31 +0000 (13:41 -0500)]
5087: API server uses a crunch-job with bugfix.

Refs #5087.

9 years ago2659: Set group_class=role on anonymous group, change name to "Anonymous users".
Tom Clegg [Tue, 3 Feb 2015 18:34:34 +0000 (13:34 -0500)]
2659: Set group_class=role on anonymous group, change name to "Anonymous users".

9 years ago2659: Fix crash in /users/current when not logged in.
Tom Clegg [Tue, 3 Feb 2015 16:44:51 +0000 (11:44 -0500)]
2659: Fix crash in /users/current when not logged in.

9 years ago2659: Fix up 404 page.
Tom Clegg [Tue, 3 Feb 2015 16:18:56 +0000 (11:18 -0500)]
2659: Fix up 404 page.

9 years ago2659: Fix crashes when current_user is nil.
Tom Clegg [Tue, 3 Feb 2015 15:40:13 +0000 (10:40 -0500)]
2659: Fix crashes when current_user is nil.

9 years ago2659: Send anonymous token as a reader token with all requests.
Tom Clegg [Tue, 3 Feb 2015 15:29:42 +0000 (10:29 -0500)]
2659: Send anonymous token as a reader token with all requests.

9 years ago2659: Finally understood the mystery behind the "anonymous tests are failing when...
Radhika Chippada [Tue, 3 Feb 2015 15:20:45 +0000 (10:20 -0500)]
2659: Finally understood the mystery behind the "anonymous tests are failing when run with all other tests".
There is a permission link fixture for anonymous group. I needed to create read permission link for anonymous user.
(Tom thinks) the groups permission cache may be getting out of sync somehow.

9 years ago2659: Expect redirect to login page when show method is executed in jobs controller...
Radhika Chippada [Tue, 3 Feb 2015 13:33:29 +0000 (08:33 -0500)]
2659: Expect redirect to login page when show method is executed in jobs controller etc when no anonymous configuration is set.
Something is overriding the configured value from application.default.yml when the test is executed along with all other tests!

9 years ago2659: fix test assertion
Radhika Chippada [Tue, 3 Feb 2015 13:08:09 +0000 (08:08 -0500)]
2659: fix test assertion

9 years ago2659: enable anonymous user config in test environment.
Radhika Chippada [Tue, 3 Feb 2015 12:00:30 +0000 (07:00 -0500)]
2659: enable anonymous user config in test environment.

9 years ago2659: add a "you are not logged in" warning in 404 page.
Radhika Chippada [Tue, 3 Feb 2015 05:14:17 +0000 (00:14 -0500)]
2659: add a "you are not logged in" warning in 404 page.

9 years agoMerge branch 'master' into 2659-anonymous-share-projects
Radhika Chippada [Tue, 3 Feb 2015 03:40:29 +0000 (22:40 -0500)]
Merge branch 'master' into 2659-anonymous-share-projects

9 years ago2659: skip require_thread_api_token filter only when anonymous config enabled.
Radhika Chippada [Tue, 3 Feb 2015 03:39:34 +0000 (22:39 -0500)]
2659: skip require_thread_api_token filter only when anonymous config enabled.

9 years ago2659: Do not require login for project tab_counts method as well.
Radhika Chippada [Mon, 2 Feb 2015 23:23:16 +0000 (18:23 -0500)]
2659: Do not require login for project tab_counts method as well.
Remove anonymous login tests for /users and /groups pages since we are no longer doing session establishment for anonymous user login.
These are like any other un-shared pages and show login page to user.

9 years ago2659: load @prov_svg outside of the 'if current_user' block so that an anonymous...
Radhika Chippada [Mon, 2 Feb 2015 22:15:55 +0000 (17:15 -0500)]
2659: load @prov_svg outside of the 'if current_user' block so that an anonymous user can see the provenance graph when accessing publicly accessible collection.

9 years ago2659: prevent nil exception when a content hash link is clicked by anonymous user
Radhika Chippada [Mon, 2 Feb 2015 21:39:46 +0000 (16:39 -0500)]
2659: prevent nil exception when a content hash link is clicked by anonymous user

9 years ago2659: anonymous token handling in api client updated
Radhika Chippada [Mon, 2 Feb 2015 20:50:29 +0000 (15:50 -0500)]
2659: anonymous token handling in api client updated

9 years ago2659: no need for permit_anonymous_browsing_for_public_data filter; instead, directly...
Radhika Chippada [Mon, 2 Feb 2015 20:20:22 +0000 (15:20 -0500)]
2659: no need for permit_anonymous_browsing_for_public_data filter; instead, directly use the anonymous token in arvados_api_client.

9 years ago2659: is_anonymous helper method is not needed anymore.
Radhika Chippada [Mon, 2 Feb 2015 20:06:31 +0000 (15:06 -0500)]
2659: is_anonymous helper method is not needed anymore.

9 years ago2659: do not include "You are viewing public data" in topnav when anonymous user...
Radhika Chippada [Mon, 2 Feb 2015 20:00:56 +0000 (15:00 -0500)]
2659: do not include "You are viewing public data" in topnav when anonymous user is accessing a shared project.

9 years agoDocumentation cleanup: CLI SDK:
Ward Vandewege [Mon, 2 Feb 2015 19:50:02 +0000 (14:50 -0500)]
Documentation cleanup: CLI SDK:

- merge some information from the wiki.
- reorganize things a bit.

No issue #

9 years ago2659: instead of setting up a session as anonymous user, just use anonymous token...
Radhika Chippada [Mon, 2 Feb 2015 19:30:21 +0000 (14:30 -0500)]
2659: instead of setting up a session as anonymous user, just use anonymous token to serve publicly accessible resources.

9 years ago2659: add some more text assertions; several of the same tests are failing quite...
Radhika Chippada [Mon, 2 Feb 2015 13:46:44 +0000 (08:46 -0500)]
2659: add some more text assertions; several of the same tests are failing quite consistently when run with the entire test suite.

9 years ago2659: remove most of the user-based tests since they are covered in other test files...
Radhika Chippada [Mon, 2 Feb 2015 12:08:28 +0000 (07:08 -0500)]
2659: remove most of the user-based tests since they are covered in other test files to make the test cases  as minimal as possible.

9 years ago2659: slightly improved test flows
Radhika Chippada [Mon, 2 Feb 2015 05:42:19 +0000 (00:42 -0500)]
2659: slightly improved test flows

9 years ago2659: add completed job fixture in publicly accessible project and test assertions...
Radhika Chippada [Mon, 2 Feb 2015 05:11:33 +0000 (00:11 -0500)]
2659: add completed job fixture in publicly accessible project and test assertions for re-run job button for it.

9 years ago2659: (1) Update link_to_if_arvados_object method to display an object name as link...
Radhika Chippada [Mon, 2 Feb 2015 01:22:42 +0000 (20:22 -0500)]
2659: (1) Update link_to_if_arvados_object method to display an object name as link for User type only when the user is active.
Otherwise, an anonymous user will always see 404 when such a link is clicked.
(2) In the unlikely event of an anonymous user traversing to /users or /groups pages, there will be an 'Add a new xxx' link,
which is undesirable (even though they do eventually fail when accessed). Hence, hide them for inactive users.
(3) Add test assertions for both the updates.

9 years ago2659: It appears that a job's log file is stored in a user's Home project, instead...
Radhika Chippada [Sun, 1 Feb 2015 20:09:23 +0000 (15:09 -0500)]
2659: It appears that a job's log file is stored in a user's Home project, instead of the project in which the job originated from.
Due to this, when an anonymous user accesses the job from the publicly accessible project, the Log tab is failing.
Hence, display job -> Log tab for active users only.

9 years ago2659: show job cancel button only when user is_active.
Radhika Chippada [Sun, 1 Feb 2015 17:42:47 +0000 (12:42 -0500)]
2659: show job cancel button only when user is_active.

9 years ago2659: more asserts in dashboard testing
Radhika Chippada [Sun, 1 Feb 2015 17:15:46 +0000 (12:15 -0500)]
2659: more asserts in dashboard testing

9 years ago2659: trailing white space
Radhika Chippada [Sun, 1 Feb 2015 16:40:38 +0000 (11:40 -0500)]
2659: trailing white space

9 years agoMerge branch 'master' into 2659-anonymous-share-projects
Radhika Chippada [Sun, 1 Feb 2015 16:38:45 +0000 (11:38 -0500)]
Merge branch 'master' into 2659-anonymous-share-projects

9 years ago2659: Collection show_files shows selection dropdown (which has only create new colle...
Radhika Chippada [Sun, 1 Feb 2015 16:30:40 +0000 (11:30 -0500)]
2659: Collection show_files shows selection dropdown (which has only create new collection from selected files option) when user is active.
Also, dashboard displays the 'Run a pipeline' selector for active users. Upated anonymous user test to verify dashboard access.

9 years ago5037: Fix tearDown error handling in PySDK Websockets test.
Brett Smith [Sun, 1 Feb 2015 16:22:42 +0000 (11:22 -0500)]
5037: Fix tearDown error handling in PySDK Websockets test.

I accidentally broke this in 51f9e6cb.  That version would crash if
the test failed to assign self.ws.  Refactor to be more robust in that
case.  No issue #.

9 years ago2659: hide job re-run button when user is inactive and add fixtures and tests for...
Radhika Chippada [Sun, 1 Feb 2015 04:01:31 +0000 (23:01 -0500)]
2659: hide job re-run button when user is inactive and add fixtures and tests for anonymous user to access tabs in publicly accessible project.

9 years ago2659: show tab buttons, selection actions etc only when the current_user is_active...
Radhika Chippada [Sat, 31 Jan 2015 22:42:41 +0000 (17:42 -0500)]
2659: show tab buttons, selection actions etc only when the current_user is_active to allow clean anonymous user experience.

9 years ago2659: when an anonymous user is accessing public data, offer "Log in" button instead...
Radhika Chippada [Sat, 31 Jan 2015 18:06:25 +0000 (13:06 -0500)]
2659: when an anonymous user is accessing public data, offer "Log in" button instead of "Log out" button.

9 years ago2659: add text message "You are viewing public data" to top nav when anonymous user...
Radhika Chippada [Sat, 31 Jan 2015 17:45:33 +0000 (12:45 -0500)]
2659: add text message "You are viewing public data" to top nav when anonymous user is accessing a public project. also add anonymous access tests.

9 years ago2659: add permit_anonymous_browsing_for_public_data
Radhika Chippada [Sat, 31 Jan 2015 15:38:24 +0000 (10:38 -0500)]
2659: add permit_anonymous_browsing_for_public_data

9 years agoMerge branch '5037-python-sdk-thread-safe' refs #5037
Tom Clegg [Fri, 30 Jan 2015 20:42:44 +0000 (15:42 -0500)]
Merge branch '5037-python-sdk-thread-safe' refs #5037

9 years ago5037: Mention where this cache is, instead of describing what a cache is.
Tom Clegg [Fri, 30 Jan 2015 20:40:57 +0000 (15:40 -0500)]
5037: Mention where this cache is, instead of describing what a cache is.

9 years ago5037: Remove unnecessary cache=False from arv-copy.
Brett Smith [Fri, 30 Jan 2015 20:24:37 +0000 (15:24 -0500)]
5037: Remove unnecessary cache=False from arv-copy.

9 years ago5037: Fix race condition in PySDK Websockets test.
Brett Smith [Fri, 30 Jan 2015 20:09:34 +0000 (15:09 -0500)]
5037: Fix race condition in PySDK Websockets test.

This might just be bad luck, but for some reason when testing Tom's
changes I ran into a situation where this test failed because it
started processing the Websocket event about the new human before it
assigned self.h, so the assertion failed.  Fix the race condition by
asserting against a thread-aware Queue.

9 years ago5037: Add test for new PySDK API cache behavior.
Brett Smith [Fri, 30 Jan 2015 20:24:27 +0000 (15:24 -0500)]
5037: Add test for new PySDK API cache behavior.

9 years agoMerge branch '4562-crunch-tools-docs-wip'
Brett Smith [Fri, 30 Jan 2015 18:58:04 +0000 (13:58 -0500)]
Merge branch '4562-crunch-tools-docs-wip'

Closes #4562, #5015.

9 years ago4562: Add Crunch tools overview to the documentation.
Brett Smith [Fri, 30 Jan 2015 16:23:11 +0000 (11:23 -0500)]
4562: Add Crunch tools overview to the documentation.

9 years ago5037: Remove connection pool. Now, api(cache=False) refers only to the discovery...
Tom Clegg [Fri, 30 Jan 2015 18:20:50 +0000 (13:20 -0500)]
5037: Remove connection pool. Now, api(cache=False) refers only to the discovery document cache.

9 years ago4472: Include output of failed tasks when generating job output manifest.
Tom Clegg [Fri, 30 Jan 2015 07:26:05 +0000 (02:26 -0500)]
4472: Include output of failed tasks when generating job output manifest.

9 years agocloses #3686
Radhika Chippada [Thu, 29 Jan 2015 01:45:16 +0000 (20:45 -0500)]
closes #3686
Merge branch '3686-sharing-repositories'

9 years agoMerge branch 'master' into 3686-sharing-repositories
Radhika Chippada [Thu, 29 Jan 2015 01:43:03 +0000 (20:43 -0500)]
Merge branch 'master' into 3686-sharing-repositories

9 years ago3686: correct one test assertion and refine some other assertions.
Radhika Chippada [Thu, 29 Jan 2015 01:41:32 +0000 (20:41 -0500)]
3686: correct one test assertion and refine some other assertions.

9 years agoFix preview pane disappearing on narrow displays. closes #4918
Tom Clegg [Wed, 28 Jan 2015 22:51:35 +0000 (17:51 -0500)]
Fix preview pane disappearing on narrow displays. closes #4918

9 years agoMerge branch '5074-ruby-sdk-discovery-cache-wip'
Brett Smith [Wed, 28 Jan 2015 22:37:28 +0000 (17:37 -0500)]
Merge branch '5074-ruby-sdk-discovery-cache-wip'

Closes #5074, #5091.

9 years ago5074: CLI SDK uses Google API client extensions from Ruby SDK.
Brett Smith [Tue, 27 Jan 2015 21:28:30 +0000 (16:28 -0500)]
5074: CLI SDK uses Google API client extensions from Ruby SDK.

9 years ago5074: Improve discovery document caching in Ruby SDK.
Brett Smith [Tue, 27 Jan 2015 21:22:35 +0000 (16:22 -0500)]
5074: Improve discovery document caching in Ruby SDK.

* Report a warning if there's an error reading or parsing a cached
  discovery document.
* Cache discovery documents to a tempfile and rename, to reduce the
  chances that we'll write corrupted caches due to I/O errors.
* Make this extension a separate module that can be loaded by users
  like the CLI SDK.
* Tighten exception handling throughout.

9 years ago3686: add unit and controller tests for repository updates
Radhika Chippada [Wed, 28 Jan 2015 21:48:37 +0000 (16:48 -0500)]
3686: add unit and controller tests for repository updates

9 years ago3686: update the repository row to offer an exclusive Share link than make the repo...
Radhika Chippada [Wed, 28 Jan 2015 18:43:25 +0000 (13:43 -0500)]
3686: update the repository row to offer an exclusive Share link than make the repo name clickable.

9 years ago3686: verify repositories testing uses hard coded repo info.
Radhika Chippada [Wed, 28 Jan 2015 18:29:44 +0000 (13:29 -0500)]
3686: verify repositories testing uses hard coded repo info.

9 years agoMerge branch 'master' into 3686-sharing-repositories
Radhika Chippada [Wed, 28 Jan 2015 16:11:04 +0000 (11:11 -0500)]
Merge branch 'master' into 3686-sharing-repositories

9 years agocloses #4902
Radhika Chippada [Wed, 28 Jan 2015 16:07:12 +0000 (11:07 -0500)]
closes #4902
Merge branch '4902-use-fixture-to-rerun-pipelines'

9 years agoMerge branch 'master' into 4902-use-fixture-to-rerun-pipelines
Radhika Chippada [Wed, 28 Jan 2015 16:06:33 +0000 (11:06 -0500)]
Merge branch 'master' into 4902-use-fixture-to-rerun-pipelines