Commit graph

41 commits

Author SHA1 Message Date
Mantas Masalskis
77ffb90577 Maintenance: Replace db_strategy: reset_all with db_strategy: reset 2026-04-03 18:12:40 +03:00
renovatebot
1dd1f1c688 Maintenance: Update dependency rubocop to v1.85.0 2026-03-01 20:51:55 +02:00
Dusan Vuckovic
9f1f5cae1e Fixes #5948 - Default time diff is applying wrong units when the associated fields are missing. 2026-02-18 15:31:46 +00:00
Mantas Masalskis
a1b9ef2bbb Maintenance: Update copyright information. 2026-01-02 15:41:09 +02:00
Mantas Masalskis
74a0e282a4 Fixes #5666 - First Ticket Update changes External Data Source field form ‚nil‘ to {} 2025-06-25 15:48:54 +03:00
Martin Gruner
5daee104f6 Fixes #5580 - Remove MySQL/MariaDB support 2025-05-22 10:20:30 +02:00
Dominik Klein
ae8e7a4efc Fixes #5460 - Zammad won't create/update tickets when corrupted object attribute default value configuration exists 2025-02-08 15:48:46 +01:00
Mantas Masalskis
10f627cb69 Maintenance: Update copyright information 2025-01-01 17:39:43 +02:00
Mantas Masalskis
e2f75d16b9 Fixes #5276 - Untranslated error message in /object_manager 2024-07-30 14:33:51 +02:00
Dominik Klein
e054d6ca79 Maintenance: Update copyright information. 2024-01-02 11:55:19 +01:00
renovatebot
0758a94304 Maintenance: Update dependency rubocop-performance to v1.20.0 2023-12-19 10:50:24 +01:00
Martin Gruner
968d20acbd Maintenance: Unify custom Rails model validators. 2023-03-10 15:49:19 +01:00
Martin Gruner
b0bd467fa9 Maintenance: Improve handling and translatability of custom Rails model error messages. 2023-03-10 13:07:00 +01:00
Tobias Schäfer
b3c45f578f Maintenance: Ported test/integration/object_manager_test.rb 2023-03-01 18:04:54 +01:00
Florian Liebe
9dfc232536 Maintenance: Update copyright information. 2023-01-02 16:19:55 +01:00
Dusan Vuckovic
19b0cfa1f6 Revert "Fixes #4364 - Remove ticket hook when pasting into ticket link dialog." 2022-12-23 13:52:02 +01:00
Stubenhocker1399
59c4126cc5
Fixes #4364 - Remove ticket hook when pasting into ticket link dialog. 2022-12-23 12:40:30 +00:00
renovatebot
f10fea33e5 Maintenance: Update dependency rubocop-rspec to v2.16.0 2022-12-23 09:52:33 +01:00
renovatebot
addbe88fd1 Maintenance: Update dependency rubocop to v1.41.1 2022-12-23 08:30:51 +01:00
Mantas
bc66012281 Fixes #2150 - Text attribute inputs longer than maxlength is silently truncated 2022-11-15 07:58:32 +00:00
renovatebot
1c6fdb28e6 Maintenance: Update dependency rubocop-rspec to v2.14.2 2022-10-27 13:13:13 +02:00
Mantas
1c310c923a Maintenance: Change Rubocop config to allow stubbing of RSpec's subject 2022-07-13 17:34:43 +03:00
Florian Liebe
5074f76f37 Maintenance: Enable RSpec/AlignLeftLetBrace cop 2022-06-21 15:20:18 +02:00
Mantas Masalskis
e6ab058fc9 Fixes #3763 - Default time diff for date and datetime objects don't function 2022-03-29 19:29:42 +02:00
Martin Gruner
d7b8b3662f Maintenance: Updated to Rails 6.1. 2022-03-22 10:14:09 +01:00
Martin Gruner
563d2d1e3d Maintenance: Bump rubocop-rspec from 2.8.0 to 2.9.0
Bumps [rubocop-rspec](https://github.com/rubocop/rubocop-rspec) from 2.8.0 to 2.9.0.
- [Release notes](https://github.com/rubocop/rubocop-rspec/releases)
- [Changelog](https://github.com/rubocop/rubocop-rspec/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rubocop/rubocop-rspec/compare/v2.8.0...v2.9.0)
2022-03-01 09:00:40 +01:00
Rolf Schmidt
d5a2890745 Fixes #3889 - JS error on editing textareas admin object manager attributes. 2022-01-18 15:37:16 +01:00
Martin Gruner
24c3bdfd87 Maintenance: Update copyright header. 2022-01-01 14:38:12 +01:00
Mantas Masalskis
501a98b6c2 Fixes #3810 - Custom date and datetime attributes are filled with dates on creation of tickets/users after update from 4.1 to 5.x. 2021-10-20 18:54:33 +02:00
Rolf Schmidt
041c0d61ef Follow up fa4577d463 - Fixes #3710 - Unable to close tickets in certran cases if core workflow is used. 2021-09-23 09:52:08 +02:00
Rolf Schmidt
f9ffa3ef51 Fixes #3762 - Unable to create a ticket in web app if default for additional boolean value is FALSE. 2021-09-22 13:57:53 +01:00
Mantas Masalskis
f3464cc4ac Fixes #2634 - Merge not possible with not set, required attributes 2021-08-20 05:36:30 +02:00
Mantas Masalskis
0668e17d18 Fixes #1653 - Default value not set for attributes of type input, select,... 2021-08-17 18:37:16 +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
Thorsten Eckel
0b9e6676f8 Maintenance: Updated rubocop(-* gems) to latest version (1.0.0). 2020-10-22 15:57:01 +02:00
Mantas Masalskis
59c787bacb Maintenance: Reduce HasBackends overhead by autoloading backends on initialisation. 2020-08-19 17:24:19 +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
Billy Zhou
29f96527a7 Fixed #2339 - Integer minimal is ignored. 2019-06-27 13:53:17 +02:00
Ryan Lue
2ac28bf906 Fix auto-correctable rubocop offenses in test suite 2019-05-28 15:07:19 +08:00
Thorsten Eckel
4e07079056 Follow up - 444e48e377 - Removed future and past data_options of Date ObjectManager::Attribute because they are not determinable due to time zones. 2019-03-15 11:04:57 +01:00
Thorsten Eckel
444e48e377 Fixed issues #1259 and #1598 by adding ObjectManager::Attribute validations. 2019-03-14 00:51:22 +01:00