Mantas
|
61365ac394
Follow up 0628b78 - Fixes #5091 - New timezone is not immediately available in active sessions
|
11 months ago |
Mantas Masalskis
|
0628b78d90
Fixes #5091 - New timezone is not immediately available in active sessions
|
11 months ago |
Martin Gruner
|
529a1a82e5
Maintenance: Forbid 'send' as method name.
|
11 months ago |
Dominik Klein
|
e054d6ca79
Maintenance: Update copyright information.
|
1 year ago |
Martin Gruner
|
075de49227
Maintenance: Improve test stability by enforcing Faker.unique in factories.
|
1 year ago |
Martin Gruner
|
a69fc3a451
Maintenance: Force usage of 'reorder' instead of 'order'.
|
1 year ago |
Rolf Schmidt
|
cca7ea4344
Maintenance: Add rubocop to restrict usage of the default_scope, because it is evil.
|
1 year ago |
Martin Gruner
|
3bb58080d2
Maintenance: Trigger subscriptions only from commit hooks.
|
2 years ago |
Rolf Schmidt
|
0443fc5b4c
Maintenance: Add rubocop to prevent missing last_run parameter for scheduler creation.
|
2 years ago |
Florian Liebe
|
9dfc232536
Maintenance: Update copyright information.
|
2 years ago |
Mantas Masalskis
|
2dcc0e3900
Fixes #4320 - Zammad-scheduler constantly crashes if user have unknown timezone
|
2 years ago |
renovatebot
|
1c6fdb28e6
Maintenance: Update dependency rubocop-rspec to v2.14.2
|
2 years ago |
Martin Gruner
|
f748fbef10
Maintenance: Add rubocop cop to prevent usage of '.not_to permit_action[s]'.
|
2 years ago |
Martin Gruner
|
d9002b5edc
Maintenance: Add new cop to enforce in_modal usage.
|
2 years ago |
Martin Gruner
|
344d647079
Maintenance: Improved wording of translatable source strings.
|
3 years ago |
Martin Gruner
|
24c3bdfd87
Maintenance: Update copyright header.
|
3 years ago |
Martin Gruner
|
64a87b1c67
Fixes #2709, fixes #2666, fixes #2665, fixes #556, fixes #3275 - Refactoring: Implement new translation toolchain based on gettext.
|
3 years ago |
Martin Gruner
|
a389b8f07c
Maintenance: Replace rand() where possible
|
3 years ago |
Rolf Schmidt
|
ff28e17672
Maintenance: Add rubocop to check if a db_strategy is required in your spec test.
|
3 years ago |
Mantas Masalskis
|
2573723269
Fixes #3702 - One of DB migrations timestamp breaks migrations queue
|
3 years ago |
Martin Gruner
|
5df98684da
Maintenance: Update copyright information and add a new rubocop cop to watch over it.
|
3 years ago |
Rolf Schmidt
|
e7039d7046
Maintenance: Added rubocop to make sure that migration reset their column information if needed.
|
4 years ago |
Rolf Schmidt
|
3657278da2
Fixes #3257 - Data in DB and elasticsearch (e.g. ticket overview) out of sync.
|
4 years ago |
Mantas Masalskis
|
8b70f5703c
Maintenance: Cop to replace `.not_to have_` to `.to have_no_`
|
4 years ago |
Thorsten Eckel
|
de22f60826
Maintenance: Added Zammad/NoToSymOnString cop to prevent .to_sym on Strings.
|
4 years ago |
Mantas Masalskis
|
563bcfbefd
Maintenance: Custom Rubocop matcher for making sure "unless" conditional is not used in Ruby
|
4 years ago |
Thorsten Eckel
|
f5841a2fe3
Maintenance: Introduced custom Rubocop `Zammad/ExistsConditions` to check for `.find_by` in conditions and replace it with `.exists?` to increase performance and reduce memory cost.
|
4 years ago |