Commit graph

34 commits

Author SHA1 Message Date
Mantas Masalskis
aaa4700468 Maintenance: Renames 422 HTTP response code from unprocessable_entity to unprocessable_content due to RFC update 2026-04-22 18:23:21 +03:00
Mantas Masalskis
a1b9ef2bbb Maintenance: Update copyright information. 2026-01-02 15:41:09 +02:00
Martin Gruner
5daee104f6 Fixes #5580 - Remove MySQL/MariaDB support 2025-05-22 10:20:30 +02:00
Mantas Masalskis
10f627cb69 Maintenance: Update copyright information 2025-01-01 17:39:43 +02:00
Mantas Masalskis
f2ef2be2b1 Maintenance: Port ObjectCacheTest to RSpec 2024-02-26 10:09:44 +01:00
Martin Gruner
721f7b2173 Maintenance: Add missing uniqueness validators on Rails level. 2024-02-21 11:37:16 +01:00
Mantas
0cb999b0a7 Maintenance: Port create_or_update_with_ref test 2024-02-14 08:58:34 +01:00
Mantas Masalskis
48348b22f8 Maintenance: Port ModelTest to RSpec 2024-02-12 10:14:22 +01: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
Rolf Schmidt
5c8af38f19 Performance: Drop unnessescary user assets for users, roles and organizations. 2022-06-28 12:55:49 +02:00
Florian Liebe
5074f76f37 Maintenance: Enable RSpec/AlignLeftLetBrace cop 2022-06-21 15:20:18 +02:00
Rolf Schmidt
0b6010c390 Maintenance: Replace zammad specific cache approach by rails low level caching. 2022-04-04 08:43:27 +02:00
Martin Gruner
d7b8b3662f Maintenance: Updated to Rails 6.1. 2022-03-22 10:14:09 +01:00
Martin Gruner
24c3bdfd87 Maintenance: Update copyright header. 2022-01-01 14:38:12 +01:00
Martin Gruner
33a5f470e0 Maintenance: Treat Ruby deprecation warnings as test errors. 2021-07-06 07:52:22 +00:00
Thorsten Eckel
ca56de3648 Maintenance: Updated to Rails 6.0.4 and the new Zeitwerk autoloader.
This changes the minimum supported version of PostgreSQL to 9.3.
2021-06-23 11:35:27 +00: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
Thorsten Eckel
8790e389be Fixes issue #865 - Freshdesk import 2021-05-25 12:30:12 +00:00
Martin Edenhofer
f6f1b37250 Fixes issue #3336 - High system load, "StatusCode: 500 - execution expired", ActiveRecord::Deadlocked issues, and scheduler problems prevent Zammad from working well/quickly. 2021-01-05 12:35:56 +01:00
Thorsten Eckel
623b17be6b Maintenance: Updated rubocop(-* gems) to latest version (0.92.0). 2020-09-30 11:07:01 +02:00
Ryan Lue
7700817143 Refactoring: Migrate db_auto_increment to RSpec 2020-08-14 13:32:25 +02:00
Mantas
543b552298 Fixes #3121 - Object lookup by text attribute fails if symbol is given 2020-07-16 20:50:27 +03:00
Thorsten Eckel
9d4aff5eb0 Maintenance: Activated rubocop rule Layout/ExtraSpacing. 2020-06-22 13:08:37 +02:00
Thorsten Eckel
83239518d0 Refactoring: Restore consistency by replacing *_user suffix factories with just customer, admin and agent factory name. 2020-06-20 11:15:52 +02:00
Ryan Lue
dbe13c2ed6 - Fixes #2658 - CSV-Import doesn't lookup records by "name" field.
- Fixes #2659 - CSV-Import doesn't (always) handle database errors correctly.

Attention: This introduces a behavior change: Before (other) data was still imported on errors, now data only will get imported when no error occurs.
2019-10-21 12:44:52 +02:00
Denny Bresch
4a142f307b Fixed #2624 - Concern 'CanLatestChange' returns wrong updated_at 2019-06-27 12:01:40 +02:00
Ryan Lue
2ac28bf906 Fix auto-correctable rubocop offenses in test suite 2019-05-28 15:07:19 +08:00
Ryan Lue
ca73fdd9b7 Refactoring: Migrate *_assets_test.rb to RSpec 2019-02-26 12:00:46 +01:00
Ryan Lue
85d6d78eea Fix test failures caused by faulty id generator in ChecksImport examples 2019-02-04 07:54:39 +01:00
Ryan Lue
8275b56d54 Wrap ChecksImport spec examples in a single describe block (for clearer spec report output) 2019-01-29 08:09:29 +01:00
Ryan Lue
205a99c56a Fix checks_import_examples.rb when applied to non-importable classes 2019-01-29 08:09:29 +01:00
Ryan Lue
46615333f9 Refactoring: Eliminate explicit coupling of classes in ChecksImport concern 2019-01-28 21:57:58 +08:00
Ryan Lue
1d1e75c743 Refactoring: Migrate ApplicationModel::ChecksImport part of db_auto_increment_test.rb to RSpec 2019-01-22 17:35:01 +01:00