summaryrefslogtreecommitdiffstats
path: root/test/functional/queries_controller_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Adds description field to custom queries (#9309).Marius Balteanu2024-06-041-0/+44
* Fix RuboCop offense Rails/HttpStatus (#39889).Go MAEDA2024-05-181-12/+12
* Remove current year from source file copyright headers and update year in foo...Marius Balteanu2024-02-261-1/+1
* Use `require_relative` instead of `require File.expand_path(..., __FILE__)` (...Go MAEDA2023-01-011-1/+1
* Update copyright year to 2023 (#38141).Go MAEDA2023-01-011-1/+1
* Reuse ProjectQuery filters on the admin project list (#33422).Marius Balteanu2022-04-011-0/+54
* Fix time entries of sub-projects are not listed when activity is specified in...Marius Balteanu2022-02-201-0/+24
* Update copyright year in source files to 2022 (#36379).Go MAEDA2022-01-021-1/+1
* Update copyright year in source files to 2021 (#33069).Go MAEDA2021-03-251-1/+1
* Allow to use watch_by filter in the global issues list (#34700).Go MAEDA2021-02-111-0/+22
* remove spaces inside {} of QueriesControllerTestToshi MARUYAMA2020-11-121-5/+5
* add space after comma to QueriesControllerTestToshi MARUYAMA2020-11-041-1/+1
* fix source indent of QueriesControllerTestToshi MARUYAMA2020-10-241-105/+146
* Update copyright year in source files to 2020 (#33069).Go MAEDA2020-03-031-1/+1
* Allow adding user groups as watchers for issues (#4511).Go MAEDA2020-02-061-2/+3
* Use #media_type instead of #content_type to test the MIME type of a response ...Go MAEDA2020-01-271-9/+9
* Add buttons to save/edit/delete a custom query to calendar view (#32194).Go MAEDA2019-11-301-0/+35
* Only admin users should be able to manage public queries on the project list ...Jean-Philippe Lang2019-11-201-1/+1
* Fix a Rubocop offense caused by r19065 (#16904).Go MAEDA2019-11-131-1/+1
* Fix that QueriesControllerTest fails due to r19065 (#16904).Go MAEDA2019-11-131-1/+1
* Add anonymous user to author list in issue/time query (#16904).Jean-Philippe Lang2019-11-101-1/+2
* Filters for Projects page (#29482).Jean-Philippe Lang2019-10-191-0/+79
* Update copyright year.Go MAEDA2019-05-251-1/+1
* Show selected columns in gantt chart (#27672).Go MAEDA2019-05-161-2/+6
* Enable frozen_string_literal for some files under test directory (#26561).Go MAEDA2019-03-161-1/+1
* Add "frozen_string_literal: false" for all files (#26561).Go MAEDA2019-03-151-0/+2
* 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