arvados.git
9 years ago4138: Fixup GCE shutdown window docs. 4138-node-manager-gce-wip
Brett Smith [Tue, 17 Feb 2015 15:42:47 +0000 (10:42 -0500)]
4138: Fixup GCE shutdown window docs.

9 years ago4138: Fixup GCE boot time calculations.
Brett Smith [Tue, 17 Feb 2015 15:38:16 +0000 (10:38 -0500)]
4138: Fixup GCE boot time calculations.

Store boot time in node metadata when we create a node.  Assume 0 if
that's not available.

9 years ago4138: Fixup GCE config e-mail address.
Brett Smith [Tue, 17 Feb 2015 14:26:56 +0000 (09:26 -0500)]
4138: Fixup GCE config e-mail address.

9 years ago4138: Prepare Node Manager GCE driver for production.
Brett Smith [Mon, 16 Feb 2015 16:06:41 +0000 (11:06 -0500)]
4138: Prepare Node Manager GCE driver for production.

* Set node metadata in more appropriate places.
* Bridge more differences between GCE and EC2, like the fact that
  sizes are listed for each location they're available.
* Use more infrastructure from BaseComputeNodeDriver to reduce code
  duplication.
* Load as many objects as possible at initialization time, to reduce
  API overhead of creating nodes.

9 years ago4138: Revamp Node Manager driver proxying in BaseComputeNodeDriver.
Brett Smith [Fri, 13 Feb 2015 20:24:04 +0000 (15:24 -0500)]
4138: Revamp Node Manager driver proxying in BaseComputeNodeDriver.

Accessing attributes through a super() proxy does not invoke
__getattr__ on base classes, so the old implementation made it
impossible for subclasses to be agnostic about whether a method was
implemented in BaseComputeNodeDriver or the real libcloud driver.
This version makes that possible.  It's also a little nicer because
now the class will report these method names to dir(), hasattr(), etc.

9 years ago4138: Refactor out Node Manager DriverTestMixin.
Brett Smith [Thu, 12 Feb 2015 22:22:12 +0000 (17:22 -0500)]
4138: Refactor out Node Manager DriverTestMixin.

9 years ago4138: Fix noop Node Manager EC2 driver tests.
Brett Smith [Thu, 12 Feb 2015 20:53:16 +0000 (15:53 -0500)]
4138: Fix noop Node Manager EC2 driver tests.

The previous tests simply instantiated the driver, then checked that a
mock method was truthy (which it will always be).  This makes the test
work as intended.

9 years ago4138: Refactor common Node Manager driver initialization to base driver.
Brett Smith [Fri, 13 Feb 2015 21:00:30 +0000 (16:00 -0500)]
4138: Refactor common Node Manager driver initialization to base driver.

9 years ago4138: Simplify Node Manager GCE credential handling.
Brett Smith [Wed, 11 Feb 2015 20:12:37 +0000 (15:12 -0500)]
4138: Simplify Node Manager GCE credential handling.

Because libcloud's GCE driver accepts a key path as a constructor
argument, it's relatively straightforward to put all the constructor
arguments directly in the Node Manager configuration.  No need to
parse out JSON.

9 years ago4138: updated unit test
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 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 ago4138: code review feedback
Tim Pierce [Mon, 24 Nov 2014 22:12:07 +0000 (17:12 -0500)]
4138: code review feedback

9 years ago4138: support for Google Cloud Engine.
Tim Pierce [Tue, 18 Nov 2014 18:49:10 +0000 (13:49 -0500)]
4138: support for Google Cloud Engine.

* Added:
** nodemanager/arvnodeman/computenode/drivers/gce.py
** nodemanager/doc/gce.example.cfg
** nodemanager/tests/test_computenode_driver_gce.py

Updated comment in nodemanager/arvnodeman/computenode/drivers/ec2.py.

9 years agocloses #5186
Radhika Chippada [Mon, 16 Feb 2015 13:56:02 +0000 (08:56 -0500)]
closes #5186
Merge branch '5186-collection-with-empty-properties'

9 years ago5186: a few more test assertions.
Radhika Chippada [Mon, 16 Feb 2015 13:54:43 +0000 (08:54 -0500)]
5186: a few more test assertions.

9 years ago5186: collection properties attribute is a hash
Radhika Chippada [Sun, 15 Feb 2015 20:48:46 +0000 (15:48 -0500)]
5186: collection properties attribute is a hash

9 years agoEnsure result order is predictable, even if client-provided orders do not specify...
Tom Clegg [Sat, 14 Feb 2015 21:54:00 +0000 (16:54 -0500)]
Ensure result order is predictable, even if client-provided orders do not specify a complete ordering.

Fixes intermittent test failures. Example (from
https://ci.curoverse.com/job/arvados-api-server/1305/console):

GroupsTest#test_get_all_pages_of_group-owned_objects [/data/1/jenkins/workspace/arvados-api-server/services/api/test/integration/groups_test.rb:31]:
Received 'zzzzz-4zz18-fy296fx3hot09f7' again on page 3.
<nil> expected but was
<true>.

No issue #

9 years agoMerge branch '5011-thread-safe-test' refs #5011
Tom Clegg [Sat, 14 Feb 2015 22:02:12 +0000 (17:02 -0500)]
Merge branch '5011-thread-safe-test' refs #5011

9 years agoMerge branch '5200-anonymous-download'
Ward Vandewege [Sat, 14 Feb 2015 13:39:46 +0000 (08:39 -0500)]
Merge branch '5200-anonymous-download'

Closes #5200

9 years agoMerge branch 'master' into 5200-anonymous-download
Ward Vandewege [Sat, 14 Feb 2015 13:39:15 +0000 (08:39 -0500)]
Merge branch 'master' into 5200-anonymous-download

9 years agoMerge branch '5037-nonocache' closes #5037
Tom Clegg [Fri, 13 Feb 2015 19:03:13 +0000 (14:03 -0500)]
Merge branch '5037-nonocache' closes #5037

9 years agoMerge branch '5030-hide-graph-until-data' closes #5030
Tom Clegg [Fri, 13 Feb 2015 18:17:36 +0000 (13:17 -0500)]
Merge branch '5030-hide-graph-until-data' closes #5030

9 years ago5011: Fix unreliable test.
Tom Clegg [Fri, 13 Feb 2015 00:04:01 +0000 (19:04 -0500)]
5011: Fix unreliable test.

The collection writer was (sometimes) consuming the last 200 response
even though it could write 3 copies without it. This shouldn't fail
the test: the only reason we count the PUT calls is to verify all
three of the 200 responses were consumed (i.e., none of the 500
responses were counted toward the achieved replication level). To
verify this without being sensitive to extra requests, we simply
arrange for the three 200 responses to be the last ones available.

9 years ago5011: Use a threadsafe wrapper to feed side effects to mocks.
Tom Clegg [Thu, 12 Feb 2015 23:56:02 +0000 (18:56 -0500)]
5011: Use a threadsafe wrapper to feed side effects to mocks.

9 years ago5200: Fix overly sensitive fuse test. (Do not fail every time a fixture is added.)
Tom Clegg [Thu, 12 Feb 2015 23:23:38 +0000 (18:23 -0500)]
5200: Fix overly sensitive fuse test. (Do not fail every time a fixture is added.)

9 years ago5200: Do not fail tests if application.yml is missing: defaults are enough to pass...
Tom Clegg [Thu, 12 Feb 2015 22:42:16 +0000 (17:42 -0500)]
5200: Do not fail tests if application.yml is missing: defaults are enough to pass tests.

9 years ago5200: Enable anonymous file view/download.
Tom Clegg [Thu, 12 Feb 2015 22:09:17 +0000 (17:09 -0500)]
5200: Enable anonymous file view/download.

9 years agoMerge branch '4839-worker-state' closes #4839
Tom Clegg [Thu, 12 Feb 2015 19:24:55 +0000 (14:24 -0500)]
Merge branch '4839-worker-state' closes #4839

9 years agoMerge branch '4904-arv-web' closes #4904
Peter Amstutz [Thu, 12 Feb 2015 18:53:34 +0000 (13:53 -0500)]
Merge branch '4904-arv-web' closes #4904

9 years agoMerge branch 'master' into 4904-arv-web
Peter Amstutz [Thu, 12 Feb 2015 18:52:48 +0000 (13:52 -0500)]
Merge branch 'master' into 4904-arv-web

9 years ago4904: Remove extraneous ciddir and cidfilepath. Explicit non-zero exit code
Peter Amstutz [Thu, 12 Feb 2015 18:52:28 +0000 (13:52 -0500)]
4904: Remove extraneous ciddir and cidfilepath.  Explicit non-zero exit code
when an ArgumentError is caught.

9 years ago4839: Use node[crunch_worker_state], not node[info][slurm_state], to make shutdown...
Tom Clegg [Thu, 12 Feb 2015 18:35:35 +0000 (13:35 -0500)]
4839: Use node[crunch_worker_state], not node[info][slurm_state], to make shutdown decisions.

9 years agoNode Manager daemon tests avoid checking monitor.is_alive().
Brett Smith [Thu, 12 Feb 2015 16:43:38 +0000 (11:43 -0500)]
Node Manager daemon tests avoid checking monitor.is_alive().

Checking is_alive() creates race conditions, because we might check
the actor's live state before it's had a chance to process a stop
message in its queue.  We just had a build fail because of this:
<https://ci.curoverse.com/job/arvados-api-server/1299/>.  Always check
that a monitor is alive by sending it a real message.  No issue #.

9 years agoFix undependable test (incorrectly assumed a particular job would be on the first...
Tom Clegg [Thu, 12 Feb 2015 15:57:36 +0000 (10:57 -0500)]
Fix undependable test (incorrectly assumed a particular job would be on the first page of /jobs). No issue #

9 years agoMerge branch '4951-request-vm-TC' refs #4951
Tom Clegg [Thu, 12 Feb 2015 15:19:42 +0000 (10:19 -0500)]
Merge branch '4951-request-vm-TC' refs #4951

9 years ago4951: Empty out ActionMailer::Base.deliveries so we can count deliveries caused by...
Tom Clegg [Thu, 12 Feb 2015 15:13:46 +0000 (10:13 -0500)]
4951: Empty out ActionMailer::Base.deliveries so we can count deliveries caused by the current test.

9 years ago4951: Rearrange js to make use of Rails built-ins. Add generic AJAX error handler.
Tom Clegg [Thu, 12 Feb 2015 08:18:52 +0000 (03:18 -0500)]
4951: Rearrange js to make use of Rails built-ins. Add generic AJAX error handler.

9 years ago4951: Add localStorage to browser dependency checks.
Tom Clegg [Thu, 12 Feb 2015 07:54:34 +0000 (02:54 -0500)]
4951: Add localStorage to browser dependency checks.

9 years ago4951: fix comment in test
Radhika Chippada [Thu, 12 Feb 2015 01:58:02 +0000 (20:58 -0500)]
4951: fix comment in test

9 years ago4951: update test to also verify that an email was sent when request shell access...
Radhika Chippada [Thu, 12 Feb 2015 00:32:02 +0000 (19:32 -0500)]
4951: update test to also verify that an email was sent when request shell access button was clicked.

9 years agoMerge branch 'master' into 4951-request-vm
Radhika Chippada [Thu, 12 Feb 2015 00:23:26 +0000 (19:23 -0500)]
Merge branch 'master' into 4951-request-vm

9 years agocloses #5185
Radhika Chippada [Thu, 12 Feb 2015 00:22:56 +0000 (19:22 -0500)]
closes #5185
Merge branch '5185-collections-tab-zero-size-issue'

9 years ago5185: remove the unnecessary test because another test is covering the description...
Radhika Chippada [Wed, 11 Feb 2015 23:46:07 +0000 (18:46 -0500)]
5185: remove the unnecessary test because another test is covering the description column check already.

9 years ago5185: do not display description at all in Project -> Data collections tab because...
Radhika Chippada [Wed, 11 Feb 2015 23:44:25 +0000 (18:44 -0500)]
5185: do not display description at all in Project -> Data collections tab because of concerns such as the description may be too big or has textile etc.

9 years ago4951: button_to cannot be used to submit; instead change to link_to
Radhika Chippada [Wed, 11 Feb 2015 23:40:23 +0000 (18:40 -0500)]
4951: button_to cannot be used to submit; instead change to link_to

9 years ago5185: in project data collections tab, show description when available; otherwise...
Radhika Chippada [Wed, 11 Feb 2015 22:32:37 +0000 (17:32 -0500)]
5185: in project data collections tab, show description when available; otherwise display modified time.

9 years agocloses #4951
Radhika Chippada [Wed, 11 Feb 2015 21:35:44 +0000 (16:35 -0500)]
closes #4951
Merge branch '4951-request-vm'

9 years agoMerge branch 'master' into 4904-arv-web
Peter Amstutz [Wed, 11 Feb 2015 21:01:24 +0000 (16:01 -0500)]
Merge branch 'master' into 4904-arv-web

Conflicts:
sdk/python/arvados/events.py

9 years ago4904: Detach from Docker container to get cid from stdout instead of fiddling
Peter Amstutz [Wed, 11 Feb 2015 20:48:00 +0000 (15:48 -0500)]
4904: Detach from Docker container to get cid from stdout instead of fiddling
with cid file.  Poll "docker ps" to check if the container is still running.  Fixed bugs.
Updated documentation.

9 years agoMerge branch 'master' into 4951-request-vm
Radhika Chippada [Wed, 11 Feb 2015 20:05:24 +0000 (15:05 -0500)]
Merge branch 'master' into 4951-request-vm

9 years agocloses #5110
Radhika Chippada [Wed, 11 Feb 2015 20:02:49 +0000 (15:02 -0500)]
closes #5110
Merge branch '5110-workbench-full-text-search'

9 years ago5110: update a comment in test; this comment was reflecting ui from before project...
Radhika Chippada [Wed, 11 Feb 2015 20:01:28 +0000 (15:01 -0500)]
5110: update a comment in test; this comment was reflecting ui from before project tabs.

9 years ago5110: update couple more tests to do a single visit to page than visit home and then...
Radhika Chippada [Wed, 11 Feb 2015 19:58:28 +0000 (14:58 -0500)]
5110: update couple more tests to do a single visit to page than visit home and then visit page.

9 years agoMerge branch 'master' into 5110-workbench-full-text-search
Radhika Chippada [Wed, 11 Feb 2015 19:49:26 +0000 (14:49 -0500)]
Merge branch 'master' into 5110-workbench-full-text-search

9 years ago4904: Refactor arv-web main() into ArvWeb class. Add CollectionDirectory.change_coll...
Peter Amstutz [Wed, 11 Feb 2015 19:33:12 +0000 (14:33 -0500)]
4904: Refactor arv-web main() into ArvWeb class.  Add CollectionDirectory.change_collection to FUSE.

9 years ago4951: Incorporate review feedback. Always show the request button, along with the...
Radhika Chippada [Wed, 11 Feb 2015 19:07:24 +0000 (14:07 -0500)]
4951: Incorporate review feedback. Always show the request button, along with the "sent" message if applicable. Include timestamp in sent message. Some text updates as well.

9 years agoMerge branch 'master' into 4951-request-vm
Radhika Chippada [Wed, 11 Feb 2015 17:05:35 +0000 (12:05 -0500)]
Merge branch 'master' into 4951-request-vm

9 years agoMerge branch '4958-old-browser-alert' closes #4958
Tom Clegg [Tue, 10 Feb 2015 22:50:38 +0000 (17:50 -0500)]
Merge branch '4958-old-browser-alert' closes #4958

9 years ago4958: Merge branch 'master' into 4958-old-browser-alert
Tom Clegg [Tue, 10 Feb 2015 22:12:16 +0000 (17:12 -0500)]
4958: Merge branch 'master' into 4958-old-browser-alert

9 years ago4958: Tweak wording. Fix margins.
Tom Clegg [Tue, 10 Feb 2015 22:08:57 +0000 (17:08 -0500)]
4958: Tweak wording. Fix margins.

9 years ago4958: Test WebSocket support.
Tom Clegg [Tue, 10 Feb 2015 22:02:10 +0000 (17:02 -0500)]
4958: Test WebSocket support.

9 years ago4958: Rename test file.
Tom Clegg [Tue, 10 Feb 2015 22:02:00 +0000 (17:02 -0500)]
4958: Rename test file.

9 years agoFix javascript errors when closing modal. refs #5183
Tom Clegg [Tue, 10 Feb 2015 21:42:04 +0000 (16:42 -0500)]
Fix javascript errors when closing modal. refs #5183

9 years ago5183: Disable animation on modal. (It seems to cause intermittent test failures....
Tom Clegg [Tue, 10 Feb 2015 21:22:37 +0000 (16:22 -0500)]
5183: Disable animation on modal. (It seems to cause intermittent test failures.) refs #5183

9 years agoMerge branch '5160-share-with-anonymous-group-wip'
Brett Smith [Tue, 10 Feb 2015 19:14:51 +0000 (14:14 -0500)]
Merge branch '5160-share-with-anonymous-group-wip'

Closes #5160, #5163.

9 years ago5160: Workbench hides anonymous sharing when browsing disabled.
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 [Tue, 10 Feb 2015 19:11:55 +0000 (14:11 -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 agoMerge branch 'master' into 5110-workbench-full-text-search
Radhika Chippada [Tue, 10 Feb 2015 16:01:10 +0000 (11:01 -0500)]
Merge branch 'master' into 5110-workbench-full-text-search

9 years agorefs #4523 : Add postgres full text search support
Radhika Chippada [Tue, 10 Feb 2015 15:58:44 +0000 (10:58 -0500)]
refs #4523 : Add postgres full text search support
Merge branch '4523-full-text-search'

9 years ago5110: update comment
Radhika Chippada [Tue, 10 Feb 2015 15:47:34 +0000 (10:47 -0500)]
5110: update comment

9 years agoMerge branch '4523-full-text-search' into 5110-workbench-full-text-search
Radhika Chippada [Tue, 10 Feb 2015 15:42:15 +0000 (10:42 -0500)]
Merge branch '4523-full-text-search' into 5110-workbench-full-text-search

9 years agoMerge branch 'master' into 5110-workbench-full-text-search
Radhika Chippada [Tue, 10 Feb 2015 15:42:02 +0000 (10:42 -0500)]
Merge branch 'master' into 5110-workbench-full-text-search

9 years agoMerge branch 'master' into 4523-full-text-search
Radhika Chippada [Tue, 10 Feb 2015 15:41:44 +0000 (10:41 -0500)]
Merge branch 'master' into 4523-full-text-search

9 years ago5037: Remove git tags from SDK version restrictions.
Tom Clegg [Tue, 10 Feb 2015 14:53:15 +0000 (09:53 -0500)]
5037: Remove git tags from SDK version restrictions.

9 years ago5037: Merge branch 'master' into 5037-nonocache
Tom Clegg [Tue, 10 Feb 2015 14:55:02 +0000 (09:55 -0500)]
5037: Merge branch 'master' into 5037-nonocache

9 years agoFix typo.
Ward Vandewege [Tue, 10 Feb 2015 04:39:46 +0000 (23:39 -0500)]
Fix typo.

refs #4754

9 years agoAlso add minitest and friends to the performance group.
Ward Vandewege [Tue, 10 Feb 2015 04:35:54 +0000 (23:35 -0500)]
Also add minitest and friends to the performance group.

Refs #4754

9 years agoRevert "We need tmp/cache to exist before we can run performance tests"
Ward Vandewege [Tue, 10 Feb 2015 04:32:23 +0000 (23:32 -0500)]
Revert "We need tmp/cache to exist before we can run performance tests"

refs #4754

This reverts commit c882575c856e01313cf2caf2e4ead1f27bfb33ae.

9 years agoMerge branch '4523-full-text-search' into 5110-workbench-full-text-search
Radhika Chippada [Tue, 10 Feb 2015 04:03:01 +0000 (23:03 -0500)]
Merge branch '4523-full-text-search' into 5110-workbench-full-text-search

9 years agoMerge branch 'master' into 4523-full-text-search
Radhika Chippada [Tue, 10 Feb 2015 04:02:39 +0000 (23:02 -0500)]
Merge branch 'master' into 4523-full-text-search

9 years agoWe need tmp/cache to exist before we can run performance tests
Ward Vandewege [Tue, 10 Feb 2015 03:45:04 +0000 (22:45 -0500)]
We need tmp/cache to exist before we can run performance tests

refs #4754

9 years agoMake sure the performance testing gems are available when workbench is
Ward Vandewege [Tue, 10 Feb 2015 03:25:50 +0000 (22:25 -0500)]
Make sure the performance testing gems are available when workbench is
run in the performance rails environment.

refs #4754

9 years ago5110: full text search seems to treat '_' characters as spaces. Thus, when searched...
Radhika Chippada [Tue, 10 Feb 2015 02:50:41 +0000 (21:50 -0500)]
5110: full text search seems to treat '_' characters as spaces. Thus, when searched for 'pipeline_1', objects matching 'pipeline'
are also fetched since '1' is a common word and ignored. Hence, update the test to use more specific search filters.

9 years agoMerge branch '4523-full-text-search' into 5110-workbench-full-text-search
Radhika Chippada [Tue, 10 Feb 2015 02:36:07 +0000 (21:36 -0500)]
Merge branch '4523-full-text-search' into 5110-workbench-full-text-search

9 years ago4523: add search test looking for '_' which is ignored by full text search.
Radhika Chippada [Tue, 10 Feb 2015 02:34:45 +0000 (21:34 -0500)]
4523: add search test looking for '_' which is ignored by full text search.

9 years agoMerge branch 'master' into 4523-full-text-search
Radhika Chippada [Tue, 10 Feb 2015 02:27:25 +0000 (21:27 -0500)]
Merge branch 'master' into 4523-full-text-search

9 years ago5176: Update Gemfiles with current arvados gem.
Brett Smith [Tue, 10 Feb 2015 01:15:30 +0000 (20:15 -0500)]
5176: Update Gemfiles with current arvados gem.

Refs #5176.  Closes #5181.

9 years agoMerge branch '5176-escape-filenames'
Brett Smith [Tue, 10 Feb 2015 01:12:17 +0000 (20:12 -0500)]
Merge branch '5176-escape-filenames'

Closes #5176, #5180.

9 years ago5176: Update API Collections test to accommodate new fixtures.
Brett Smith [Tue, 10 Feb 2015 01:12:00 +0000 (20:12 -0500)]
5176: Update API Collections test to accommodate new fixtures.

9 years ago5110: append :* to search filter to enable prefix matching; server no longer does...
Radhika Chippada [Mon, 9 Feb 2015 23:33:25 +0000 (18:33 -0500)]
5110: append :* to search filter to enable prefix matching; server no longer does this and expects clients to append it as needed.

9 years ago5176: Update Gemfile.lock.
Tom Clegg [Mon, 9 Feb 2015 22:56:10 +0000 (17:56 -0500)]
5176: Update Gemfile.lock.

9 years agoMerge branch '4523-full-text-search' into 5110-workbench-full-text-search
Radhika Chippada [Mon, 9 Feb 2015 22:48:55 +0000 (17:48 -0500)]
Merge branch '4523-full-text-search' into 5110-workbench-full-text-search

9 years agoMerge branch 'master' into 4523-full-text-search
Radhika Chippada [Mon, 9 Feb 2015 22:47:19 +0000 (17:47 -0500)]
Merge branch 'master' into 4523-full-text-search

9 years ago4523: update tests to include :* in the filters sent rather than expect server to...
Radhika Chippada [Mon, 9 Feb 2015 22:45:47 +0000 (17:45 -0500)]
4523: update tests to include :* in the filters sent rather than expect server to append it.

9 years ago5176: Update bundles.
Tom Clegg [Mon, 9 Feb 2015 22:45:25 +0000 (17:45 -0500)]
5176: Update bundles.

9 years ago5176: Fix broken fixtures, add tests.
Tom Clegg [Mon, 9 Feb 2015 22:34:41 +0000 (17:34 -0500)]
5176: Fix broken fixtures, add tests.

9 years agorefs #4926 #5072 Merge branch '4926-fix-imagesizes'
Nancy Ouyang [Mon, 9 Feb 2015 22:29:47 +0000 (17:29 -0500)]
refs #4926 #5072 Merge branch '4926-fix-imagesizes'