Commit Graph

317 Commits

Author SHA1 Message Date
Alexander Meindl
aea93ffbff refactor render, see https://rails-bestpractices.com/posts/2010/12/04/simplify-render-in-views/ 2022-09-18 14:43:30 +02:00
Alexander Meindl
b6c0844738 version bump and changelog update 1.0.13 2022-08-07 04:52:00 +02:00
Alexander Meindl
9e197586ea Merge pull request #100 from hybridvision/url-formatting-fix
Fix URL formatting in messages
2022-08-07 04:44:48 +02:00
hybridvision
acce7477f8 Fix URL formatting in messages
Certain URLs in the Messenger are formatted as Markdown, which [doesn't work with Slack](https://stackoverflow.com/a/36304585). URLs elsewhere are formatted correctly, so this change addresses the inconsistency and fixes the links for Slack.

Fixes #75
2022-07-20 19:30:40 +02:00
Alexander Meindl
b6a0674b1f rubocop offenses fixed 2022-06-28 08:13:51 +02:00
Alexander Meindl
6b894a47f6 Rename Kennwort to Passwort 2022-04-19 12:52:34 +02:00
Alexander Meindl
5f15566f3a rubocop-minitest added - gem 2022-04-11 16:38:01 +02:00
Alexander Meindl
105813c866 rubocop-minitest added 2022-04-11 16:14:31 +02:00
Alexander Meindl
4373a7c410 Use bulk for migration 2022-01-13 18:11:18 +01:00
Alexander Meindl
8040469925 New password string again 2021-12-09 19:55:11 +01:00
Alexander Meindl
829eda357f Use new passwords string 2021-12-09 17:48:15 +01:00
Alexander Meindl
077bdc6018 Fix settings, which should support fallback with redmine_plugin_kit 1.0.12 2021-12-08 16:47:56 +01:00
Alexander Meindl
6bbc235732 Version bump and changelog update 1.0.11 2021-12-08 15:58:08 +01:00
Alexander Meindl
a4dabae9c9 Use redmine_plugin kit as loader 2021-12-07 19:40:32 +01:00
Alexander Meindl
923d3b8408 Working on zeitwerk support 2021-11-23 19:42:25 +01:00
Alexander Meindl
bba0807350 remove ruby 2.5 tests and add ruby 3.0 tests 2021-11-11 10:21:31 +01:00
Alexander Meindl
3f12e31568 Ruby 2.6 required 2021-11-11 09:33:20 +01:00
Alexander Meindl
d046b7bec9 Switch to postgres14 for github actions 2021-10-05 07:06:15 +02:00
Alexander Meindl
959b9ce041 correct note 2021-09-20 12:46:51 +02:00
Alexander Meindl
1c34d31623 adjust rubocop for new rubocop version 2021-09-14 19:58:36 +02:00
Alexander Meindl
d04fcc814a Version bump to 1.0.10 1.0.10 2021-08-24 18:06:30 +02:00
Alexander Meindl
1730fb05fd Move asynchron delivery job to default Rails directory 2021-08-24 18:01:48 +02:00
Alexander Meindl
7326c81c5f Merge pull request #91 from Contargo/asynchronous-job
Use asynchronous ActiveJob for message delivery
2021-08-24 17:47:56 +02:00
Florian Krupicka
05d4b5bc8d Fix: missed a small param copied from the original network call 2021-08-24 17:13:55 +02:00
Florian Krupicka
f4fbf45895 Use asynchronous ActiveJob for message delivery
Calling out to a 3rd party web service like Slack or Mattermost blocks
the request for the current Redmine user. Depending on network latency,
this can result in very slow response on any action that is notified via
`redmine_messenger`.

Instead the backend call should make use of Rails builtin asynchronous
background job queuing (the same as used for Redmine mails), returning
to the user earlier.

We don't specify the actual queue backend for this job, so any Redmine
installation can select an appropiate queue backend by themselves or
simply use the default builtin backends.
2021-08-24 16:58:40 +02:00
Alexander Meindl
4fa7ed5d71 Remove unused css class 1.0.9 2021-07-15 15:54:04 +02:00
Alexander Meindl
6af8205469 delete project settings, if project is removed 2021-07-09 17:22:28 +02:00
Alexander Meindl
7d39ba99ec use project relation for messenger_setting 2021-07-09 17:09:20 +02:00
Alexander Meindl
28f5d2d0c6 adjust number of available languages 2021-07-07 07:01:18 +02:00
Alexander Meindl
32b0b01ae0 Merge pull request #89 from evroon/patch-2
Create Dutch locale
2021-07-07 06:49:13 +02:00
Alexander Meindl
b90cfe5334 Merge pull request #88 from evroon/patch-1
Fix typos in English locale
2021-07-07 06:47:21 +02:00
Erik Vroon
53e00d1abb Replace 'en' by 'nl' in nl.yml 2021-07-06 20:50:27 +02:00
Erik Vroon
78d9896647 Small improvements in nl locale 2021-07-06 20:48:36 +02:00
Erik Vroon
1bb62a1cbc Create Dutch locale 2021-07-06 20:40:57 +02:00
Erik Vroon
f6bc1310ca Fix typos in English locale 2021-07-06 20:40:37 +02:00
Alexander Meindl
eb9de1bc8e rename env JENKINS to COVERAGE 2021-05-17 16:48:10 +02:00
Alexander Meindl
51de72e3fb Fix version check 2021-04-18 16:05:57 +02:00
Alexander Meindl
e47c55130d Fix documentation 1.0.8 2021-04-18 16:04:04 +02:00
Alexander Meindl
dadaa32a57 frozen_string_literal, Coding standards fixed and ruby 2.7 warnings - redmine 4.1 and ruby 2.5 is required 2021-04-18 15:58:57 +02:00
Alexander Meindl
67a8faa284 fix problem with frozen string #85 2021-04-06 10:26:55 +02:00
Alexander Meindl
36d8261d4a Remove not required source from Gemfile 2021-04-06 07:47:00 +02:00
Alexander Meindl
385b6f6cef Update gem setup for tests 2021-04-06 07:46:13 +02:00
Alexander Meindl
fae0efbc7c Do not test master with ruby 2.4, because it is no longer supported by redmine 2021-04-02 07:55:39 +02:00
Alexander Meindl
b290a59f5c Add Redmine 4.2 to github actions 2021-03-28 09:39:04 +02:00
Alexander Meindl
18e3cb6af5 add db to matrix again 2021-03-24 16:38:23 +01:00
Alexander Meindl
2678b5512b github action does not execpt multiple excludes, use include 2021-03-24 16:35:24 +01:00
Alexander Meindl
887d3917bd github action does not execpt multiple excludes, use include 2021-03-24 16:34:13 +01:00
Alexander Meindl
d226072f34 Add ruby 2.7 to github actions test 2021-03-24 16:27:54 +01:00
Alexander Meindl
6e6378b7e7 Try to fix mysql - try user name2 2021-03-18 08:32:33 +01:00
Alexander Meindl
6713c3749b Try to fix mysql - try user name2 2021-03-18 08:28:39 +01:00