summaryrefslogtreecommitdiffstats
path: root/test/integration/api_test/projects_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
* Ajax Request Returns 200 but an error event is fired instead of success (#300...Go MAEDA2019-02-051-5/+5
* Update copyright.Jean-Philippe Lang2017-06-251-1/+1
* Use Rails 5 syntax for integration tests.Jean-Philippe Lang2017-06-011-12/+22
* REST API: option to get the project activities for time entries (#7506).Jean-Philippe Lang2017-03-031-0/+8
* Updates copyright for 2016.Jean-Philippe Lang2016-03-131-1/+1
* Upgrade to Rails 4.2.0 (#14534).Jean-Philippe Lang2015-01-171-5/+5
* Copyright update.Jean-Philippe Lang2015-01-111-1/+1
* Replaced "can't" with "cannot" in error messages.Jean-Philippe Lang2014-12-211-2/+2
* Pull up #setup and #teardown in API tests.Jean-Philippe Lang2014-11-301-1/+1
* Test API authentification once.Jean-Philippe Lang2014-11-301-17/+0
* Replaced remaining #assert_tag with #assert_select.Jean-Philippe Lang2014-11-221-59/+12
* Merged rails-4.1 branch (#14534).Jean-Philippe Lang2014-10-221-6/+6
* Include enabled modules in projects API (#17602).Jean-Baptiste Barth2014-09-061-0/+62
* Add project is_public to GET /projects/:id and /projects API response (#17628).Jean-Baptiste Barth2014-08-151-0/+2
* update copyright year (#15977)Toshi MARUYAMA2014-01-291-1/+1
* Adds project status to GET /projects/:id and GET /projects API response (#158...Jean-Philippe Lang2014-01-111-6/+5
* Rails4: replace deprecated Relation#first with finder options at ApiTest::Pro...Toshi MARUYAMA2014-01-101-3/+3
* Removed some shoulda context.Jean-Philippe Lang2013-05-181-244/+182
* Adds a subclass of ActionDispatch::IntegrationTest for API tests.Jean-Philippe Lang2013-01-221-1/+1
* Copyright for 2013 (#12788).Jean-Philippe Lang2013-01-121-1/+1
* Fixed that 200 API responses have a body containing one space (#11388).Jean-Philippe Lang2012-07-141-0/+4
* Copyright update.Jean-Philippe Lang2012-05-051-1/+1
* Test cleanup.Jean-Philippe Lang2012-01-021-9/+9
* Test cleanup.Jean-Philippe Lang2012-01-021-4/+0
* Makes issue categories available in project REST API (#9553).Jean-Philippe Lang2011-11-201-1/+36
* Prevent projects tests from deleting fixture files.Jean-Philippe Lang2011-11-191-0/+1
* remove trailing white-spaces from test/integration/api_test/projects_test.rb.Toshi MARUYAMA2011-08-271-41/+41
* Moves enabled_module_names param to project attribute so that it can be set t...Jean-Philippe Lang2011-01-061-1/+46
* Use absolute paths in test/**/* requires for Ruby 1.9.2 compatibility. #4050Jean-Baptiste Barth2010-12-121-1/+1
* Moves project attributes default assignments from ProjectsController#new to t...Jean-Philippe Lang2010-12-031-0/+2
* Projects API tests rewriting.Jean-Philippe Lang2010-12-031-79/+161
* Accept key auth for ProjectsController#show (#6841).Jean-Philippe Lang2010-11-271-0/+6
* Accept key auth for ProjectsController#destroy (#6841).Jean-Philippe Lang2010-11-271-8/+14
* Accept key auth for ProjectsController#update (#6841).Jean-Philippe Lang2010-11-271-10/+14
* Accept key auth for ProjectsController#create (#6841).Jean-Philippe Lang2010-11-271-14/+19
* Makes projects API return XML description when creating a project (#6874).Jean-Philippe Lang2010-11-131-2/+5
* Adds a "visible" option on User and Project custom fields (#1738).Jean-Philippe Lang2010-11-071-0/+9
* Move all API tests into the ApiTest module to make management easierEric Davis2010-11-011-0/+99