summaryrefslogtreecommitdiffstats
path: root/test/unit/query_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Fixed assertions for SQLServer that format dates with MM/DD/YYYY in queries.Jean-Philippe Lang2015-02-081-8/+12
* Copyright update.Jean-Philippe Lang2015-01-111-1/+1
* Replaced "can't" with "cannot" in error messages.Jean-Philippe Lang2014-12-211-1/+1
* Reset current user on each test.Jean-Philippe Lang2014-12-201-0/+4
* Misc tests.Jean-Philippe Lang2014-12-071-8/+31
* Remove contexts in QueryTest.Jean-Philippe Lang2014-11-301-118/+114
* use English in test (#18276)Toshi MARUYAMA2014-11-041-0/+1
* Let QueryColumn accept a Proc as caption (#18276).Jean-Philippe Lang2014-11-041-0/+10
* add missing fixture to test/unit/query_test.rbToshi MARUYAMA2014-11-031-1/+2
* remove unneeded "references" of joinsToshi MARUYAMA2014-10-241-1/+1
* Merged rails-4.1 branch (#14534).Jean-Philippe Lang2014-10-221-5/+3
* Adds buit-in groups to give specific permissions to anonymous and non members...Jean-Philippe Lang2014-09-281-1/+1
* update copyright year (#15977)Toshi MARUYAMA2014-01-291-1/+1
* Rails4: replace deprecated Relation#update_all at QueryTestToshi MARUYAMA2014-01-091-2/+1
* Fixed assertion for postgresql and sqlite (#8842).Jean-Philippe Lang2014-01-041-1/+1
* Fixed test failure with ruby1.8 (#8842).Jean-Philippe Lang2014-01-031-0/+14
* remove trailing white-spaces from test/unit/query_test.rbToshi MARUYAMA2013-11-091-5/+5
* Filters show issues with unused custom fields (#13537).Jean-Philippe Lang2013-09-131-9/+37
* Filtering issues on "related to" may ignore other filters (#14401).Jean-Philippe Lang2013-07-281-0/+15
* Role-based issue custom field visibility (#5037).Jean-Philippe Lang2013-07-131-0/+22
* Role based custom queries (#1019).Jean-Philippe Lang2013-07-111-0/+66
* Cleanup of finders with :conditions option.Jean-Philippe Lang2013-06-121-1/+1
* Fixed that filtering may return unwanted blank values (#14051).Jean-Philippe Lang2013-05-161-0/+14
* move filter order tests from helper to model.Toshi MARUYAMA2013-05-161-0/+27
* Refactor: makes issue id a regular QueryColumn.Jean-Philippe Lang2013-02-231-4/+22
* Refactor: use an ordered hash to store available filters and remove :order op...Jean-Philippe Lang2013-02-141-0/+5
* Removing shoulda context.Jean-Philippe Lang2013-02-031-68/+37
* Fixe that filter "Assignee's group" doesn't work with group assignments (#130...Jean-Philippe Lang2013-01-291-3/+3
* Let me see what was not found.Jean-Philippe Lang2013-01-291-1/+1
* Copyright for 2013 (#12788).Jean-Philippe Lang2013-01-121-1/+1
* Make sure we don't cast an empty string to numeric (#12713).Jean-Philippe Lang2013-01-031-2/+2
* Use joins instead of sub-queries in group by/sort by when using custom fields...Jean-Philippe Lang2013-01-031-9/+3
* SQLServer: The size (60) given to the type 'decimal' exceeds the maximum allo...Jean-Philippe Lang2013-01-031-2/+2
* Adds STI to Query model. Issue queries are now IssueQuery instances.Jean-Philippe Lang2012-12-091-122/+121
* Adds an option for displaying the issue description on the issue list (#3447).Jean-Philippe Lang2012-12-061-1/+18
* Changes how relative date filters work and adds specific filters for filterin...Jean-Philippe Lang2012-10-301-0/+17
* Remove Issue.generate_for_project! test helper and use Issue.generate! instead.Jean-Philippe Lang2012-10-121-5/+5
* Adds no_issue_in_project operator for relations filter (#3265).Jean-Philippe Lang2012-10-041-0/+16
* Test failure.Jean-Philippe Lang2012-09-291-2/+2
* Makes related issues available for display and filtering on the issue list (#...Jean-Philippe Lang2012-09-291-0/+70
* add unit query test of French labelToshi MARUYAMA2012-09-011-0/+8
* set language en to test_label_for at test/unit/query_test.rbToshi MARUYAMA2012-09-011-0/+3
* Ability to filter issues using project, author, assignee and target version c...Jean-Philippe Lang2012-08-071-0/+45
* Ability to group and sort the issue list by user/version custom field (#9419).Jean-Philippe Lang2012-07-241-0/+14
* Adds Private filter to the issue list (#8577).Jean-Philippe Lang2012-07-051-0/+30
* Fixed: Can't filter for negative numeric custom field (#11307).Jean-Philippe Lang2012-07-041-0/+28
* add missing fixture to test/unit/query_test.rbToshi MARUYAMA2012-06-231-1/+2
* Adds all/none operators to text custom field filters (#9790).Jean-Philippe Lang2012-05-121-0/+18
* Copyright update.Jean-Philippe Lang2012-05-051-1/+1
* test: switch to Rails3 Active Record syntax at unit/query_test.rbToshi MARUYAMA2012-05-041-15/+12