summaryrefslogtreecommitdiffstats
path: root/test/unit/query_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Add test for r22947 (#41079).Go MAEDA2024-08-111-0/+15
* Adds test to check @view_issue_watchers@ permission when filter "Watched by" ...Marius Balteanu2024-05-111-0/+30
* Fixes issue list filter "Watched by: me" only shows issues watched via group ...Marius Balteanu2024-05-111-3/+8
* Fixes random failing tests.Marius Balteanu2024-05-031-1/+1
* Adds estimated remaining hours issue query column calculated based on estimat...Marius Balteanu2024-05-011-0/+28
* Remove current year from source file copyright headers and update year in foo...Marius Balteanu2024-02-261-1/+1
* Fix "any" operator for text filters to exclude empty text values (#39991).Go MAEDA2024-01-021-1/+14
* Extend "contains" operator in "Parent task" filter to support multiple issue ...Go MAEDA2023-12-291-0/+25
* Fix RuboCop offense Lint/SymbolConversion (#39887).Go MAEDA2023-12-201-4/+4
* Updates Rails to 7.1.2 (#36320).Marius Balteanu2023-11-271-4/+4
* 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