Skip to content
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

ES与OpenSearch重构数据库列表及表列表-v0.8-beta #2780

Merged
merged 9 commits into from
Sep 19, 2024

Conversation

feiazifeiazi
Copy link
Contributor

@feiazifeiazi feiazifeiazi commented Sep 2, 2024

  1. ES与OpenSearch数据库列表及表列表返回重构。 系统数据增加到表列表中,删除点开头的表。
  2. OpenSearch 支持角色与用户查询。(ES的实现代码有点小问题 还不支持。)
查询语句:
get /_security/role

get /_security/user

get /_cat/indices/*

Elastic 在2024-8-30 又改协议了。
Elastic 宣布修改开源协议为 AGPL:Elasticsearch 再次成为开源软件。

角色结果示例:

image

用户示例:
image

Copy link

codecov bot commented Sep 2, 2024

Codecov Report

Attention: Patch coverage is 89.55224% with 14 lines in your changes missing coverage. Please review.

Project coverage is 78.19%. Comparing base (5a6871d) to head (d2fdf79).
Report is 1 commits behind head on master.

Files with missing lines Patch % Lines
sql/engines/elasticsearch.py 86.27% 14 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #2780      +/-   ##
==========================================
+ Coverage   78.11%   78.19%   +0.08%     
==========================================
  Files         123      123              
  Lines       17331    17425      +94     
==========================================
+ Hits        13538    13626      +88     
- Misses       3793     3799       +6     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@feiazifeiazi
Copy link
Contributor Author

@LeoQuote 这个有问题没?能pr?

@LeoQuote LeoQuote merged commit b4c4827 into hhyo:master Sep 19, 2024
10 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
Development

Successfully merging this pull request may close these issues.

2 participants