Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Guidelines
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Redmine
Redmine
Labels
Merge Requests
1
Merge Requests
1
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
External
Guidelines
Commits
64bda2dd
Commit
64bda2dd
authored
Sep 04, 2017
by
Ondřej Moravčík
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
repo
parent
d4fa1c1d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
26 additions
and
41 deletions
+26
-41
DEV/REPOSITORIES.md
DEV/REPOSITORIES.md
+26
-41
No files found.
DEV/REPOSITORIES.md
View file @
64bda2dd
...
...
@@ -11,53 +11,38 @@
5.
**Repositories**
6.
[
Testing
](
./TESTS.md
)
## easyproject/devel
All developing repositiories have following structure.
```
+-------+
| devel |
+---+---+
|
+---v---------------+
| release-candidate |
+-------------------+
|
+---v--------+
| bug-fixing |
+---+--------+
|
+---v----+
| master |
+--------+
| devel |
+---+----+
|__________________
|
+--------+ +--------v----------+
| early |<---| early-on-testing |
+---+----+ +-------------------+
|__________________
|
+--------+ +--------v----------+
| stable |<---| stable-on-testing |
+--------+ +-------------------+
```
-
`devel`
-
Main development branch for new features
-
`early`
-
Branch released for early access adopters
-
`early-on-testing `
-
Bug fixing and testing for upcoming early release
-
`stable`
-
Last released branch
-
`stable-on-testing`
-
Branch for fixing bugs in upcoming version
-
MR review is thorough
-
Mistakes could be propagated to clients so maximal attention is required
## Gantt, Resource management, WBS
```
+-------+ +-------------------+ +--------+
| devel |--->| release_candidate |--->| master |
+---+---+ +-------------------+ +--------+
```
-
`devel`
-
Main development branch for new features
-
`release_candidate`
-
upcoming release branch
-
No new features only bug fixes
-
Feature is there 2 month
-
`release-candidate`
-
For testing new features before final release
-
After 2 months, devel is merged into this branch
-
There is 1 month of testing
-
Only fixes found during testing are accepted here
-
`bug-fixing`
-
Fixing for released version
-
For bugs which have to be tested or are not critical
-
`master`
-
stable branch
-
Critical fixes that are released with review form QA team
-
Stable released version
-
Only critical fixes are allowed
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