Commit Graph

198 Commits

Author SHA1 Message Date
Alexander Meindl
6eae6229db bug fixes for ruby 3.1 refactoring 2024-08-27 18:05:49 +02:00
Alexander Meindl
07942a59e2 Drop unmaintained ruby 3.0 support 2024-08-27 09:30:58 +02:00
Alexander Meindl
886938495f AdditionalsQuery refactored 2024-08-26 19:24:34 +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
10a6d59551 provide query methods 2024-07-09 07:55:02 +02:00
Alexander Meindl
48c15e7b8c provide UNPROCESSABLE_CONTENT for redmine 5.x and redmine 6 2024-06-17 15:51:43 +02:00
Alexander Meindl
35b9daade1 use AdditionalsApplicationRecord for redmine 5.x and 6 support as temp solution 2024-06-12 07:36:06 +02:00
Alexander Meindl
fa41723c11 fix problem with asset pipeline https://www.redmine.org/issues/39111 and rubocop fixes 2024-04-08 18:12:16 +02:00
Alexander Meindl
12ff57da7c provide initialize_project_name_filter 2024-03-16 07:42:50 +01:00
Alexander Meindl
f92c2aefe0 Use ApplicationRecord with Rails 7 2024-01-31 09:32:15 +01:00
Alexander Meindl
ccdf0e1794 Provide notes count sql 2024-01-26 15:12:23 +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
8db76df85f use persisend and new_record in vaildate_relation 2023-11-30 19:01:36 +01:00
Alexander Meindl
5603d2f29d Try to fix problems with removed request_store gem 2023-11-21 17:52:18 +01:00
Alexander Meindl
ea46c2bf03 Ruby 3 is required. Add redmine 5.1 to tests 2023-11-05 06:21:43 +01:00
Alexander Meindl
9fc93f4dbf fix rubocop offences 2023-09-10 12:14:42 +02:00
Alexander Meindl
b10c47f3fa fix filter last_comments - only notes should be used, no issue changes 2023-08-01 14:05:42 +02:00
Alexander Meindl
df8dd2110e Allow link to default dashboard in dashboard breadcrumb and fix pie chart overlay 2023-08-01 13:02:23 +02:00
Alexander Meindl
031298f230 use boolean return values in predicate methods - fixed 2023-06-23 16:13:42 +02:00
Alexander Meindl
cded86b8da use boolean return values in predicate methods 2023-06-23 16:02:28 +02:00
Alexander Meindl
f0a2b23980 fix rubocop offenses and provide NO_RESULT_CONDITION 2023-06-23 12:45:08 +02:00
Alexander Meindl
d7f4ed09d2 updated to D3 7.8.5 and rubocop offenses fixed 2023-06-04 09:26:19 +02:00
Alexander Meindl
cdaa31c03a support array with env for AdditionalsConf 2023-04-23 18:47:36 +02:00
Alexander Meindl
7cf66b50c3 Allow overwrite fixed settings 2023-03-27 20:07:54 +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
1da1b1719c Fix rubocop offenses 2023-02-09 10:11:22 +01:00
Alexander Meindl
7c17cf5e0d move ids_from_string to query instance 2023-01-21 10:42:53 +01:00
Alexander Meindl
801e292020 ids_from_string abstracttion 2023-01-21 10:35:52 +01:00
Alexander Meindl
087890b573 Improve issue amount detection 2023-01-04 17:29:10 +01:00
Alexander Meindl
3f049da0a0 show caching information for async dashboard block 2023-01-04 17:11:45 +01:00
Alexander Meindl
c3bd3cdc0a another initialize_last_notes_filter fix and cleanup 2022-12-07 18:09:14 +01:00
Alexander Meindl
3e93113ae9 fix all and none filter for initialize_last_notes_filter 2022-12-07 17:27:08 +01:00
Alexander Meindl
5f713c6449 provide initialize_last_notes_filter 2022-12-07 15:25:45 +01:00
Alexander Meindl
357b3d19be allow icon_field for fontawesome select helper 2022-11-14 13:38:44 +01:00
Alexander Meindl
b8b1628746 #150 try to fix invalid byte sequence bug for windows system info 2022-10-27 09:55:40 +02:00
Alexander Meindl
14690903d1 validate max length of dashboard name 2022-09-20 21:47:34 +02:00
Alexander Meindl
e51b812158 add notes_count and provide translation strings 2022-08-23 18:45:21 +02:00
Alexander Meindl
db8f09d79a Fix import for latest redmine changes 2022-07-24 15:01:56 +02:00
Alexander Meindl
852f1f04af rubocop update 2022-06-27 09:08:53 +02:00
Alexander Meindl
ae0fe6bfbf project is not always required for entities 2022-06-17 19:44:14 +02:00
Alexander Meindl
c57abd2a0b use table_name for dashboard role 2022-06-17 13:26:18 +02:00
Alexander Meindl
aeba93eb14 provide notes filter 2022-06-13 07:42:26 +02:00
Alexander Meindl
fba4415dde add strip_split and to_list to core_ext 2022-06-08 20:01:59 +02:00
Alexander Meindl
1afd461542 add canned_responses for plugin check 2022-06-01 17:31:21 +02:00
Alexander Meindl
55312e4fa5 Cleanups and provide more mailer functionality 2022-05-30 19:15:10 +02:00
Alexander Meindl
5c362483ea refactor dashboard model permissions 2022-05-20 23:26:42 +02:00
Alexander Meindl
e5267e17f6 Fix scope of select2 in projects. Optimize hide role feature: do not call additional queries, if not required. Hide role supports assignee for issues and watchers 2022-04-21 12:11:19 +02:00
Alexander Meindl
3388c6d072 Ruby 2.7 updates 2022-04-20 20:50:44 +02:00
Alexander Meindl
81e7b69ac7 allow multiple permission for dashboard blocks 2022-04-19 12:51:37 +02:00