summaryrefslogtreecommitdiffstats
path: root/test/unit/query_test.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* Issues in paginated views may be lost because sorting criteria are not unique...Jean-Philippe Lang2019-06-201-0/+14
* Update copyright year.Go MAEDA2019-05-251-1/+1
* Issue filtering by spent time (#26826).Go MAEDA2019-04-301-1/+20
* Changes Query#as_params for more complete serialization (#31276).Go MAEDA2019-04-301-0/+15
* Support frozen_string_literal in test/**/*.rb (#26561).Go MAEDA2019-03-211-1/+1
* Decode hexadecimal-encoded literals in order to be frozen string literals fri...Go MAEDA2019-03-191-1/+1
* Remove unnecessary encoding magic comment (#31034).Go MAEDA2019-03-161-2/+0
* Add "frozen_string_literal: false" for all files (#26561).Go MAEDA2019-03-151-0/+2
* Fix the test (#4502).Go MAEDA2019-03-131-2/+6
* Multiple issue ids in "Subtasks" filter (#30808).Go MAEDA2019-02-281-0/+10
* Ensure that the current language is 'en' in the test (#30718).Go MAEDA2019-02-151-0/+1
* Multiple issue ids in "Parent task" filter (#30482).Go MAEDA2019-02-011-0/+10
* New date filter operators: tomorrow, next week, next month (#4502).Go MAEDA2019-01-191-1/+43
* Remove blank keys from sort criteria (#30009).Go MAEDA2018-11-261-0/+6
* Filter issues after project status (#20081).Go MAEDA2018-10-291-0/+23
* Custom queries are broken by updating with nil parameter values (#29701).Go MAEDA2018-10-041-0/+15
* Redmine::SortCriteria#normalize! does not limit properly the maximum number o...Go MAEDA2018-09-201-0/+6
* Ensure that only visible watchers on issues can be queried (#29133).Go MAEDA2018-07-081-0/+32
* Dangerous query method deprecation warnings (#23630).Jean-Philippe Lang2018-06-231-6/+9
* Fixed that "test_editable_by_for_global_query" and "test_editable_by_for_glob...Jean-Philippe Lang2018-06-161-1/+0
* Global and public custom queries are shown as editable to non administrators ...Jean-Philippe Lang2018-04-081-1/+21
* Ignore archived project memberships when calculating issue query visibility (...Go MAEDA2018-04-071-0/+5
* Update copyright.Jean-Philippe Lang2017-06-251-1/+1
* Show statuses of project trackers only (#5385).Jean-Philippe Lang2017-05-271-0/+26
* Fixed that related to "no open issues" filter shows all issues (#25478).Jean-Philippe Lang2017-04-061-1/+15
* Get rid of sort_helper when using queries.Jean-Philippe Lang2017-03-131-1/+1
* Get the count by group from the query directly.Jean-Philippe Lang2017-03-091-4/+4
* Issue description filter's 'none' operator does not match issues with blank d...Jean-Philippe Lang2017-03-071-0/+12
* Show Last Comment in Issue list (#1474).Jean-Philippe Lang2017-03-051-2/+9
* Last updated by colum in issue list (#6375).Jean-Philippe Lang2017-03-051-2/+25
* Ruby 2.4: Fixed "Fixnum is deprecated" warning in QueryTest. (#25048).Jean-Philippe Lang2017-03-021-3/+5
* Adds a filter on issue attachments (#2783).Jean-Philippe Lang2017-03-021-1/+34
* Adds updated_by and last_updated_by filters on issues (#17720).Jean-Philippe Lang2017-01-191-0/+87
* Searching for issues with "updated = none" always returns zero results (#15226).Jean-Philippe Lang2017-01-181-0/+15
* Fixed that Query#has_column? returns false with default columns.Jean-Philippe Lang2017-01-171-0/+8
* Filtering out specific subprojects (using 'is not' operator) (#15773).Jean-Philippe Lang2017-01-141-3/+20
* Filters on chained custom fields and custom field attributes (#21249).Jean-Philippe Lang2017-01-141-0/+43
* Don't preload all query filters (#24787).Jean-Philippe Lang2017-01-091-0/+22
* Enforce issue assignee validation (#23921).Jean-Philippe Lang2016-12-101-12/+18