summaryrefslogtreecommitdiffstats
path: root/test/unit/query_test.rb
Commit message (Expand)AuthorAgeFilesLines
...
* Last updated by colum in issue list (#6375).Jean-Philippe Lang2017-03-051-2/+25
* Ruby 2.4: Fixed "Fixnum is deprecated" warning in QueryTest. (#25048).Jean-Philippe Lang2017-03-021-3/+5
* Adds a filter on issue attachments (#2783).Jean-Philippe Lang2017-03-021-1/+34
* Adds updated_by and last_updated_by filters on issues (#17720).Jean-Philippe Lang2017-01-191-0/+87
* Searching for issues with "updated = none" always returns zero results (#15226).Jean-Philippe Lang2017-01-181-0/+15
* Fixed that Query#has_column? returns false with default columns.Jean-Philippe Lang2017-01-171-0/+8
* Filtering out specific subprojects (using 'is not' operator) (#15773).Jean-Philippe Lang2017-01-141-3/+20
* Filters on chained custom fields and custom field attributes (#21249).Jean-Philippe Lang2017-01-141-0/+43
* Don't preload all query filters (#24787).Jean-Philippe Lang2017-01-091-0/+22
* Enforce issue assignee validation (#23921).Jean-Philippe Lang2016-12-101-12/+18
* Add the possibility to filter issues after Target Version's Status and Due Da...Jean-Philippe Lang2016-10-021-2/+32
* Filter on issue ID with between/lesser/greater operator does not work (#23596).Jean-Philippe Lang2016-08-301-1/+9
* Group versions by status in issue filters (#10412).Jean-Philippe Lang2016-07-021-2/+2
* Test failure with SQLServer (#22320).Jean-Philippe Lang2016-05-071-1/+3
* Fixes Query#date_clause timezone handling (#22320).Jean-Philippe Lang2016-05-071-0/+44
* Filter by issue id (#4806).Jean-Philippe Lang2016-05-061-0/+8
* SQL server: non ASCII filter on text fields does not work (#22405).Jean-Philippe Lang2016-04-241-9/+13
* Set source encoding (#22405).Jean-Philippe Lang2016-04-241-0/+2
* SQL server: non ASCII filter on issue subject does not work (#22405).Jean-Philippe Lang2016-04-241-0/+10
* Updates copyright for 2016.Jean-Philippe Lang2016-03-131-1/+1
* Ability to filter issues blocked by any/no open issues (#16621).Jean-Philippe Lang2015-11-071-0/+28
* Test failure (#21074).Jean-Philippe Lang2015-10-311-0/+1
* Test failure (#21074).Jean-Philippe Lang2015-10-301-1/+1
* Add users to assignee/author filters if they are missing (#3398).Jean-Philippe Lang2015-10-211-0/+22
* Typo "coma" (#20551).Jean-Philippe Lang2015-10-201-2/+2
* Workaround for spent time grouped by project (#1561).Jean-Philippe Lang2015-10-091-0/+14
* Display totals for each group on grouped queries (#1561).Jean-Philippe Lang2015-10-091-0/+41
* Adds options to display totals on the issue list (#1561).Jean-Philippe Lang2015-10-041-0/+76
* Query doesn't work with non ASCII uppercase symbols (#20438).Jean-Philippe Lang2015-08-021-12/+15
* Adds test for when filtering on invalid issue ids (#6118).Jean-Philippe Lang2015-06-131-0/+18
* Adds issue filters on parent/subtasks (#6118).Jean-Philippe Lang2015-06-131-0/+40
* 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