summaryrefslogtreecommitdiffstats
path: root/test/integration/api_test
Commit message (Expand)AuthorAgeFilesLines
* Merged r23391 from trunk to 6.0-stable (#41961).Go MAEDA2024-12-1128-165/+0
* Merged r23304 from trunk to 6.0-stable (#41819).Go MAEDA2024-11-251-3/+6
* Merge r23246 from trunk to 6.1-stable (#41623).Marius Balteanu2024-11-131-1/+1
* Fix flacky test after Rails 7 update which fails occasionally because databas...Marius Balteanu2024-08-201-1/+1
* Ensures desired test adapter is used in Active Job tests (#36320).Marius Balteanu2024-08-201-0/+4
* Fix RuboCop offense Layout/EmptyLinesAroundClassBody, one of the offenses ena...Go MAEDA2024-08-121-1/+0
* Fix "ArgumentError: Invalid response name: unprocessable_entity" with Rack 3....Go MAEDA2024-06-1213-34/+34
* Add `updated_on` and `updated_by` fields to Issues API journal response (#404...Go MAEDA2024-05-271-0/+2
* Fix RuboCop offense Rails/HttpStatus (#39889).Go MAEDA2024-05-189-41/+41
* Fixes failing tests caused by r22802 (#40652).Marius Balteanu2024-05-031-2/+2
* Fixes missing fixture: add :groups_users fixture to @Redmine::ApiTest::UsersT...Marius Balteanu2024-03-211-1/+1
* Remove current year from source file copyright headers and update year in foo...Marius Balteanu2024-02-2629-29/+29
* Adds @:user_preference@ fixture to @Redmine::ApiTest::IssuesTest@ (#40239).Marius Balteanu2024-02-251-0/+1
* Fix RuboCop offense Layout/SpaceAroundBlockParameters (#23307).Go MAEDA2024-02-011-1/+1
* Include auth_source in /users API response if request includes auth_source (#...Marius Balteanu2024-01-311-0/+19
* Fix RuboCop offense Layout/SpaceAfterComma (#40099).Go MAEDA2024-01-271-1/+1
* Adds user status to users list API (#38948).Marius Balteanu2024-01-251-0/+1
* Include @auth_source@ in /users/:id API response if auth_source is requested ...Marius Balteanu2024-01-251-0/+37
* Remove deprecated @status=@ param used to get all users. @status=*@ should be...Marius Balteanu2024-01-251-7/+0
* Add test cases for @status=*@, @status=@ and @status=|1|3@ (#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