Rolf Schmidt
|
6e96263fb6
Fixes #5190 - Add support for new tech stack on package installation.
|
5 месяцев назад |
Rolf Schmidt
|
59a35379e4
Fixes #5014 - Package: File conflict with packages which include the same file location.
|
9 месяцев назад |
Rolf Schmidt
|
b6d5f7b43f
Fixes #5012 - Package: Missing backup files for files with the same content.
|
9 месяцев назад |
Dominik Klein
|
e054d6ca79
Maintenance: Update copyright information.
|
10 месяцев назад |
Rolf Schmidt
|
82846102b1
Fixes #4753 - Vendor url in installed package is the zammad instance url.
|
1 год назад |
Rolf Schmidt
|
69cf65683b
Follow up be633550d16c6f02625e210d5cdff8fdf8c9e3a4 - Fixes #4577 - Fix wrong package state after multiple reinstalls.
|
1 год назад |
Rolf Schmidt
|
53fc3eec9a
Fixes #4577 - Multiple uninstalling packages will course missing backup files.
|
1 год назад |
renovatebot
|
fc981e3155
Maintenance: Update dependency rubocop to v1.43.0
|
1 год назад |
Florian Liebe
|
9dfc232536
Maintenance: Update copyright information.
|
1 год назад |
Martin Gruner
|
0046c509f7
Maintenance: Bump rubocop from 1.30.1 to 1.31.0
|
2 лет назад |
Rolf Schmidt
|
d86b144e5c
Maintenance: Make sure .po files of packages are loaded after package installation.
|
2 лет назад |
Rolf Schmidt
|
534efbb5fe
Maintenance: Drop Store.add and use rails way creation instead.
|
2 лет назад |
Martin Gruner
|
24c3bdfd87
Maintenance: Update copyright header.
|
2 лет назад |
Dominik Klein
|
57b9ac91f3
Maintenance: Improve package installation.
|
3 лет назад |
Thorsten Eckel
|
916bb77066
Maintenance: Activated rubocop Layout/SpaceInsideParens.
|
3 лет назад |
Martin Gruner
|
5df98684da
Maintenance: Update copyright information and add a new rubocop cop to watch over it.
|
3 лет назад |
Martin Gruner
|
c9ab28b81f
Fixes #3580 - Modify Package.link and Package.install to not execute package migrations any more.
|
3 лет назад |
Mantas Masalskis
|
041bf51b52
Maintenance: Rubocop enforces %r{} regular expression style
|
3 лет назад |
Thorsten Eckel
|
623b17be6b
Maintenance: Updated rubocop(-* gems) to latest version (0.92.0).
|
4 лет назад |
Thorsten Eckel
|
73f6a98e29
Updated rubocop(-* gems) to latest version (0.88.0).
|
4 лет назад |
Thorsten Eckel
|
b37e80df9a
Updated rubocop(-* gems) to latest version (0.87.0).
|
4 лет назад |
Thorsten Eckel
|
8690916936
Updated rubocop(-* gems) to latest version (0.84.0).
|
4 лет назад |
Thorsten Eckel
|
0004c72624
Refactoring: Improved error logging
|
4 лет назад |
Thorsten Eckel
|
d354dee74c
Refactoring: Move Ruby class definitions to dedicated files to improve orientation and expressiveness.
|
5 лет назад |
Thorsten Eckel
|
1c63e96675
Bumps [rubocop-performance](https://github.com/rubocop-hq/rubocop-performance) from 1.1.0 to 1.4.1.
|
5 лет назад |
Thorsten Eckel
|
40dcb0e132
Updated rubocop to latest version (0.74).
|
5 лет назад |
Denny Bresch
|
bc38f1c1ae
Maintenance: Fixed typos in inline comments.
|
5 лет назад |
Ryan Lue
|
a1da3a27f9
Enable Lint/UselessAssignment cop.
|
5 лет назад |
Thorsten Eckel
|
e8a57517f4
Updated rubocop - applied custom Layout/AlignHash style.
|
5 лет назад |
Thorsten Eckel
|
9af50f2a4e
Updated rubocop to latest version (0.59.2) and applied required changes.
|
6 лет назад |
Thorsten Eckel
|
bf6192113a
Improved overall performance by using logger.debug { ... } instead of logger.debug(...). This decreases the LDAP import dry runtime by ~33%.
|
6 лет назад |
Thorsten Eckel
|
705487154c
Applied changes for Rubocop 0.51.
|
7 лет назад |
Martin Edenhofer
|
460182e663
Small code cleanup.
|
7 лет назад |
Thorsten Eckel
|
757f0ac9bd
Applied RuboCop Style/BlockDelimiters to improve readability.
|
7 лет назад |
Thorsten Eckel
|
32fe702e56
- Minor refactoring of Package::Migration.
|
7 лет назад |
Martin Edenhofer
|
c71b0d36d4
Updated copyright.
|
8 лет назад |
Martin Edenhofer
|
30fe8aef36
Applied rubocop.
|
8 лет назад |
Martin Edenhofer
|
2ac873886e
Added Package.migration_execute to execute all pending package migrations at once.
|
8 лет назад |
Martin Edenhofer
|
ba3f868638
Upgrade to new rubocop.
|
8 лет назад |
Martin Edenhofer
|
d239db634e
Fixed loading package in reinstall.
|
8 лет назад |
Martin Edenhofer
|
5e87eb438b
Fixed File.chmod call (wrong number of arguments (1 for 0)).
|
8 лет назад |
Martin Edenhofer
|
99de6f801f
Do not backup files in install if the same is already in fs.
|
8 лет назад |
Martin Edenhofer
|
c4206539d1
Improved do, added package verify (check if package is deployed correctly) method.
|
8 лет назад |
Thorsten Eckel
|
977cc3d981
- Replaced package XML structure by JSON.
|
8 лет назад |
Martin Edenhofer
|
6d6779caf7
Code cleanup.
|
8 лет назад |
Thorsten Eckel
|
d7995bc6d3
Updated dependencies and applied new rubocop rules.
|
8 лет назад |
Martin Edenhofer
|
5a8ff3939c
Removed Package.reload_classes, is not working on inheritance.
|
9 лет назад |
Thorsten Eckel
|
8b822a7ddc
Corrected with rubocop cop 'Style/ClassVars'.
|
9 лет назад |
Thorsten Eckel
|
409ae23e78
Corrected with rubocop cop 'Rails/TimeZone'.
|
9 лет назад |
Thorsten Eckel
|
67c4215554
Corrected with rubocop cop 'Style/RedundantSelf'.
|
9 лет назад |