summaryrefslogtreecommitdiffstats
path: root/test/functional/issue_relations_controller_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Fix RuboCop offense Rails/HttpStatus (#39889).Go MAEDA2024-05-181-2/+2
* Remove current year from source file copyright headers and update year in foo...Marius Balteanu2024-02-261-1/+1
* Fix related issues count not updating after deleting one of the related issue...Go MAEDA2023-10-291-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
* Fix RuboCop offense Layout/FirstHashElementIndentation (#36919).Go MAEDA2022-06-301-20/+26
* Explicitly set Setting.cross_project_issue_relations to prevent random test f...Go MAEDA2022-01-131-10/+12
* Update copyright year in source files to 2022 (#36379).Go MAEDA2022-01-021-1/+1
* Fixed create duplicate follow relation fails with 500 internal error (#35655).Marius Balteanu2021-08-101-0/+25
* Update copyright year in source files to 2021 (#33069).Go MAEDA2021-03-251-1/+1
* Bulk addition of related issues (#33418).Go MAEDA2020-12-251-0/+47
* use with_settings at IssueRelationsControllerTest#test_should_create_relation...Toshi MARUYAMA2020-12-111-13/+14
* shorten long line of IssueRelationsControllerTestToshi MARUYAMA2020-12-111-1/+3
* fix source indent of IssueRelationsControllerTestToshi MARUYAMA2020-11-081-21/+39
* Update copyright year in source files to 2020 (#33069).Go MAEDA2020-03-031-1/+1
* Use #media_type instead of #content_type to test the MIME type of a response ...Go MAEDA2020-01-271-3/+3
* 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
* 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