summaryrefslogtreecommitdiffstats
path: root/test/integration
Commit message (Expand)AuthorAgeFilesLines
...
* Fix RuboCop offences introduced in r22328 (#38707).Go MAEDA2023-10-061-5/+5
* Add test for r22327 (#38707).Go MAEDA2023-10-061-0/+95
* 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
* Check if the user has the permission to add notes or edit an issue when addin...Go MAEDA2023-03-021-0/+74
* Fix robots.txt to disallow issue lists with a sort or query_id parameter in a...Go MAEDA2023-01-231-1/+1
* Avoid double-render error with ApplicationController#find_optional_project (#...Go MAEDA2023-01-201-0/+15
* Fix RuboCop offense Performance/RedundantEqualityComparisonBlock (#38146).Go MAEDA2023-01-111-1/+1
* Fix RuboCop offense Performance/FixedSize (#38146).Go MAEDA2023-01-112-8/+12
* Use `require_relative` instead of `require File.expand_path(..., __FILE__)` (...Go MAEDA2023-01-0195-95/+95
* Update copyright year to 2023 (#38141).Go MAEDA2023-01-0194-94/+94
* Fix RuboCop offense Performance/StringInclude (#37247).Go MAEDA2022-12-261-2/+2
* Add tests for #37772.Marius Balteanu2022-12-011-1/+51
* Revert r21975. Marius Balteanu2022-12-011-51/+1
* Add tests for #37772.Marius Balteanu2022-12-011-1/+51
* Disallow all in /robots.txt if login is required (#37807).Go MAEDA2022-11-011-0/+4
* Always allow access to /robots.txt for Anonymous (#37807).Go MAEDA2022-11-011-0/+8
* Render all visible projects in robots.txt (including closed projects) (#37807).Go MAEDA2022-11-011-0/+5
* Add missing fixture to test/integration/issue_test.rb (#37851).Go MAEDA2022-10-291-1/+2
* 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
* Repository tab is not displayed if no repository is set as the main repositor...Go MAEDA2022-07-271-1/+30
* Open Help in a separate tab (#1069).Go MAEDA2022-07-221-0/+7
* 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
* Deprecate and rename rss_* methods to atom_* methods (#15118).Marius Balteanu2022-03-192-3/+3
* 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 "required for administrators" option to Two-factor authentication setting...Marius Balteanu2022-02-011-0/+21
* Add test for #34766.Marius Balteanu2022-01-301-0/+7
* Explicitly specify text formatting in the tests (#35952).Marius Balteanu2022-01-221-18/+20
* 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-0293-93/+93
* Fixes for Performance/StringIdentifierArgument introduced in RuboCop Performa...Go MAEDA2021-12-291-2/+2
* MenuManagerTest randomly fails (#36241).Go MAEDA2021-11-291-1/+1
* 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
* Adds test for #35417.Marius Balteanu2021-07-281-0/+26
* Use issue path instead of bulk update issues path when only one issue is sele...Marius Balteanu2021-07-261-0/+1
* 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
* When 2FA is set to optional, allow to require 2FA only for certain user group...Marius Balteanu2021-07-041-0/+26
* Add missing fixture to IssuesTest (#35312, #35500).Go MAEDA2021-06-301-1/+1
* 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