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

Fix console display issues and request parameter issues #2986

Merged
merged 4 commits into from
Aug 25, 2022
Merged

Fix console display issues and request parameter issues #2986

merged 4 commits into from
Aug 25, 2022

Conversation

mayinrain
Copy link
Contributor

What is the purpose of the change

  1. Change request parameters while switching creators [Bug] [Linkis-Web]Applicationlist query parameter not correct when the lable changed  #2785
  2. Adjust the task progress bar to the center [Linkis-web]Task progress bar is not centered #2786
  3. Omit if the status panel engine name is too long [Linkis-web]Status Panel Engine name is too long #2787
  4. Keep uppercase and lowercase the same [Linkis-web]Status Panel I18n adjustments #2788

Related issues/PRs

Related issues: #2785 #2786 #2787 #2788

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.

@codecov
Copy link

codecov bot commented Aug 25, 2022

Codecov Report

Merging #2986 (10eeedf) into dev-1.3.1 (aa45808) will decrease coverage by 0.00%.
The diff coverage is n/a.

@@               Coverage Diff               @@
##             dev-1.3.1    #2986      +/-   ##
===============================================
- Coverage        15.93%   15.92%   -0.01%     
+ Complexity        1336     1335       -1     
===============================================
  Files              742      742              
  Lines            24517    24517              
  Branches          3481     3481              
===============================================
- Hits              3907     3905       -2     
- Misses           20104    20106       +2     
  Partials           506      506              
Impacted Files Coverage Δ
...apache/linkis/scheduler/queue/LoopArrayQueue.scala 30.90% <0.00%> (-1.82%) ⬇️

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

@casionone casionone merged commit 6569e8c into apache:dev-1.3.1 Aug 25, 2022
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