Commit graph

6 commits

Author SHA1 Message Date
Clemente Raposo
448ef660b0 Split angular.json file and add merge-angular-json command 2024-11-27 14:49:25 +00:00
Clemente Raposo
1c2ee9c6ab Add all env file extensions to upgrade ignore config 2023-07-25 10:48:52 +01:00
Clemente Raposo
ff087f4852 Add extra files to keep on upgrades 2022-09-09 12:46:21 +01:00
Clemente Raposo
e7c9d00aa7 Add Upgrade toKeep ignore option
- Add way to define files/folders to not be considered as toKeep
2022-09-09 12:46:21 +01:00
Clemente Raposo
65d01b7f7b Keep tmp folder on upgrades
- Avoid tmp folder being removed in the middle of the upgrade process
2021-09-28 15:46:21 +01:00
Clemente Raposo
d22cfbbf8f Add Upgrade Command
- Add Upgrade Package handler

-- Add base package handler service with re-usable api handle packages
-- Re-usable service to extract and apply upgrade packages
-- Add upgrade settings to configs

- Add Base command

-- Add abstract class with common input processing logic

- Add Upgrade Command

-- Add re-usable UpgradeHandler with api for applying upgrades
-- Add command to call upgrade handler
-- Add service feedback
-- Call clear cache on upgrade command

- Add Upgrade step by step execution

-- Add process step interface and executor
--- add common logging to each step execution
--- add debug logging for each step execution
--- allow running processes step by step
--- allow configuring steps independently

-- Move upgrade handler and upgrade command to use step executor
-- Add upgrade log
-- Improve upgrade command output
2021-06-23 10:09:40 +01:00