generated from 15five/python-circleci-package-boilerplate
-
Notifications
You must be signed in to change notification settings - Fork 1
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
Refactor view #14
Draft
caleb15
wants to merge
23
commits into
master
Choose a base branch
from
refactor_view
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Refactor view #14
Changes from all commits
Commits
Show all changes
23 commits
Select commit
Hold shift + click to select a range
6e69727
add default format
caleb15 d4a7571
add plaintext format for plaintext ouput
caleb15 5444a99
add dev instructions
caleb15 b9a77ac
add label information
caleb15 5f4d83d
fix makefile and add code coverage directions
caleb15 bc49cf4
100% test coverage yay
caleb15 4e205ef
remove unused module
caleb15 0030d6a
add hotfix alert format
caleb15 fe854d6
revamp changelog
caleb15 2ab9243
add uncategorized test
caleb15 62ae20f
MOAR TESTS
caleb15 89da7fc
update format
caleb15 71bc77a
revamp release notes
caleb15 d14a3c5
remove QA notes
caleb15 90726ea
add custom format
caleb15 0f0bccb
add pull request template
caleb15 f075dd7
remove CI from default format for now
caleb15 39ebd43
add slack block posting
caleb15 fd304af
fix slack test
caleb15 acd6f1e
log existance of key
caleb15 0bec903
type slack_blocks
caleb15 a2875f1
fix slack error
caleb15 bea36db
fix hotfix format
caleb15 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
<!-- Detailed PR description for reviewers goes here... --> | ||
|
||
|
||
<!-- Official release description goes below RELEASES--> | ||
RELEASES | ||
|
||
|
||
<!-- Add a gif to your PR 🥳 (optional) --> | ||
![](gif_link) | ||
|
||
|
||
<!-- ~~EXAMPLE~~ | ||
Detailed descrIption goes here | ||
|
||
RELEASES | ||
Change default avatar image #public Closes #1425 | ||
|
||
- Newline after RELEASES (need this for proper formatting in #releases). | ||
- Add a helpful description! | ||
- Try to make it human readable. | ||
- Keep it a single line. | ||
--> |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
{ | ||
"hotfix_alert_format": ":fire: HOTFIX :fire: ", | ||
"note_format": "~~currently not used~~• $DESCRIPTION <$TICKET_LINK|$TICKET_ID> <$PR_LINK|PR-$PR_ID>", | ||
"plaintext_format": "${HOTFIX_ALERT}${ENV} Release\n$RELEASE_NOTES\n*Changeset*: <$CHANGESET_LINK|$CHANGESET>\n*Stats*: $NUM_TICKETS tickets | $NUM_PRS PR's", | ||
"slack_format": { | ||
"blocks": [ | ||
{ | ||
"type": "header", | ||
"text": { | ||
"type": "plain_text", | ||
"text": "${HOTFIX_ALERT}${ENV} Release" | ||
} | ||
}, | ||
{ | ||
"type": "section", | ||
"text": { | ||
"type": "mrkdwn", | ||
"text": "$RELEASE_NOTES" | ||
} | ||
}, | ||
{ | ||
"type": "divider" | ||
}, | ||
{ | ||
"type": "context", | ||
"elements": [ | ||
{ | ||
"type": "mrkdwn", | ||
"text": "*Changeset*: <$CHANGESET_LINK|$CHANGESET>\n*Stats*: $NUM_TICKETS tickets | $NUM_PRS PR's" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
} |
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.
Totally forgot about https://github.com/15five/dev-discussions/issues/117#issuecomment-839225813 -_-
I'll need to add a new thing to extra category from the Jira ticket.