Dominik Klein
|
e054d6ca79
Maintenance: Update copyright information.
|
10 months ago |
Florian Liebe
|
9dfc232536
Maintenance: Update copyright information.
|
1 year ago |
Florian Liebe
|
5074f76f37
Maintenance: Enable RSpec/AlignLeftLetBrace cop
|
2 years ago |
Martin Gruner
|
563d2d1e3d
Maintenance: Bump rubocop-rspec from 2.8.0 to 2.9.0
|
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 |
Thorsten Eckel
|
9d4aff5eb0
Maintenance: Activated rubocop rule Layout/ExtraSpacing.
|
4 years ago |
Thorsten Eckel
|
83239518d0
Refactoring: Restore consistency by replacing *_user suffix factories with just customer, admin and agent factory name.
|
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 |
Ryan Lue
|
7930ffdf03
Refactoring: Migrate session_basic_ticket_test to RSpec.
|
5 years ago |