-
Notifications
You must be signed in to change notification settings - Fork 0
/
testGit-nl_NL.po
183 lines (92 loc) · 4.87 KB
/
testGit-nl_NL.po
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
{
"type" : "page",
"status" : "current",
"title" : "Test ",
"version" : {
"by" : {
"type" : "known",
"username" : "thomas.biesaart",
"userKey" : "ff8080814f06cd68014f06cd8cf0001f",
"profilePicture" : {
"path" : "/wiki/aa-avatar/3b9d6130b900defc8ddc33865646a063?s=48&d=https%3A%2F%2Fxillio.atlassian.net%2Fwiki%2Fdownload%2Fattachments%2F557059%2Fuser-avatar%3FnoRedirect%3Dtrue",
"width" : 48,
"height" : 48,
"isDefault" : false
},
"displayName" : "Thomas Biesaart"
},
"when" : "2016-10-24T08:38:49.832+02:00",
"friendlyWhen" : "Oct 24, 2016",
"message" : "",
"number" : 7,
"minorEdit" : false
},
"ancestors" : [
{
"id" : "557067",
"type" : "page",
"status" : "current",
"title" : "Development Home",
"extensions" : {
"position" : "none"
},
"_expandable" : {
"childTypes" : "",
"container" : "/rest/api/space/DEV",
"metadata" : "",
"operations" : "",
"children" : "/rest/api/content/557067/child",
"restrictions" : "/rest/api/content/557067/restriction/byOperation",
"history" : "/rest/api/content/557067/history",
"ancestors" : "",
"body" : "",
"version" : "",
"descendants" : "/rest/api/content/557067/descendant",
"space" : "/rest/api/space/DEV"
},
"_links" : {
"self" : "https://xillio.atlassian.net/wiki/rest/api/content/557067",
"webui" : "/display/DEV/Development+Home",
"tinyui" : "/x/C4AI"
}
},
{
"id" : "10780784",
"type" : "page",
"status" : "current",
"title" : "Getting started",
"extensions" : {
"position" : 0
},
"_expandable" : {
"childTypes" : "",
"container" : "/rest/api/space/DEV",
"metadata" : "",
"operations" : "",
"children" : "/rest/api/content/10780784/child",
"restrictions" : "/rest/api/content/10780784/restriction/byOperation",
"history" : "/rest/api/content/10780784/history",
"ancestors" : "",
"body" : "",
"version" : "",
"descendants" : "/rest/api/content/10780784/descendant",
"space" : "/rest/api/space/DEV"
},
"_links" : {
"self" : "https://xillio.atlassian.net/wiki/rest/api/content/10780784",
"webui" : "/display/DEV/Getting+started",
"tinyui" : "/x/cICk"
}
}
],
"body" : {
"storage" : {
"value" : "<ac:layout><ac:layout-section ac:type=\"single\"><ac:layout-cell><p>The simple branching flow is a branching model that is similar to the classic 'trunk based development' workflow but leverages most of the benefits of git while remaining very simple. It focuses on three basic principles.</p><h2>Master is Deployable</h2><p>Similar to how git-flow works with develop, the master branch works like a stable branch. This branch <strong>can always be deployed</strong> and should always function as expected. People who want the very latest versions of the software can run on this branch. This is also where nightlies can be built. The way this branch is kept in check is by finished (isolated) feature completely before merging it. This means it will go through planning, implementation, automated testing, user testing and acceptance before it is merged.</p><h2>Create Pull Requests Early</h2><p>Pull requests are a central place of communication about an issue. By creating them early you will have a place where an issue can be discussed and the development can be tracked. This means declining a pull request only really happens when it is decided that the proposed solution is incorrect or the issue will be dropped. In other words: <strong>Declined pull request means stop working on this issue</strong>.</p><h2>Never Close Release Branches</h2><p>Releases are permanent. This means <strong>release branches should be permanent too</strong>. Once a release branch is created, this branch can be used to create new minor releases by cherry picking features and fixes from master.</p><p><br /></p></ac:layout-cell></ac:layout-section><ac:layout-section ac:type=\"three_equal\"><ac:layout-cell><h2>Development Workflow</h2><p><ac:image><ri:attachment ri:filename=\"development_workflow-draw.io.png\" /></ac:image></p></ac:layout-cell><ac:layout-cell><h2>Major Release Workflow</h2><p><ac:image><ri:attachment ri:filename=\"major_release_workflow-draw.io.png\" /></ac:image></p></ac:layout-cell><ac:layout-cell><h2>Minor Release Workflow</h2><p><ac:image><ri:attachment ri:filename=\"minor_release_workflow-draw.io.png\" /></ac:image></p></ac:layout-cell></ac:layout-section></ac:layout>",
"representation" : "storage"
}
},
"extensions" : {
"position" : 4
},
"xdip" : "xdip://confluence01/DEV/57278472"
}