Commit graph

46 commits

Author SHA1 Message Date
Mantas Masalskis
a1b9ef2bbb Maintenance: Update copyright information. 2026-01-02 15:41:09 +02:00
Mantas Masalskis
10f627cb69 Maintenance: Update copyright information 2025-01-01 17:39:43 +02:00
Mantas Masalskis
48348b22f8 Maintenance: Port ModelTest to RSpec 2024-02-12 10:14:22 +01:00
Dominik Klein
e054d6ca79 Maintenance: Update copyright information. 2024-01-02 11:55:19 +01:00
Florian Liebe
9dfc232536 Maintenance: Update copyright information. 2023-01-02 16:19:55 +01:00
Martin Gruner
24c3bdfd87 Maintenance: Update copyright header. 2022-01-01 14:38:12 +01:00
Martin Gruner
9f7bec8942 Maintenance: Add Brakeman for static security analysis. 2021-07-20 13:31:46 +00:00
Thorsten Eckel
b8b57781b7 Maintenance: Activated rubocop Layout/LeadingCommentSpace. 2021-07-19 15:43:33 +02:00
Rolf Schmidt
649dff172e Fixes #3585 - DataPrivacy may fail to clear user relations. 2021-06-02 11:25:12 +01: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
Mantas Masalskis
041bf51b52 Maintenance: Rubocop enforces %r{} regular expression style 2021-05-12 14:37:44 +03:00
Thorsten Eckel
623b17be6b Maintenance: Updated rubocop(-* gems) to latest version (0.92.0). 2020-09-30 11:07:01 +02:00
Rolf Schmidt
3fb9b05027 Fixes #2074 - Ability of deleting customers and / or all ticket at once. 2020-09-09 09:50:24 +02:00
Thorsten Eckel
b49802a161 Fixes #3123: Merging Tickets/Users/... does not update ExternalSync references. 2020-07-20 08:19:51 +02:00
Thorsten Eckel
a976b9fb43 Maintenance: Updated rubocop(-* gems) to latest version (0.80.0). 2020-02-18 20:51:31 +01:00
Thorsten Eckel
d5bf8a533c Fixed regression: Newly created ObjectManager::Attribute::Validation breaks Spring because of already/auto loaded constants. 2019-03-15 11:04:57 +01:00
Thorsten Eckel
b2c065812f Refactoring: Migrated Kernel.const_get to Rails .constantize. 2019-01-06 19:41:29 +01:00
Thorsten Eckel
9af50f2a4e Updated rubocop to latest version (0.59.2) and applied required changes. 2018-10-09 08:17:41 +02:00
Thorsten Eckel
44e89271fe Refactoring: Momorize result and more idiomatic ruby. 2018-10-07 14:24:55 +02:00
Martin Edenhofer
f5c588be0b Implemented issue #2261 - Make stats store and cti log searchable via elastichsearch & destroy stats store if user got deleted. 2018-10-03 08:23:22 +02:00
Thorsten Eckel
bf6192113a Improved overall performance by using logger.debug { ... } instead of logger.debug(...). This decreases the LDAP import dry runtime by ~33%. 2018-03-22 10:39:32 +01:00
Thorsten Eckel
57294646a9 Improved performance by caching the result process wide instead of globing and accessing the database multiple times. 2018-01-24 17:01:33 +01:00
Thorsten Eckel
705487154c Applied changes for Rubocop 0.51. 2017-11-23 09:09:44 +01:00
Thorsten Eckel
757f0ac9bd Applied RuboCop Style/BlockDelimiters to improve readability. 2017-10-01 14:25:52 +02:00
Martin Edenhofer
24696c00ee Initial Check_MK integration. 2017-08-22 01:13:19 +02:00
Thorsten Eckel
ef6fbe8f2a Refactoring: Splitted ApplicationModel into multiple concerns. Notice: Includes object some method name changes. 2017-01-31 18:13:45 +01:00
Martin Edenhofer
30fe8aef36 Applied rubocop. 2016-06-30 22:04:48 +02:00
Martin Edenhofer
65af185847 Streamline of rest api (added missing destroy backends). 2016-06-06 08:34:15 +02:00
Martin Edenhofer
ba3f868638 Upgrade to new rubocop. 2016-03-01 15:26:46 +01:00
Thorsten Eckel
00cffad79e Added some syntactic suguar (used in rubocop cops). 2016-01-16 11:05:04 +01:00
Martin Edenhofer
0ecf07ff74 Prepared for rails 5. 2015-09-27 23:01:45 +02:00
Martin Edenhofer
0b55cd8147 Fixed rubocop checks. 2015-08-21 23:53:53 +02:00
Martin Edenhofer
7d17849214 Init version of device logging. 2015-08-17 15:25:41 +02:00
Martin Edenhofer
dac3a506ec Added support for themeless searchable models. 2015-08-16 11:14:24 +02:00
Martin Edenhofer
8f3d57c0ae Added ActiveRecord::Base.transaction to speed up. 2015-07-06 08:22:17 +02:00
Martin Edenhofer
9adc5d618f Improved logging. 2015-07-06 03:12:36 +02:00
Martin Edenhofer
54f11be47b Improved model helpers. 2015-07-06 02:33:43 +02:00
Thorsten Eckel
cd800495d8 Applied rubocop cop 'Lint/UnusedBlockArgument'. 2015-07-03 18:58:15 +02:00
Thorsten Eckel
0acd0b1861 Applied rubocop cop 'Style/RegexpLiteral'. 2015-07-03 18:56:27 +02:00
Thorsten Eckel
7a02236f63 Applied rubocop cop 'Style/Next'. 2015-07-03 18:51:22 +02:00
Thorsten Eckel
a43b603f84 Applied rubocop cop 'Style/SpaceAroundOperators'. 2015-07-03 17:40:07 +02:00
Thorsten Eckel
2327e2506e Applied rubocop cop 'Style/TrailingBlankLines'. 2015-07-03 17:38:50 +02:00
Thorsten Eckel
b9b39014ae Applied rubocop cop 'Style/WordArray'. 2015-07-03 17:35:28 +02:00
Thorsten Eckel
ddd2162ec1 Applied rubocop cop 'Style/SpaceBeforeBlockBraces'. 2015-07-03 17:26:30 +02:00
Martin Edenhofer
a9aa324fd0 Improved logging. 2015-07-01 00:23:18 +02:00
Martin Edenhofer
94b4217756 Added Models class as helper to find references for prepare user merge feature. 2015-06-30 17:10:22 +02:00