summaryrefslogtreecommitdiffstats
path: root/test/functional/queries_controller_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Wrong use of refute_includes in tests (#29708).Go MAEDA2018-10-021-1/+1
* Extend watched_by_me-issue filter to include all project-members instead of o...Go MAEDA2018-07-091-0/+37
* Changed test name (#26091).Go MAEDA2018-06-301-2/+1
* Test for r17421 (#26091).Go MAEDA2018-06-291-1/+12
* Highlight "Spent time" in main menu when creating a time entries query.Jean-Philippe Lang2018-06-171-0/+10
* Include locked members in filters (#15201).Go MAEDA2018-06-091-0/+54
* Fix typo in test name: s/udpate/update/ (#28268).Go MAEDA2018-03-011-1/+1
* Fix filter values for fixed version id (#26667).Jean-Philippe Lang2017-10-151-0/+14
* Filtering time entries after issue's target version doesn't work as expected ...Jean-Philippe Lang2017-10-151-0/+15
* remove trailing white spaces from test/functional/queries_controller_test.rbToshi MARUYAMA2017-09-151-24/+24
* Use ApplicationController#find_optional_project instead.Jean-Philippe Lang2017-06-261-0/+25
* Fixed that time entry queries cannot be saved when issue tracking is disabled...Jean-Philippe Lang2017-06-261-0/+11
* Update copyright.Jean-Philippe Lang2017-06-251-1/+1
* Use Rails 5 syntax for functional tests.Jean-Philippe Lang2017-05-311-106/+240
* Don't preload all query filters (#24787).Jean-Philippe Lang2017-01-091-1/+26
* Removes calls to #assert_template and #assigns in functional tests.Jean-Philippe Lang2016-07-191-10/+9
* Adds our own class for controller tests.Jean-Philippe Lang2016-07-141-1/+1
* Makes spent time queries savable (#14790).Jean-Philippe Lang2016-07-121-0/+27
* Updates copyright for 2016.Jean-Philippe Lang2016-03-131-1/+1
* Cannot create a custom query visibility is "to these roles only" (#20427).Jean-Philippe Lang2015-08-021-0/+16
* Fixed that user with "Manage public queries" permission, can create global pu...Jean-Philippe Lang2015-06-291-6/+67
* Copyright update.Jean-Philippe Lang2015-01-111-1/+1
* Replaced remaining #assert_tag with #assert_select.Jean-Philippe Lang2014-11-221-30/+10
* Quote values in DOM selectors for Nokogiri compatibility.Jean-Philippe Lang2014-11-201-3/+3
* update copyright year (#15977)Toshi MARUYAMA2014-01-291-1/+1
* Ability to save Gantt query filters (#7836).Jean-Philippe Lang2013-07-141-0/+37
* Role based custom queries (#1019).Jean-Philippe Lang2013-07-111-22/+12
* Refactor: makes issue id a regular QueryColumn.Jean-Philippe Lang2013-02-231-1/+1
* Copyright for 2013 (#12788).Jean-Philippe Lang2013-01-121-1/+1
* Code cleanup.Jean-Philippe Lang2012-12-111-0/+6
* Fixed some more test/functional/*_test.rb breaking when run alone (#12285)Jean-Baptiste Barth2012-11-011-1/+1
* Fixed JSON escaping of filters (#11929).Jean-Philippe Lang2012-09-251-0/+8
* Fixed that some input fields are escaped on validation failures (#11027).Jean-Philippe Lang2012-05-251-0/+1
* Fixed that columns selection in not displayed on the custom query form (#10972).Jean-Philippe Lang2012-05-211-0/+4
* Copyright update.Jean-Philippe Lang2012-05-051-1/+1
* Merged rails-3.2 branch.Jean-Philippe Lang2012-04-251-1/+1
* Additional tests for QueriesController.Jean-Philippe Lang2011-12-171-53/+74
* Refactor : convert queries to REST resources (also fixes #9108).Etienne Massip2011-10-241-13/+22
* remove trailing white-spaces from test/functional/queries_controller_test.rb.Toshi MARUYAMA2011-08-311-35/+35
* Shorten query[column_names] param name.Jean-Philippe Lang2011-04-031-1/+2
* Shortens filter param names.Jean-Philippe Lang2011-04-011-3/+3
* Use absolute paths in test/**/* requires for Ruby 1.9.2 compatibility. #4050Jean-Baptiste Barth2010-12-121-1/+1
* Upgraded to Rails 2.3.4 (#3597)Eric Davis2009-09-131-4/+4
* Allows multiple roles on the same project (#706). Prerequisite for user group...Jean-Philippe Lang2009-05-101-1/+1
* Ability to save "sort order" in custom queries (#2899).Jean-Philippe Lang2009-03-121-0/+29
* Global queries can be saved from the global issue list (follows r1311 and clo...Jean-Philippe Lang2008-03-301-9/+35
* Queries can be marked as 'For all projects'. Such queries will be available o...Jean-Philippe Lang2008-03-301-0/+185