summaryrefslogtreecommitdiffstats
path: root/app/models/query.rb
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year to 2023 (#38141).Go MAEDA2023-01-011-1/+1
* Merge r21965 from trunk to 4.2-stable (#37925).Marius Balteanu2022-11-291-1/+1
* Merge r21833 to 4.2-stable (#37268).Marius Balteanu2022-09-261-4/+5
* Merged r21686 and r21687 to 4.2-stable (#36940).Marius Balteanu2022-06-281-1/+1
* Merged r21684 and r21685 to 4.2-stable (#37349).Marius Balteanu2022-06-281-1/+1
* Merged r21645-r21646 and r21657 to 4.2-stable (#37255).Marius Balteanu2022-06-201-2/+4
* Merged r20990 from trunk to 4.2-stable (#35201).Go MAEDA2021-05-071-1/+1
* Merged r20956 from trunk to 4.2-stable (#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
* Option to filter after my bookmarked projects (#32302, #29482, #31355).Go MAEDA2019-10-231-2/+6
* code cleanup: rubocop: fix Style/ParenthesesAroundCondition in app/models/que...Toshi MARUYAMA2019-10-221-1/+1
* Option to switch between table list and board list (#29482).Jean-Philippe Lang2019-10-191-0/+16
* Filter after project custom fields (#29482).Jean-Philippe Lang2019-10-191-0/+5
* Filter after projects (#29482).Jean-Philippe Lang2019-10-191-1/+1
* Filters for Projects page (#29482).Jean-Philippe Lang2019-10-191-0/+1
* use "attr_writer" instead of "attr_accessor" for QueryColumn#sortableToshi MARUYAMA2019-10-071-1/+2
* "starts with" and "ends with" filter operators for string values (#31879).Go MAEDA2019-09-251-5/+17
* Update copyright year.Go MAEDA2019-05-251-1/+1
* Don't rescue Exception class (#31387).Go MAEDA2019-05-251-1/+1
* Changes Query#as_params for more complete serialization (#31276).Go MAEDA2019-04-301-0/+2
* Use Regexp#match? to reduce allocations of MatchData object (#28940).Go MAEDA2019-03-271-6/+6
* Support frozen_string_literal in issue, journal, and query (#26561).Go MAEDA2019-03-171-3/+3
* Add "frozen_string_literal: false" for all files (#26561).Go MAEDA2019-03-151-0/+2