summaryrefslogtreecommitdiffstats
path: root/test/unit/query_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Merged r22947 and r22948 from trunk to 5.1-stable (#41079).Go MAEDA2024-08-131-0/+15
* Merged r22819 and r22820 to 5.1-stable (#40412).Marius Balteanu2024-05-121-3/+38
* Merged r22746 from trunk to 5.1-stable (#40043).Marius Balteanu2024-02-271-1/+1
* Merged r22583 from trunk to 5.1-stable (#39991).Go MAEDA2024-01-031-1/+14
* Fix RuboCop offense Rails/RedundantActiveRecordAllMethod (#37248).Go MAEDA2023-10-121-1/+1
* Fix SQL error when passing invalid value to "Related to" filter (#38301).Go MAEDA2023-06-211-0/+4
* New issues filter operators "has been", "has never been", and "changed from" ...Go MAEDA2023-05-111-0/+67
* Make the "Any searchable text" filter search only open issues when the status...Go MAEDA2023-05-011-0/+15
* Fix "Any searchable text" filter doesn't support the project filter with the ...Go MAEDA2023-04-181-0/+30
* OR search with multiple terms for "starts with" and "ends with" filter operat...Go MAEDA2023-04-171-0/+28
* Change the notation of "contains any of" filter operator to "*~" (#38435).Go MAEDA2023-04-161-4/+4
* Fix "contains any of" operator is not taken into account in File and File des...Go MAEDA2023-04-161-0/+30
* "contains any of" operator for text filters to perform OR search of multiple ...Go MAEDA2023-04-141-0/+31
* Add Parent task filter and column to Spent time (#37623).Go MAEDA2023-04-111-0/+26
* Change the behavior of the "Any searchable text" filter from OR search to AND...Go MAEDA2023-04-051-0/+35
* Fix a bug the "doesn't contain" operator returns no issues if the search find...Go MAEDA2023-04-051-2/+47
* Add "Any searchable text" filter for issues (#38402).Go MAEDA2023-04-051-0/+30
* Multiple issue ids in "Related to" filter (#38301).Go MAEDA2023-03-251-0/+8
* Ruby 2.7: Fix RuboCop offense Performance/MapCompact (#38134).Go MAEDA2023-01-171-2/+2
* Use `require_relative` instead of `require File.expand_path(..., __FILE__)` (...Go MAEDA2023-01-011-1/+1
* Update copyright year to 2023 (#38141).Go MAEDA2023-01-011-1/+1
* Query display types should accept only known types (#37925).Marius Balteanu2022-11-281-0/+14
* Fix RuboCop offense Rails/Pluck (#37248).Go MAEDA2022-10-281-13/+13
* Default query should not be applied if the query is not allowed to be set as ...Go MAEDA2022-07-311-0/+1
* Add test for #37349.Marius Balteanu2022-06-271-0/+18
* Fix filter for chained User custom fields returns 500 internal server error w...Marius Balteanu2022-06-271-0/+12
* Fix failing test caused by r21646 (#37255).Marius Balteanu2022-06-191-2/+3
* Fix RuboCop offense Rails/RefuteMethods (#36824, #30924).Go MAEDA2022-03-261-1/+1
* Fix RuboCop offense Style/HashSyntax (Don't mix styles in the same hash) (#36...Go MAEDA2022-03-261-2/+2
* Allow to filter issues by its version status with shared versions (#36824, #3...Marius Balteanu2022-03-241-0/+15
* Update copyright year in source files to 2022 (#36379).Go MAEDA2022-01-021-1/+1
* Fixes for Performance/StringIdentifierArgument introduced in RuboCop Performa...Go MAEDA2021-12-291-3/+3
* Add tests for #35764.Marius Balteanu2021-10-051-0/+7
* Use sanitize_sql_like in Query#sql_contains (#35073).Marius Balteanu2021-10-031-0/+15
* Default issue query (#7360).Go MAEDA2021-07-061-0/+61
* Filter issues by file description (#34715).Go MAEDA2021-06-141-0/+42
* Duplicate entries in issue filter values (#35201).Go MAEDA2021-05-071-0/+13
* Filter issues by notes (#5893).Go MAEDA2021-04-211-0/+41
* Update copyright year in source files to 2021 (#33069).Go MAEDA2021-03-251-1/+1
* Fix that column header is clickable even when the column is not actually sort...Go MAEDA2021-03-141-0/+10
* Subprojects issues are not displayed on main project when all subprojects are...Go MAEDA2020-12-271-0/+11
* remove spaces inside {} of test/unit/query_test.rbToshi MARUYAMA2020-11-151-12/+12
* fix source indent of test/unit/query_test.rbToshi MARUYAMA2020-10-261-6/+5
* fix source indent of test/unit/query_test.rbToshi MARUYAMA2020-10-261-9/+15
* shorten long line of test/unit/query_test.rbToshi MARUYAMA2020-10-221-23/+120
* Fix RuboCop offense Style/RedundantCapitalW due to r20154 (#34142).Go MAEDA2020-10-221-3/+3
* Drop Ruby 2.3 support (#34142).Go MAEDA2020-10-211-5/+3
* add space after comma to test/unit/query_test.rbToshi MARUYAMA2020-07-191-16/+16
* Fix that totals of custom fields may not be sorted as configured (#33281).Go MAEDA2020-05-081-0/+31
* Fix sort does not work with group by datetime columns (#33110).Jean-Philippe Lang2020-04-051-0/+28