summaryrefslogtreecommitdiffstats
path: root/test/integration
Commit message (Expand)AuthorAgeFilesLines
* Use `fixtures :all` to ensure consistent test data and improve test reliabili...Go MAEDA11 days46-277/+0
* Enable browser autocomplete for login input fields (#41937).Go MAEDA2024-12-081-2/+2
* Fix: Time entry API returning `hours` as Rational instead of Float (#41819).Go MAEDA2024-11-241-3/+6
* Fix random test failures due to missing fixtures (#41623).Go MAEDA2024-11-111-1/+1
* Fix RuboCop offenses in ThemesTest#test_old_theme_compatibility introduced in...Go MAEDA2024-11-021-2/+2
* Adds asset path to default to support old style theme (#39111).Marius Balteanu2024-10-311-0/+13
* Fix invalid "theme-*" CSS class in body element when theme name contains spac...Go MAEDA2024-10-191-0/+8
* Fix broken project list layout for projects scheduled for deletion (#41217).Go MAEDA2024-09-061-0/+18
* 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/SpaceAfterComma, one of the offenses enabled in ru...Go MAEDA2024-08-121-1/+1
* Fix RuboCop offense Layout/EmptyLinesAroundMethodBody, one of the offenses en...Go MAEDA2024-08-121-1/+0
* Fix RuboCop offense Layout/EmptyLinesAroundClassBody, one of the offenses ena...Go MAEDA2024-08-124-4/+0
* Update users routing test to include assertions for bulk actions (delete, loc...Marius Balteanu2024-07-141-0/+4
* Truncate git authors to 255 characters (#40948).Marius Balteanu2024-07-081-1/+1
* Fix "ArgumentError: Invalid response name: unprocessable_entity" with Rack 3....Go MAEDA2024-06-1214-36/+36
* 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-1818-77/+77
* 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-2696-96/+96
* Adds @:user_preference@ fixture to @Redmine::ApiTest::IssuesTest@ (#40239).Marius Balteanu2024-02-251-0/+1
* Adds route for code highlighting languages page (#39111, #40137).Marius Balteanu2024-02-251-0/+2
* Add tests for @/help/wiki_syntax@ route (#39111, #40137).Marius Balteanu2024-02-251-0/+27
* Fix ThemesTest may fail if a third-party theme having theme.js is installed (...Marius Balteanu2024-02-131-1/+1
* Fix one more failing test related to favicon after r22692 (#39111).Marius Balteanu2024-02-131-1/+1
* Fix failing tests related to favicon in themes after r22692 (#39111).Marius Balteanu2024-02-131-1/+1
* Fix robots.txt route to enforce .txt format (#40208).Go MAEDA2024-02-091-0/+7
* 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
* Fix tests after asset pipeline implementation (#39111).Marius Balteanu2024-01-253-18/+18
* Add Propshaft library to enable the asset pipeline without modifying existing...Marius Balteanu2024-01-251-2/+2
* Add test cases for @status=*@, @status=@ and @status=|1|3@ (#40099).Marius Balteanu2024-01-251-0/+23
* Fix RuboCop offense Style/HashSyntax (Don't mix styles in the same hash) intr...Go MAEDA2023-12-271-2/+2
* Fixes that diff of a javascript file in repository module is not displayed wi...Marius Balteanu2023-12-261-3/+3
* Fixes attachments functionality for (custom) plugins broken since fix for CVE...Marius Balteanu2023-12-221-0/+5
* Update integration test for plugin routes after r22515 (#36320, #39803).Marius Balteanu2023-12-121-0/+19
* Refactor integration test for plugins routing (added in r22328) in order to u...Marius Balteanu2023-12-111-73/+0
* Updates Rails to 7.1.2 (#36320).Marius Balteanu2023-11-271-2/+2
* Delete whole @tmp/plugins@ directory (#38707).Marius Balteanu2023-10-241-1/+1
* Fixes a random failing test in @test_plugins@ (integration/routing/plugins_te...Marius Balteanu2023-10-241-1/+7
* Fix typo in plugins_test.rb (#38707).Marius Balteanu2023-10-231-2/+2
* 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
* Fix RuboCop offense Rails/RedundantActiveRecordAllMethod (#37248).Go MAEDA2023-10-121-1/+1