Merged
Conversation
…n GitHub Actions (#5250) * build(ci): update Linkis version to 1.8.0 Signed-off-by: kazutoiris <78157415+kazutoiris@users.noreply.github.com> * build(ci): update Docker publish workflow to use the current repository Signed-off-by: kazutoiris <78157415+kazutoiris@users.noreply.github.com> --------- Signed-off-by: kazutoiris <78157415+kazutoiris@users.noreply.github.com>
) * fix(ci): pass `USING_KIND` variable to `install-mysql.sh` Signed-off-by: kazutoiris <78157415+kazutoiris@users.noreply.github.com> * fix(ci): correct typo in script name Signed-off-by: kazutoiris <78157415+kazutoiris@users.noreply.github.com> * fix(ci): create `TAR_CACHE_ROOT` directory if not exists Signed-off-by: kazutoiris <78157415+kazutoiris@users.noreply.github.com> --------- Signed-off-by: kazutoiris <78157415+kazutoiris@users.noreply.github.com>
Signed-off-by: kazutoiris <78157415+kazutoiris@users.noreply.github.com>
* support azure * remove file * add azure conf --------- Co-authored-by: “v_kkhuang” <“420895376@qq.com”>
* feat(mg-gateway): add OAuth2 authentication support - Add OAuth2 authentication configuration to GatewayConfiguration - Implement OAuth2Authentication - Update `SecurityFilter` and `UserRestful` to process OAuth2 request Signed-off-by: kazutoiris <78157415+kazutoiris@users.noreply.github.com> * feat(mg-gateway): add OAuth configuration - Add OAuth-related properties to `linkis-mg-gateway.properties` - Include support for GitHub OAuth as an example Signed-off-by: kazutoiris <78157415+kazutoiris@users.noreply.github.com> * style: reformat code Signed-off-by: kazutoiris <78157415+kazutoiris@users.noreply.github.com> * feat(mg-gateway): add OAuth in frontend - Add OAuth login option to the login page - Implement OAuth callback route and component - Add translations for OAuth login text Signed-off-by: kazutoiris <78157415+kazutoiris@users.noreply.github.com> * docs: add OAuth authentication documentation --------- Signed-off-by: kazutoiris <78157415+kazutoiris@users.noreply.github.com>
* fix azure compile error * fix azure compile error * fix storage test error --------- Co-authored-by: aiceflower <kinsanities@sina.com>
* fix compile error * fix token security * fix token security --------- Co-authored-by: aiceflower <kinsanities@sina.com>
Co-authored-by: aiceflower <kinsanities@sina.com>
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.
What is the purpose of the change
EngineConn-Core defines the the abstractions and interfaces of the EngineConn core functions.
The Engine Service in Linkis 0.x is refactored, EngineConn will handle the engine connection
and session management.
Related issues/PRs
Related issues: close #590 close #591
Related pr:#591
Brief change log
Checklist