summaryrefslogtreecommitdiffstats
path: root/test/integration/api_test/issues_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Include new statuses allowed by workflow in Issues REST API (#24976).Go MAEDA2021-04-191-0/+22
* Update copyright year in source files to 2021 (#33069).Go MAEDA2021-03-251-1/+1
* fix source indent of test/integration/api_test/issues_test.rbToshi MARUYAMA2020-12-031-2/+2
* remove spaces inside {} of test/integration/api_test/issues_test.rbToshi MARUYAMA2020-09-121-5/+5
* Updating an issue via REST API causes internal server error if invalid projec...Go MAEDA2020-05-141-0/+28
* 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-11/+11
* cleanup: rubocop: fix Layout/IndentFirstHashElement in test/integration/api_t...Toshi MARUYAMA2019-11-241-17/+27
* cleanup: rubocop: fix Layout/AlignArguments in test/integration/api_test/issu...Toshi MARUYAMA2019-11-091-103/+128
* Code cleanup: RuboCop: Fix Performance/Count and Performance/Detect.Go MAEDA2019-10-021-1/+1
* code cleanup: rubocop: fix Layout/IndentHeredoc in test/integration/api_test/...Toshi MARUYAMA2019-09-301-12/+9
* code cleanup: rubocop: fix Layout/EmptyLinesAroundBlockBody in test/integrati...Toshi MARUYAMA2019-09-301-25/+21
* code cleanup: rubocop: fix Layout/LeadingCommentSpace in test/integration/api...Toshi MARUYAMA2019-09-301-4/+0
* code cleanup: rubocop: fix Layout/ClosingHeredocIndentation in test/integrati...Toshi MARUYAMA2019-09-251-35/+31
* ApiTest fails if config.time_zone is set (#31388).Go MAEDA2019-06-081-4/+4
* 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-6/+6
* fix element order (#26769)Toshi MARUYAMA2017-08-281-1/+1
* add category_id to REST issue creation tests (#26769)Toshi MARUYAMA2017-08-281-0/+4
* Update copyright.Jean-Philippe Lang2017-06-251-1/+1
* Use Rails 5 syntax for integration tests.Jean-Philippe Lang2017-06-011-68/+102
* Adds a test for #25526.Jean-Philippe Lang2017-04-051-0/+9
* Add attachment information to issues.xml in REST API (#12181).Jean-Philippe Lang2017-03-031-0/+16
* Issues API does not respect time_entries_visibility (#24875).Jean-Philippe Lang2017-01-291-0/+33
* Don't use assert_equal nil.Jean-Philippe Lang2016-12-121-0/+4
* Use assert_nil instead of assert_equal.Jean-Philippe Lang2016-12-111-2/+2
* Enforce issue assignee validation (#23921).Jean-Philippe Lang2016-12-101-0/+8
* Let the API accept project identifier for creating issues (#23766).Jean-Philippe Lang2016-10-011-0/+10
* Removes calls to #assert_template and #assigns in integration tests.Jean-Philippe Lang2016-07-211-5/+2
* Include private_notes property in xml/json Journals output (#20985).Jean-Philippe Lang2016-05-161-1/+8
* Total spent hours and estimated hours need to be get via REST (#21757).Jean-Philippe Lang2016-03-191-0/+64
* Updates copyright for 2016.Jean-Philippe Lang2016-03-131-1/+1
* Fixed that Issues API may disclose changesets that are not visible (#21136).Jean-Philippe Lang2015-11-041-0/+14
* New custom fields of existing issues are not initialized with their default v...Jean-Philippe Lang2015-10-311-2/+2
* Adds tests for default custom field value (#21074).Jean-Philippe Lang2015-10-301-0/+78
* API: creating an issue with an invalid project_id should return 422 instead o...Jean-Philippe Lang2015-03-201-0/+5
* Fixed assertion (#19368).Jean-Philippe Lang2015-03-141-1/+1
* Fixed that creating an issue without tracker_id attribute ignores custom fiel...Jean-Philippe Lang2015-03-141-0/+29
* Adds a test for #19270.Jean-Philippe Lang2015-03-071-0/+11
* Fixed that timestamps may not be formatted as expected in XML responses (#190...Jean-Philippe Lang2015-02-161-0/+9
* Fixed attachment fixture (should be attached to issue 3 because one of its jo...Jean-Philippe Lang2015-01-241-4/+4
* Upgrade to Rails 4.2.0 (#14534).Jean-Philippe Lang2015-01-171-7/+7
* Copyright update.Jean-Philippe Lang2015-01-111-1/+1
* Use upload helper method.Jean-Philippe Lang2014-12-221-20/+5
* Use raw request content in tests to make sure that XML/JSON payload is proper...Jean-Philippe Lang2014-12-221-7/+25
* Adds tests for creating an issue with multiple uploads.Jean-Philippe Lang2014-12-221-0/+57
* Replaced "can't" with "cannot" in error messages.Jean-Philippe Lang2014-12-211-5/+5
* Pull up #setup and #teardown in API tests.Jean-Philippe Lang2014-11-301-4/+0