aboutsummaryrefslogtreecommitdiffstats
path: root/spec/models/xapian_spec.rb
Commit message (Expand)AuthorAgeLines
* Factor out a 'with_duplicate_xapian_job_creation' helperMark Longair2013-10-07-19/+4
* Add a failing spec for handling a race conditionLouise Crow2013-09-17-0/+31
* Prepare the xapian database before running tests that rely on it existing.Louise Crow2013-07-29-0/+5
* Merge remote-tracking branch 'openaustralia_github/inline_search_method_refac...Louise Crow2013-06-04-51/+52
|\
| * Inline method InfoRequest.full_searchMatthew Landauer2013-03-25-51/+52
* | Fix word highlighting in acts_as_xapian for non-ascii characters. Fixes #505Matthew Landauer2013-03-25-0/+26
|/
* Use new function that copies existing xapian index in spec setup where a clea...Louise Crow2012-11-21-11/+11
* Fix test for updated test dataRobin Houston2012-06-07-1/+1
* Make test more flexibleRobin Houston2012-06-07-3/+3
* Load all fixtures for all testsRobin Houston2012-01-31-9/+0
* Load all raw emails for testingRobin Houston2012-01-29-9/+9
* Refactor test code so new test data can be addedRobin Houston2012-01-26-17/+11
* Make sure the raw emails are loadedRobin Houston2012-01-24-38/+14
* Fix bug introduced in cec2c545e0a10e0641c4ee67839c88d872b394b8, related to is...Seb Bacon2012-01-13-8/+11
* Further improvements to attachment cachingSeb Bacon2011-12-13-0/+1
* add ability to rebuild specific terms rather than all indices -- useful for m...Seb Bacon2011-12-05-1/+62
* Merge branch 'develop' into xapian-dcaboSeb Bacon2011-11-24-8/+8
|\
| * allow specs to run independentlyJames McKinney2011-10-16-8/+8
* | Merge branch 'develop' into xapian-dcaboseb2011-11-24-30/+23
|\|
| * fix fixtures order to avoid postgresql foreign key errorsJames McKinney2011-10-11-7/+7
* | Clean up commentsDavid Cabo2011-08-18-27/+8
* | Testing Xapian test performanceDavid Cabo2011-08-16-18/+43
|/
* Fix up missing fixtures (causing failures dependent on order the tests were f...Seb Bacon2011-08-10-1/+5
* To make tests pass with RawEmails on the filesystem, instead of hacky depende...Seb Bacon2011-07-29-0/+18
* Make sure the :public_body_translation fixture is included everywhere the :pu...Robin Houston2011-06-09-3/+3
* some test fixageSeb Bacon2011-03-11-1/+0
* Use destroy rather than delete to remove the public body in this xapian test....Louise Crow2011-02-23-2/+2
* Index tags on public bodies.Francis Irving2010-10-09-0/+24
* Index tags on info requests.Francis Irving2010-10-09-0/+19
* Make path work in Ruby 1.9Francis Irving2010-09-15-1/+1
* Search index about me text, and tests to check that worksFrancis Irving2010-07-18-0/+21
* Test deleting public body from XapianFrancis Irving2010-06-16-0/+14
* Test of body URL names longer than 64 characters, that they still indexFrancis Irving2010-06-16-0/+22
* Don't put rebuild in beforeFrancis Irving2010-06-08-4/+4
* Need this always..Francis Irving2010-06-08-1/+1
* Needs comments tooFrancis Irving2010-06-08-5/+5
* Needs raw_emails so it can get all the file types to index themFrancis Irving2010-06-08-5/+5
* Some more fixtures (which weren't needed if the tests are run in aFrancis Irving2010-05-19-3/+3
* Test case for substring bug due to stemming, and fix for it.Francis Irving2009-12-18-5/+10
* Make query in this test reflect what happens in actual controller moreFrancis Irving2009-12-17-4/+4
* Test case for search where a user name is substring of anotherFrancis Irving2009-12-07-17/+50
* Need associated incoming message so it can get the filetype.francis2009-09-20-1/+1
* Text change to encourage people to update the status of old requestslouise2009-04-27-1/+1
* Various test fixes.francis2009-04-22-20/+12
* When URL of request changes, reindex its events.francis2009-04-22-0/+32
* Test search for when URL name of user changes.francis2009-04-22-0/+42
* When user's URL changes, update Xapian index of requests made by them.francis2009-04-21-1/+41
* Update Xapian properly when body URL changesfrancis2009-04-21-2/+42
* Move Xapian tests into one file so they don't slow down normal modeltony2009-03-22-0/+40