autogenerate and publish dbdocs when a schema change is submitted#5420
Merged
autogenerate and publish dbdocs when a schema change is submitted#5420
Conversation
ewaterman
commented
Jul 28, 2025
| uses: actions/setup-java@v4 | ||
| with: | ||
| java-version: ${{env.JAVA_VERSION}} | ||
| java-version: ${{vars.JAVA_VERSION}} |
Member
Author
There was a problem hiding this comment.
unrelated to this change. I realized while I was working on this PR that we could set up these static variables directly in GitHub variables so no need to set a new env var in each file. Kinda neat!
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## develop #5420 +/- ##
============================================
+ Coverage 8.38% 9.15% +0.76%
- Complexity 1040 1173 +133
============================================
Files 674 701 +27
Lines 44493 45253 +760
Branches 10710 10845 +135
============================================
+ Hits 3732 4144 +412
- Misses 40191 40452 +261
- Partials 570 657 +87 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
✨ Description of Change
Link to GitHub issue or Jira ticket: closes #4049
Description: GitHub Action for auto-generating our openboxes.dbml file and uploading it to the dbdocs site