Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
G
going-to-production
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
List
Board
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
zk
going-to-production
Commits
c2a81e9f
Commit
c2a81e9f
authored
Feb 22, 2015
by
Mr_Mig
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated checklists
parent
476fd629
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
1 deletion
+11
-1
serverside-checklist.md
serverside-checklist.md
+10
-1
spa-checklist.md
spa-checklist.md
+1
-0
No files found.
serverside-checklist.md
View file @
c2a81e9f
...
...
@@ -12,7 +12,7 @@ This is a checklist for serverside of the Web App.
*
[
]
My project can run on multiple CPUs
*
[
]
My project can run behind the load balancer
*
[
]
I can add a new node
*
[
]
I can add a new node
without system downtime
## Transparent deployment
...
...
@@ -57,8 +57,17 @@ This is a checklist for serverside of the Web App.
*
Duration of business-logic operations
## High Availability
*
[
]
I can run my services in different independent Data Centers
## Testing
*
[
]
I have performed stress tests for my application
*
[
]
I have performed network partitioning tests for my application
## Backuping
*
[
]
I can restore all my data from backups
\ No newline at end of file
spa-checklist.md
View file @
c2a81e9f
...
...
@@ -5,6 +5,7 @@ This is a checklist for browser-based Web App **without the backend** or with a
## Deployment
-
[
]
My app is served from CDN with correct cache headers
-
[
]
My app static resources are gzipped
## Versioning
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment