Merge pull request #317 from Icinga:fix/long_file_names_on_cloning

Fix: Long file names causing error on Windows Copy

With the implementatation of the Management Console, file names were way too big for certain branch names and checkouts. This resolves the issue by renaming them to a shorter grade.
This commit is contained in:
Lord Hepipud 2021-08-06 15:12:49 +02:00 committed by GitHub
commit 4738aa8b68
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
86 changed files with 1 additions and 0 deletions

View file

@ -14,6 +14,7 @@ Released closed milestones can be found on [GitHub](https://github.com/Icinga/ic
### Bugfixes
* [#311](https://github.com/Icinga/icinga-powershell-framework/issues/311) Fixes an issue with negative inputs on some scenarios which will cause an exception for checks instead of continuing executing them properly
* [#317](https://github.com/Icinga/icinga-powershell-framework/pull/317) Fixes certain file names being too long, causing errors on deploying branches
### Enhancements