Branch: refs/heads/master
Home: https://github.com/jenkinsci/github-branch-source-plugin
Commit: 1a79c043e1624191a494830ae55da6a2592b7f95
https://github.com/jenkinsci/github-branch-source-plugin/commit/1a79c043e1624191a494830ae55da6a2592b7f95
Author: Thorsten Klein <[email protected]>
Date: 2020-05-28 (Thu, 28 May 2020)
Changed paths:
A Makefile
M
src/main/java/org/jenkinsci/plugins/github_branch_source/GitHubSCMNavigator.java
M
src/main/java/org/jenkinsci/plugins/github_branch_source/GitHubSCMNavigatorContext.java
A src/main/java/org/jenkinsci/plugins/github_branch_source/TopicsTrait.java
M
src/main/resources/org/jenkinsci/plugins/github_branch_source/Messages.properties
A
src/main/resources/org/jenkinsci/plugins/github_branch_source/TopicsTrait/config.jelly
A
src/main/resources/org/jenkinsci/plugins/github_branch_source/TopicsTrait/help-topics.html
A
src/main/resources/org/jenkinsci/plugins/github_branch_source/TopicsTrait/help.html
M
src/test/java/org/jenkinsci/plugins/github_branch_source/GitHubSCMNavigatorTest.java
A
src/test/resources/api/__files/body-octocat-github-branch-source-plugin-topics.json
A src/test/resources/api/__files/body-octocat-hello-world-topics.json
A src/test/resources/api/__files/body-yolo-archived-topics.json
A src/test/resources/api/__files/body-yolo-topics.json
A
src/test/resources/api/mappings/mapping-octocat-github-branch-source-plugin-topics.json
A src/test/resources/api/mappings/mapping-octocat-hello-world-topics.json
A src/test/resources/api/mappings/mapping-stephenc-yolo-archived-topics.json
A src/test/resources/api/mappings/mapping-stephenc-yolo-topics.json
A src/test/resources/api/mappings/mapping-yolo-archived-topics.json
A src/test/resources/api/mappings/mapping-yolo-topics.json
Log Message:
-----------
add TopicsTrait to filter repositories by topics
Commit: 9ba862635e35d36406910baf9665227a167686dc
https://github.com/jenkinsci/github-branch-source-plugin/commit/9ba862635e35d36406910baf9665227a167686dc
Author: Thorsten Klein <[email protected]>
Date: 2020-06-05 (Fri, 05 Jun 2020)
Changed paths:
M Jenkinsfile
M docs/github-app.adoc
M pom.xml
M src/main/java/org/jenkinsci/plugins/github_branch_source/Connector.java
M
src/main/java/org/jenkinsci/plugins/github_branch_source/GitHubAppCredentials.java
M
src/main/java/org/jenkinsci/plugins/github_branch_source/GitHubSCMFile.java
M
src/main/java/org/jenkinsci/plugins/github_branch_source/GitHubSCMNavigator.java
Log Message:
-----------
Merge tag 'github-branch-source-2.8.0' of
ssh://github.com/jenkinsci/github-branch-source-plugin into
feature/filter-by-topic
[maven-release-plugin] copy for tag github-branch-source-2.8.0
Commit: 7e6e6958d3bcb3e9dd27d53c7a61ff22b9bb7c7b
https://github.com/jenkinsci/github-branch-source-plugin/commit/7e6e6958d3bcb3e9dd27d53c7a61ff22b9bb7c7b
Author: Thorsten Klein <[email protected]>
Date: 2020-06-05 (Fri, 05 Jun 2020)
Changed paths:
M
src/main/java/org/jenkinsci/plugins/github_branch_source/GitHubSCMNavigatorContext.java
Log Message:
-----------
apply proposed changes
Commit: 211c75ee9040353cca9afe5092341aafc25d71d3
https://github.com/jenkinsci/github-branch-source-plugin/commit/211c75ee9040353cca9afe5092341aafc25d71d3
Author: Thorsten Klein <[email protected]>
Date: 2020-06-05 (Fri, 05 Jun 2020)
Changed paths:
M
src/main/java/org/jenkinsci/plugins/github_branch_source/GitHubSCMNavigatorContext.java
Log Message:
-----------
Use List interface instead of ArrayList implementation for getTopics
https://github.com/jenkinsci/github-branch-source-plugin/pull/303#discussion_r435815403
Co-authored-by: Tim Jacomb <[email protected]>
Commit: c2e156058bf19a2f2797af079de5345d27969c10
https://github.com/jenkinsci/github-branch-source-plugin/commit/c2e156058bf19a2f2797af079de5345d27969c10
Author: Thorsten Klein <[email protected]>
Date: 2020-06-05 (Fri, 05 Jun 2020)
Changed paths:
Log Message:
-----------
Merge branch 'feature/filter-by-topic' of
github.com:iwilltry42/github-branch-source-plugin into feature/filter-by-topic
Commit: 81bde9b9b6b4aee8f9f260b7fd524eb3e2f93660
https://github.com/jenkinsci/github-branch-source-plugin/commit/81bde9b9b6b4aee8f9f260b7fd524eb3e2f93660
Author: Thorsten Klein <[email protected]>
Date: 2020-06-05 (Fri, 05 Jun 2020)
Changed paths:
M src/main/java/org/jenkinsci/plugins/github_branch_source/TopicsTrait.java
Log Message:
-----------
add missing variable + getter to fix values disappearing in the UI
Commit: 9e14c443bf39422bbc4dfdc577e25bbade065b0e
https://github.com/jenkinsci/github-branch-source-plugin/commit/9e14c443bf39422bbc4dfdc577e25bbade065b0e
Author: Liam Newman <[email protected]>
Date: 2020-06-15 (Mon, 15 Jun 2020)
Changed paths:
M docs/github-app.adoc
M pom.xml
M src/main/java/org/jenkinsci/plugins/github_branch_source/Connector.java
Log Message:
-----------
Merge branch 'master' into feature/filter-by-topic
Commit: 59215cf5a71a9024829657aaab28375c234b8379
https://github.com/jenkinsci/github-branch-source-plugin/commit/59215cf5a71a9024829657aaab28375c234b8379
Author: Thorsten Klein <[email protected]>
Date: 2020-06-17 (Wed, 17 Jun 2020)
Changed paths:
M src/main/java/org/jenkinsci/plugins/github_branch_source/TopicsTrait.java
Log Message:
-----------
Use new symbol gitHubTopicsFilter
Co-authored-by: Liam Newman <[email protected]>
Commit: 31b9909b5d41e81ecd2fd2211868cfce257a6a7b
https://github.com/jenkinsci/github-branch-source-plugin/commit/31b9909b5d41e81ecd2fd2211868cfce257a6a7b
Author: Thorsten Klein <[email protected]>
Date: 2020-06-17 (Wed, 17 Jun 2020)
Changed paths:
R Makefile
Log Message:
-----------
remove Makefile
Commit: 6503966d52907882111b52f767c2d377a3b64951
https://github.com/jenkinsci/github-branch-source-plugin/commit/6503966d52907882111b52f767c2d377a3b64951
Author: Thorsten Klein <[email protected]>
Date: 2020-06-17 (Wed, 17 Jun 2020)
Changed paths:
M
src/test/java/org/jenkinsci/plugins/github_branch_source/GitHubSCMNavigatorTest.java
M src/test/resources/api/__files/body-yolo-archived-topics.json
Log Message:
-----------
topicsTrait: add some more test-cases
- fetchRepos_BelongingToAuthenticatedUser_FilteredByTopic_RemovesAll:
topics filter filters out all repositories = empty result list
- fetchRepos_BelongingToAuthenticatedUser_FilteredByMultipleTopics:
multiple topics specified to test the string splitting (+ trimming)
Commit: 2af5bd0abeb11bfc0b42a344fbce51edcb9d949b
https://github.com/jenkinsci/github-branch-source-plugin/commit/2af5bd0abeb11bfc0b42a344fbce51edcb9d949b
Author: Liam Newman <[email protected]>
Date: 2020-07-08 (Wed, 08 Jul 2020)
Changed paths:
M
src/main/java/org/jenkinsci/plugins/github_branch_source/GitHubSCMNavigator.java
M
src/main/java/org/jenkinsci/plugins/github_branch_source/GitHubSCMNavigatorContext.java
A src/main/java/org/jenkinsci/plugins/github_branch_source/TopicsTrait.java
M
src/main/resources/org/jenkinsci/plugins/github_branch_source/Messages.properties
A
src/main/resources/org/jenkinsci/plugins/github_branch_source/TopicsTrait/config.jelly
A
src/main/resources/org/jenkinsci/plugins/github_branch_source/TopicsTrait/help-topics.html
A
src/main/resources/org/jenkinsci/plugins/github_branch_source/TopicsTrait/help.html
M
src/test/java/org/jenkinsci/plugins/github_branch_source/GitHubSCMNavigatorTest.java
A
src/test/resources/api/__files/body-octocat-github-branch-source-plugin-topics.json
A src/test/resources/api/__files/body-octocat-hello-world-topics.json
A src/test/resources/api/__files/body-yolo-archived-topics.json
A src/test/resources/api/__files/body-yolo-topics.json
A
src/test/resources/api/mappings/mapping-octocat-github-branch-source-plugin-topics.json
A src/test/resources/api/mappings/mapping-octocat-hello-world-topics.json
A src/test/resources/api/mappings/mapping-stephenc-yolo-archived-topics.json
A src/test/resources/api/mappings/mapping-stephenc-yolo-topics.json
A src/test/resources/api/mappings/mapping-yolo-archived-topics.json
A src/test/resources/api/mappings/mapping-yolo-topics.json
Log Message:
-----------
Merge pull request #303 from iwilltry42/feature/filter-by-topic
Feature: add TopicTrait to filter repositories by topic
Compare:
https://github.com/jenkinsci/github-branch-source-plugin/compare/1e98da3fa842...2af5bd0abeb1
--
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/jenkinsci/github-branch-source-plugin/push/refs/heads/master/1e98da-2af5bd%40github.com.