feat(github): Add Releases and Release Assets#6097
Merged
kodiakhq[bot] merged 7 commits intocloudquery:mainfrom Dec 29, 2022
Merged
feat(github): Add Releases and Release Assets#6097kodiakhq[bot] merged 7 commits intocloudquery:mainfrom
kodiakhq[bot] merged 7 commits intocloudquery:mainfrom
Conversation
This PR has the following changes to source plugin(s) tables:
|
| |make_latest|String| | ||
| |discussion_category_name|String| | ||
| |generate_release_notes|Bool| | ||
| |id|Int| |
Contributor
There was a problem hiding this comment.
Would id maybe make a better PK than tag_name and target_commitish? I haven't used the API so don't really know, just asking the question
candiduslynx
suggested changes
Dec 29, 2022
Contributor
candiduslynx
left a comment
There was a problem hiding this comment.
need to add repositoryID col 9parent ID col, basically), see suggections
| |make_latest|String| | ||
| |discussion_category_name|String| | ||
| |generate_release_notes|Bool| | ||
| |id|Int| |
hermanschaaf
approved these changes
Dec 29, 2022
candiduslynx
approved these changes
Dec 29, 2022
kodiakhq bot
pushed a commit
that referenced
this pull request
Jan 3, 2023
🤖 I have created a release *beep* *boop* --- ## [2.0.0](plugins-source-github-v1.4.2...plugins-source-github-v2.0.0) (2023-01-03) ### ⚠ BREAKING CHANGES * **github:** Reorder PK columns in for `github_hook_deliveries`, `github_team_members` and `github_team_repositories` ### Features * **github:** Add Releases and Release Assets ([#6097](#6097)) ([750ff36](750ff36)) * **github:** Add tables related to GitHub Dependabot API ([#6046](#6046)) ([dd0592b](dd0592b)) * **github:** Update GitHub client ([5659f86](5659f86)) ### Bug Fixes * **deps:** Update module github.com/cloudquery/plugin-sdk to v1.14.0 ([#6025](#6025)) ([35b2cfc](35b2cfc)) * **deps:** Update module github.com/cloudquery/plugin-sdk to v1.15.0 ([#6071](#6071)) ([684b525](684b525)) * **deps:** Update module github.com/cloudquery/plugin-sdk to v1.15.1 ([#6079](#6079)) ([650659c](650659c)) * **deps:** Update module github.com/cloudquery/plugin-sdk to v1.16.0 ([#6098](#6098)) ([7bacdf3](7bacdf3)) * **deps:** Update module github.com/cloudquery/plugin-sdk to v1.16.1 ([#6214](#6214)) ([53b2415](53b2415)) * **deps:** Update module github.com/cloudquery/plugin-sdk to v1.17.0 ([#6256](#6256)) ([b19f6cd](b19f6cd)) * **github:** Change PK columns order for some resources ([5659f86](5659f86)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary