summaryrefslogtreecommitdiffstats
path: root/test/functional/sys_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
* Update copyright.Jean-Philippe Lang2017-06-251-1/+1
* Use JSON instead of XML for reposman.rb.Jean-Philippe Lang2017-06-011-19/+20
* Don't use render :text => "".Jean-Philippe Lang2016-07-211-0/+2
* Pass parameters with :params in controller tests.Jean-Philippe Lang2016-07-161-12/+16
* 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
* Replaced remaining #assert_tag with #assert_select.Jean-Philippe Lang2014-11-221-12/+15
* update copyright year (#15977)Toshi MARUYAMA2014-01-291-1/+1
* Copyright for 2013 (#12788).Jean-Philippe Lang2013-01-121-1/+1
* Functional tests cleanup.Jean-Philippe Lang2012-12-031-8/+0
* Tests should not change settings.Jean-Philippe Lang2012-07-081-0/+4
* Copyright update.Jean-Philippe Lang2012-05-051-1/+1
* Can not use Project#find on scopes with Rails 3.1.Jean-Philippe Lang2012-02-251-1/+7
* Resourcified repositories for CRUD operations to prepare for multiple SCM per...Jean-Philippe Lang2012-01-151-2/+2
* Adds tests for SysController.Jean-Philippe Lang2011-12-031-0/+16
* Do not include extra_info attribute in SysController responses because it bre...Jean-Philippe Lang2011-11-271-0/+12
* remove trailing white-spaces from functional sys controller test.Toshi MARUYAMA2011-05-251-13/+13
* Do not actually try to fetch changesets from the subversion repository.Jean-Philippe Lang2011-03-161-2/+5
* Use absolute paths in test/**/* requires for Ruby 1.9.2 compatibility. #4050Jean-Baptiste Barth2010-12-121-1/+1
* Adds on optional API key to repositories management controller and reposman.rb.Jean-Philippe Lang2009-12-201-0/+21
* Adds an action to SysController to fetch changesets of one or all projects (#...Jean-Philippe Lang2009-11-281-0/+15
* Upgraded to Rails 2.3.4 (#3597)Eric Davis2009-09-131-1/+1
* Fixes a failure when running rake test:coverage.Jean-Philippe Lang2009-03-011-0/+1
* Replaces the repositories management SOAP API with a simple REST API.Jean-Philippe Lang2009-02-101-0/+55