summaryrefslogtreecommitdiffstats
path: root/test/functional/issue_relations_controller_test.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* Disallow creating inverse relates issue relations (#27663).Go MAEDA2017-12-061-2/+2
* Update copyright.Jean-Philippe Lang2017-06-251-1/+1
* Use Rails 5 syntax for functional tests.Jean-Philippe Lang2017-05-311-19/+85
* Removes calls to #assert_template and #assigns in functional tests.Jean-Philippe Lang2016-07-181-8/+4
* 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
* Adds tests for invalid parameters.Jean-Philippe Lang2014-12-051-0/+15
* update copyright year (#15977)Toshi MARUYAMA2014-01-291-1/+1
* Rails4: replace deprecated Relation#first with finder options at IssueRelatio...Toshi MARUYAMA2014-01-101-4/+4
* Removed deferred test, circular relations are unit tested.Jean-Philippe Lang2013-02-241-2/+0
* Missing fixtures.Jean-Philippe Lang2013-02-241-1/+2
* Fixed that relations may not be refreshed when adding a follows relation (#13...Jean-Philippe Lang2013-02-241-0/+11
* Copyright for 2013 (#12788).Jean-Philippe Lang2013-01-121-1/+1
* Test cleanup.Jean-Philippe Lang2012-07-191-17/+1
* Removes RJS from IssueRelationsController.Jean-Philippe Lang2012-07-191-8/+24
* Copyright update.Jean-Philippe Lang2012-05-051-1/+1
* Additional assertions on creation of relations.Jean-Philippe Lang2012-04-111-0/+9
* Strip issue id when adding a relation.Jean-Philippe Lang2012-04-111-0/+10
* remove trailing white-spaces from test/functional/issue_relations_controller_...Toshi MARUYAMA2011-08-311-17/+17
* Makes relations resource shallow (#7366).Jean-Philippe Lang2011-07-051-6/+3
* Adds REST API for issue relations (#7366).Jean-Philippe Lang2011-07-041-11/+28
* Fixed circular dependencies possibly introduced when using reverse relations,...Jean-Baptiste Barth2011-06-261-0/+2
* Fixed: Relations are not displayed after adding/removing an issue relation (#...Jean-Philippe Lang2011-01-271-0/+29
* Use absolute paths in test/**/* requires for Ruby 1.9.2 compatibility. #4050Jean-Baptiste Barth2010-12-121-1/+1
* Refactor: Move the rest of the routing tests to RoutingTest.Eric Davis2010-04-211-14/+0
* Issue relation: fixes error with postgres when entering a non-numeric id (#48...Jean-Philippe Lang2010-02-121-0/+18
* Adds a few functional tests.Jean-Philippe Lang2009-11-071-7/+15
* Upgraded to Rails 2.3.4 (#3597)Eric Davis2009-09-131-1/+1
* Allows multiple roles on the same project (#706). Prerequisite for user group...Jean-Philippe Lang2009-05-101-0/+1
* Fixed: users should not be able to add relations with issues they're not allo...Jean-Philippe Lang2009-01-271-0/+36
* Converted routing and urls to follow the Rails REST convention.Eric Davis2009-01-261-0/+22