summaryrefslogtreecommitdiffstats
path: root/app/models/query.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* fix source indent of app/models/query.rbToshi MARUYAMA2020-07-211-9/+21
* remove spaces inside {} of app/models/query.rbToshi MARUYAMA2020-07-111-12/+27
* Fix that totals of custom fields may not be sorted as configured (#33281).Go MAEDA2020-05-081-2/+7
* Fix sort does not work with group by datetime columns (#33110).Jean-Philippe Lang2020-04-051-1/+6
* Fix a RuboCop offense Style/MultipleComparison (#33083).Go MAEDA2020-03-071-1/+1
* Projects filter "Subproject of" does not work when the given value is "My pro...Go MAEDA2020-03-041-1/+1
* Update copyright year in source files to 2020 (#33069).Go MAEDA2020-03-031-1/+1
* Add system setting for default results display format of project query (#32818).Go MAEDA2020-02-111-1/+5
* Allow adding user groups as watchers for issues (#4511).Go MAEDA2020-02-061-2/+2
* Issue relations filter lacks "is not" (#32546).Go MAEDA2019-12-121-1/+1
* cleanup: rubocop: fix Layout/SpaceAfterComma in app/models/query.rbToshi MARUYAMA2019-11-241-1/+1
* cleanup: rubocop: fix Layout/EmptyLineAfterGuardClause in app/models/query.rbToshi MARUYAMA2019-11-221-0/+11
* cleanup: rubocop: fix Layout/EmptyLinesAroundClassBody in app/models/query.rbToshi MARUYAMA2019-11-201-4/+0
* Add anonymous user to author list in issue/time query (#16904).Jean-Philippe Lang2019-11-101-0/+1
* cleanup: rubocop: fix Layout/AlignArguments in app/models/query.rbToshi MARUYAMA2019-11-081-11/+13