summaryrefslogtreecommitdiffstats
path: root/test/integration/api_test
Commit message (Expand)AuthorAgeFilesLines
* Merge r22774 from trunk to 5.1-stable (#40389).Marius Balteanu2024-03-211-1/+1
* Merged r22734 from trunk to 5.1-stable.Marius Balteanu2024-03-211-0/+1
* Fix rubocop warnings on 5.1-stable branch.Marius Balteanu2024-03-031-1/+1
* Merged r22746 from trunk to 5.1-stable (#40043).Marius Balteanu2024-02-2729-29/+29
* Merged r22623, r22624 and r22625 from trunk to 5.1-stable (#40099).Marius Balteanu2024-01-251-0/+23
* Fix RuboCop offenses due to r22343: Style/RedundantRegexpEscape, Layout/Empty...Go MAEDA2023-10-161-5/+5
* Add missing Homepage attribute in Projects API response (#39113).Go MAEDA2023-10-151-0/+4
* API compatibility to legacy status and name query params (#39181, #37674)Go MAEDA2023-10-151-0/+38
* Add description for issue statuses and display them in issue new/edit form (#...Go MAEDA2023-08-311-0/+2
* Unable to retrieve custom fields set as "For all projects" via Projects API (...Go MAEDA2023-06-301-0/+5
* Fix RuboCop offense Performance/RedundantEqualityComparisonBlock (#38146).Go MAEDA2023-01-111-1/+1
* Fix RuboCop offense Performance/FixedSize (#38146).Go MAEDA2023-01-111-2/+3
* Use `require_relative` instead of `require File.expand_path(..., __FILE__)` (...Go MAEDA2023-01-0129-29/+29
* Update copyright year to 2023 (#38141).Go MAEDA2023-01-0129-29/+29
* Fix RuboCop offense Rails/Pluck (#37248).Go MAEDA2022-10-281-2/+2
* Add description field to custom fields API (#37617).Go MAEDA2022-09-011-0/+1
* Fix internal server error when trying to retrieve AnonymousUser's information...Marius Balteanu2022-05-271-0/+18
* Fix test failure due to r21601 (#36938).Go MAEDA2022-05-251-1/+1
* Background job for project deletion (#36691).Marius Balteanu2022-05-171-3/+7
* Add support for PUT API to journals (#10171).Go MAEDA2022-03-231-0/+95
* Replace Member.find_or_new with ActiveRecord's find_or_initialize_by (#36730).Go MAEDA2022-03-141-1/+1
* Update API test to use token based authentication when twofa is enabled for u...Marius Balteanu2022-02-251-2/+7
* Disable API authentication with username and password when two-factor authent...Marius Balteanu2022-02-241-0/+9
* Fix WikiContentVersion API returns 500 if author is nil (#36494).Marius Balteanu2022-02-181-0/+11
* Add test for #34766.Marius Balteanu2022-01-301-0/+7
* Include avatar URL in Users API (#36303).Go MAEDA2022-01-211-2/+12
* Update copyright year in source files to 2022 (#36379).Go MAEDA2022-01-0228-28/+28
* You can configure default project queries in the following places (#35795):Marius Balteanu2021-11-151-1/+14
* Add information about whether an issue is open or closed to Issues API respon...Go MAEDA2021-10-021-2/+14
* File upload fails when run with uWSGI (#35715).Go MAEDA2021-08-141-0/+25
* API to close/reopen projects (#35507).Go MAEDA2021-07-091-0/+17
* Add enabled core fields to /trackers API response (#35505).Go MAEDA2021-07-061-0/+6
* Add total estimated hours, spent hours, total spent hours for issues to issue...Go MAEDA2021-06-271-0/+28
* API to archive/unarchive projects (#35420).Go MAEDA2021-06-241-0/+17
* Remove deprecated WikiContent::Version (#35031).Go MAEDA2021-05-151-6/+6
* Uploading a big file fails with NoMemoryError (#33752).Go MAEDA2021-05-111-0/+22
* Include new statuses allowed by workflow in Issues REST API (#24976).Go MAEDA2021-04-191-0/+22
* Fix undefined method 'split' when issue_to_id is numeric (#35039).Go MAEDA2021-04-121-1/+22
* Use media_type to get the MIME type of the request (#29914).Go MAEDA2021-04-011-1/+1
* Test for r20852 (#22008).Go MAEDA2021-03-261-0/+107
* Associated Revision API (#22008).Go MAEDA2021-03-261-0/+5
* Update copyright year in source files to 2021 (#33069).Go MAEDA2021-03-2527-27/+27
* Projects API should not return invisible trackers (#30121).Go MAEDA2021-02-231-0/+27
* Fix passing a wrong parameter to assert_select in API test for 'GET /users/:i...Go MAEDA2020-12-311-1/+1
* Users API should return twofa_scheme only for administrators (#34242).Go MAEDA2020-12-231-1/+14
* Include two-factor authentication scheme in users API response (#34242).Go MAEDA2020-12-231-1/+19
* fix source indent of test/integration/api_test/issues_test.rbToshi MARUYAMA2020-12-031-2/+2
* fix source indent of test/integration/api_test/projects_test.rbToshi MARUYAMA2020-12-031-11/+44
* fix source indent of test/integration/api_test/api_test.rbToshi MARUYAMA2020-12-021-3/+5
* fix source indent of test/integration/api_test/attachments_test.rbToshi MARUYAMA2020-12-021-6/+24