summaryrefslogtreecommitdiffstats
path: root/app/models/query.rb
Commit message (Expand)AuthorAgeFilesLines
* Merged r22947 and r22948 from trunk to 5.1-stable (#41079).Go MAEDA2024-08-131-3/+3
* 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/+1
* Fix RuboCop offense Performance/MapMethodChain (#37247).Go MAEDA2023-08-231-1/+1
* "has been" and "has never been" filter operators can be very slow (#38527, #3...Go MAEDA2023-06-301-4/+6
* Fix PostgreSQL error caused by comparing text with integer values (#38527).Go MAEDA2023-05-111-2/+2
* New issues filter operators "has been", "has never been", and "changed from" ...Go MAEDA2023-05-111-1/+29
* OR search with multiple terms for "starts with" and "ends with" filter operat...Go MAEDA2023-04-171-15/+17
* Change the notation of "contains any of" filter operator to "*~" (#38435).Go MAEDA2023-04-161-5/+5
* "contains any of" operator for text filters to perform OR search of multiple ...Go MAEDA2023-04-141-4/+14
* Add "Any searchable text" filter for issues (#38402).Go MAEDA2023-04-051-0/+1
* Fix RuboCop offense Style/InverseMethods: Use `present?` instead of inverting...Go MAEDA2023-03-251-2/+2
* Fix RuboCop offense Lint/MissingSuper (#36919).Go MAEDA2023-03-241-4/+7
* Ruby 2.7: Fix RuboCop offense Performance/MapCompact (#38134).Go MAEDA2023-01-171-2/+2
* Fix RuboCop offense Performance/RedundantEqualityComparisonBlock (#38146).Go MAEDA2023-01-111-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-1/+1
* Fix RuboCop offense Rails/Pluck (#37248).Go MAEDA2022-10-281-1/+1
* Fix perfomance issue when objects are filtered by custom field values (#37268).Marius Balteanu2022-09-231-4/+5
* Introduces a UserQuery model for admin/users (#37674).Go MAEDA2022-09-201-1/+2
* Fix chained custom field filter doesn't work for User fields (#36940).Marius Balteanu2022-06-271-1/+1
* Revert undesired change (#37349).Marius Balteanu2022-06-271-1/+1
* Fix filter for chained User custom fields returns 500 internal server error w...Marius Balteanu2022-06-271-2/+2
* Respect field visibility when showing associated issue fields (#37255).Marius Balteanu2022-06-161-2/+4
* 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-1/+1
* You can configure default project queries in the following places (#35795):Marius Balteanu2021-11-151-0/+1
* Disable rubocop Lint/IneffectiveAccessModifier for @self.tokenized_like_condi...Marius Balteanu2021-10-091-0/+2
* Tokenize search parameter in order to allow multiple search terms in:Marius Balteanu2021-10-051-5/+19
* Fix rubocop offense (#35073).Marius Balteanu2021-10-031-4/+3
* Replace send with direct call because sanitize_sql_for_conditions is now publ...Marius Balteanu2021-10-031-3/+4
* Use sanitize_sql_like in Query#sql_contains (#35073).Marius Balteanu2021-10-031-0/+1
* Default issue query (#7360).Go MAEDA2021-07-061-0/+6
* Require redmine/sort_criteria globally (#35455).Go MAEDA2021-06-261-2/+0
* Gracefully handle invalid query parameters for custom fields (#35312).Go MAEDA2021-05-281-2/+5
* Duplicate entries in issue filter values (#35201).Go MAEDA2021-05-071-1/+1
* Disable grouping for associations custom field (#35115).Go MAEDA2021-04-211-1/+6
* Update copyright year in source files to 2021 (#33069).Go MAEDA2021-03-251-1/+1
* Unnecessary database access when IssueQuery class is defined (#33290).Go MAEDA2021-03-191-13/+28
* Fix that column header is clickable even when the column is not actually sort...Go MAEDA2021-03-141-1/+1
* Allow to use watch_by filter in the global issues list (#34700).Go MAEDA2021-02-111-1/+1
* Subprojects issues are not displayed on main project when all subprojects are...Go MAEDA2020-12-271-4/+4
* shorten long line of Query#sql_for_custom_fieldToshi MARUYAMA2020-12-121-3/+5
* shorten long line of Query#relative_date_clauseToshi MARUYAMA2020-12-101-1/+4
* shorten long line of Query#sql_for_fieldToshi MARUYAMA2020-12-091-17/+78
* shorten long line of Query#add_custom_fields_filtersToshi MARUYAMA2020-12-041-3/+7
* use "do end" instead of {} at ActiveRecord scope lambda of app/models/query.rbToshi MARUYAMA2020-11-091-2/+2
* fix source indent of app/models/query.rbToshi MARUYAMA2020-09-171-4/+4
* Remove an unused variable in Query#add_chained_custom_field_filters (#33728).Go MAEDA2020-09-071-1/+0
* use "do end" instead of {} at app/models/query.rbToshi MARUYAMA2020-08-091-5/+9