Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[github] Add GitHub Plugin #398

Merged
merged 3 commits into from
Jul 21, 2022
Merged

[github] Add GitHub Plugin #398

merged 3 commits into from
Jul 21, 2022

Conversation

ricoberger
Copy link
Member

Add a GitHub plugin, which can be used to view issues and pull requests
for a repository and organization. It is also possible to list
repositories and members of an organization and team. Users of kobs can
use the "userpullrequests" panel to add there created, assigned,
mentioned or review requested pull requests to their profile page.

The plugin requires a GitHub OAuth App to authorize users to access the
organizations data via the GitHub API.

Add a GitHub plugin, which can be used to view issues and pull requests
for a repository and organization. It is also possible to list
repositories and members of an organization and team. Users of kobs can
use the "userpullrequests" panel to add there created, assigned,
mentioned or review requested pull requests to their profile page.

The plugin requires a GitHub OAuth App to authorize users to access the
organizations data via the GitHub API.
@ricoberger ricoberger changed the title Add GitHub Plugin [github] Add GitHub Plugin Jul 21, 2022
@codecov-commenter
Copy link

codecov-commenter commented Jul 21, 2022

Codecov Report

Merging #398 (52ad1ef) into main (a8a71d8) will increase coverage by 0.11%.
The diff coverage is 30.63%.

@@            Coverage Diff             @@
##             main     #398      +/-   ##
==========================================
+ Coverage   45.43%   45.55%   +0.11%     
==========================================
  Files         134      137       +3     
  Lines       10435    10634     +199     
==========================================
+ Hits         4741     4844     +103     
- Misses       5614     5707      +93     
- Partials       80       83       +3     
Impacted Files Coverage Δ
cmd/kobs/hub/hub.go 0.00% <0.00%> (ø)
cmd/kobs/main.go 0.00% <0.00%> (ø)
cmd/kobs/satellite/satellite.go 0.00% <0.00%> (ø)
pkg/app/app.go 0.00% <0.00%> (ø)
pkg/hub/hub.go 0.00% <0.00%> (ø)
pkg/metrics/metrics.go 0.00% <0.00%> (ø)
pkg/satellite/satellite.go 0.00% <0.00%> (ø)
plugins/plugin-github/pkg/helpers/helpers.go 0.00% <0.00%> (ø)
plugins/plugin-github/cmd/github.go 28.28% <28.28%> (ø)
plugins/plugin-github/pkg/instance/instance.go 35.55% <35.55%> (ø)
... and 4 more

Help us with your feedback. Take ten seconds to tell us how you rate us.

@ricoberger ricoberger merged commit dbd21c6 into main Jul 21, 2022
@ricoberger ricoberger deleted the add-github-plugin branch July 21, 2022 16:23
@ricoberger ricoberger added the changelog: added A new feature was added label Sep 1, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
changelog: added A new feature was added
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants