Skip to content

Commit 33e2dcc

Browse files
authored
fix(deps): Update plugin-sdk for github to v1.9.0 (#5081)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/cloudquery/plugin-sdk](https://togithub.com/cloudquery/plugin-sdk) | require | minor | `v1.8.1` -> `v1.9.0` | --- ### Release Notes <details> <summary>cloudquery/plugin-sdk</summary> ### [`v1.9.0`](https://togithub.com/cloudquery/plugin-sdk/releases/tag/v1.9.0) [Compare Source](https://togithub.com/cloudquery/plugin-sdk/compare/v1.8.2...v1.9.0) ##### Features - Handle resolving of empty maps and slices ([#&#8203;430](https://togithub.com/cloudquery/plugin-sdk/issues/430)) ([a5672b5](https://togithub.com/cloudquery/plugin-sdk/commit/a5672b5faa9f41f2179650f989761217575b3934)) ##### Bug Fixes - Fix docs for deeply nested tables ([#&#8203;434](https://togithub.com/cloudquery/plugin-sdk/issues/434)) ([48e0466](https://togithub.com/cloudquery/plugin-sdk/commit/48e04662a6afc82dba084efa5f91bbe1470b2d43)) ### [`v1.8.2`](https://togithub.com/cloudquery/plugin-sdk/releases/tag/v1.8.2) [Compare Source](https://togithub.com/cloudquery/plugin-sdk/compare/v1.8.1...v1.8.2) ##### Bug Fixes - **test:** Values check test should account for `IgnoreInTests` column option ([#&#8203;431](https://togithub.com/cloudquery/plugin-sdk/issues/431)) ([ffffcd5](https://togithub.com/cloudquery/plugin-sdk/commit/ffffcd54ff2036b2af5a3539a2b10f4b2a65abb5)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xMi4xIiwidXBkYXRlZEluVmVyIjoiMzQuMTIuMSJ9-->
1 parent 7906991 commit 33e2dcc

17 files changed

+31
-19
lines changed
Lines changed: 14 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,16 @@
11
# Source Plugin: github
22
## Tables
3-
| Name |
4-
| ------------- |
5-
| [github_billing_action](github_billing_action.md) |
6-
| [github_billing_storage](github_billing_storage.md) |
7-
| [github_billing_package](github_billing_package.md) |
8-
| [github_external_groups](github_external_groups.md) |
9-
| [github_issues](github_issues.md) |
10-
| [github_hooks](github_hooks.md) |
11-
|[github_hook_deliveries](github_hook_deliveries.md) |
12-
| [github_installations](github_installations.md) |
13-
| [github_organizations](github_organizations.md) |
14-
|[github_organization_members](github_organization_members.md) |
15-
| [github_repositories](github_repositories.md) |
16-
| [github_teams](github_teams.md) |
17-
|[github_team_members](github_team_members.md) |
18-
|[github_team_repositories](github_team_repositories.md) |
3+
- [github_billing_action](github_billing_action.md)
4+
- [github_billing_storage](github_billing_storage.md)
5+
- [github_billing_package](github_billing_package.md)
6+
- [github_external_groups](github_external_groups.md)
7+
- [github_issues](github_issues.md)
8+
- [github_hooks](github_hooks.md)
9+
- [github_hook_deliveries](github_hook_deliveries.md)
10+
- [github_installations](github_installations.md)
11+
- [github_organizations](github_organizations.md)
12+
- [github_organization_members](github_organization_members.md)
13+
- [github_repositories](github_repositories.md)
14+
- [github_teams](github_teams.md)
15+
- [github_team_members](github_team_members.md)
16+
- [github_team_repositories](github_team_repositories.md)

plugins/source/github/docs/tables/github_billing_action.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
The primary key for this table is **org**.
66

77

8+
89
## Columns
910
| Name | Type |
1011
| ------------- | ------------- |

plugins/source/github/docs/tables/github_billing_package.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
The primary key for this table is **org**.
66

77

8+
89
## Columns
910
| Name | Type |
1011
| ------------- | ------------- |

plugins/source/github/docs/tables/github_billing_storage.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
The primary key for this table is **org**.
66

77

8+
89
## Columns
910
| Name | Type |
1011
| ------------- | ------------- |

plugins/source/github/docs/tables/github_external_groups.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
The composite primary key for this table is (**org**, **group_id**).
66

77

8+
89
## Columns
910
| Name | Type |
1011
| ------------- | ------------- |

plugins/source/github/docs/tables/github_hook_deliveries.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ The composite primary key for this table is (**org**, **id**, **hook_id**).
77
## Relations
88
This table depends on [github_hooks](github_hooks.md).
99

10+
1011
## Columns
1112
| Name | Type |
1213
| ------------- | ------------- |

plugins/source/github/docs/tables/github_hooks.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
The composite primary key for this table is (**org**, **id**).
66

77
## Relations
8+
89
The following tables depend on github_hooks:
910
- [github_hook_deliveries](github_hook_deliveries.md)
1011

plugins/source/github/docs/tables/github_installations.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
The composite primary key for this table is (**org**, **id**).
66

77

8+
89
## Columns
910
| Name | Type |
1011
| ------------- | ------------- |

plugins/source/github/docs/tables/github_issues.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
The composite primary key for this table is (**org**, **id**).
66

77

8+
89
## Columns
910
| Name | Type |
1011
| ------------- | ------------- |

plugins/source/github/docs/tables/github_organization_members.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ The composite primary key for this table is (**org**, **id**).
77
## Relations
88
This table depends on [github_organizations](github_organizations.md).
99

10+
1011
## Columns
1112
| Name | Type |
1213
| ------------- | ------------- |

0 commit comments

Comments
 (0)