-
Notifications
You must be signed in to change notification settings - Fork 322
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: main -> v0.8 #3611
Merged
Merged
feat: main -> v0.8 #3611
Conversation
This file contains 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
…igm#3385) Bumps [pygments](https://github.com/pygments/pygments) from 2.13.0 to 2.15.0. - [Release notes](https://github.com/pygments/pygments/releases) - [Changelog](https://github.com/pygments/pygments/blob/master/CHANGES) - [Commits](pygments/pygments@2.13.0...2.15.0) --- updated-dependencies: - dependency-name: pygments dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
--------- Co-authored-by: HuangWei <[email protected]>
* feat: upgrade docker version * feat: update java/python version * feat: update script * fix: fix comment * revert setup * refact: rm unused code * refact: revert prepare_release.sh
openmldb-jdbc needs commons-io, so pack it
* docs(monitoring): update * docs: prometheus -> Prometheus
Co-authored-by: aceforeverd <[email protected]>
New SQLs: - WINDOW without order by - LEFT JOIN - LAST JOIN ( LAST JOIN ) - LAST JOIN ( WINDOW )
github-actions
bot
added
documentation
Improvements or additions to documentation
workflow
CICD related
build
openmldb compiling and installing
docker
openmldb compile image or demo image
batch-engine
openmldb batch(offline) engine
sdk
openmldb java/python sdk
execute-engine
hybridse sql engine
api-server
task-manager
openmldb taskmanager
labels
Nov 21, 2023
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## v0.8 #3611 +/- ##
============================================
- Coverage 75.59% 74.98% -0.62%
- Complexity 414 640 +226
============================================
Files 692 724 +32
Lines 126108 130359 +4251
Branches 1206 1318 +112
============================================
+ Hits 95335 97746 +2411
- Misses 30532 32320 +1788
- Partials 241 293 +52 ☔ View full report in Codecov by Sentry. |
dl239
requested review from
tobegit3hub,
aceforeverd,
vagetablechicken and
lqy222
November 22, 2023 02:24
tobegit3hub
approved these changes
Nov 22, 2023
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
api-server
batch-engine
openmldb batch(offline) engine
build
openmldb compiling and installing
docker
openmldb compile image or demo image
documentation
Improvements or additions to documentation
execute-engine
hybridse sql engine
sdk
openmldb java/python sdk
task-manager
openmldb taskmanager
workflow
CICD related
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.
What kind of change does this PR introduce? (Bug fix, feature, docs update, ...)
What is the current behavior? (You can also link to an open issue here)
What is the new behavior (if this is a feature change)?