Skip to content
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

mssql: decouple sqleng #86130

Merged
merged 2 commits into from
Apr 16, 2024
Merged

mssql: decouple sqleng #86130

merged 2 commits into from
Apr 16, 2024

Conversation

gabor
Copy link
Contributor

@gabor gabor commented Apr 15, 2024

the pkg/tsdb/sqleng package was used by postgres & mssql & mysql. to resolve this, we will copy the file into all 3 datasources.

we already added copies to mysql and to postgres, this final PR moves the folder to mssql.

NOTE: i wanted the PR to be the simplest possible, so it literally only moves the files and adjusts the imports. a lot of simplification is possible in the future, but i did not want to complicate this PR with that.

@gabor gabor requested review from a team as code owners April 15, 2024 12:56
@gabor gabor requested review from asimpson, bossinc, aangelisc, adamyeats, yesoreyeram, zoltanbedi and gwdawson and removed request for a team, yesoreyeram, zoltanbedi and gwdawson April 15, 2024 12:56
@grafana-delivery-bot grafana-delivery-bot bot added this to the 11.1.x milestone Apr 15, 2024
@grafana-pr-automation grafana-pr-automation bot added datasource/MSSQL Microsoft SQL Server Data Source area/backend labels Apr 15, 2024
Copy link
Contributor

@aangelisc aangelisc left a comment

Choose a reason for hiding this comment

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

All LGTM, thank you @gabor!

@gabor gabor requested a review from tolzhabayev as a code owner April 16, 2024 07:13
@gabor gabor enabled auto-merge (squash) April 16, 2024 07:13
@gabor gabor added the no-changelog Skip including change in changelog/release notes label Apr 16, 2024
@gabor gabor merged commit 9015bfa into main Apr 16, 2024
17 checks passed
@gabor gabor deleted the gabor/mssql-decouple-sqleng branch April 16, 2024 08:00
xlson added a commit that referenced this pull request Apr 16, 2024
* main: (482 commits)
  I18N: Split loadTranslations i18next plugin into seperate file (#86217)
  Grafana UI: `StackingEditor` and `addHideFrom` - Replace `HorizontalGroup` with `Stack` (#86192)
  Dashboard: Migration -  Add public dashboard tag in the nav bar (#86204)
  mssql: decouple sqleng (#86130)
  Docs: Fix typos (#85651)
  Playlists: Enable kubernetesPlaylists by default in OSS (#86259)
  DashboardScene: Fixes saving dashboard with angular panels  (#86098)
  DashboardScene: Fix empty row repeat issue (#86095)
  Prometheus: Use the frontend package in Prometheus and remove feature toggle (#86080)
  docs: add annotations play link (#86206)
  Chore: add missing modowner (#86234)
  docs: add thresholds play link (#86212)
  docs: added logs panel play link; added dedup options, reformatted fig (#86209)
  docs: query data/relative time range override play link (#86213)
  Docs: added bar gauge play link (#86205)
  Docs: add template var Play link; cleanup existing (#86074)
  Prometheus: Add native histogram functions (#86002)
  K8s: add ID token to requests outbound to new query endpoint (#86214)
  Prometheus: Respect dashboard queries when querying ad hoc filter labels (#85674)
  Chore: Use `handleReducedMotion` to smooth the animation in `LoadingBar` (#85808)
  ...
@kevinwcyu kevinwcyu modified the milestones: 11.1.x, 11.1.0 Jun 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/backend datasource/MSSQL Microsoft SQL Server Data Source no-changelog Skip including change in changelog/release notes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants