summaryrefslogtreecommitdiffstats
path: root/app/models/query.rb
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Translation missing error in "Project's Status" filter options (#30718).Go MAEDA2019-02-151-4/+4
* Show full width layout custom fields as block columns in issue listing (#26081).Go MAEDA2019-02-131-1/+1
* New date filter operators: tomorrow, next week, next month (#4502).Go MAEDA2019-01-191-3/+19
* Allow issues grouping by creation, update and closing date (#13803).Jean-Philippe Lang2018-12-121-0/+20
* Filter issues after project status (#20081).Go MAEDA2018-10-291-0/+8
* Custom queries are broken by updating with nil parameter values (#29701).Go MAEDA2018-10-041-4/+4
* Remove unused variable 'filter_options' from Query#add_filter (#29710).Go MAEDA2018-10-021-1/+0
* Replace String#gsub with faster String#tr (#29363).Go MAEDA2018-08-121-1/+1
* Replace Enumerable#sort with faster Enumerable#sort_by (#29299).Go MAEDA2018-08-021-1/+1
* Replace Hash#keys.each with faster Hash#each_key (#29305).Go MAEDA2018-08-011-2/+2
* Extend watched_by_me-issue filter to include all project-members instead of o...Go MAEDA2018-07-091-0/+6
* Allow to filter by all versions on the global issue list (#26091).Go MAEDA2018-06-281-1/+1
* Dangerous query method deprecation warnings (#23630).Jean-Philippe Lang2018-06-231-2/+4
* Include locked members in filters (#15201).Go MAEDA2018-06-091-3/+3
* Change default operator for text format custom fields from "is" to "contains"...Go MAEDA2018-05-121-1/+1
* Global and public custom queries are shown as editable to non administrators ...Jean-Philippe Lang2018-04-081-6/+6
* Ignore archived project memberships when calculating issue query visibility (...Go MAEDA2018-04-071-2/+3
* Fixed that sort_criteria is required (#26513).Jean-Philippe Lang2017-07-241-0/+2
* Remove ActiveRecord workaround (#26323).Jean-Philippe Lang2017-07-231-6/+1
* Merged rails-5.1 branch (#23630).Jean-Philippe Lang2017-07-231-4/+2
* Set default configuration for the timelog list (#26356).Jean-Philippe Lang2017-07-121-5/+7