arvados.git
9 years ago4138: updated unit test 4138-node-manager-google-cloud
Tim Pierce [Fri, 23 Jan 2015 22:44:41 +0000 (17:44 -0500)]
4138: updated unit test

Corrected test_create_includes_ping_secret to account for delivering the
ping secret via metadata in GCE.

9 years ago4138: GCE fixes
Tim Pierce [Fri, 23 Jan 2015 22:24:54 +0000 (17:24 -0500)]
4138: GCE fixes

The 'network_id' parameter needs to be delivered as 'location' in GCE.

The ping_url parameter is now delivered in the node metadata as
'pingUrl'.

When creating a new GCE instance, 'name' is a required parameter and
must begin with a letter. The default name is the UUID of the
corresponding Arvados node, prepended with 'arv-'.

9 years agoMerge branch 'master' into 4138-node-manager-google-cloud
Tim Pierce [Thu, 22 Jan 2015 20:56:28 +0000 (15:56 -0500)]
Merge branch 'master' into 4138-node-manager-google-cloud

9 years ago4138: general GCE fixes
Tim Pierce [Wed, 21 Jan 2015 18:06:35 +0000 (13:06 -0500)]
4138: general GCE fixes

* JSON credential file
** GCE credentials are delivered as a JSON string (and the key is formatted as a multi-line RSA private key). Let the GCE config file specify a path to the JSON credential file for simplicity.
* Accept NodeSizes addressed by id or name
** In EC2, NodeSizes are identified by the 'id' field.  In GCE they are identified by the 'name' field.  Allow the Node Manager config module to accept either.

9 years agorefs #4523
Radhika Chippada [Thu, 22 Jan 2015 17:06:53 +0000 (12:06 -0500)]
refs #4523
Merge branch '4523-search-index'

9 years ago4523: do not include descriptions in search index and update tests accordingly.
Radhika Chippada [Thu, 22 Jan 2015 16:36:00 +0000 (11:36 -0500)]
4523: do not include descriptions in search index and update tests accordingly.

9 years agoMerge branch '3021-api-performance' refs #3021
Tom Clegg [Wed, 21 Jan 2015 20:03:34 +0000 (15:03 -0500)]
Merge branch '3021-api-performance' refs #3021

9 years ago4967: Fix API server Gemfile.
Brett Smith [Wed, 21 Jan 2015 19:11:00 +0000 (14:11 -0500)]
4967: Fix API server Gemfile.

I'm kind of at a loss to explain what happened here.  Refs #4967.

9 years ago4967: API server bundle uses bugfixed crunch-job.
Brett Smith [Wed, 21 Jan 2015 18:40:11 +0000 (13:40 -0500)]
4967: API server bundle uses bugfixed crunch-job.

Refs #4967, #4970.

9 years agoMerge branch '4967-crunch-mount-cleanup-wip'
Brett Smith [Wed, 21 Jan 2015 18:38:28 +0000 (13:38 -0500)]
Merge branch '4967-crunch-mount-cleanup-wip'

Closes #4967, #4970, #5039.

9 years ago4967: crunch-job unmounts old Keep mounts more robustly.
Brett Smith [Wed, 21 Jan 2015 16:38:18 +0000 (11:38 -0500)]
4967: crunch-job unmounts old Keep mounts more robustly.

The previous version looked for mounts under $JOB_WORK before
unmounting anything.  We long ago started mounting under $TASK_WORK,
so unmounting hasn't been working for a while.  This version unmounts
every FUSE mount with "keep" in the path, so it will be much more
flexible.

I also changed the cleanup to use bash -e, so the logs are more likely
to indicate if there was trouble during the cleanup step.

9 years agoMerge branch '5016-ctrl-c-arv-ws' closes #5016
Peter Amstutz [Wed, 21 Jan 2015 15:51:51 +0000 (10:51 -0500)]
Merge branch '5016-ctrl-c-arv-ws' closes #5016

9 years agoMerge branch 'master' into 4138-node-manager-google-cloud
Tim Pierce [Tue, 20 Jan 2015 21:23:07 +0000 (16:23 -0500)]
Merge branch 'master' into 4138-node-manager-google-cloud

9 years ago5029: API server uses bugfixed crunch-job.
Brett Smith [Tue, 20 Jan 2015 19:52:29 +0000 (14:52 -0500)]
5029: API server uses bugfixed crunch-job.

Refs #5029.

9 years ago5029: Fix crunch-job logging when SDK requested+virtualenv unavailable.
Brett Smith [Tue, 20 Jan 2015 19:42:48 +0000 (14:42 -0500)]
5029: Fix crunch-job logging when SDK requested+virtualenv unavailable.

* Properly concatenate the message.

* Query and log installed SDK packages in this scenario, since we
  might fall back to what's available in the Docker image.

Closes #5029.

9 years agorefs #4926
Radhika Chippada [Tue, 20 Jan 2015 18:37:04 +0000 (13:37 -0500)]
refs #4926
Merge branch '4926-browser-based-upload'

9 years ago4926: move tutorial_expectations into sections that are describing command line tools.
Radhika Chippada [Tue, 20 Jan 2015 18:35:54 +0000 (13:35 -0500)]
4926: move tutorial_expectations into sections that are describing command line tools.

9 years agoMerge branch '4838-fuse-executable-files' closes #4838
Peter Amstutz [Tue, 20 Jan 2015 17:24:02 +0000 (12:24 -0500)]
Merge branch '4838-fuse-executable-files' closes #4838

9 years ago4838: Set +x on all StreamReaderFiles
Peter Amstutz [Tue, 20 Jan 2015 16:42:54 +0000 (11:42 -0500)]
4838: Set +x on all StreamReaderFiles

9 years ago3021: Merge branch 'master' into 3021-api-performance
Tom Clegg [Tue, 20 Jan 2015 08:04:07 +0000 (03:04 -0500)]
3021: Merge branch 'master' into 3021-api-performance

9 years ago3021: Use Marshal dump/load to save @old_attributes. Otherwise, hashes
Tom Clegg [Tue, 20 Jan 2015 06:20:54 +0000 (01:20 -0500)]
3021: Use Marshal dump/load to save @old_attributes. Otherwise, hashes
in @old_attributes can contain references to objects that can be
mutated by callers, which could result in the new attributes being
logged incorrectly as old_attributes.

9 years ago3021: Replace more "render json:..." with faster Oj.
Tom Clegg [Tue, 20 Jan 2015 05:53:05 +0000 (00:53 -0500)]
3021: Replace more "render json:..." with faster Oj.

9 years ago4926: add description with section links
Radhika Chippada [Mon, 19 Jan 2015 21:42:45 +0000 (16:42 -0500)]
4926: add description with section links

9 years agoMerge branch '4840-workbench-selections-action-forms-wip'
Brett Smith [Mon, 19 Jan 2015 20:27:42 +0000 (15:27 -0500)]
Merge branch '4840-workbench-selections-action-forms-wip'

Closes #4840, #4996.

9 years ago4840: Workbench selection actions are submitted by POST.
Brett Smith [Thu, 15 Jan 2015 22:30:28 +0000 (17:30 -0500)]
4840: Workbench selection actions are submitted by POST.

The previous implementation could get 414 Request URI Too Long
responses by stuffing a large number of selections into the link href.
This commit sidesteps that problem by POSTing the data with a hidden
form instead.  It's based on rails-ujs' strategy for handling links
with data-method that we were already using for some selection
actions, so it should be minimally disruptive.

9 years ago4840: All Workbench selection links toggle dropdown.
Brett Smith [Thu, 15 Jan 2015 22:27:35 +0000 (17:27 -0500)]
4840: All Workbench selection links toggle dropdown.

9 years ago4840: Restore checkbox to project Pipelines and Jobs tab.
Brett Smith [Mon, 5 Jan 2015 20:43:50 +0000 (15:43 -0500)]
4840: Restore checkbox to project Pipelines and Jobs tab.

9 years agoMerge branch 'master' into 4926-browser-based-upload
Radhika Chippada [Mon, 19 Jan 2015 19:35:54 +0000 (14:35 -0500)]
Merge branch 'master' into 4926-browser-based-upload

9 years ago5016: PollClient.run_forever() polls self.stop() in order to have a chance to process...
Peter Amstutz [Mon, 19 Jan 2015 14:49:43 +0000 (09:49 -0500)]
5016: PollClient.run_forever() polls self.stop() in order to have a chance to process KeyboardInterrupt.

9 years agocloses #3686
Radhika Chippada [Fri, 16 Jan 2015 23:20:07 +0000 (18:20 -0500)]
closes #3686
Merge branch '3686-sharing-repositories'

9 years ago3686: ensure Advanced is always the last pane even after adding the Sharing pane.
Radhika Chippada [Fri, 16 Jan 2015 23:18:22 +0000 (18:18 -0500)]
3686: ensure Advanced is always the last pane even after adding the Sharing pane.

9 years agoMerge branch 'master' into 3686-sharing-repositories
Radhika Chippada [Fri, 16 Jan 2015 21:06:12 +0000 (16:06 -0500)]
Merge branch 'master' into 3686-sharing-repositories

9 years agoMerge branch '4922-google-api-client-force-install'
Tim Pierce [Fri, 16 Jan 2015 20:50:32 +0000 (15:50 -0500)]
Merge branch '4922-google-api-client-force-install'

Fixes #4922.

9 years ago4922: force google-api-python-client install
Tim Pierce [Fri, 16 Jan 2015 19:51:28 +0000 (14:51 -0500)]
4922: force google-api-python-client install

Install google-api-python-client with 'pip install -I' to fix the case
where the Docker image already has an older version of
google-api-python-client installed.

9 years agoUpdate bundle. refs #3021
Tom Clegg [Fri, 16 Jan 2015 17:26:17 +0000 (12:26 -0500)]
Update bundle. refs #3021

9 years agoMerge branch '3021-workbench-perf' refs #3021
Tom Clegg [Fri, 16 Jan 2015 06:37:58 +0000 (01:37 -0500)]
Merge branch '3021-workbench-perf' refs #3021

9 years ago3021: Reset API fixtures before running the first test case.
Tom Clegg [Fri, 16 Jan 2015 03:22:26 +0000 (22:22 -0500)]
3021: Reset API fixtures before running the first test case.

9 years ago3021: Do not drop/create API database at startup if run-tests.sh has done that for us.
Tom Clegg [Fri, 16 Jan 2015 01:24:11 +0000 (20:24 -0500)]
3021: Do not drop/create API database at startup if run-tests.sh has done that for us.

9 years ago3021: Revert "3021: Do not drop/create API database at startup: run-tests.sh does...
Tom Clegg [Fri, 16 Jan 2015 01:22:19 +0000 (20:22 -0500)]
3021: Revert "3021: Do not drop/create API database at startup: run-tests.sh does that for us."

This reverts commit 591446b97754292031a4214f08039adebd56cfe8.

9 years ago3021: Merge branch 'master' into 3021-workbench-perf
Tom Clegg [Thu, 15 Jan 2015 21:29:59 +0000 (16:29 -0500)]
3021: Merge branch 'master' into 3021-workbench-perf

9 years ago3021: Do not show user notifications on error pages.
Tom Clegg [Thu, 15 Jan 2015 17:50:11 +0000 (12:50 -0500)]
3021: Do not show user notifications on error pages.

9 years ago3021: Update Gemfile for Ruby SDK bugfix.
Tom Clegg [Thu, 15 Jan 2015 17:42:59 +0000 (12:42 -0500)]
3021: Update Gemfile for Ruby SDK bugfix.

9 years agoMerge branch '3835-pysdk-keep-exceptions-wip'
Brett Smith [Thu, 15 Jan 2015 17:00:13 +0000 (12:00 -0500)]
Merge branch '3835-pysdk-keep-exceptions-wip'

Closes #3835, #4972.

9 years ago3021: Remove reference to deleted speclist arg.
Tom Clegg [Thu, 15 Jan 2015 16:59:20 +0000 (11:59 -0500)]
3021: Remove reference to deleted speclist arg.

9 years ago3835: PySDK raises NotFoundError when all Keep services report such.
Brett Smith [Wed, 14 Jan 2015 20:22:24 +0000 (15:22 -0500)]
3835: PySDK raises NotFoundError when all Keep services report such.

Previously, we raised this error when >= 75% of services reported
such, as the most reasonable available cutoff to make the
distinction.  Now that Keep exceptions include detailed information
about the error from each service, it seems useful to make this
threshold stricter, and only raise NotFoundError when we're sure
that's the problem.  See further discussion from
<https://arvados.org/issues/3835#note-11>.

9 years ago3835: Improve error reporting in PySDK Keep client.
Brett Smith [Fri, 9 Jan 2015 18:15:07 +0000 (13:15 -0500)]
3835: Improve error reporting in PySDK Keep client.

* Create a KeepRequestError base exception to store information about
  errors encountered when talking to Keep services, and include those
  in the default formatting.
* Include Keep service error information in exceptions raised by the
  Keep client.

9 years agoMerge branch 'master' into 3686-sharing-repositories
Radhika Chippada [Thu, 15 Jan 2015 16:13:27 +0000 (11:13 -0500)]
Merge branch 'master' into 3686-sharing-repositories

9 years ago4926: trailing white space
Radhika Chippada [Thu, 15 Jan 2015 16:02:41 +0000 (11:02 -0500)]
4926: trailing white space

9 years agoMerge branch 'master' into 4926-browser-based-upload
Radhika Chippada [Thu, 15 Jan 2015 16:00:25 +0000 (11:00 -0500)]
Merge branch 'master' into 4926-browser-based-upload

9 years ago4926: minor text update
Radhika Chippada [Thu, 15 Jan 2015 15:59:56 +0000 (10:59 -0500)]
4926: minor text update

9 years agoReduce file_names limit to 2^12. refs #4523.
Tom Clegg [Wed, 14 Jan 2015 22:33:18 +0000 (17:33 -0500)]
Reduce file_names limit to 2^12. refs #4523.

9 years ago4926: improved image quality
Radhika Chippada [Wed, 14 Jan 2015 21:21:22 +0000 (16:21 -0500)]
4926: improved image quality

9 years agoMerge branch 'master' into 4926-browser-based-upload
Radhika Chippada [Wed, 14 Jan 2015 20:41:25 +0000 (15:41 -0500)]
Merge branch 'master' into 4926-browser-based-upload

9 years agocloses #4523
Radhika Chippada [Wed, 14 Jan 2015 20:34:50 +0000 (15:34 -0500)]
closes #4523
Merge branch '4523-search-index'

9 years ago4926: download images
Radhika Chippada [Wed, 14 Jan 2015 20:33:19 +0000 (15:33 -0500)]
4926: download images

9 years ago4926: expand downloading data section
Radhika Chippada [Wed, 14 Jan 2015 20:32:10 +0000 (15:32 -0500)]
4926: expand downloading data section

9 years agoMerge branch '4523-search-index-TC' into 4523-search-index
Radhika Chippada [Wed, 14 Jan 2015 20:21:03 +0000 (15:21 -0500)]
Merge branch '4523-search-index-TC' into 4523-search-index

Conflicts:
services/api/test/integration/collections_api_test.rb

9 years ago4523: Clear up manifest-signing vs. locator-signing.
Tom Clegg [Wed, 14 Jan 2015 19:41:39 +0000 (14:41 -0500)]
4523: Clear up manifest-signing vs. locator-signing.

9 years ago4523: update signed_locator in test
Radhika Chippada [Wed, 14 Jan 2015 19:14:38 +0000 (14:14 -0500)]
4523: update signed_locator in test

9 years agoMerge branch 'master' into 4926-browser-based-upload
Radhika Chippada [Wed, 14 Jan 2015 18:38:45 +0000 (13:38 -0500)]
Merge branch 'master' into 4926-browser-based-upload

9 years agoMerge branch 'master' into 4523-search-index
Radhika Chippada [Wed, 14 Jan 2015 18:12:22 +0000 (13:12 -0500)]
Merge branch 'master' into 4523-search-index

9 years ago4523: try to resolve column order by down and up migrations through VERSION=201408170...
Radhika Chippada [Wed, 14 Jan 2015 18:11:03 +0000 (13:11 -0500)]
4523: try to resolve column order by down and up migrations through VERSION=20140817035914

9 years ago4523: use filters instead of where for search
Radhika Chippada [Wed, 14 Jan 2015 18:06:21 +0000 (13:06 -0500)]
4523: use filters instead of where for search

9 years ago4523: check for a specific file name and stream names in file_names.
Radhika Chippada [Wed, 14 Jan 2015 17:54:41 +0000 (12:54 -0500)]
4523: check for a specific file name and stream names in file_names.

9 years agoPython packages use python-daemon<2.
Brett Smith [Wed, 14 Jan 2015 17:47:38 +0000 (12:47 -0500)]
Python packages use python-daemon<2.

It's good to see python-daemon under active development, but they're
working out so many little issues so rapidly that we're having a hard
time keeping on top of them in our builds.  We're pinning the version
until things settle down a little.  No issue #.

9 years ago4523: update migration script to use execute instead of update_sql so that output...
Radhika Chippada [Wed, 14 Jan 2015 16:24:20 +0000 (11:24 -0500)]
4523: update migration script to use execute instead of update_sql so that output is not printed to console.

9 years agoMerge branch 'master' into 4523-search-index
Radhika Chippada [Wed, 14 Jan 2015 16:15:33 +0000 (11:15 -0500)]
Merge branch 'master' into 4523-search-index

9 years agocloses #3756
Radhika Chippada [Wed, 14 Jan 2015 16:14:56 +0000 (11:14 -0500)]
closes #3756
Merge branch '3756-show-user-button'

9 years agoMerge branch 'master' into 3756-show-user-button
Radhika Chippada [Wed, 14 Jan 2015 16:13:49 +0000 (11:13 -0500)]
Merge branch 'master' into 3756-show-user-button

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

9 years ago3686: Support sharing pane in repository show page.
Radhika Chippada [Wed, 14 Jan 2015 16:10:27 +0000 (11:10 -0500)]
3686: Support sharing pane in repository show page.
Refactor current project sharing work into application area and reuse it for sharing repositories.
Refactor methods used by tests into helper and reuse in repository sharing tests.

9 years ago3021: Use Oj to encode API responses, and to decode them in tests.
Tom Clegg [Sat, 10 Jan 2015 07:55:55 +0000 (02:55 -0500)]
3021: Use Oj to encode API responses, and to decode them in tests.

* We use the Oj and multi_json gems, which makes Oj the default JSON
  parser. However, Rails' ActiveRecord::Base overrides this and uses
  the native JSON parser, which is slow. In our case we have two
  render() calls that represent nearly all cases where we ask
  ActiveRecord to serialize for us. In both cases we already have a
  hash (not a model object), and we always want JSON responses. So we
  can fix the performance problem simply by calling Oj.dump()
  ourselves, and passing the resulting JSON (instead of the hash) to
  render().

More gory details:

* "ActiveRecord::Base.extend kills JSON performance":
  https://github.com/rails/rails/issues/9212

* "when freedom patches fight, nobody wins":
  https://github.com/intridea/multi_json/pull/138#issuecomment-24468223

9 years ago3021: Do not compute etag for initial model state unless/until actually needed.
Tom Clegg [Sat, 10 Jan 2015 07:54:22 +0000 (02:54 -0500)]
3021: Do not compute etag for initial model state unless/until actually needed.

Profiling shows that making a copy of the attributes hash (which
modelinstance.attributes() does) is much faster than
md5(attrs.inspect). Given that md5(attrs_when_loaded) is never needed
in the common case where a model gets loaded but never changed or
written back to the database, it's better to just stash a copy of the
attributes hash when loading, and defer computing the md5 until
it's time to write a log entry.

9 years ago3021: Call Rails.application.eager_load! only once, not every single
Tom Clegg [Sat, 10 Jan 2015 07:18:00 +0000 (02:18 -0500)]
3021: Call Rails.application.eager_load! only once, not every single
time we use the uuid prefix cache, for two reasons:

* The reason it's here at all is to ensure that all descendant classes
  of ActiveRecord::Base have been defined, so we don't miss any model
  classes when building the uuid prefix cache. Therefore, it's more
  robust (and clearer) to call it from the function where the cache
  gets built, rather than calling it from a function that _uses_ the
  cache.

* eager_load! is (evidently) not very efficient about noticing that
  everything is already loaded: when called too often, it showed up
  prominently in profiling results.

9 years ago3021: Add a performance test.
Tom Clegg [Sat, 10 Jan 2015 08:49:25 +0000 (03:49 -0500)]
3021: Add a performance test.

ActiveSupport doesn't seem to think its profiling code is compatible
with Ruby 2.1, but it seems to work if you patch up a version check in
activesupport:

.../activesupport-3.2.17/lib/active_support/testing/performance/ruby.rb

-if RUBY_VERSION.between?('1.9.2', '2.0.0')
+if RUBY_VERSION.between?('1.9.2', '3.0.0')

9 years agoFix crash on missing return_to param.
Tom Clegg [Sat, 10 Jan 2015 08:35:28 +0000 (03:35 -0500)]
Fix crash on missing return_to param.

9 years ago3021: Merge branch 'master' into 3021-workbench-perf
Tom Clegg [Tue, 13 Jan 2015 21:49:50 +0000 (16:49 -0500)]
3021: Merge branch 'master' into 3021-workbench-perf

9 years agoMerge branch '4968-refresh-project-dir' closes #4968
Peter Amstutz [Tue, 13 Jan 2015 20:15:56 +0000 (15:15 -0500)]
Merge branch '4968-refresh-project-dir' closes #4968

9 years ago4523: update migrate script to use batch size and instance method on collection.
Radhika Chippada [Tue, 13 Jan 2015 18:39:29 +0000 (13:39 -0500)]
4523: update migrate script to use batch size and instance method on collection.

9 years agoMerge branch 'master' into 4523-search-index
Radhika Chippada [Tue, 13 Jan 2015 17:03:56 +0000 (12:03 -0500)]
Merge branch 'master' into 4523-search-index

9 years ago3021: Do not check user notifications unless they are going to be displayed.
Tom Clegg [Tue, 13 Jan 2015 15:33:53 +0000 (10:33 -0500)]
3021: Do not check user notifications unless they are going to be displayed.

9 years ago3021: Add web-inspectable profiling mode.
Tom Clegg [Tue, 13 Jan 2015 15:18:16 +0000 (10:18 -0500)]
3021: Add web-inspectable profiling mode.

* Run Workbench with environment variable ENABLE_PROFILING=yes. Timing
  figures should appear at the top left of each page. Click to get
  more detail.

* Visit {workbench-uri}?pp=flamegraph to see a profiling graph instead
  of the requested page itself.

* More: https://github.com/MiniProfiler/rack-mini-profiler

9 years agoExplicitly specify ruby 2.1 in "rvm alias" no issue #
Peter Amstutz [Mon, 12 Jan 2015 21:56:09 +0000 (16:56 -0500)]
Explicitly specify ruby 2.1 in "rvm alias" no issue #

9 years ago4968: Fix polling refresh on project directories
Peter Amstutz [Fri, 9 Jan 2015 02:26:32 +0000 (21:26 -0500)]
4968: Fix polling refresh on project directories

9 years ago3756: do not show 'Show' button in admin user's own row.
Radhika Chippada [Mon, 12 Jan 2015 19:01:40 +0000 (14:01 -0500)]
3756: do not show 'Show' button in admin user's own row.

9 years agoMerge branch '4924-arv-edit-error-handling' closes #4924
Peter Amstutz [Mon, 12 Jan 2015 18:39:34 +0000 (13:39 -0500)]
Merge branch '4924-arv-edit-error-handling' closes #4924

9 years ago4924: Collapse JSON rescue blocks to reduce duplicate code.
Peter Amstutz [Mon, 12 Jan 2015 18:38:45 +0000 (13:38 -0500)]
4924: Collapse JSON rescue blocks to reduce duplicate code.

9 years ago4924: Update prints uuid from results, not the uuid originally specified.
Peter Amstutz [Mon, 12 Jan 2015 17:23:40 +0000 (12:23 -0500)]
4924: Update prints uuid from results, not the uuid originally specified.
Catch Oj::ParseError as well as JSON::ParserError.  Titleize only HTTP status
messages, not every error message.

9 years ago4924: Rename HTTPResponse to ArvadosAPIError. Use NET::HTTP Response titles
Peter Amstutz [Mon, 12 Jan 2015 15:33:36 +0000 (10:33 -0500)]
4924: Rename HTTPResponse to ArvadosAPIError.  Use NET::HTTP Response titles
for error codes if no other error is available.

9 years ago3021: Optimize manifest parsing.
Tom Clegg [Sun, 11 Jan 2015 19:55:21 +0000 (14:55 -0500)]
3021: Optimize manifest parsing.

9 years ago3021: Update bundle.
Tom Clegg [Sun, 11 Jan 2015 08:01:26 +0000 (03:01 -0500)]
3021: Update bundle.

9 years ago3021: Do not drop/create API database at startup: run-tests.sh does that for us.
Tom Clegg [Sun, 11 Jan 2015 07:36:35 +0000 (02:36 -0500)]
3021: Do not drop/create API database at startup: run-tests.sh does that for us.

9 years ago3021: Fix races in performance test.
Tom Clegg [Sun, 11 Jan 2015 07:35:29 +0000 (02:35 -0500)]
3021: Fix races in performance test.

9 years ago4523: revert test update now that text attributes in non-collections objects are...
Radhika Chippada [Sat, 10 Jan 2015 02:28:04 +0000 (21:28 -0500)]
4523: revert test update now that text attributes in non-collections objects are not omitted from search index.

9 years agoMerge branch 'master' into 4523-search-index
Radhika Chippada [Sat, 10 Jan 2015 02:07:06 +0000 (21:07 -0500)]
Merge branch 'master' into 4523-search-index

9 years ago4523: include stream names in file_names
Radhika Chippada [Fri, 9 Jan 2015 23:11:10 +0000 (18:11 -0500)]
4523: include stream names in file_names

9 years ago4523: exclude manifest_text from collection -> searchable_columns and leave the other...
Radhika Chippada [Fri, 9 Jan 2015 23:00:07 +0000 (18:00 -0500)]
4523: exclude manifest_text from collection -> searchable_columns and leave the other text columns for other objects.

9 years agoAdd a magic pseudoclass to body, instead of appending a magic div. Selenium seems...
Tom Clegg [Fri, 9 Jan 2015 22:46:15 +0000 (17:46 -0500)]
Add a magic pseudoclass to body, instead of appending a magic div. Selenium seems to like this better. refs #3021

9 years agoDiagnostics really do need selenium. refs #3021
Tom Clegg [Fri, 9 Jan 2015 22:45:23 +0000 (17:45 -0500)]
Diagnostics really do need selenium. refs #3021

9 years agoMake angular shim minify-safe. No issue #
Tom Clegg [Fri, 9 Jan 2015 22:09:28 +0000 (17:09 -0500)]
Make angular shim minify-safe. No issue #