-
Notifications
You must be signed in to change notification settings - Fork 1k
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
[fix #572] fix bug that apiservice can't get result #834
Open
wayson20
wants to merge
656
commits into
WeBankFinTech:master
Choose a base branch
from
wayson20:patch-1
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
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
…ven/dss-apps/dss-apiservice-server/org.postgresql-postgresql-42.3.3 Bump postgresql from 42.2.12 to 42.3.3 in /dss-apps/dss-apiservice-server
…ven/dss-apps/dss-datapipe-server/org.postgresql-postgresql-42.3.3 Bump postgresql from 42.2.12 to 42.3.3 in /dss-apps/dss-datapipe-server
…ven/com.thoughtworks.xstream-xstream-1.4.19 Bump xstream from 1.4.15 to 1.4.19
…ven/dss-apps/dss-apiservice-server/com.h2database-h2-2.1.210 Bump h2 from 1.4.196 to 2.1.210 in /dss-apps/dss-apiservice-server
Bumps [gson](https://github.com/google/gson) from 2.8.5 to 2.8.9. - [Release notes](https://github.com/google/gson/releases) - [Changelog](https://github.com/google/gson/blob/master/CHANGELOG.md) - [Commits](google/gson@gson-parent-2.8.5...gson-parent-2.8.9) --- updated-dependencies: - dependency-name: com.google.code.gson:gson dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
…ven/com.google.code.gson-gson-2.8.9 Bump gson from 2.8.5 to 2.8.9
[Fix WeBankFinTech#582] Jackson-annotations-2.12.6.1.jar not found
Fix WeBankFinTech#583 fasterxml.jackson-databind.version fasterxml.jackson-annotations.version update to 2.13.3
Fix Jackson-annotations-2.12.6.1.jar not found
Adapter for linkis-1.1.0 version.
dss1.0.1 adopt to linkis1.1.1
htyredc
force-pushed
the
master
branch
2 times, most recently
from
November 25, 2024 12:48
9fcadfd
to
c3005f8
Compare
htyredc
force-pushed
the
master
branch
3 times, most recently
from
November 28, 2024 11:01
9531049
to
8157a91
Compare
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.
What is the purpose of the change
fix #572, that apiservice can't get result
Brief change log
update execute.js
Verifying this change
This change is a trivial rework / code cleanup without any test coverage.
Does this pull request potentially affect one of the following parts:
Documentation