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

SQL工单详情增加日志列表,增加osc执行控制,包括进度查看、暂停、恢复、终止 #220

Merged
merged 2 commits into from
May 27, 2019

Conversation

hhyo
Copy link
Owner

@hhyo hhyo commented May 26, 2019

关联issue:#4

主要涉及以下改动

  • 工单详情改成两个tab页,工单详情和工单日志
    image

  • 工单详情新增一列操作项,当使用inception操作pt-osc或者gh-ost执行时,会显示查看进度按钮
    支持暂停、恢复、终止(pt-osc仅支持终止),同时支持inception和goinception
    image

@codecov
Copy link

codecov bot commented May 26, 2019

Codecov Report

Merging #220 into master will increase coverage by 0.29%.
The diff coverage is 97.77%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #220      +/-   ##
==========================================
+ Coverage   81.73%   82.02%   +0.29%     
==========================================
  Files          64       64              
  Lines        7699     7824     +125     
==========================================
+ Hits         6293     6418     +125     
  Misses       1406     1406
Impacted Files Coverage Δ
sql/urls.py 100% <ø> (ø) ⬆️
sql/engines/tests.py 99.74% <100%> (+0.02%) ⬆️
sql/sql_workflow.py 64.63% <100%> (+2.13%) ⬆️
sql/tests.py 100% <100%> (ø) ⬆️
sql/engines/models.py 90.47% <100%> (+0.11%) ⬆️
sql/engines/mysql.py 91.25% <88.88%> (+0.34%) ⬆️
sql/engines/goinception.py 93.42% <90%> (+0.77%) ⬆️
sql/engines/inception.py 89.47% <91.66%> (+0.74%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update a4c9ecc...954e9a3. Read the comment docs.

@hhyo hhyo merged commit 4a36e99 into master May 27, 2019
@hhyo hhyo deleted the feature/osc branch May 27, 2019 12:14
@frank0826
Copy link

OSC执行控制,包括进程查看,暂停,恢复和终止的的功能正式上线了么 ?

@hhyo
Copy link
Owner Author

hhyo commented Jun 20, 2019

OSC执行控制,包括进程查看,暂停,恢复和终止的的功能正式上线了么 ?

1.6.1版本开始支持,可升级体验

@ganlanshu
Copy link

现在页面上没有找到查看进度的按钮,请问可以截图显示在哪儿吗

@hhyo
Copy link
Owner Author

hhyo commented Sep 25, 2020

通过osc执行的语句才会出现查看进度的按钮

@ganlanshu
Copy link

通过osc执行的语句才会出现查看进度的按钮

第一次执行的表太小了,很快结束,来不及查看。
第二次换了个千万级别的表,经测试,在执行过程中可以看到”查看进度“的按钮,执行结束后也消失了。

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.

None yet

3 participants