-
Notifications
You must be signed in to change notification settings - Fork 113
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
Update the run hook to skip the pg-helper for non bootstrap node #8275
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
✅ Deploy Preview for chef-automate ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
punitmundra
changed the title
update the run hook to skip the pg-helper for non bootstrap node
[DRAFT]update the run hook to skip the pg-helper for non bootstrap node
Oct 23, 2023
punitmundra
changed the title
[DRAFT]update the run hook to skip the pg-helper for non bootstrap node
Update the run hook to skip the pg-helper for non bootstrap node
Nov 2, 2023
punitmundra
requested review from
vivek-yadav,
jayvikramsharma1,
ArvinthC3000 and
bvtejaswi
November 2, 2023 09:16
punitmundra
force-pushed
the
CHEF-4179
branch
from
November 3, 2023 09:07
957525d
to
d63943f
Compare
bvtejaswi
approved these changes
Nov 17, 2023
punitmundra
force-pushed
the
CHEF-4179
branch
from
November 21, 2023 12:54
d735b31
to
1325671
Compare
@jashaik @marcparadise : could you please review and approve this PR |
jashaik
approved these changes
Nov 30, 2023
LGTM. |
Signed-off-by: punitmundra <[email protected]>
Signed-off-by: punitmundra <[email protected]>
Signed-off-by: punitmundra <[email protected]>
Signed-off-by: punitmundra <[email protected]>
Signed-off-by: punitmundra <[email protected]>
Signed-off-by: punitmundra <[email protected]>
Signed-off-by: punitmundra <[email protected]>
Signed-off-by: punitmundra <[email protected]>
Signed-off-by: punitmundra <[email protected]>
Signed-off-by: punitmundra <[email protected]>
Signed-off-by: punitmundra <[email protected]>
Signed-off-by: punitmundra <[email protected]>
Signed-off-by: punitmundra <[email protected]>
Signed-off-by: punitmundra <[email protected]>
Signed-off-by: punitmundra <[email protected]>
Signed-off-by: punitmundra <[email protected]>
Signed-off-by: punitmundra <[email protected]>
Signed-off-by: Tejaswi Bondila <[email protected]>
Signed-off-by: Tejaswi Bondila <[email protected]>
Signed-off-by: punitmundra <[email protected]>
Signed-off-by: punitmundra <[email protected]>
punitmundra
force-pushed
the
CHEF-4179
branch
from
November 30, 2023 06:19
1325671
to
db13942
Compare
anees-progress
pushed a commit
that referenced
this pull request
Nov 30, 2023
* resolve conflict during rebase Signed-off-by: punitmundra <[email protected]> * add the skip migration code in the lib/db Signed-off-by: punitmundra <[email protected]> * add the todo for upgrade and add-node command for now Signed-off-by: punitmundra <[email protected]> * add the check for the addnode in deployment script Signed-off-by: punitmundra <[email protected]> * update the frontend bundle in the args Signed-off-by: punitmundra <[email protected]> * add changes for upgrade Signed-off-by: punitmundra <[email protected]> * fix reported by semgrep Signed-off-by: punitmundra <[email protected]> * add condition in add-node Signed-off-by: punitmundra <[email protected]> * review comments Signed-off-by: punitmundra <[email protected]> * remove double quotes from the bundle name Signed-off-by: punitmundra <[email protected]> * remove double quotes from the bundle name Signed-off-by: punitmundra <[email protected]> * add the new func for the FE to get the output Signed-off-by: punitmundra <[email protected]> * merge conflicts 01 Signed-off-by: punitmundra <[email protected]> * just to make build success Signed-off-by: punitmundra <[email protected]> * unpin the deps in plan.sh Signed-off-by: punitmundra <[email protected]> * update the template to avoid the conflit for variable Signed-off-by: punitmundra <[email protected]> * code fix for shell scritp Signed-off-by: punitmundra <[email protected]> * removed print statements Signed-off-by: Tejaswi Bondila <[email protected]> * resolving status summary panic error Signed-off-by: Tejaswi Bondila <[email protected]> * add 1 test case and go.mod Signed-off-by: punitmundra <[email protected]> * remove the echo from the run hook Signed-off-by: punitmundra <[email protected]> --------- Signed-off-by: punitmundra <[email protected]> Signed-off-by: Tejaswi Bondila <[email protected]> Co-authored-by: Tejaswi Bondila <[email protected]>
anees-progress
pushed a commit
that referenced
this pull request
Nov 30, 2023
* resolve conflict during rebase Signed-off-by: punitmundra <[email protected]> * add the skip migration code in the lib/db Signed-off-by: punitmundra <[email protected]> * add the todo for upgrade and add-node command for now Signed-off-by: punitmundra <[email protected]> * add the check for the addnode in deployment script Signed-off-by: punitmundra <[email protected]> * update the frontend bundle in the args Signed-off-by: punitmundra <[email protected]> * add changes for upgrade Signed-off-by: punitmundra <[email protected]> * fix reported by semgrep Signed-off-by: punitmundra <[email protected]> * add condition in add-node Signed-off-by: punitmundra <[email protected]> * review comments Signed-off-by: punitmundra <[email protected]> * remove double quotes from the bundle name Signed-off-by: punitmundra <[email protected]> * remove double quotes from the bundle name Signed-off-by: punitmundra <[email protected]> * add the new func for the FE to get the output Signed-off-by: punitmundra <[email protected]> * merge conflicts 01 Signed-off-by: punitmundra <[email protected]> * just to make build success Signed-off-by: punitmundra <[email protected]> * unpin the deps in plan.sh Signed-off-by: punitmundra <[email protected]> * update the template to avoid the conflit for variable Signed-off-by: punitmundra <[email protected]> * code fix for shell scritp Signed-off-by: punitmundra <[email protected]> * removed print statements Signed-off-by: Tejaswi Bondila <[email protected]> * resolving status summary panic error Signed-off-by: Tejaswi Bondila <[email protected]> * add 1 test case and go.mod Signed-off-by: punitmundra <[email protected]> * remove the echo from the run hook Signed-off-by: punitmundra <[email protected]> --------- Signed-off-by: punitmundra <[email protected]> Signed-off-by: Tejaswi Bondila <[email protected]> Co-authored-by: Tejaswi Bondila <[email protected]>
swatiganesh
pushed a commit
that referenced
this pull request
Apr 16, 2024
* resolve conflict during rebase Signed-off-by: punitmundra <[email protected]> * add the skip migration code in the lib/db Signed-off-by: punitmundra <[email protected]> * add the todo for upgrade and add-node command for now Signed-off-by: punitmundra <[email protected]> * add the check for the addnode in deployment script Signed-off-by: punitmundra <[email protected]> * update the frontend bundle in the args Signed-off-by: punitmundra <[email protected]> * add changes for upgrade Signed-off-by: punitmundra <[email protected]> * fix reported by semgrep Signed-off-by: punitmundra <[email protected]> * add condition in add-node Signed-off-by: punitmundra <[email protected]> * review comments Signed-off-by: punitmundra <[email protected]> * remove double quotes from the bundle name Signed-off-by: punitmundra <[email protected]> * remove double quotes from the bundle name Signed-off-by: punitmundra <[email protected]> * add the new func for the FE to get the output Signed-off-by: punitmundra <[email protected]> * merge conflicts 01 Signed-off-by: punitmundra <[email protected]> * just to make build success Signed-off-by: punitmundra <[email protected]> * unpin the deps in plan.sh Signed-off-by: punitmundra <[email protected]> * update the template to avoid the conflit for variable Signed-off-by: punitmundra <[email protected]> * code fix for shell scritp Signed-off-by: punitmundra <[email protected]> * removed print statements Signed-off-by: Tejaswi Bondila <[email protected]> * resolving status summary panic error Signed-off-by: Tejaswi Bondila <[email protected]> * add 1 test case and go.mod Signed-off-by: punitmundra <[email protected]> * remove the echo from the run hook Signed-off-by: punitmundra <[email protected]> --------- Signed-off-by: punitmundra <[email protected]> Signed-off-by: Tejaswi Bondila <[email protected]> Co-authored-by: Tejaswi Bondila <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
🔩 Description: What code changed, and why?
⛓️ Related Resources
https://chefio.atlassian.net/browse/CHEF-4179
https://chefio.atlassian.net/browse/CHEF-7293
https://chefio.atlassian.net/browse/CHEF-7294
👍 Definition of Done
Demo Video : https://progresssoftware.sharepoint.com/:v:/s/ChefCoreC/Ed0KiczNVuFIjvW6GY_g8Q4BWMUcbIvTaifG8amioCRXkA?e=j8fHLh
👟 How to Build and Test the Change
✅ Checklist
All PRs must tick these:
With occasional exceptions, all PRs from Progress employees must tick these:
make spell
in any component directory)All PRs from Progress employees should tick these if appropriate:
Please add a note next to any checkbox above if you are NOT ticking it.
📷 Screenshots, if applicable