Commit graph

24 commits

Author SHA1 Message Date
Mantas Masalskis
a1b9ef2bbb Maintenance: Update copyright information. 2026-01-02 15:41:09 +02:00
Mantas Masalskis
10f627cb69 Maintenance: Update copyright information 2025-01-01 17:39:43 +02:00
Dominik Klein
e054d6ca79 Maintenance: Update copyright information. 2024-01-02 11:55:19 +01:00
Florian Liebe
9dfc232536 Maintenance: Update copyright information. 2023-01-02 16:19:55 +01:00
Tobias Schäfer
be36bc6f20 Maintenance: Port integration elasticsearch test. 2022-09-09 12:14:04 +02:00
Florian Liebe
c3458133af Maintenance: Improve execution time of Elasticsearch related tests. 2022-09-08 12:11:20 +02:00
Mantas
ca0af63fa7 Maintenance: Email delivery integration test fixed 2022-06-10 11:47:53 +00:00
Mantas Masalskis
9ef701e6d5 Maintenance: Refactored script for background service processing (a.k.a scheduler).
- Added possibility to control process forking for better scalability via env variables. See `script/background-services.rb -h` for details.
- New handle `script/background-services.rb` does not daemonize any more.
- `script/scheduler.rb` is now deprecated and will be removed with Zammad 6.

Co-authored-by: Martin Gruner <mg@zammad.com>
Co-authored-by: Mantas Masalskis <mm@zammad.com>
2022-06-01 11:24:15 +02:00
Martin Gruner
f678083c35 Maintenance: Move searchindex tasks to zammad:searchindex namespace.
Old commands are still available but deprecated and will be removed with Zammad 6.
2022-05-31 07:47:27 +02:00
Martin Gruner
7a8948bc07 Maintenance: Apply TCR patch also for minitest to make IMAP tests work. 2022-03-29 16:39:29 +02:00
Martin Gruner
2b78f5fff7 Maintenance: Drop obsolete use of orphaned coverage modules. 2022-01-26 14:04:13 +01:00
Martin Gruner
24c3bdfd87 Maintenance: Update copyright header. 2022-01-01 14:38:12 +01:00
Martin Gruner
a389b8f07c Maintenance: Replace rand() where possible 2021-09-20 12:47:05 +02:00
Rolf Schmidt
05a471f90d Fixes #3709, #Fixes 1262 - Core Workflow implementation 2021-08-25 14:24:42 +02:00
Martin Gruner
5df98684da Maintenance: Update copyright information and add a new rubocop cop to watch over it. 2021-06-01 12:20:20 +00:00
Mantas Masalskis
041bf51b52 Maintenance: Rubocop enforces %r{} regular expression style 2021-05-12 14:37:44 +03:00
Mantas Masalskis
21c3b31c97 Maintenance: Added test coverage for public Knowledge Base search. 2019-09-24 15:04:42 +02:00
Denny Bresch
c60e1c0780 Fixed issue #2611 - SearchIndexBackend.remove() (ES) is not removing entries 2019-07-04 15:23:58 +02:00
Ryan Lue
a1da3a27f9 Enable Lint/UselessAssignment cop. 2019-06-28 13:38:49 +02:00
Thorsten Eckel
9af50f2a4e Updated rubocop to latest version (0.59.2) and applied required changes. 2018-10-09 08:17:41 +02:00
Billy Zhou
01717bcc7f For Elasticsearch, sort by active flag first before everything else 2018-07-20 19:29:40 +08:00
Thorsten Eckel
f34f0d14de Test stabilization: Make ES indexes more unique and remove delete indexes only if necessary. 2018-06-22 14:23:23 +02:00
Thorsten Eckel
c50d6a49ed Centralized Elasticsearch and searchindex logic into single support helper module. This fixes an issue on the CI env that is caused by not removed ES indexes. 2018-06-05 12:38:16 +02:00
Thorsten Eckel
ba9845cb68 Moved coverage logic into support folder to increase clarity and only include on TravisCI runs to reduce test runtime. 2018-06-05 12:38:16 +02:00