Alexander Meindl
215e355b0f
remove unused wiki_page patch
2024-10-28 14:19:30 +01:00
Alexander Meindl
804a66bf9d
remove tests, which do not work with new js solution
2024-10-14 12:12:06 +02:00
Alexander Meindl
7910ce50a6
switch back to tanuki_emoji', '~> 0.10.0', because newer version do not work with redmine 5.0
2024-10-08 12:20:24 +02:00
Alexander Meindl
b4e1f2b67d
working on tabler icons integration
2024-10-05 16:33:56 +02:00
Alexander Meindl
456b9942ff
Test cleanups with fixtures
2024-09-25 10:10:02 +02:00
Alexander Meindl
f7955b8736
cosmetics on tests
2024-09-17 20:07:30 +02:00
Alexander Meindl
ae51eb366b
Fix rubocop offenses
2024-08-31 17:24:40 +02:00
Alexander Meindl
07942a59e2
Drop unmaintained ruby 3.0 support
2024-08-27 09:30:58 +02:00
Alexander Meindl
68a57b04af
working on query filters, add some redmine 6 support and rubocop fixes
2024-08-25 19:14:50 +02:00
Alexander Meindl
b94e192a86
drop fall back emoji support and add routing helper class
2024-08-05 20:20:45 +02:00
Alexander Meindl
90f4e613e2
Fix rubocop offenses
2024-05-17 09:12:23 +02:00
Alexander Meindl
bbd45e49f8
fix asset tests for master
2024-04-09 07:36:03 +02:00
Alexander Meindl
ee0b74fab9
working on random failed tests
2024-03-15 09:38:42 +01:00
Alexander Meindl
a4fd6647f5
add test with group for auto watch assignee
2024-03-15 09:28:40 +01:00
Alexander Meindl
47983edb35
add watcher for assigned issues
2024-03-12 18:36:10 +01:00
Alexander Meindl
a306835fff
Fix issue tests with xml payload - caused by https://www.redmine.org/issues/37249
2024-01-31 10:29:06 +01:00
Alexander Meindl
d3996822da
fix rubocop offenses
2024-01-21 06:54:44 +01:00
Alexander Meindl
1fe076ba0d
fix rubopcop offenses Performance/StringIdentifierArgument
2023-12-17 08:54:45 +01:00
Alexander Meindl
e1338290c6
single_page_limit refactored and tests added
2023-12-15 11:46:01 +01:00
Alexander Meindl
c71f8bfd5a
provide fixture_date_format for rails 6 and rails 7 support
2023-12-13 08:25:38 +01:00
Alexander Meindl
7adb11491d
Add option to hide attachments of issue, if amount of file is to high
2023-12-05 19:24:41 +01:00
Alexander Meindl
44b0f73c1e
skip with message on tests
2023-11-26 17:28:11 +01:00
Alexander Meindl
b571dadde8
Fix tests
2023-11-22 17:49:46 +01:00
Alexander Meindl
5603d2f29d
Try to fix problems with removed request_store gem
2023-11-21 17:52:18 +01:00
Alexander Meindl
33cd34842b
like_with_wildcard has been added
2023-11-19 12:36:23 +01:00
Alexander Meindl
9235602496
rename .to_list to .to_comma_list to fix conflict of https://github.com/alphanodes/additional_tags/issues/56
2023-10-18 10:40:49 +02:00
Alexander Meindl
36e0115e4f
Fix rubocop offenses
2023-09-24 09:31:09 +02:00
Alexander Meindl
9fc93f4dbf
fix rubocop offences
2023-09-10 12:14:42 +02:00
Alexander Meindl
29cbf119e7
add missing fixture for integration test
2023-08-15 11:06:40 +02:00
Alexander Meindl
8dfd3c932b
use assert_save if possible
2023-08-15 10:58:09 +02:00
Alexander Meindl
4a850ea2e8
user can lock a dashboard to prevent changing a dashboard or deleting a dashboard by mistake
2023-03-05 19:09:16 +01:00
Alexander Meindl
b6fc6e70bb
Minitest reporters
2023-02-28 13:34:03 +01:00
Alexander Meindl
5ca7f60bdb
do not use require_relative in test helper
2023-02-26 11:27:15 +01:00
Alexander Meindl
9489069603
do not use require_relative for test helper: this breaks file loading with tests
2023-02-26 11:00:48 +01:00
Alexander Meindl
64ec21b764
more abstraction for crud controller test
2023-02-21 16:02:17 +01:00
Alexander Meindl
51109b29b4
Add tests for issue_note_with_author
2023-01-23 14:27:21 +01:00
Alexander Meindl
af061d7a40
chart.js annotation support and require refactoring for tests
2023-01-01 10:42:43 +01:00
Alexander Meindl
99aa9894d8
add missing fixture
2022-12-17 12:36:56 +01:00
Alexander Meindl
d7b4b7f679
add tests for my_watched_pages
2022-12-17 11:43:53 +01:00
Alexander Meindl
a17b1b4d0c
Fix rubocop
2022-11-07 10:34:53 +01:00
Alexander Meindl
81cdcd862c
fix rubocop offenses
2022-10-30 17:08:52 +01:00
Alexander Meindl
8ee3164622
use minitest reports
2022-06-23 17:03:44 +02:00
Alexander Meindl
081097ec4b
Skip plugin test, if redmine_sudo is installed
2022-06-22 11:47:28 +02:00
Alexander Meindl
e47c09d938
fix user scope for anonymous user
2022-06-19 08:46:23 +02:00
Alexander Meindl
ecf1a30a22
add create support for journals controller
2022-06-16 09:45:35 +02:00
Alexander Meindl
3877769c7a
provide allowed_project_ids_for and visible_condition_for for entities
2022-06-14 19:13:17 +02:00
Alexander Meindl
6a199ce07d
add comment support for assert_sorted_equal
2022-06-13 10:43:56 +02:00
Alexander Meindl
fba4415dde
add strip_split and to_list to core_ext
2022-06-08 20:01:59 +02:00
Alexander Meindl
00026c423a
#139 next try to fix fixture problem
2022-06-02 18:11:40 +02:00
Alexander Meindl
40d8a3fce2
#139 try to fix random fixture problem
2022-06-02 17:59:49 +02:00