Skip to content

feat(github): Add Releases and Release Assets#6097

Merged
kodiakhq[bot] merged 7 commits intocloudquery:mainfrom
bbernays:gh-releases
Dec 29, 2022
Merged

feat(github): Add Releases and Release Assets#6097
kodiakhq[bot] merged 7 commits intocloudquery:mainfrom
bbernays:gh-releases

Conversation

@bbernays
Copy link
Copy Markdown
Collaborator

Summary

@github-actions
Copy link
Copy Markdown

This PR has the following changes to source plugin(s) tables:

  • Table github_release_assets was added
  • Table github_releases was added

@bbernays bbernays marked this pull request as ready for review December 28, 2022 17:02
@bbernays bbernays requested review from a team and hermanschaaf and removed request for a team December 28, 2022 17:02
|make_latest|String|
|discussion_category_name|String|
|generate_release_notes|Bool|
|id|Int|
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+1

Copy link
Copy Markdown
Contributor

@candiduslynx candiduslynx left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

need to add repositoryID col 9parent ID col, basically), see suggections

|make_latest|String|
|discussion_category_name|String|
|generate_release_notes|Bool|
|id|Int|
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+1

@bbernays bbernays removed the website label Dec 29, 2022
@cq-bot cq-bot added the website label Dec 29, 2022
@bbernays bbernays added the automerge Automatically merge once required checks pass label Dec 29, 2022
@kodiakhq kodiakhq bot merged commit 750ff36 into cloudquery:main Dec 29, 2022
@bbernays bbernays deleted the gh-releases branch December 29, 2022 17:48
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).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

automerge Automatically merge once required checks pass

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants