Skip to content

[common-go] Move base database connection & types to common-go #14688

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Nov 16, 2022

Conversation

easyCZ
Copy link
Member

@easyCZ easyCZ commented Nov 15, 2022

Description

This PR moves connection creation and basic DB types into common-go. This originally lived in the usage component, but with work on #14280, the public-api-server will interact with the DB also. Hence, we want to re-use our code between the two components and common-go seems to be the appropriate place.

All changes in this PR are either:

  • Files moves
  • Package imports
  • Using the new package

Related Issue(s)

Fixes #

How to test

CI builds

Release Notes

NONE

Documentation

Werft options:

  • /werft with-local-preview
    If enabled this will build install/preview
  • /werft with-preview
  • /werft with-large-vm
  • /werft with-integration-tests=all
    Valid options are all, workspace, webapp, ide, jetbrains, vscode, ssh

@easyCZ easyCZ requested review from a team November 15, 2022 10:52
@github-actions github-actions bot added team: webapp Issue belongs to the WebApp team team: workspace Issue belongs to the Workspace team labels Nov 15, 2022
@easyCZ easyCZ requested a review from a team November 15, 2022 11:09
@easyCZ
Copy link
Member Author

easyCZ commented Nov 15, 2022

/werft run

👍 started the job as gitpod-build-mp-common-go-db.3
(with .werft/ from main)

@roboquat roboquat merged commit e4daab9 into main Nov 16, 2022
@roboquat roboquat deleted the mp/common-go-db branch November 16, 2022 08:59
@roboquat roboquat added the deployed: webapp Meta team change is running in production label Nov 16, 2022
@roboquat roboquat added the deployed: workspace Workspace team change is running in production label Dec 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
deployed: webapp Meta team change is running in production deployed: workspace Workspace team change is running in production release-note-none size/XL team: SID team: webapp Issue belongs to the WebApp team team: workspace Issue belongs to the Workspace team
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants