Skip to content

Conversation

@aiceflower
Copy link
Member

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

  • Define the core abstraction and interfaces of the EngineConn Factory;
  • Define the core abstraction and interfaces of Executor Manager.

Checklist

  • I have read the Contributing Guidelines on pull requests.
  • I have explained the need for this PR and the problem it solves
  • I have explained the changes or the new features added to this PR
  • I have added tests corresponding to this change
  • I have updated the documentation to reflect this change
  • I have verified that this change is backward compatible (If not, please discuss on the Linkis mailing list first)
  • If this is a code change: I have written unit tests to fully verify the new behavior.

casionone and others added 9 commits August 13, 2025 13:16
…n GitHub Actions (#5250)

* build(ci): update Linkis version to 1.8.0

Signed-off-by: kazutoiris <[email protected]>

* build(ci): update Docker publish workflow to use the current repository

Signed-off-by: kazutoiris <[email protected]>

---------

Signed-off-by: kazutoiris <[email protected]>
)

* fix(ci): pass `USING_KIND` variable to `install-mysql.sh`

Signed-off-by: kazutoiris <[email protected]>

* fix(ci): correct typo in script name

Signed-off-by: kazutoiris <[email protected]>

* fix(ci): create `TAR_CACHE_ROOT` directory if not exists

Signed-off-by: kazutoiris <[email protected]>

---------

Signed-off-by: kazutoiris <[email protected]>
* support azure

* remove file

* add azure conf

---------

Co-authored-by: “v_kkhuang” <“[email protected]”>
* 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 <[email protected]>

* 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 <[email protected]>

* style: reformat code

Signed-off-by: kazutoiris <[email protected]>

* 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 <[email protected]>

* docs: add OAuth authentication documentation

---------

Signed-off-by: kazutoiris <[email protected]>
* fix azure compile error

* fix azure compile error

* fix storage test error

---------

Co-authored-by: aiceflower <[email protected]>
* fix compile error

* fix token security

* fix token security

---------

Co-authored-by: aiceflower <[email protected]>
Copy link
Contributor

@casionone casionone left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM.

@casionone casionone merged commit 0cbe383 into master Nov 17, 2025
36 of 70 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

4 participants