Powershell CICD Repository Versions Save

This tool greatly simplifies Windows administrator life by automating the whole scripting content lifecycle. So the boring stuff like backuping, syntax checking, code formatting, content distribution or deletion will be automated and only thing left will be the code writing :)

v3.2.2

1 year ago

Performance improvements + bug fixes for the 'personal installation' setup

v3.2.1

1 year ago

A lot of bug fixes for the 'personal installation' setup

v3.2.0

1 year ago

Fixed

  • fixed 'Personal Installation' option installation

Changed

  • 'Personal Installation' doesn't need repo_puller anymore (logged user credentials will be used instead for pulling repository data)

v3.1.5

2 years ago

Added

  • pre-commit check to warn users about adding alias that is used elsewhere in the repository

v3.1.4

2 years ago

Bug fixes:

  • fixed not working deletion of modules that shouldn't be on the device

v3.1.3

2 years ago

Added:

  • Warn about deleted function aliases if used somewhere in the repository (pre-commit validation)

Bug fixes:

  • Just main function aliases are checked in pre-commit validation (aliases in sub-functions are ignored)

v3.1.2

3 years ago

Changes

  • pre-commit check now gives you option to continue if some serious misdemeanors against best practices were found (instead of exit)

Added

  • pre-commit check now warns about renamed functions (if are used elsewhere in repository)

v3.1.1

3 years ago

Changes

  • improved code signing
    • only sign PowerShell files not already signed
    • added timeStampServer to ensure, that your code will not expire when signing certificate will expire

Added

  • summarize for TEST installation, so you get information what is where :)

v.3.1.0

3 years ago

New features:

  • new installation option (1), so now you can TEST THIS SOLUTION IN YOUR TEST ENVIRONMENT SAFELY IN UNDER 5 MINUTES!
    • steps:
      • log to your test VM (Windows Sandbox is great for this)
      • download ZIP of this repository
      • extract and run setup
      • select '1' as installation option
      • relax or watch the unattended installation :)
      • start testing!
  • added support for locally hosted GIT repository
  • pre-commit checks for files placed in root of modules and script2module folders

Bug fixes:

  • various bug fixes

v.3.0.3

3 years ago

Bug fixes:

  • fixed capturing of errors that can occur in repo_sync.ps1 during fetch & clone, when credentials are wrong etc