-
-
Notifications
You must be signed in to change notification settings - Fork 82
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Removes Configuration auto-reloading. Make deployment event script respect low priority config. Adds systemd notify support. Support package post-configure #1570
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…PriorityDeploymentProcesses`
Symlink to application directory.
Cyberboss
added
Area: Static Files
With regard to managing the Configuration folder
Area: Compiler
With regard to managing the deployment process
Configuration
Regarding the server setup JSON
labels
Jun 22, 2023
Cyberboss
changed the title
Removes Configuration auto-reloading. Make deployment event script respect low priority config.
Removes Configuration auto-reloading. Make deployment event script respect low priority config. Adds systemd notify support.
Jun 23, 2023
Cyberboss
force-pushed
the
MoreDebGotchas
branch
from
June 23, 2023 04:08
3413d69
to
4916f57
Compare
Cyberboss
force-pushed
the
MoreDebGotchas
branch
from
June 23, 2023 04:11
4916f57
to
fc3f587
Compare
Cyberboss
force-pushed
the
MoreDebGotchas
branch
from
June 23, 2023 04:34
fc3f587
to
aa88539
Compare
Cyberboss
force-pushed
the
MoreDebGotchas
branch
from
June 23, 2023 04:38
aa88539
to
be5e3fd
Compare
Cyberboss
force-pushed
the
MoreDebGotchas
branch
from
June 23, 2023 05:27
5434c6b
to
fd02144
Compare
Cyberboss
changed the title
Removes Configuration auto-reloading. Make deployment event script respect low priority config. Adds systemd notify support.
Removes Configuration auto-reloading. Make deployment event script respect low priority config. Adds systemd notify support. Support package post-configure
Jun 23, 2023
Codecov Report
@@ Coverage Diff @@
## dev #1570 +/- ##
==========================================
- Coverage 92.93% 92.87% -0.07%
==========================================
Files 591 592 +1
Lines 121700 121853 +153
==========================================
+ Hits 113101 113166 +65
- Misses 8599 8687 +88 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Area: Compiler
With regard to managing the deployment process
Area: Static Files
With regard to managing the Configuration folder
Configuration
Regarding the server setup JSON
Documentation
Documentation updates
Feature
New functionality
Removal
Feature removal
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.
🆑
Configuration changes no longer auto-reload via a TGS restart. The restart must be performed manually.
Event scripts executed by the main deployment pipeline now respect the
Session:LowPriorityDeploymentProcesses
config./:cl: