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

feat(tags-view-materialized): move mat_views.tags_view into db/migrat… #3914

Merged
merged 1 commit into from
May 21, 2024

Conversation

tx0c
Copy link
Contributor

@tx0c tx0c commented May 15, 2024

…ions instead of AnalysisDB;

re-organize mat_views.tags_view to materialized views, tear down AnalyticsDB

resolves #3855

@tx0c tx0c requested a review from a team as a code owner May 15, 2024 17:25
Copy link

codecov bot commented May 15, 2024

Codecov Report

Attention: Patch coverage is 66.66667% with 3 lines in your changes are missing coverage. Please review.

Project coverage is 58.59%. Comparing base (4d6571a) to head (e76f31c).
Report is 5 commits behind head on develop.

Files Patch % Lines
src/connectors/tagService.ts 0.00% 2 Missing ⚠️
...tions/20240515080100_create_mat_views_tags_view.js 83.33% 1 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff             @@
##           develop    #3914      +/-   ##
===========================================
- Coverage    58.63%   58.59%   -0.05%     
===========================================
  Files          884      885       +1     
  Lines        17233    17228       -5     
  Branches      3092     3090       -2     
===========================================
- Hits         10104    10094      -10     
- Misses        7078     7083       +5     
  Partials        51       51              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@tx0c tx0c force-pushed the feat/tags-view-materialized branch from c06f984 to 64e1a4b Compare May 15, 2024 17:30
…ions instead of AnalysisDB;

re-organize mat_views.tags_view to materialized views, tear down AnalyticsDB

resolves #3855
@tx0c tx0c force-pushed the feat/tags-view-materialized branch 2 times, most recently from b439e2e to e76f31c Compare May 20, 2024 23:52
@tx0c tx0c merged commit e76f31c into develop May 21, 2024
3 of 4 checks passed
@delete-merged-branch delete-merged-branch bot deleted the feat/tags-view-materialized branch May 21, 2024 00:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

re-organize mat_views.tags_view to materialized views, tear down AnalyticsDB
2 participants