summaryrefslogtreecommitdiffstats
path: root/test/functional/auto_completes_controller_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Merged r22746 from trunk to 5.1-stable (#40043).Marius Balteanu2024-02-271-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
* Allow users to be mentioned using @ in issues and wiki pages (#13919):Marius Balteanu2022-02-231-7/+7
* 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
* Auto complete wiki page links (#33820).Go MAEDA2021-02-251-1/+74
* Update copyright year in source files to 2020 (#33069).Go MAEDA2020-03-031-1/+1
* cleanup: rubocop: fix Layout/IndentFirstHashElement in test/functional/auto_c...Toshi MARUYAMA2019-11-241-15/+45
* Fix the test name different from the actual behavior (#31994).Go MAEDA2019-09-111-1/+1
* Issue auto complete should return last 10 issues (#31994).Go MAEDA2019-09-111-0/+16
* Update copyright year.Go MAEDA2019-05-251-1/+1
* 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
* Issues autocomplete should response with content type json and not html (#308...Go MAEDA2019-02-181-0/+10
* Update copyright.Jean-Philippe Lang2017-06-251-1/+1
* Use Rails 5 syntax for functional tests.Jean-Philippe Lang2017-05-311-11/+47
* Filter parent task issues in auto complete by open/closed status depending on...Jean-Philippe Lang2017-01-211-0/+21
* Removes calls to #assert_template and #assigns in functional tests.Jean-Philippe Lang2016-07-181-13/+7
* Adds our own class for controller tests.Jean-Philippe Lang2016-07-141-1/+1
* Updates copyright for 2016.Jean-Philippe Lang2016-03-131-1/+1
* Copyright update.Jean-Philippe Lang2015-01-111-1/+1
* update copyright year (#15977)Toshi MARUYAMA2014-01-291-1/+1
* Removed unused fixtures.Jean-Philippe Lang2013-02-111-1/+0
* Makes autocomplete accept issue id with hash.Jean-Philippe Lang2013-01-311-0/+7
* Copyright for 2013 (#12788).Jean-Philippe Lang2013-01-121-1/+1
* Functional tests cleanup.Jean-Philippe Lang2012-12-031-0/+17
* Adds autocomplete to issue field on time logging form.Jean-Philippe Lang2012-08-091-0/+7
* Code cleanup.Jean-Philippe Lang2012-08-091-5/+22
* Don't use auth_sources fixtures when not needed.Jean-Philippe Lang2012-02-191-1/+0
* Rails3: replace "all" fixtures at test/functional/auto_completes_controller_t...Toshi MARUYAMA2011-09-241-1/+11
* remove trailing white-spaces from test/functional/auto_completes_controller_t...Toshi MARUYAMA2011-08-301-3/+3
* Use absolute paths in test/**/* requires for Ruby 1.9.2 compatibility. #4050Jean-Baptiste Barth2010-12-121-1/+1
* Make sure there's no nil result in auto_complete.Jean-Philippe Lang2010-12-121-1/+1
* Autocomplete issue relations on subject (#3170).Jean-Philippe Lang2010-12-121-0/+14
* Refactor: move IssuesController#auto_complete to a new controller. #4382Eric Davis2010-08-171-0/+20