-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
disable console pkg #4110
Merged
Merged
disable console pkg #4110
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
czpmango
force-pushed
the
disable-console-pkg
branch
from
April 1, 2022 09:34
3fc2e50
to
34d586a
Compare
czpmango
force-pushed
the
disable-console-pkg
branch
from
April 1, 2022 09:34
34d586a
to
16fdc3f
Compare
Aiee
previously approved these changes
Apr 1, 2022
yixinglu
reviewed
Apr 1, 2022
Sophie-Xie
approved these changes
Apr 1, 2022
jievince
approved these changes
Apr 1, 2022
Sophie-Xie
pushed a commit
that referenced
this pull request
Apr 3, 2022
* disable console pkg * fix
CPWstatic
added a commit
that referenced
this pull request
Apr 3, 2022
* fix memory leak (#4103) * Param MATCH vid seek fix (#4024) * Add qctx to isEvaluableExpr for kRelIn Fixing MATCH (n) WHERE id(n) IN [$t] RETURN n * Fix eq kVal parameter vidseek * Fix id(n) IN [$var] case * lint add explicit and remove tailing semicolon * clang-format-10 * double check type of rightListValue Addressing Kyle's review comment * ut added in features/yield/parameter.feature * support kAttribute match (n) where n in $list_var return n * Add kSubscript for eq case MATCH (v) WHERE id(v) == $p7.a.b.d[4] RETURN v Co-authored-by: Sophie <[email protected]> Co-authored-by: kyle.cao <[email protected]> Co-authored-by: cpw <[email protected]> * disable console pkg (#4110) * disable console pkg * fix * disable console pkg (#4112) * Fix service crash caused by using function call as a part of the filter in `LOOKUP` (#4111) * Fix function call purity check * Add UT for purity check * Add TCK cases * Fix cmake command error (#4114) Co-authored-by: yaphet <[email protected]> Co-authored-by: Wey Gu <[email protected]> Co-authored-by: kyle.cao <[email protected]> Co-authored-by: cpw <[email protected]> Co-authored-by: Yichen Wang <[email protected]> Co-authored-by: Yee <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
cherry-pick-v3.1
PR: need cherry-pick to this version
ready for review
ready-for-testing
PR: ready for the CI test
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 type of PR is this?
What problem(s) does this PR solve?
Issue(s) number:
Description:
Temporarily disable packaging of the nebula-console.
The normal packaging process must artificially ensure that both nebula and nebula-console have available and consistent branches before packaging, but due to the dependencies between nebula and nebula-console, some errors will reduce the efficiency of ci.
How do you solve it?
Just disable the packaging switch related with nebula-console.
Special notes for your reviewer, ex. impact of this fix, design document, etc:
Checklist:
Tests:
Affects:
Release notes:
Please confirm whether to be reflected in release notes and how to describe: