Skip to content

Commit a0aea68

Browse files
committed
Support GitHub OAuth2 tokens #6
1 parent 3a6d58e commit a0aea68

13 files changed

+554
-38
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,4 @@ gradlew
1010
gradlew.bat
1111
.gradle
1212
gradle
13+
.okhttpcache

CHANGELOG.md

+53-13
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,28 @@
22

33
Changelog of Git Changelog Maven plugin.
44

5+
## Unreleased
6+
### GitHub [#6](https://github.com/tomasbjerre/git-changelog-maven-plugin/issues/6) GitHub OAuth2 Token support
7+
8+
**Support GitHub OAuth2 tokens #6**
9+
10+
11+
[43b533463a5330e](https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/43b533463a5330e) Tomas Bjerre *2016-03-15 19:50:05*
12+
13+
14+
### No issue
15+
16+
**Adding example with github as custom issue**
17+
18+
19+
[3a6d58e08c79bd0](https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/3a6d58e08c79bd0) Tomas Bjerre *2016-03-14 16:16:05*
20+
21+
**Updating CHANGELOG.md**
22+
23+
24+
[0d370369d0c8cdc](https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/0d370369d0c8cdc) Tomas Bjerre *2016-02-20 08:52:37*
25+
26+
527
## 1.19
628
### No issue
729

@@ -79,13 +101,16 @@ Changelog of Git Changelog Maven plugin.
79101

80102

81103
## 1.14
82-
### No issue
104+
### GitHub [#5](https://github.com/tomasbjerre/git-changelog-maven-plugin/issues/5) One line git commit messege
83105

84106
**Added variables: messageTitle, messageBody, messageItems #5**
85107

86108

87109
[0a7a9a1aa672414](https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/0a7a9a1aa672414) Tomas Bjerre *2016-02-09 19:26:45*
88110

111+
112+
### No issue
113+
89114
**Adding example of custom issue without link**
90115

91116
* Like I123
@@ -121,13 +146,16 @@ Changelog of Git Changelog Maven plugin.
121146

122147

123148
## 1.12
124-
### No issue
149+
### GitHub [#4](https://github.com/tomasbjerre/git-changelog-maven-plugin/issues/4) The tags are out of order
125150

126151
**Using lib 1.23 to sort commits by time, not formatted time #4**
127152

128153

129154
[5fbc5f762d90669](https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/5fbc5f762d90669) Tomas Bjerre *2016-01-31 11:10:56*
130155

156+
157+
### No issue
158+
131159
**Correcting example ignoring commits by comment**
132160

133161

@@ -140,22 +168,25 @@ Changelog of Git Changelog Maven plugin.
140168

141169

142170
## 1.11
143-
### No issue
171+
### GitHub [#3](https://github.com/tomasbjerre/git-changelog-maven-plugin/issues/3) Enhance documentation for changelog.json file
144172

145173
**Documentation and more configuration available in pom #3**
146174

147175

148176
[0f143a30469db4b](https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/0f143a30469db4b) Tomas Bjerre *2016-01-31 07:15:44*
149177

150-
**Using lib 1.22**
178+
**Documentation #3**
151179

152180

153-
[d18efc576edcaff](https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/d18efc576edcaff) Tomas Bjerre *2016-01-30 17:36:44*
181+
[adc959a530801da](https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/adc959a530801da) Tomas Bjerre *2016-01-30 09:22:01*
154182

155-
**Documentation #3**
156183

184+
### No issue
157185

158-
[adc959a530801da](https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/adc959a530801da) Tomas Bjerre *2016-01-30 09:22:01*
186+
**Using lib 1.22**
187+
188+
189+
[d18efc576edcaff](https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/d18efc576edcaff) Tomas Bjerre *2016-01-30 17:36:44*
159190

160191
**Using lib 1.19**
161192

@@ -164,35 +195,41 @@ Changelog of Git Changelog Maven plugin.
164195

165196

166197
## 1.10
167-
### No issue
198+
### GitHub [#2](https://github.com/tomasbjerre/git-changelog-maven-plugin/issues/2) Allow for template to be added directly in pom.xml
168199

169200
**Template can be configured directly in the pom #2**
170201

171202

172203
[ed405f4ff98b9ec](https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/ed405f4ff98b9ec) Tomas Bjerre *2015-12-20 17:29:26*
173204

205+
206+
### No issue
207+
174208
**Using lib 1.18**
175209

176210

177211
[60c9851e33217e2](https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/60c9851e33217e2) Tomas Bjerre *2015-12-10 17:11:56*
178212

179213

180214
## 1.9
181-
### No issue
215+
### GitHub [#1](https://github.com/tomasbjerre/git-changelog-maven-plugin/issues/1) Update to lates lib version
182216

183217
**Using lib 1.17 #1**
184218

185219

186220
[012e716f4ac9081](https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/012e716f4ac9081) Tomas Bjerre *2015-12-06 07:37:23*
187221

222+
223+
### No issue
224+
188225
**doc**
189226

190227

191228
[09e031c5875716f](https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/09e031c5875716f) Tomas Bjerre *2015-12-04 22:58:13*
192229

193230

194231
## 1.8
195-
### No issue
232+
### GitHub [#1](https://github.com/tomasbjerre/git-changelog-maven-plugin/issues/1) Update to lates lib version
196233

197234
**Using lib 1.15 #1**
198235

@@ -229,7 +266,7 @@ Changelog of Git Changelog Maven plugin.
229266

230267

231268
## 1.5
232-
### No issue
269+
### GitHub [#1](https://github.com/tomasbjerre/git-changelog-maven-plugin/issues/1) Update to lates lib version
233270

234271
**Using lib 1.12 #1**
235272

@@ -247,7 +284,7 @@ Changelog of Git Changelog Maven plugin.
247284

248285

249286
## 1.3
250-
### No issue
287+
### GitHub #
251288

252289
**lib 1.9 #feature**
253290

@@ -261,13 +298,16 @@ Changelog of Git Changelog Maven plugin.
261298

262299

263300
## 1.2
264-
### No issue
301+
### GitHub #
265302

266303
**lib 1.3 #feature**
267304

268305

269306
[dfd09ef2dcaf3bd](https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/dfd09ef2dcaf3bd) Tomas Bjerre *2015-11-18 19:48:16*
270307

308+
309+
### No issue
310+
271311
**doc**
272312

273313

build.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/bash
2-
mvn clean install eclipse:eclipse || exit 1
2+
mvn clean install eclipse:eclipse -DGITHUB_OAUTH2TOKEN=$GITHUB_OAUTH2TOKEN || exit 1
33
cd git-changelog-maven-plugin-example
4-
mvn generate-sources -e
4+
mvn clean generate-sources -e
55
cp CHANGELOG.md ..

git-changelog-maven-plugin-example/CHANGELOG.md

+53-13
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,28 @@
22

33
Changelog of Git Changelog Maven plugin.
44

5+
## Unreleased
6+
### GitHub [#6](https://github.com/tomasbjerre/git-changelog-maven-plugin/issues/6) GitHub OAuth2 Token support
7+
8+
**Support GitHub OAuth2 tokens #6**
9+
10+
11+
[43b533463a5330e](https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/43b533463a5330e) Tomas Bjerre *2016-03-15 19:50:05*
12+
13+
14+
### No issue
15+
16+
**Adding example with github as custom issue**
17+
18+
19+
[3a6d58e08c79bd0](https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/3a6d58e08c79bd0) Tomas Bjerre *2016-03-14 16:16:05*
20+
21+
**Updating CHANGELOG.md**
22+
23+
24+
[0d370369d0c8cdc](https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/0d370369d0c8cdc) Tomas Bjerre *2016-02-20 08:52:37*
25+
26+
527
## 1.19
628
### No issue
729

@@ -79,13 +101,16 @@ Changelog of Git Changelog Maven plugin.
79101

80102

81103
## 1.14
82-
### No issue
104+
### GitHub [#5](https://github.com/tomasbjerre/git-changelog-maven-plugin/issues/5) One line git commit messege
83105

84106
**Added variables: messageTitle, messageBody, messageItems #5**
85107

86108

87109
[0a7a9a1aa672414](https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/0a7a9a1aa672414) Tomas Bjerre *2016-02-09 19:26:45*
88110

111+
112+
### No issue
113+
89114
**Adding example of custom issue without link**
90115

91116
* Like I123
@@ -121,13 +146,16 @@ Changelog of Git Changelog Maven plugin.
121146

122147

123148
## 1.12
124-
### No issue
149+
### GitHub [#4](https://github.com/tomasbjerre/git-changelog-maven-plugin/issues/4) The tags are out of order
125150

126151
**Using lib 1.23 to sort commits by time, not formatted time #4**
127152

128153

129154
[5fbc5f762d90669](https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/5fbc5f762d90669) Tomas Bjerre *2016-01-31 11:10:56*
130155

156+
157+
### No issue
158+
131159
**Correcting example ignoring commits by comment**
132160

133161

@@ -140,22 +168,25 @@ Changelog of Git Changelog Maven plugin.
140168

141169

142170
## 1.11
143-
### No issue
171+
### GitHub [#3](https://github.com/tomasbjerre/git-changelog-maven-plugin/issues/3) Enhance documentation for changelog.json file
144172

145173
**Documentation and more configuration available in pom #3**
146174

147175

148176
[0f143a30469db4b](https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/0f143a30469db4b) Tomas Bjerre *2016-01-31 07:15:44*
149177

150-
**Using lib 1.22**
178+
**Documentation #3**
151179

152180

153-
[d18efc576edcaff](https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/d18efc576edcaff) Tomas Bjerre *2016-01-30 17:36:44*
181+
[adc959a530801da](https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/adc959a530801da) Tomas Bjerre *2016-01-30 09:22:01*
154182

155-
**Documentation #3**
156183

184+
### No issue
157185

158-
[adc959a530801da](https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/adc959a530801da) Tomas Bjerre *2016-01-30 09:22:01*
186+
**Using lib 1.22**
187+
188+
189+
[d18efc576edcaff](https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/d18efc576edcaff) Tomas Bjerre *2016-01-30 17:36:44*
159190

160191
**Using lib 1.19**
161192

@@ -164,35 +195,41 @@ Changelog of Git Changelog Maven plugin.
164195

165196

166197
## 1.10
167-
### No issue
198+
### GitHub [#2](https://github.com/tomasbjerre/git-changelog-maven-plugin/issues/2) Allow for template to be added directly in pom.xml
168199

169200
**Template can be configured directly in the pom #2**
170201

171202

172203
[ed405f4ff98b9ec](https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/ed405f4ff98b9ec) Tomas Bjerre *2015-12-20 17:29:26*
173204

205+
206+
### No issue
207+
174208
**Using lib 1.18**
175209

176210

177211
[60c9851e33217e2](https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/60c9851e33217e2) Tomas Bjerre *2015-12-10 17:11:56*
178212

179213

180214
## 1.9
181-
### No issue
215+
### GitHub [#1](https://github.com/tomasbjerre/git-changelog-maven-plugin/issues/1) Update to lates lib version
182216

183217
**Using lib 1.17 #1**
184218

185219

186220
[012e716f4ac9081](https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/012e716f4ac9081) Tomas Bjerre *2015-12-06 07:37:23*
187221

222+
223+
### No issue
224+
188225
**doc**
189226

190227

191228
[09e031c5875716f](https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/09e031c5875716f) Tomas Bjerre *2015-12-04 22:58:13*
192229

193230

194231
## 1.8
195-
### No issue
232+
### GitHub [#1](https://github.com/tomasbjerre/git-changelog-maven-plugin/issues/1) Update to lates lib version
196233

197234
**Using lib 1.15 #1**
198235

@@ -229,7 +266,7 @@ Changelog of Git Changelog Maven plugin.
229266

230267

231268
## 1.5
232-
### No issue
269+
### GitHub [#1](https://github.com/tomasbjerre/git-changelog-maven-plugin/issues/1) Update to lates lib version
233270

234271
**Using lib 1.12 #1**
235272

@@ -247,7 +284,7 @@ Changelog of Git Changelog Maven plugin.
247284

248285

249286
## 1.3
250-
### No issue
287+
### GitHub #
251288

252289
**lib 1.9 #feature**
253290

@@ -261,13 +298,16 @@ Changelog of Git Changelog Maven plugin.
261298

262299

263300
## 1.2
264-
### No issue
301+
### GitHub #
265302

266303
**lib 1.3 #feature**
267304

268305

269306
[dfd09ef2dcaf3bd](https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/dfd09ef2dcaf3bd) Tomas Bjerre *2015-11-18 19:48:16*
270307

308+
309+
### No issue
310+
271311
**doc**
272312

273313

git-changelog-maven-plugin-example/CHANGELOG_custom.md

+10
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22

33
Changelog of Git Changelog Maven plugin.
44

5+
## Unreleased
6+
### No issue
7+
Support GitHub OAuth2 tokens #6
8+
9+
Adding example with github as custom issue
10+
11+
Updating CHANGELOG.md
12+
13+
14+
515
## git-changelog-maven-plugin-1.19
616
### No issue
717
Supplying commit in each issue mentioned in message

0 commit comments

Comments
 (0)