Branch: refs/heads/add-github-topics
Home: https://github.com/jenkins-infra/update-center2
Commit: 3019d0d8c1ce43cbe5503b6c93c0ae38fc940507
https://github.com/jenkins-infra/update-center2/commit/3019d0d8c1ce43cbe5503b6c93c0ae38fc940507
Author: Gavin Mogan <[email protected]>
Date: 2019-11-22 (Fri, 22 Nov 2019)
Changed paths:
M pom.xml
M src/main/java/org/jvnet/hudson/update_center/GitHubSource.java
M src/main/java/org/jvnet/hudson/update_center/Plugin.java
Log Message:
-----------
If scm tag contains github, then try to pull topics from it
Commit: be0881630ae1979bc5a0a4d1d1e1a9f5c9c5f01e
https://github.com/jenkins-infra/update-center2/commit/be0881630ae1979bc5a0a4d1d1e1a9f5c9c5f01e
Author: Gavin Mogan <[email protected]>
Date: 2019-11-22 (Fri, 22 Nov 2019)
Changed paths:
M src/main/java/org/jvnet/hudson/update_center/GitHubSource.java
Log Message:
-----------
INFRA-2240 - Switch to graphql interface to grab all the repo topics
Commit: 05c854555b06b76cfd0a62e67d8ec62e593ed192
https://github.com/jenkins-infra/update-center2/commit/05c854555b06b76cfd0a62e67d8ec62e593ed192
Author: Gavin Mogan <[email protected]>
Date: 2019-11-22 (Fri, 22 Nov 2019)
Changed paths:
M .gitignore
Log Message:
-----------
Ignore github cache directory
Commit: 5b7f0541c727fa42e9f2e7788421568ce298a3d7
https://github.com/jenkins-infra/update-center2/commit/5b7f0541c727fa42e9f2e7788421568ce298a3d7
Author: Gavin Mogan <[email protected]>
Date: 2019-11-23 (Sat, 23 Nov 2019)
Changed paths:
M src/main/java/org/jvnet/hudson/update_center/GitHubSource.java
Log Message:
-----------
INFRA-2240 - Prevent the old slow method of querying anon apis for github
tokens each repo, just fail out
Commit: 2a7d762e38190a11ac90014926f6ec64f0b8ac1f
https://github.com/jenkins-infra/update-center2/commit/2a7d762e38190a11ac90014926f6ec64f0b8ac1f
Author: Gavin Mogan <[email protected]>
Date: 2019-11-23 (Sat, 23 Nov 2019)
Changed paths:
M Jenkinsfile
Log Message:
-----------
Disable concurrent builds
Commit: 697dddd968f3be52e98ebc73d876a6f13e0e4ad7
https://github.com/jenkins-infra/update-center2/commit/697dddd968f3be52e98ebc73d876a6f13e0e4ad7
Author: Gavin Mogan <[email protected]>
Date: 2019-11-23 (Sat, 23 Nov 2019)
Changed paths:
M src/main/java/org/jvnet/hudson/update_center/GitHubSource.java
Log Message:
-----------
If plugin is not in the hash, return an empty list, not the other way around
Commit: e58b53aabc3c409785dcb9d44020b0f6bbf00133
https://github.com/jenkins-infra/update-center2/commit/e58b53aabc3c409785dcb9d44020b0f6bbf00133
Author: Gavin Mogan <[email protected]>
Date: 2019-11-23 (Sat, 23 Nov 2019)
Changed paths:
M src/main/java/org/jvnet/hudson/update_center/GitHubSource.java
Log Message:
-----------
Fetch all topics at startup
Commit: 28fbcd951f65a7590c401a8a08537f872107ed5c
https://github.com/jenkins-infra/update-center2/commit/28fbcd951f65a7590c401a8a08537f872107ed5c
Author: Gavin Mogan <[email protected]>
Date: 2019-11-23 (Sat, 23 Nov 2019)
Changed paths:
M pom.xml
M src/main/java/org/jvnet/hudson/update_center/GitHubSource.java
A src/test/java/org/jvnet/hudson/update_center/GitHubSourceTest.java
A src/test/resources/github_graphql_Y3Vyc29yOnYyOpHOA0oRaA==.txt
A src/test/resources/github_graphql_null.txt
Log Message:
-----------
Test the graphql getter
Commit: c754ff9788c89ce65600f94863f6fcc30cff4032
https://github.com/jenkins-infra/update-center2/commit/c754ff9788c89ce65600f94863f6fcc30cff4032
Author: Gavin Mogan <[email protected]>
Date: 2019-11-24 (Sun, 24 Nov 2019)
Changed paths:
M src/main/java/org/jvnet/hudson/update_center/Plugin.java
A src/main/resources/allowed-labels.properties
Log Message:
-----------
Only keep labels that are whitelisted so we can put whatever we want in
github topics
Commit: 79d2b9b3a8f9ff76f4241db7c30ee410efa25749
https://github.com/jenkins-infra/update-center2/commit/79d2b9b3a8f9ff76f4241db7c30ee410efa25749
Author: Gavin Mogan <[email protected]>
Date: 2019-11-25 (Mon, 25 Nov 2019)
Changed paths:
M src/main/resources/allowed-labels.properties
Log Message:
-----------
Add adopt-this-plugin to label whitelist
Commit: 74b8640b18b321db4b72fa745187224d93a0637e
https://github.com/jenkins-infra/update-center2/commit/74b8640b18b321db4b72fa745187224d93a0637e
Author: Gavin Mogan <[email protected]>
Date: 2019-11-27 (Wed, 27 Nov 2019)
Changed paths:
M src/main/resources/allowed-labels.properties
Log Message:
-----------
Update src/main/resources/allowed-labels.properties
Co-Authored-By: Oleg Nenashev <[email protected]>
Commit: 368c6574f1dec85a2ade6d710e3e454a589180ca
https://github.com/jenkins-infra/update-center2/commit/368c6574f1dec85a2ade6d710e3e454a589180ca
Author: Gavin Mogan <[email protected]>
Date: 2019-11-27 (Wed, 27 Nov 2019)
Changed paths:
M src/main/resources/allowed-labels.properties
Log Message:
-----------
Update src/main/resources/allowed-labels.properties
Co-Authored-By: Oleg Nenashev <[email protected]>
Commit: 55c76ee50583a0546eb2ab15f850cc23b129bbd4
https://github.com/jenkins-infra/update-center2/commit/55c76ee50583a0546eb2ab15f850cc23b129bbd4
Author: Gavin Mogan <[email protected]>
Date: 2019-11-27 (Wed, 27 Nov 2019)
Changed paths:
M src/main/resources/allowed-labels.properties
Log Message:
-----------
Update src/main/resources/allowed-labels.properties
Co-Authored-By: Oleg Nenashev <[email protected]>
Commit: 1700f2ae9a344379f8129a59131077eecc90148e
https://github.com/jenkins-infra/update-center2/commit/1700f2ae9a344379f8129a59131077eecc90148e
Author: Gavin Mogan <[email protected]>
Date: 2019-11-27 (Wed, 27 Nov 2019)
Changed paths:
M src/main/java/org/jvnet/hudson/update_center/Plugin.java
Log Message:
-----------
Allow any and all topics starting with jenkins- (removing jenkins-) then
apply filter
Commit: 2232e4c5207029e4f2abc6f696b38a2366ad0089
https://github.com/jenkins-infra/update-center2/commit/2232e4c5207029e4f2abc6f696b38a2366ad0089
Author: Gavin Mogan <[email protected]>
Date: 2019-11-27 (Wed, 27 Nov 2019)
Changed paths:
M src/main/resources/allowed-labels.properties
Log Message:
-----------
Merge branch 'add-github-topics' of github.com:halkeye/update-center2 into
add-github-topics
Commit: 1c9a1a79544fdd256d103108b83062d6719ba0be
https://github.com/jenkins-infra/update-center2/commit/1c9a1a79544fdd256d103108b83062d6719ba0be
Author: Gavin Mogan <[email protected]>
Date: 2019-11-27 (Wed, 27 Nov 2019)
Changed paths:
M src/main/resources/allowed-labels.properties
Log Message:
-----------
Update src/main/resources/allowed-labels.properties
Co-Authored-By: Oleg Nenashev <[email protected]>
Compare:
https://github.com/jenkins-infra/update-center2/compare/3019d0d8c1ce%5E...1c9a1a79544f
--
You received this message because you are subscribed to the Google Groups
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/jenkinsci-commits/jenkins-infra/update-center2/push/refs/heads/add-github-topics/000000-1c9a1a%40github.com.