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

Add mysql index of init schema in admin module #5093

Open
wants to merge 45 commits into
base: master
Choose a base branch
from

Conversation

bert82503
Copy link

@bert82503 bert82503 commented Aug 26, 2023

Fixes #5079

Make sure that:

  • You have read the contribution guidelines.
  • You submit test cases (unit or integration tests) that back your changes.
  • Your local test passed ./mvnw clean install -Dmaven.javadoc.skip=true.

@bert82503 bert82503 changed the title Add mysql index in init schema Add mysql index of init schema in admin module Aug 26, 2023
@codecov-commenter
Copy link

codecov-commenter commented Aug 26, 2023

Codecov Report

Merging #5093 (3acaa11) into master (932c8a7) will increase coverage by 0.00%.
The diff coverage is 85.71%.

@@            Coverage Diff            @@
##             master    #5093   +/-   ##
=========================================
  Coverage     61.85%   61.86%           
- Complexity     8498     8501    +3     
=========================================
  Files          1227     1227           
  Lines         36961    36964    +3     
  Branches       3510     3510           
=========================================
+ Hits          22862    22867    +5     
  Misses        12141    12141           
+ Partials       1958     1956    -2     
Files Changed Coverage Δ
...enyu/admin/model/query/SelectorQueryCondition.java 53.84% <50.00%> (ø)
...he/shenyu/admin/controller/SelectorController.java 100.00% <100.00%> (ø)
...pache/shenyu/admin/mapper/RuleConditionMapper.java 100.00% <100.00%> (ø)

... and 2 files with indirect coverage changes

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

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.

[Question] Add MySQL index based on mapper in admin module
2 participants