Skip to content

feat: Add codegen#5618

Merged
kodiakhq[bot] merged 6 commits intocloudquery:mainfrom
erezrokah:feat/azure_devops_codegen
Dec 15, 2022
Merged

feat: Add codegen#5618
kodiakhq[bot] merged 6 commits intocloudquery:mainfrom
erezrokah:feat/azure_devops_codegen

Conversation

@erezrokah
Copy link
Copy Markdown
Member

@erezrokah erezrokah commented Dec 13, 2022

Summary

Follow up to #5611, related to #5511.

This adds basic code gen for AzureDevOps (only tables).
It also has projects generated, still with no primary key (not sure if Id is unique across the API, we'll need to check)

@erezrokah erezrokah requested review from a team and hermanschaaf and removed request for a team December 13, 2022 14:06
@github-actions
Copy link
Copy Markdown

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

  • Table azuredevops_core_projects: column added with name abbreviation and type String
  • Table azuredevops_core_projects: column added with name default_team_image_url and type String
  • Table azuredevops_core_projects: column added with name description and type String
  • Table azuredevops_core_projects: column added with name last_update_time and type JSON
  • Table azuredevops_core_projects: column added with name name and type String
  • Table azuredevops_core_projects: column added with name revision and type Int
  • Table azuredevops_core_projects: column added with name state and type String
  • Table azuredevops_core_projects: column added with name url and type String
  • Table azuredevops_core_projects: column added with name visibility and type String
  • Table azuredevops_core_projects: column order changed for id

@erezrokah erezrokah force-pushed the feat/azure_devops_codegen branch from 7204505 to 401593d Compare December 13, 2022 14:10
@erezrokah erezrokah removed the request for review from hermanschaaf December 13, 2022 14:22
@erezrokah erezrokah added the automerge Automatically merge once required checks pass label Dec 13, 2022
@kodiakhq kodiakhq bot merged commit 1a964ac into cloudquery:main Dec 15, 2022
kodiakhq bot pushed a commit that referenced this pull request Dec 27, 2022
🤖 I have created a release *beep* *boop*
---


## 1.0.0 (2022-12-27)


### Features

* Add codegen ([#5618](#5618)) ([1a964ac](1a964ac))
* **azuredevops:** Create client, fetch project ids ([#5611](#5611)) ([285b9cd](285b9cd))


### Bug Fixes

* **deps:** Update module github.com/cloudquery/plugin-sdk to v1.12.3 ([#5639](#5639)) ([6452d0e](6452d0e))
* **deps:** Update module github.com/cloudquery/plugin-sdk to v1.12.4 ([#5649](#5649)) ([b4aa889](b4aa889))
* **deps:** Update module github.com/cloudquery/plugin-sdk to v1.12.5 ([#5661](#5661)) ([b354b8a](b354b8a))
* **deps:** Update module github.com/cloudquery/plugin-sdk to v1.12.6 ([#5790](#5790)) ([8e2663c](8e2663c))
* **deps:** Update module github.com/cloudquery/plugin-sdk to v1.12.7 ([#5797](#5797)) ([15da529](15da529))
* **deps:** Update module github.com/cloudquery/plugin-sdk to v1.13.1 ([#5897](#5897)) ([ad15915](ad15915))

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