summaryrefslogtreecommitdiffstats
path: root/test/integration/api_test/projects_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Use `fixtures :all` to ensure consistent test data and improve test reliabili...Go MAEDA11 days1-5/+0
* Ensures desired test adapter is used in Active Job tests (#36320).Marius Balteanu2024-08-201-0/+4
* Fix "ArgumentError: Invalid response name: unprocessable_entity" with Rack 3....Go MAEDA2024-06-121-2/+2
* Remove current year from source file copyright headers and update year in foo...Marius Balteanu2024-02-261-1/+1
* Add missing Homepage attribute in Projects API response (#39113).Go MAEDA2023-10-151-0/+4
* Unable to retrieve custom fields set as "For all projects" via Projects API (...Go MAEDA2023-06-301-0/+5
* 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
* Background job for project deletion (#36691).Marius Balteanu2022-05-171-3/+7
* Update copyright year in source files to 2022 (#36379).Go MAEDA2022-01-021-1/+1
* You can configure default project queries in the following places (#35795):Marius Balteanu2021-11-151-1/+14
* API to close/reopen projects (#35507).Go MAEDA2021-07-091-0/+17
* API to archive/unarchive projects (#35420).Go MAEDA2021-06-241-0/+17
* Use media_type to get the MIME type of the request (#29914).Go MAEDA2021-04-011-1/+1
* Update copyright year in source files to 2021 (#33069).Go MAEDA2021-03-251-1/+1
* Projects API should not return invisible trackers (#30121).Go MAEDA2021-02-231-0/+27
* fix source indent of test/integration/api_test/projects_test.rbToshi MARUYAMA2020-12-031-11/+44
* add space after comma to test/integration/api_test/projects_test.rbToshi MARUYAMA2020-08-071-1/+1
* Add missing fixture to Redmine::ApiTest::ProjectsTest (#33700).Go MAEDA2020-07-091-1/+1
* Adds option to include issue custom fields in projects#show API response (#33...Go MAEDA2020-04-211-0/+8
* Show default assignee and default version in projects API (#33113).Go MAEDA2020-03-171-0/+25
* 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-15/+15
* Add inherit_members to projects API response (#32002).Go MAEDA2019-09-051-3/+15
* 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
* 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