Dominik Klein
|
e054d6ca79
Maintenance: Update copyright information.
|
11 months ago |
renovatebot
|
1d21105a3d
Maintenance: Update dependency rubocop to v1.48.0
|
1 year ago |
renovatebot
|
225bebdddd
Maintenance: Update dependency rubocop to v1.47.0
|
1 year ago |
Florian Liebe
|
9dfc232536
Maintenance: Update copyright information.
|
1 year ago |
Rolf Schmidt
|
da66d95d3b
Fixes #4229 - User-based ticket overview sorting.
|
2 years ago |
Rolf Schmidt
|
0b6010c390
Maintenance: Replace zammad specific cache approach by rails low level caching.
|
2 years ago |
Martin Gruner
|
24c3bdfd87
Maintenance: Update copyright header.
|
2 years ago |
Martin Gruner
|
5df98684da
Maintenance: Update copyright information and add a new rubocop cop to watch over it.
|
3 years ago |
Mantas Masalskis
|
c45b5ac51f
Refactoring: Deprecate custom Cache implementation and wrap native Rails cache instead.
|
3 years ago |
Thorsten Eckel
|
43b6374d16
Updated rubocop(-* gems) to latest version (1.2.0).
|
4 years ago |
Thorsten Eckel
|
623b17be6b
Maintenance: Updated rubocop(-* gems) to latest version (0.92.0).
|
4 years ago |
Martin Edenhofer
|
4e8cf209ca
Performance: Observing every Overview of each Agent Session doesn't scale well on larger systems (60 Overviews per Agent). With this change only the last 5 used Overviews are checked on every iteration. A full check is still performed ever 60 seconds. This reduces the overall load.
|
5 years ago |
Thorsten Eckel
|
1287e9968e
Fixed bug: Regular Model list imports (e.g. Tickets) sequences fail import because of attribute that is not required and can't be provided.
|
5 years ago |
Martin Edenhofer
|
6018d864db
Performance: `Sessions::Backend::TicketOverivewList` check whether data has to be sent to the client was wrong. The correct check now compares the list of tickets instead of comparing the whole hash structure including assets.
|
5 years ago |
Martin Edenhofer
|
595dd01c4e
Cleanup - moved from file based ttl checks to object based ttl checks.
|
5 years ago |
Ryan Lue
|
a1da3a27f9
Enable Lint/UselessAssignment cop.
|
5 years ago |
Martin Edenhofer
|
c16c86e99e
Skip overview in list if overview was deleted in the meantime (race condition).
|
5 years ago |
Martin Edenhofer
|
b6093930e3
Improved error handling.
|
5 years ago |
Martin Edenhofer
|
233198ffd6
WIP.
|
5 years ago |
Martin Edenhofer
|
3e0f5caffe
Improved error handling if ticket already got deleted in the meantime.
|
5 years ago |
Thorsten Eckel
|
e8a57517f4
Updated rubocop - applied custom Layout/AlignHash style.
|
6 years ago |
Thorsten Eckel
|
9af50f2a4e
Updated rubocop to latest version (0.59.2) and applied required changes.
|
6 years ago |
Martin Edenhofer
|
ce5f5a035e
Fixed issue #2108 - 30 concurrent agents + each of them 30 overviews - script/scheduler.rb takes 100% CPU time - background jobs cannot be processed.
|
6 years ago |
Martin Edenhofer
|
80ab16a2d3
Improved performance of ticket overview backend job.
|
7 years ago |
Martin Edenhofer
|
228a0df54a
Improved code layout.
|
7 years ago |
Thorsten Eckel
|
757f0ac9bd
Applied RuboCop Style/BlockDelimiters to improve readability.
|
7 years ago |
Martin Edenhofer
|
a83d0bc819
Send assets and ticket list in one message.
|
8 years ago |
Martin Edenhofer
|
30fe8aef36
Applied rubocop.
|
8 years ago |
Martin Edenhofer
|
9d4c865979
Push objects just once to client.
|
8 years ago |
Martin Edenhofer
|
fb1a8987aa
Rewrite of overview index and list backend.
|
8 years ago |
Martin Edenhofer
|
ba3f868638
Upgrade to new rubocop.
|
8 years ago |
Martin Edenhofer
|
73f27f48ae
Improved error handling.
|
8 years ago |
Martin Edenhofer
|
5f74e50433
Rewrite of web socket event backend.
|
9 years ago |
Martin Edenhofer
|
b6b9def375
Moved from Ticket::ScreenOptions.agents to generic User.of_role('Agent').
|
9 years ago |
Thorsten Eckel
|
54fd62487c
Applied rubocop cop 'Style/SpaceInsideStringInterpolation'.
|
9 years ago |
Martin Edenhofer
|
9e3a68762d
Removed extended logging.
|
9 years ago |
Martin Edenhofer
|
fbd99e89f3
Added logging to find race condition.
|
9 years ago |
Thorsten Eckel
|
67c4215554
Corrected with rubocop cop 'Style/RedundantSelf'.
|
9 years ago |
Thorsten Eckel
|
650e17be7c
Corrected with rubocop cop 'Lint/StringConversionInInterpolation'.
|
9 years ago |
Martin Edenhofer
|
5df60dd057
Improved logging.
|
9 years ago |
Martin Edenhofer
|
752ed6d73f
Added debug messages to get more details about issue on ci env.
|
9 years ago |
Martin Edenhofer
|
158bf737ae
Applied rubocop Style/IndentHash.
|
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 |
Martin Edenhofer
|
5d2db33534
Improved speed of tests by own ttl method parameter.
|
9 years ago |
Martin Edenhofer
|
b625a6563a
Small testing improvements.
|
9 years ago |
Martin Edenhofer
|
be31823d89
Improved cache backend. Heavy reduce of sql queries.
|
9 years ago |
Martin Edenhofer
|
294c131438
Removed obsolet code. Fixed edit overview.
|
9 years ago |
Martin Edenhofer
|
def1aacb20
Moved to new task manager api (now also with browser tests).
|
9 years ago |
Martin Edenhofer
|
daf3656914
Fixed session backend of ticket overview list.
|
10 years ago |