Skip to content

Conversation

@candiduslynx candiduslynx requested review from a team and shimonp21 and removed request for a team February 14, 2023 13:29
@candiduslynx candiduslynx added the automerge Automatically merge once required checks pass label Feb 14, 2023
@cq-bot cq-bot added the github label Feb 14, 2023
@github-actions
Copy link

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

  • Table github_hooks: column order changed for id
  • ⚠️ BREAKING CHANGE: Table github_organization_dependabot_alerts: primary key order changed from org, number to org, html_url
  • Table github_organization_dependabot_alerts: primary key constraint added to column html_url
  • Table github_organization_dependabot_alerts: primary key constraint removed from column number
  • Table github_organization_members: column order changed for id
  • Table github_organizations: column order changed for id
  • Table github_releases: column order changed for id
  • Table github_team_members: column order changed for id

Copy link
Contributor

@shimonp21 shimonp21 left a comment

Choose a reason for hiding this comment

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

LGTM 👍
but maybe keep the relational-table names uppercase, as in the other plugins?

@erezrokah
Copy link
Member

but maybe keep the relational-table names uppercase, as in the other plugins?

I think it's good to make them private so they are not mistakly added to the top level tables. We had a few cases before:
#7632

@candiduslynx candiduslynx force-pushed the fix/github_organization_dependabot_alerts branch from 9a31301 to ec9d833 Compare February 14, 2023 17:26
@kodiakhq kodiakhq bot merged commit a7c64cd into main Feb 14, 2023
@kodiakhq kodiakhq bot deleted the fix/github_organization_dependabot_alerts branch February 14, 2023 17:34
kodiakhq bot pushed a commit that referenced this pull request Feb 21, 2023
🤖 I have created a release *beep* *boop*
---


## [4.0.0](plugins-source-github-v3.0.1...plugins-source-github-v4.0.0) (2023-02-21)


### ⚠ BREAKING CHANGES

* **github:** Remove `repository` column from `github_workflows`
* **github:** Change `github_organization_dependabot_alerts` PK from `(org,number)` to `(org,html_url)` ([#8070](#8070))

### Features

* **github-resources:** Add Traffic resources ([#8085](#8085)) ([cc22f56](cc22f56))
* **github:** Add repositories multiplexer ([#8074](#8074)) ([f5f874d](f5f874d))
* **github:** Handle secondary rate limit ([#8078](#8078)) ([bf1f1cc](bf1f1cc))
* **github:** Remove `repository` column from `github_workflows` ([21905a4](21905a4))


### Bug Fixes

* **deps:** Update module github.com/cloudquery/plugin-sdk to v1.38.2 ([#8156](#8156)) ([ac2d2d7](ac2d2d7))
* **deps:** Update module golang.org/x/net to v0.7.0 [SECURITY] ([#8176](#8176)) ([fc4cef8](fc4cef8))
* **github:** Add `repository_id` to `github_workflows` PK ([21905a4](21905a4))
* **github:** Change `github_organization_dependabot_alerts` PK from `(org,number)` to `(org,html_url)` ([#8070](#8070)) ([a7c64cd](a7c64cd))

---
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.

6 participants