This repository has been archived by the owner on Jun 6, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 28
Commits on May 12, 2023
-
Configuration menu - View commit details
-
Copy full SHA for be9d6e6 - Browse repository at this point
Copy the full SHA be9d6e6View commit details -
CNPG deployments now get their own resource count tied to them, allowing them to be independently scaled
Configuration menu - View commit details
-
Copy full SHA for 3f59b41 - Browse repository at this point
Copy the full SHA 3f59b41View commit details
Commits on May 13, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 925544e - Browse repository at this point
Copy the full SHA 925544eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 95de493 - Browse repository at this point
Copy the full SHA 95de493View commit details -
do not exit when update always is also called (#105)
do not exit when update always is also called
Configuration menu - View commit details
-
Copy full SHA for 6fbeeef - Browse repository at this point
Copy the full SHA 6fbeeefView commit details
Commits on May 15, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 8659d83 - Browse repository at this point
Copy the full SHA 8659d83View commit details
Commits on May 27, 2023
-
stopAll and general improvements (#109)
- Stop/Start with new stopAll checkbox in Truecharts, charts. - Improve message for heavyscript mount - Suppress false error after exiting container shell - Add in error message for when an applications fails to enter the desired state even after a rollback - Fix restart app function to accept multiple deployments
Configuration menu - View commit details
-
Copy full SHA for 1e13073 - Browse repository at this point
Copy the full SHA 1e13073View commit details
Commits on Jun 1, 2023
-
- Start CNPG app if stopped during backup - Correctly use the stopAll for cnpg applications
Configuration menu - View commit details
-
Copy full SHA for 8789410 - Browse repository at this point
Copy the full SHA 8789410View commit details
Commits on Jun 12, 2023
-
[Bugfixes] - Suppress errors - Better verbose message for time to become active in update function - Abort "scale" jobs when starting applications - - Fixes errors when starting various applications
Configuration menu - View commit details
-
Copy full SHA for 2a3bbcc - Browse repository at this point
Copy the full SHA 2a3bbccView commit details
Commits on Jul 15, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 4bb91b4 - Browse repository at this point
Copy the full SHA 4bb91b4View commit details
Commits on Aug 16, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 043c825 - Browse repository at this point
Copy the full SHA 043c825View commit details -
Configuration menu - View commit details
-
Copy full SHA for a199774 - Browse repository at this point
Copy the full SHA a199774View commit details
Commits on Aug 17, 2023
-
Update apt flag in enable (#125)
- Allow for --disable-apt to remove executable perms - Add dpkg as a executable binary
Configuration menu - View commit details
-
Copy full SHA for f6e0ca1 - Browse repository at this point
Copy the full SHA f6e0ca1View commit details -
Enhance App Handler for Multi-App Operations (#126)
With this update, we've made significant improvements to the App Handler in `heavyscript` to make multi-app operations more seamless: - **Multi-App Support:** Users can now specify multiple app names or use the keyword 'ALL' for start, stop, and restart operations. - **Improved App Prompts:** When no app_name is provided, the script prompts users to select from available applications, making it more user-friendly. - **Enhanced Help Function:** The help page has been updated to provide clear instructions on multi-app operations and using the 'ALL' keyword. - **Error Handling:** The script is now more resilient with better error messaging, making it easier for users to understand any issues they might face.
Configuration menu - View commit details
-
Copy full SHA for 40366b0 - Browse repository at this point
Copy the full SHA 40366b0View commit details -
Enhanced Pod Interaction: Direct Shell Access and Log Viewing (#127)
- Introducing the ability for users to directly jump into viewing pod logs or accessing the shell using `heavyscript pod --shell/--logs APPNAME`.
Configuration menu - View commit details
-
Copy full SHA for 2f0cf99 - Browse repository at this point
Copy the full SHA 2f0cf99View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3dafaf0 - Browse repository at this point
Copy the full SHA 3dafaf0View commit details
Commits on Aug 19, 2023
-
Configuration menu - View commit details
-
Copy full SHA for d770747 - Browse repository at this point
Copy the full SHA d770747View commit details
Commits on Aug 20, 2023
-
[Features] - Directly specify an application using `heavyscript app --mount/--unmount APPNAME`. - Use `ALL` for unmounting all applications (not valid for `--mount`). [Logic Updates] - On command execution, all PVCs within a namespace will be mounted without individual selection, since the app remains inactive anyway. - Refined unmounting: target a specific application or opt for `ALL` to unmount all. [Examples] heavyscript pvc --unmount photoprism heavyscript pvc --unmount ALL heavyscript pvc --mount photoprism [Notes] - Users can of course still see the menu if they decide not to pass an application name to --mount or --unmount or even pvc
Configuration menu - View commit details
-
Copy full SHA for 2e9cb91 - Browse repository at this point
Copy the full SHA 2e9cb91View commit details
Commits on Aug 21, 2023
-
[Bugfixes] - Fix lifecycle operations during db dumps - Better error handing for db dumps [Misc] - Change output of Backup Function to better differentiate between Snapshots and Database backups
Configuration menu - View commit details
-
Copy full SHA for b3d9a98 - Browse repository at this point
Copy the full SHA b3d9a98View commit details
Commits on Oct 13, 2023
-
Lifecycle - Unmount apps upon start (#133)
[Features] - Starting an app with HeavyScript will now unmount the app if it's mounted. - CNPG database dumps no longer stop deployments by default, allowing for continuous operation. [Refactor] - The CNPG dump process has been refined to keep deployments running. - Opt-in to stop deployments during the dump using the `stop_before_dump` option in the `config.ini` file. - Your config files should have automatically updated to have this new section.
Configuration menu - View commit details
-
Copy full SHA for 2acab94 - Browse repository at this point
Copy the full SHA 2acab94View commit details
Commits on Oct 15, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 7efc6ee - Browse repository at this point
Copy the full SHA 7efc6eeView commit details -
Configuration menu - View commit details
-
Copy full SHA for cb3bbbc - Browse repository at this point
Copy the full SHA cb3bbbcView commit details -
Configuration menu - View commit details
-
Copy full SHA for dc7bcb5 - Browse repository at this point
Copy the full SHA dc7bcb5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1e4905a - Browse repository at this point
Copy the full SHA 1e4905aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 455892f - Browse repository at this point
Copy the full SHA 455892fView commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.