-
Notifications
You must be signed in to change notification settings - Fork 98
New Hotfix Process added #22
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
Open
RaoPotlapalli
wants to merge
19
commits into
cfpb:master
Choose a base branch
from
RaoPotlapalli:master
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.
Open
Changes from all commits
Commits
Show all changes
19 commits
Select commit
Hold shift + click to select a range
5f87200
Add files via upload
RaoPotlapalli 9413cf6
Delete Deployment-Hotfix.png
RaoPotlapalli 0c0cfdd
Add files via upload
RaoPotlapalli bb83523
Added Hotfix process
RaoPotlapalli 78f068a
Deleted to change the name
RaoPotlapalli 43f88b4
uploaded hotfix process file Deployment-Hotfix
RaoPotlapalli 460261d
Formatted headings
RaoPotlapalli b6cacd7
Updated heading formats
RaoPotlapalli f8ac9d9
Update Center-of-Excellence.md
RaoPotlapalli 560e3e8
Update Guiding-Principles.md
RaoPotlapalli 6174a01
Update Record-Level-Sharing.md
RaoPotlapalli be7cafa
Update Salesforce-Naming-Conventions.md
RaoPotlapalli 3ea790b
Update Testing-&-Debugging.md
RaoPotlapalli 53e4436
Update Top-10-Best-Practices.md
RaoPotlapalli 3d03b70
Update Visualsource-Pages.md
RaoPotlapalli f664e45
Update mission-vision.md
RaoPotlapalli ffd0bc9
Update roles-&-responsibilities.md
RaoPotlapalli d502477
Update roles-&-responsibilities.md
RaoPotlapalli 0645565
Update Exception-Handling.md
RaoPotlapalli 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 hidden or 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 hidden or 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,20 @@ | ||
| # Deployment Hotfix | ||
|
|
||
| ## Process Overview | ||
|
|
||
| Hotfix Relase: A release to production that includes only business-critical fixes and/or additions to address known bugs. Hotfixes are not considered regular releases. | ||
|
|
||
| O&M Release: A coordinated, scheduled release to production that includes fixes to all non-critical bugs that have been resolved by the Project Teams. | ||
|
|
||
| Product Releases: A scheduled release to production that includes net-new functionality. The functionality included within releases of this type is based on prioritization determinations made by the Change Control Board. | ||
|
|
||
| Hotfix Environment: The hotfix environment is where project teams will deploy changes for the same validation before moving the change to Production. Hotfix Release will use hotfix environment. All validation and testing should be performed in this environment so that platforms team will give the approval to move changes to the production environment. | ||
|
|
||
|
|
||
| ## Deploying to Production | ||
| In order to deploy a Hotfix release to production, the project team must first deploy their code and configuration to the Hotfix environment. The reason that the team must first deploy to these lower environment is so that we can verify that your application works as expected, and does not experience any complications during deployment. | ||
|
|
||
|
|
||
| Below you will find a Hotfix production release process diagram. | ||
|
|
||
|  |
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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.
huh?