-
Notifications
You must be signed in to change notification settings - Fork 73
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
DOP-4599: Deploy-all slack button deploys all active versions of repos #1042
Closed
Closed
Changes from all commits
Commits
Show all changes
49 commits
Select commit
Hold shift + click to select a range
544843d
DOP-4599 logging
anabellabuckvar cb4e403
DOP-4599 add a comment for future reference
anabellabuckvar dcd0287
DOP-4599 reconfigure deploy all
anabellabuckvar 0f135d3
DOP-4599 fix naming
anabellabuckvar de56312
DOP-4599 push to preprd
anabellabuckvar 299f50b
DOP-4599 fixing errors
anabellabuckvar a9178df
DOP-4599 fixing admin deploy all
anabellabuckvar 9d07f14
DOP-4599 fixing project name
anabellabuckvar b34ce94
DOP-4599 logging
anabellabuckvar 7eaad4d
DOP-4599 change snooty frontend version
anabellabuckvar c5b0ec2
Merge branch 'main' into DOP-4599
anabellabuckvar 1c2b892
DOP-4599 change snooty frontend version
anabellabuckvar ea820e1
DOP-4599 fix entitledbranches building
anabellabuckvar 9af98cb
DOP-4599 logging
anabellabuckvar 551c9c8
DOP-4599 fixing env var issues
anabellabuckvar c0e5341
DOP-4599 logging
anabellabuckvar 7086c63
DOP-4599 fix db name
anabellabuckvar e22f65f
DOP-4599 remove logging
anabellabuckvar a89d735
DOP-4599 remove logging
anabellabuckvar 5eec23f
DOP-4599 push to preprd and remove extraneous param
anabellabuckvar 59c7d6b
DOP-4599 fix snooty frontend version
anabellabuckvar de648ad
DOP-4599 push to preprd, check env vars functionality
anabellabuckvar 929f904
DOP-4599 undo env var change
anabellabuckvar 8e2018d
DOP-4599 initialize repo option
anabellabuckvar a9a5af6
DOP-4599 logging
anabellabuckvar 476c5e8
DOP-4599 change append method
anabellabuckvar b3c67e7
DOP-4599 change optional
anabellabuckvar 8633599
DOP-4599 remove optional
anabellabuckvar 9c96bfb
Merge branch 'main' into DOP-4599
anabellabuckvar 12ac0ac
DOP-4599 add debug option
anabellabuckvar a2bae05
DOP-4599 add debug option
anabellabuckvar 03aaeb3
DOP-4599 cleaning up
anabellabuckvar 0b608ac
DOP-4599 logging and try catches
anabellabuckvar 685fff4
DOP-4599 logging
anabellabuckvar 6f2da5f
DOP-4599 logging
anabellabuckvar 45cdaa4
DOP-4599 cleaning up logging and error handling
anabellabuckvar 8a7935b
DOP-4599 nits
anabellabuckvar 5598d46
DOP-4599 return for deploy all
anabellabuckvar 88a39ff
DOP-4599 remove console error logging
anabellabuckvar d9be310
DOP-4599 fix unecessary entitlements errors
anabellabuckvar 25b5e1e
DOP-4599 logging
anabellabuckvar dbf9c6e
DOP-4599 logging
anabellabuckvar e063139
DOP-4599 logging
anabellabuckvar 8c37f85
DOP-4599 re-push to preprd
anabellabuckvar fc2f934
DOP-4599 logging
anabellabuckvar 59277a5
DOP-4599 remove from preprd for testing
anabellabuckvar 478512c
Merge branch 'main' into DOP-4599
anabellabuckvar 089e06f
DOP-4599 push to preprd
anabellabuckvar 7920ecb
DOP-4599 remove from preprd
anabellabuckvar File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
export const DOCS_METADATA = 'docs_metadata'; |
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
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
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
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
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
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
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
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
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
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could we still log the error? It can sometimes be such a blessing.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Happy to, but it won't make much of a difference in this case! The only place we can view the output for the Slack Deploy Repo lambda is in its corresponding CloudWatch group. The output for console.error looks like the following, and logging the error would just change the format slightly:
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fascinating! I wonder if that's always the case... I lean towards keeping the error logged just in case it can sometimes be helpful. But good catch!