summaryrefslogtreecommitdiffstats
path: root/test/unit/query_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Merged r22746 from trunk to 5.0-stable (#40043).Marius Balteanu2024-02-271-1/+1
* Merged r22583 from trunk to 5.0-stable (#39991).Go MAEDA2024-01-031-1/+14
* Update copyright year to 2023 (#38141).Go MAEDA2023-01-011-1/+1
* Merge r21965 from trunk to 5.0-stable (#37925).Marius Balteanu2022-11-291-0/+14
* Merged r21748 from trunk to 5.0-stable (#37499).Go MAEDA2022-08-021-0/+1
* Merged r21686 and r21687 to 5.0-stable (#36940).Marius Balteanu2022-06-281-0/+18
* Merged r21684 and r21685 to 5.0-stable (#37349).Marius Balteanu2022-06-281-0/+12
* Merged r21645-r21646 and r21657 to 5.0-stable (#37255).Marius Balteanu2022-06-201-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
* Remove duplicate keys from sort criteria (#32737).Go MAEDA2020-04-021-3/+3
* Projects filter "Subproject of" does not work when the given value is "My pro...Go MAEDA2020-03-041-0/+28
* Update copyright year in source files to 2020 (#33069).Go MAEDA2020-03-031-1/+1
* Allow adding user groups as watchers for issues (#4511).Go MAEDA2020-02-061-12/+14
* Test for r19363 (#32546).Go MAEDA2019-12-121-0/+4
* cleanup: rubocop: fix Layout/SpaceInsideParens in test/unit/query_test.rbToshi MARUYAMA2019-11-241-1/+1
* Add a fixture for QueryTest#test_filter_my_bookmarks (#29482).Go MAEDA2019-10-301-1/+1
* code cleanup: rubocop: revert r18854Toshi MARUYAMA2019-10-261-12/+12
* code cleanup: rubocop: fix Layout/AlignArguments in test/unit/query_test.rbToshi MARUYAMA2019-10-231-10/+10
* code cleanup: rubocop: fix Layout/SpaceBeforeBlockBraces in test/unit/query_t...Toshi MARUYAMA2019-10-231-12/+12
* Option to filter after my bookmarked projects (#32302, #29482, #31355).Go MAEDA2019-10-231-0/+21
* Fixed that total estimated time column is shown even when estimated time fiel...Jean-Philippe Lang2019-10-191-0/+19
* code cleanup: rubocop: fix Layout/EmptyLines in test/unit/query_test.rbToshi MARUYAMA2019-10-191-3/+0
* code cleanup: rubocop: fix Layout/LeadingCommentSpace in test/unit/query_test.rbToshi MARUYAMA2019-10-141-3/+3
* code cleanup: rubocop: fix Layout/SpaceAroundBlockParameters in test/unit/que...Toshi MARUYAMA2019-10-131-5/+4
* Add support for "start with" and "end with" operators to "Files" filter (#318...Go MAEDA2019-09-301-0/+14
* "starts with" and "ends with" filter operators for string values (#31879).Go MAEDA2019-09-251-0/+14
* Code cleanup: RuboCop: Fix Performance/InefficientHashSearchGo MAEDA2019-09-031-2/+2
* Limit total_estimated_hours to visible issues (#31778).Go MAEDA2019-08-071-0/+33