Commit c5eade6
authored
feat(github): Add
#### Summary
This PR addresses #10020 by adding the table `github_repository_branches` containing information retrieved from the `/repos/{owner}/{repo}/branches` and `/repos/{owner}/{repo}/branches/{branch}/protection` endpoints for each repository and branch.
- [X] Read the [contribution guidelines](../blob/main/CONTRIBUTING.md) 🧑🎓
- [X] Run `make lint` to ensure the proposed changes follow the coding style 🚨 (install golangci-lint [here](https://golangci-lint.run/usage/install/#local-installation))
- [X] Run `make test` to ensure the proposed changes pass the tests 🧪
- [X] If changing a source plugin run `make gen` to ensure docs are up to date 📝
- [X] Ensure the status checks below are successful ✅github_repository_branches table (#10044)1 parent 5b4f219 commit c5eade6
File tree
60 files changed
+200
-59
lines changed- plugins/source/github
- client
- mocks
- docs/tables
- resources/services
- actions
- billing
- external
- hooks
- installations
- issues
- organizations
- repositories
- teams
- traffic
- website
- pages/docs/plugins/sources/github
- tables/github
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
60 files changed
+200
-59
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| 39 | + | |
| 40 | + | |
39 | 41 | | |
40 | 42 | | |
41 | 43 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| |||
0 commit comments