arvados.git
9 years ago5642: Only use Docker memory limits when it supports --memory-swap. 5642-crunch-job-swap-limits-wip
Brett Smith [Tue, 7 Apr 2015 15:19:28 +0000 (11:19 -0400)]
5642: Only use Docker memory limits when it supports --memory-swap.

--memory-swap is pretty new (newer than 1.3.3), so we don't want to
require it.  At the same time, we don't want to impose any memory
limits if we can't use it, because killing subprocesses that exceed a
--memory limit is too strict.  This commit arranges to use both
--memory and --memory-swap only if the latter is available.

9 years ago5642: Fixup spacing.
Brett Smith [Tue, 7 Apr 2015 15:08:19 +0000 (11:08 -0400)]
5642: Fixup spacing.

The previous version is functional but this can help prevent an
accident in future development.

9 years ago5642: crunch-job uses higher memory limit when running few tasks.
Brett Smith [Fri, 3 Apr 2015 17:55:11 +0000 (13:55 -0400)]
5642: crunch-job uses higher memory limit when running few tasks.

This gives a task all of the node's RAM when it's the only task
running this round, which is more in line with user expectations.

9 years ago5642: Explicitly make all swap available under Docker in crunch-job.
Brett Smith [Fri, 3 Apr 2015 17:41:18 +0000 (13:41 -0400)]
5642: Explicitly make all swap available under Docker in crunch-job.

Without this, Docker 1.2 through 1.5 send subprocesses SIGKILL if they
exceed the memory limit.  Refer to #5642 for an example.

--memory-swap requires Docker 1.3+.

9 years agoMerge branch '5416-repo-dir-is-uuid'
Brett Smith [Fri, 3 Apr 2015 14:28:35 +0000 (10:28 -0400)]
Merge branch '5416-repo-dir-is-uuid'

Refs #5416.

9 years ago4253: Gitolite migration makes a name symlink for arvados repository.
Brett Smith [Thu, 2 Apr 2015 21:37:53 +0000 (17:37 -0400)]
4253: Gitolite migration makes a name symlink for arvados repository.

This is necessary for other supporting infrastructure around this
repository in Gitolite installs; e.g., the cron job that keeps them in
sync with upstream.  Refs #4253.

9 years agoMerge branch '4752-docker-websockets' closes #4752
Peter Amstutz [Thu, 2 Apr 2015 19:23:18 +0000 (15:23 -0400)]
Merge branch '4752-docker-websockets' closes #4752

9 years agoMake arvdock abort with a nice error message if docker or curl can not
Ward Vandewege [Thu, 2 Apr 2015 19:17:04 +0000 (15:17 -0400)]
Make arvdock abort with a nice error message if docker or curl can not
be found.

refs #4752

9 years agoMerge branch '5626-git-server-hostname' closes #5626
Peter Amstutz [Thu, 2 Apr 2015 16:02:43 +0000 (12:02 -0400)]
Merge branch '5626-git-server-hostname' closes #5626

9 years ago5626: Expand test to check both positive and negative cases a bit per request.
Peter Amstutz [Thu, 2 Apr 2015 16:01:43 +0000 (12:01 -0400)]
5626: Expand test to check both positive and negative cases a bit per request.

9 years ago5626: Add test for git_hostname configuration option.
Peter Amstutz [Thu, 2 Apr 2015 14:38:39 +0000 (10:38 -0400)]
5626: Add test for git_hostname configuration option.

9 years ago4752: Websockets works. Fix compute node containers to restart correctly. Fix
Peter Amstutz [Thu, 2 Apr 2015 14:24:56 +0000 (10:24 -0400)]
4752: Websockets works.  Fix compute node containers to restart correctly.  Fix
git server hostname.  Arvdock waits for API/workbench to be ready before telling
the user to go to workbench.

9 years agoMerge branch '5626-git-server-hostname' into 4752-docker-websockets
Peter Amstutz [Wed, 1 Apr 2015 20:14:19 +0000 (16:14 -0400)]
Merge branch '5626-git-server-hostname' into 4752-docker-websockets

9 years ago5416: Prefer repos stored locally by uuid, fall back to name. Update tests to suit...
Tom Clegg [Wed, 1 Apr 2015 20:12:35 +0000 (16:12 -0400)]
5416: Prefer repos stored locally by uuid, fall back to name. Update tests to suit 4523 fixtures.

9 years ago5626: Add git_hostname configuration option.
Peter Amstutz [Wed, 1 Apr 2015 19:59:33 +0000 (15:59 -0400)]
5626: Add git_hostname configuration option.

9 years ago5627: Python file-like objects use SEET_SET as the default whence.
Brett Smith [Wed, 1 Apr 2015 19:50:08 +0000 (15:50 -0400)]
5627: Python file-like objects use SEET_SET as the default whence.

This is a brown paper bag commit.  All that time I spent grumbling
that we had the wrong default was completely incorrect.  We had it
right earlier, and I blew it.  See
<https://docs.python.org/2/library/stdtypes.html#file.seek>.

Closes #5627.

9 years ago4752: Fix failing setup by polling for API server to come up.
Peter Amstutz [Wed, 1 Apr 2015 16:08:35 +0000 (12:08 -0400)]
4752: Fix failing setup by polling for API server to come up.

9 years agocloses #5420
Radhika Chippada [Wed, 1 Apr 2015 15:08:06 +0000 (11:08 -0400)]
closes #5420
Merge branch '5420-collection-checkbox-selections'

9 years ago4752: Update documentation related to docker
Peter Amstutz [Wed, 1 Apr 2015 14:38:52 +0000 (10:38 -0400)]
4752: Update documentation related to docker

9 years ago5420: remove search box autocomplete off update so that this can be addressed in...
Radhika Chippada [Wed, 1 Apr 2015 14:32:48 +0000 (10:32 -0400)]
5420: remove search box autocomplete off update so that this can be addressed in a separate issue.

9 years agoMerge branch 'master' into 5420-collection-checkbox-selections
Radhika Chippada [Wed, 1 Apr 2015 14:23:08 +0000 (10:23 -0400)]
Merge branch 'master' into 5420-collection-checkbox-selections

9 years agoMerge branch '4253-gitolite-migration-wip'
Brett Smith [Wed, 1 Apr 2015 14:13:39 +0000 (10:13 -0400)]
Merge branch '4253-gitolite-migration-wip'

Closes #4253, #5617.

9 years ago4253: Add script to migrate existing Gitolite installations.
Brett Smith [Tue, 31 Mar 2015 21:02:38 +0000 (17:02 -0400)]
4253: Add script to migrate existing Gitolite installations.

9 years ago4752: Use passenger standalone for API server instead of passenger apache module...
Peter Amstutz [Wed, 1 Apr 2015 13:51:51 +0000 (09:51 -0400)]
4752: Use passenger standalone for API server instead of passenger apache module and set ARVADOS_WEBSOCKETS=1

9 years agoMerge branch '4253-user-repos-wip'
Brett Smith [Wed, 1 Apr 2015 13:45:07 +0000 (09:45 -0400)]
Merge branch '4253-user-repos-wip'

Refs #4253.  Closes #5605.

9 years ago4253: Add Workbench interface to create repositories.
Brett Smith [Mon, 30 Mar 2015 20:06:38 +0000 (16:06 -0400)]
4253: Add Workbench interface to create repositories.

Commit includes contributions from Tom Clegg.

9 years ago4253: Let Workbench Manage Account partials render their whole pane.
Brett Smith [Mon, 30 Mar 2015 18:28:40 +0000 (14:28 -0400)]
4253: Let Workbench Manage Account partials render their whole pane.

I'm about to add another "Add" button to the Repositories pane, so I'd
rather do it this way than try to maintain a generic loop inside
_manage_account.html.erb.

9 years ago4253: Sync up Docker with our production Gitolite setup.
Brett Smith [Mon, 30 Mar 2015 15:06:51 +0000 (11:06 -0400)]
4253: Sync up Docker with our production Gitolite setup.

This updates our API server Docker image to store repositories by
UUID, with name aliases available.  .gitolite.rc enables the aliasing,
and update-gitolite.rb generates the necessary configuration.  This
makes it possible to test the recent repository changes in Docker.

9 years ago4253: Users can manage their own repositories.
Brett Smith [Tue, 31 Mar 2015 13:23:56 +0000 (09:23 -0400)]
4253: Users can manage their own repositories.

This commit allows users to create their own repositories, as long as
the repository name starts with their own username.

To support this change, we've modified our Gitolite setup to store
repositories primarily by UUID, with a name alias for easier
checkout.  fetch_url and push_url become generated attributes
accordingly.  This makes it easier to rename the repository later and
allow checkouts to continue to work.

Commit includes contributions from Tom Clegg.

9 years agoMerge branch '5612-munge-docker-cleanup' closes #5612
Peter Amstutz [Wed, 1 Apr 2015 13:09:26 +0000 (09:09 -0400)]
Merge branch '5612-munge-docker-cleanup' closes #5612

9 years ago5612: Wrap munge with startup script that cleans up /var/run/munge of stale
Peter Amstutz [Tue, 31 Mar 2015 21:13:06 +0000 (17:13 -0400)]
5612: Wrap munge with startup script that cleans up /var/run/munge of stale
sockets and pidfiles.  Can now run jobs after stopping and restarting
containers.

9 years agoMerge branch 'master' into 5420-collection-checkbox-selections
Radhika Chippada [Tue, 31 Mar 2015 19:55:54 +0000 (15:55 -0400)]
Merge branch 'master' into 5420-collection-checkbox-selections

9 years agoMerge branch '5539-better-docker' closes #5539
Peter Amstutz [Tue, 31 Mar 2015 15:18:58 +0000 (11:18 -0400)]
Merge branch '5539-better-docker' closes #5539

9 years agoMerge branch '5416-arv-git-httpd' refs #5416
Tom Clegg [Mon, 30 Mar 2015 19:56:34 +0000 (15:56 -0400)]
Merge branch '5416-arv-git-httpd' refs #5416

9 years ago5416: Merge branch 'master' into 5416-arv-git-httpd
Tom Clegg [Mon, 30 Mar 2015 17:00:59 +0000 (13:00 -0400)]
5416: Merge branch 'master' into 5416-arv-git-httpd

9 years ago5416: Add permission-denied tests.
Tom Clegg [Mon, 30 Mar 2015 16:56:53 +0000 (12:56 -0400)]
5416: Add permission-denied tests.

9 years ago5416: Improve variable names & filenames. Report original error if git fails with...
Tom Clegg [Mon, 30 Mar 2015 16:56:00 +0000 (12:56 -0400)]
5416: Improve variable names & filenames. Report original error if git fails with nothing on stderr.

9 years agoMerge branch '5502-node-manager-gce-ssd-wip'
Brett Smith [Fri, 27 Mar 2015 21:16:09 +0000 (17:16 -0400)]
Merge branch '5502-node-manager-gce-ssd-wip'

Refs #5502.

9 years agoMerge branch 'master' into 5420-collection-checkbox-selections
Radhika Chippada [Fri, 27 Mar 2015 13:54:25 +0000 (09:54 -0400)]
Merge branch 'master' into 5420-collection-checkbox-selections

9 years ago5502: Node Manager attaches a local SSD to GCE compute nodes.
Brett Smith [Thu, 26 Mar 2015 17:31:01 +0000 (13:31 -0400)]
5502: Node Manager attaches a local SSD to GCE compute nodes.

This is the best option to provide temporary working space for compute
work on GCE.

9 years ago5502: Adjust id and name of Node Manager cloud object mocks.
Brett Smith [Thu, 26 Mar 2015 16:29:38 +0000 (12:29 -0400)]
5502: Adjust id and name of Node Manager cloud object mocks.

Some GCE objects like disk types have predictable names, so it's
helpful to be able to mock objects with the same name.  Use the
name_id argument is the literal name, and generate an id from it.

9 years agocloses #5556
Radhika Chippada [Wed, 25 Mar 2015 23:00:55 +0000 (19:00 -0400)]
closes #5556
Merge branch '5556-collection-show-timeout'

9 years agoMerge branch 'master' into 5556-collection-show-timeout
Radhika Chippada [Wed, 25 Mar 2015 19:47:17 +0000 (15:47 -0400)]
Merge branch 'master' into 5556-collection-show-timeout

9 years agorefs #5247
Radhika Chippada [Wed, 25 Mar 2015 18:59:09 +0000 (14:59 -0400)]
refs #5247
closes #5248
Merge branch '5247-anonymous-doc'

9 years ago5247: couple more caption updates.
Radhika Chippada [Wed, 25 Mar 2015 18:58:27 +0000 (14:58 -0400)]
5247: couple more caption updates.

9 years agoMerge branch 'master' into 5556-collection-show-timeout
Radhika Chippada [Wed, 25 Mar 2015 18:26:45 +0000 (14:26 -0400)]
Merge branch 'master' into 5556-collection-show-timeout

9 years ago5247: some caption updates.
Radhika Chippada [Wed, 25 Mar 2015 18:19:01 +0000 (14:19 -0400)]
5247: some caption updates.

9 years ago5416: Fix overly sensitive error message regexp.
Tom Clegg [Wed, 25 Mar 2015 17:48:39 +0000 (13:48 -0400)]
5416: Fix overly sensitive error message regexp.

9 years agoMerge branch 'master' into 5247-anonymous-doc
Radhika Chippada [Wed, 25 Mar 2015 17:37:18 +0000 (13:37 -0400)]
Merge branch 'master' into 5247-anonymous-doc

9 years agocloses #5534
Radhika Chippada [Wed, 25 Mar 2015 17:26:34 +0000 (13:26 -0400)]
closes #5534
Merge branch '5534-limit-log-lines'

9 years agoMerge branch 'master' into 5534-limit-log-lines
Radhika Chippada [Wed, 25 Mar 2015 17:25:46 +0000 (13:25 -0400)]
Merge branch 'master' into 5534-limit-log-lines

9 years agocloses #3762
Radhika Chippada [Wed, 25 Mar 2015 17:24:50 +0000 (13:24 -0400)]
closes #3762
Merge branch '3762-delete-list-worker'

9 years agoMerge branch 'master' into 3762-delete-list-worker
Radhika Chippada [Wed, 25 Mar 2015 17:23:33 +0000 (13:23 -0400)]
Merge branch 'master' into 3762-delete-list-worker

9 years agoMerge branch 'master' into 5420-collection-checkbox-selections
Radhika Chippada [Wed, 25 Mar 2015 17:15:54 +0000 (13:15 -0400)]
Merge branch 'master' into 5420-collection-checkbox-selections

9 years ago5420: address checkbox selection caching issue with Safari and Chrome.
Radhika Chippada [Wed, 25 Mar 2015 17:15:11 +0000 (13:15 -0400)]
5420: address checkbox selection caching issue with Safari and Chrome.

9 years agoMerge branch '4253-user-usernames-wip'
Brett Smith [Wed, 25 Mar 2015 15:51:08 +0000 (11:51 -0400)]
Merge branch '4253-user-usernames-wip'

Refs #4253.  Closes #5512.

9 years agoAdded a comment to volume Delete() about race condition.
Peter Amstutz [Wed, 25 Mar 2015 15:48:06 +0000 (11:48 -0400)]
Added a comment to volume Delete() about race condition.

9 years ago4253: Use new username to set up repository and VM logins.
Brett Smith [Wed, 18 Mar 2015 20:00:01 +0000 (16:00 -0400)]
4253: Use new username to set up repository and VM logins.

The usernames added in 4253 have stricter limits than past usernames
generated to set up a repository and VM login.  Use the new generated
username to avoid a weird disconnect between that and these related
objects.  Do a little cleanup in the tests, including removing some
test parameters that now seem redundant under the new rules.

9 years ago4253: Clean up some user setup methods.
Brett Smith [Wed, 18 Mar 2015 19:59:51 +0000 (15:59 -0400)]
4253: Clean up some user setup methods.

As much as possible, use more methods provided by Rails, rather than
reimplementing them ourselves.

9 years ago4253: Add a username attribute to users.
Brett Smith [Tue, 17 Mar 2015 22:10:14 +0000 (18:10 -0400)]
4253: Add a username attribute to users.

* Add the column, and propagate it based on available VM logins or
  e-mail address, if possible.
* Add format validation and tests.
* Set new usernames based on e-mail address, with tests.

9 years ago5556: add test to invoke collection#show with and without include_accept_encoding_hea...
Radhika Chippada [Wed, 25 Mar 2015 15:02:25 +0000 (11:02 -0400)]
5556: add test to invoke collection#show with and without include_accept_encoding_header_in_api_requests config parameter.

9 years ago5556: Added select() to @logs in CollectionsController#show to avoid trasporting...
Radhika Chippada [Wed, 25 Mar 2015 14:16:27 +0000 (10:16 -0400)]
5556: Added select() to @logs in CollectionsController#show to avoid trasporting the unneeded log properties.
Also, added Accept-Encoding request header in workbench request to api server.

9 years agoDocumentation: installation pages improvements. Be clear about the
Ward Vandewege [Tue, 24 Mar 2015 20:53:05 +0000 (16:53 -0400)]
Documentation: installation pages improvements. Be clear about the
purpose of each installation method, and its limitations.

No issue #

9 years ago5416: Merge remote-tracking branch 'origin/5416-arv-git-httpd' into 5416-arv-git...
Tom Clegg [Tue, 24 Mar 2015 20:22:46 +0000 (16:22 -0400)]
5416: Merge remote-tracking branch 'origin/5416-arv-git-httpd' into 5416-arv-git-httpd

9 years ago5416: gofmt formatting changes.
Tom Clegg [Tue, 24 Mar 2015 20:20:06 +0000 (16:20 -0400)]
5416: gofmt formatting changes.

9 years ago5416: Add BasicAuth compatibility shim for go1.3.
Tom Clegg [Tue, 24 Mar 2015 20:19:50 +0000 (16:19 -0400)]
5416: Add BasicAuth compatibility shim for go1.3.

9 years ago5247: white space
Radhika Chippada [Tue, 24 Mar 2015 18:28:46 +0000 (14:28 -0400)]
5247: white space

9 years ago5247: anonymous access documentation
Radhika Chippada [Tue, 24 Mar 2015 18:27:04 +0000 (14:27 -0400)]
5247: anonymous access documentation

9 years ago5539: Require that the user update resolv.conf, and use FQDN (api.dev.arvados,
Peter Amstutz [Tue, 24 Mar 2015 14:32:58 +0000 (10:32 -0400)]
5539: Require that the user update resolv.conf, and use FQDN (api.dev.arvados,
workbench.dev.arvados) to refer to services more consistently.

9 years ago5534: When a pipeline has long running jobs with hundreds of thousands of log lines...
Radhika Chippada [Tue, 24 Mar 2015 13:49:38 +0000 (09:49 -0400)]
5534: When a pipeline has long running jobs with hundreds of thousands of log lines, the log line display is timing out
fetching all those lines. Limiting the number of log lines retrieved helped resolve this issue. Using limit size of 2000.
I was able to see log when I limited to 10000 log lines as well, but it took much longer wait time and I felt a quicker
response might provide a better user experience and hence using 2000 log lines as the limit. Thus the most recent 2000
log lines are fetched, followed by newer log lines from event log if the job is still running.

9 years agoMerge branch 'master' into 5539-better-docker
Peter Amstutz [Tue, 24 Mar 2015 13:30:01 +0000 (09:30 -0400)]
Merge branch 'master' into 5539-better-docker

9 years agoMerge branch '5536-retry-discover-servers' closes #5536
Peter Amstutz [Tue, 24 Mar 2015 13:29:38 +0000 (09:29 -0400)]
Merge branch '5536-retry-discover-servers' closes #5536

9 years ago5539: Retry keepproxy if it quits (this happens when restarting the container,
Peter Amstutz [Tue, 24 Mar 2015 02:36:01 +0000 (22:36 -0400)]
5539: Retry keepproxy if it quits (this happens when restarting the container,
the api server isn't ready yet, so need to keep trying).

9 years ago5539: Arvados-in-Docker improvements
Peter Amstutz [Mon, 23 Mar 2015 21:12:55 +0000 (17:12 -0400)]
5539: Arvados-in-Docker improvements
* arvdock start now restarts existing containers instead of deleting them.  Use arvdock reset to delete the containers.
* Uses docker data container for keep.
* Prints a note about adding the nameserver to /etc/resolv.conf

9 years agoMerge branch '5529-add-keepproxy-docker-image'
Ward Vandewege [Mon, 23 Mar 2015 20:06:20 +0000 (16:06 -0400)]
Merge branch '5529-add-keepproxy-docker-image'

refs #5529

9 years agoMerge branch 'master' into 5529-add-keepproxy-docker-image
Ward Vandewege [Mon, 23 Mar 2015 20:06:10 +0000 (16:06 -0400)]
Merge branch 'master' into 5529-add-keepproxy-docker-image

9 years agoMerge branch '5524-crunch-temp-keep-errors' closes #5524
Peter Amstutz [Mon, 23 Mar 2015 18:10:12 +0000 (14:10 -0400)]
Merge branch '5524-crunch-temp-keep-errors' closes #5524

9 years ago5524: Match magic string arvados.errors.Keep as likely part of an exception
Peter Amstutz [Mon, 23 Mar 2015 18:08:58 +0000 (14:08 -0400)]
5524: Match magic string arvados.errors.Keep as likely part of an exception
backtrace and mark task as temporary failure.

9 years ago5536: Keepproxy retry keep server discovery on error or empty list.
Peter Amstutz [Mon, 23 Mar 2015 17:54:07 +0000 (13:54 -0400)]
5536: Keepproxy retry keep server discovery on error or empty list.

9 years agoMerge branch '5425-set-docker-memory-limits' refs #5425
Peter Amstutz [Mon, 23 Mar 2015 17:47:17 +0000 (13:47 -0400)]
Merge branch '5425-set-docker-memory-limits' refs #5425

9 years agoMerge branch 'master' into 3762-delete-list-worker
Radhika Chippada [Mon, 23 Mar 2015 16:24:15 +0000 (12:24 -0400)]
Merge branch 'master' into 3762-delete-list-worker

9 years ago3762: create NewWorkQueue instances of pullq and trashq in handers_test and remove...
Radhika Chippada [Mon, 23 Mar 2015 16:11:42 +0000 (12:11 -0400)]
3762: create NewWorkQueue instances of pullq and trashq in handers_test and remove this logic from handlers.
it is expected that keepstore or the tests will create these objects and handlers should not have to.

9 years ago3762: undo the api server discovery document update. trash worker can instead use...
Radhika Chippada [Mon, 23 Mar 2015 16:01:05 +0000 (12:01 -0400)]
3762: undo the api server discovery document update. trash worker can instead use permission_ttl in place of defaultTrashLifetime because these two will be the same.

9 years agoMerge branch '5198-remote-link-ctrl-click' refs #5198
Tom Clegg [Mon, 23 Mar 2015 14:54:18 +0000 (10:54 -0400)]
Merge branch '5198-remote-link-ctrl-click' refs #5198

9 years agoMerge branch 'master' of git.curoverse.com:arvados into 3762-delete-list-worker
Radhika Chippada [Mon, 23 Mar 2015 14:35:34 +0000 (10:35 -0400)]
Merge branch 'master' of git.curoverse.com:arvados into 3762-delete-list-worker

9 years agoMerge branch '5318-git-sharing-note' closes #5318
Peter Amstutz [Mon, 23 Mar 2015 13:05:18 +0000 (09:05 -0400)]
Merge branch '5318-git-sharing-note' closes #5318

9 years ago5198: Merge branch 'master' into 5198-remote-link-ctrl-click
Tom Clegg [Mon, 23 Mar 2015 05:52:50 +0000 (01:52 -0400)]
5198: Merge branch 'master' into 5198-remote-link-ctrl-click

9 years ago5198: Update comment.
Tom Clegg [Mon, 23 Mar 2015 05:46:47 +0000 (01:46 -0400)]
5198: Update comment.

9 years agoAdd a keepproxy docker image
Ward Vandewege [Mon, 23 Mar 2015 00:21:55 +0000 (20:21 -0400)]
Add a keepproxy docker image

refs #5529

9 years agoGo SDK improvements:
Ward Vandewege [Sun, 22 Mar 2015 18:02:26 +0000 (14:02 -0400)]
Go SDK improvements:

- keepclient now respects the ARVADOS_API_HOST_INSECURE environment
  variable

- arvadosclient and keepclient accept (1,yes,true) to enable the
  insecure api host flag, case insensitive.

No issue #

9 years agoMerge branch '5276-job-graph-phantom-tooltip' closes #5276
Tom Clegg [Sat, 21 Mar 2015 20:37:00 +0000 (16:37 -0400)]
Merge branch '5276-job-graph-phantom-tooltip' closes #5276

9 years ago5276: Merge branch 'master' into 5276-job-graph-phantom-tooltip
Tom Clegg [Sat, 21 Mar 2015 20:19:09 +0000 (16:19 -0400)]
5276: Merge branch 'master' into 5276-job-graph-phantom-tooltip

9 years ago5276: Name log fixtures. Fix over-sensitive test.
Tom Clegg [Sat, 21 Mar 2015 20:19:03 +0000 (16:19 -0400)]
5276: Name log fixtures. Fix over-sensitive test.

9 years agorefs #5375
Radhika Chippada [Sat, 21 Mar 2015 13:54:45 +0000 (09:54 -0400)]
refs #5375
Merge branch '5375-preview-collection-text-files'

9 years ago5375: added javascript and rtf application types to white-listed application types...
Radhika Chippada [Sat, 21 Mar 2015 13:32:31 +0000 (09:32 -0400)]
5375: added javascript and rtf application types to white-listed application types after observing that these were disabled when testing in staging.

9 years agocloses #5375
Radhika Chippada [Sat, 21 Mar 2015 10:44:03 +0000 (06:44 -0400)]
closes #5375
Merge branch '5375-preview-collection-text-files'

9 years ago5375: small updates on comments
Radhika Chippada [Sat, 21 Mar 2015 10:42:04 +0000 (06:42 -0400)]
5375: small updates on comments

9 years ago5375: and add the new test file
Radhika Chippada [Sat, 21 Mar 2015 03:14:43 +0000 (23:14 -0400)]
5375: and add the new test file

9 years ago5375: move the mime type tests into a new collections_helper_test.
Radhika Chippada [Sat, 21 Mar 2015 03:11:34 +0000 (23:11 -0400)]
5375: move the mime type tests into a new collections_helper_test.

9 years agoMerge branch 'master' into 5375-preview-collection-text-files
Radhika Chippada [Sat, 21 Mar 2015 03:01:04 +0000 (23:01 -0400)]
Merge branch 'master' into 5375-preview-collection-text-files