Florian Liebe
|
9dfc232536
Maintenance: Update copyright information.
|
1 year ago |
Mantas Masalskis
|
4e1d672989
Fixes #4131: Triggers must not allow adding perform settings which are empty / nil
|
2 years ago |
Mantas Masalskis
|
ffdbc246a7
Maintenance: Validate #note length.
|
2 years ago |
Rolf Schmidt
|
e623d6658e
Maintenance: Add timeplan support for schedulers to transform cache cleanup job into a nightly task.
|
2 years ago |
Martin Gruner
|
6714b5f1a4
Maintenance: Bump rubocop-rails from 2.12.4 to 2.13.0
|
2 years ago |
Martin Gruner
|
24c3bdfd87
Maintenance: Update copyright header.
|
2 years ago |
Mantas
|
e26d3ecfd3
Fixes #3802 - Job scheduling respects time zone
|
3 years ago |
Mantas
|
423fafb701
Fixes #3329 - Scheduler jobs don't ensure current ticket information if they're running a long time
|
3 years ago |
Mantas Masalskis
|
2632d9fc6b
Refactoring: Moved Job#timeplan calculations into dedicated class
|
3 years ago |
Thorsten Eckel
|
814f7e997b
Maintenance: Activated rubocop Style/SelfAssignment.
|
3 years ago |
Thorsten Eckel
|
d32ea5e0d3
Maintenance: Add note attribute sanitization to not yet checked models.
|
3 years ago |
Martin Gruner
|
5df98684da
Maintenance: Update copyright information and add a new rubocop cop to watch over it.
|
3 years ago |
Mantas Masalskis
|
041bf51b52
Maintenance: Rubocop enforces %r{} regular expression style
|
3 years ago |
Thorsten Eckel
|
b52e49e6e6
Refactoring: Use duck-typing for first argument of Ticket#perform_changes to enhance feature/implementation/extension capabilities.
|
4 years ago |
Rolf Schmidt
|
ec23915bd0
Fixes #1553: Calendar as filter condition for Trigger/Automatization.
|
4 years ago |
Denny Bresch
|
bc38f1c1ae
Maintenance: Fixed typos in inline comments.
|
5 years ago |
Martin Edenhofer
|
2d7846e7af
Fixed issue #2685 - Scheduler/Job with current_user in condition is not working.
|
5 years ago |
Ryan Lue
|
a1da3a27f9
Enable Lint/UselessAssignment cop.
|
5 years ago |
Martin Edenhofer
|
f72b44234e
Fixed issue #2089 - timezone issue with report graphs not displaying or displaying $timezone hours out of step.
|
5 years ago |
Martin Edenhofer
|
d36c88d441
Fixed flanky job test.
|
5 years ago |
Martin Edenhofer
|
295e67cb6f
Fixes #2454 - Missing validation for trigger.notification.* at Model/API/REST level.
|
5 years ago |
Thorsten Eckel
|
9af50f2a4e
Updated rubocop to latest version (0.59.2) and applied required changes.
|
6 years ago |
Martin Edenhofer
|
a284421ed7
Fixed issue #2191 - Sometimes automatisation is not executed.
|
6 years ago |
Thorsten Eckel
|
5f3c793f37
Refactoring: Fixed autoloading issues and workarounds by doing dependency requirement the "Rails Way".
|
6 years ago |
Thorsten Eckel
|
bf6192113a
Improved overall performance by using logger.debug { ... } instead of logger.debug(...). This decreases the LDAP import dry runtime by ~33%.
|
6 years ago |
Thorsten Eckel
|
705487154c
Applied changes for Rubocop 0.51.
|
7 years ago |
Martin Edenhofer
|
753af9d589
Small improvements for jobs model and execution of jobs.
|
7 years ago |
Martin Edenhofer
|
d93d404902
Improved tests (do not break on before/after callbacks).
|
7 years ago |
Rolf Schmidt
|
fa454abf3a
Reworked file structure of concerns.
|
7 years ago |
Rolf Schmidt
|
f4272315ac
Fixed issue #874 - Misconfigured Trigger can cause silent failures/backtrace.
|
7 years ago |
Thorsten Eckel
|
ef6fbe8f2a
Refactoring: Splitted ApplicationModel into multiple concerns. Notice: Includes object some method name changes.
|
7 years ago |
Martin Edenhofer
|
1ddbb5d59e
Applies rubocop for ruby 2.3.1.
|
8 years ago |
Martin Edenhofer
|
c71b0d36d4
Updated copyright.
|
8 years ago |
Martin Edenhofer
|
be67419379
Squashed commit of the following:
|
8 years ago |
Martin Edenhofer
|
42d0cd1f8f
Updated gems.
|
8 years ago |
Martin Edenhofer
|
0487fa1d12
Init version of triggers.
|
8 years ago |
Martin Edenhofer
|
4731cfb16d
Fixed typo.
|
8 years ago |
Martin Edenhofer
|
6d02578d61
Moved to global Observer::Transaction.commit which executes model based transitions.
|
8 years ago |
Martin Edenhofer
|
30e28e71f6
Added asset support for jobs, overviews and slas.
|
8 years ago |
Martin Edenhofer
|
96fbc9034e
Added next_run_at attribute to jobs.
|
8 years ago |
Martin Edenhofer
|
1950f82322
Added ticket job feature.
|
8 years ago |
Thorsten Eckel
|
d7995bc6d3
Updated dependencies and applied new rubocop rules.
|
8 years ago |
Martin Edenhofer
|
1834f77ee6
Applied new rubocop.
|
9 years ago |
Thorsten Eckel
|
409ae23e78
Corrected with rubocop cop 'Rails/TimeZone'.
|
9 years ago |
Thorsten Eckel
|
67c4215554
Corrected with rubocop cop 'Style/RedundantSelf'.
|
9 years ago |
Martin Edenhofer
|
4365039f49
Moved to rails logger.
|
9 years ago |
Thorsten Eckel
|
39578cea49
Corrected with rubocop cop 'Style/MultilineOperationIndentation'.
|
9 years ago |
Thorsten Eckel
|
b2fd3ba9f0
Corrected with rubocop cop 'Style/DotPosition'.
|
9 years ago |
Martin Edenhofer
|
bd1db72b9b
Applied rubocop Style/TrailingBlankLines.
|
9 years ago |
Thorsten Eckel
|
ce58d465c0
Corrected with rubocop cop 'Style/HashSyntax'.
|
9 years ago |