-
Notifications
You must be signed in to change notification settings - Fork 136
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
Docker image support and misc. improvements #1439
Conversation
SabaPing
commented
Nov 8, 2022
- disable always-fail ngm e2e test;
- add docker image;
- add descriptions for tls command-line arguments;
add docker image; add descriptions for tls command-line arguments;
[REVIEW NOTIFICATION] This pull request has been approved by:
To complete the pull request process, please ask the reviewers in the list to review by filling The full list of commands accepted by this bot can be found here. Reviewer can indicate their review by submitting an approval review. |
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## master #1439 +/- ##
=======================================
Coverage 26.18% 26.19%
=======================================
Files 202 202
Lines 15405 15405
Branches 103 103
=======================================
+ Hits 4034 4035 +1
+ Misses 11100 11099 -1
Partials 271 271
Flags with carried forward coverage won't be shown. Click here to find out more. Continue to review full report at Codecov.
|
rever CONTRIBUTING.md;
rever CONTRIBUTING.md;
hi @YiniXu9506 , please help have a look the e2e tests when you're free, it seems all e2e tests are failed. |
It looks like there's some network issue with the UI assets in the docker. |
d4552e2
to
bce6ddd
Compare
bce6ddd
to
f38b425
Compare
ui/packages/tidb-dashboard-for-op/cypress/integration/topsql/topsql.without_ngm_spec.js
Outdated
Show resolved
Hide resolved
* Upgrade go version to 1.18; fix test in ci pipeline (#1437) * upgrade go version to 1.18 * update github action go-version to 1.18 * try to fix ci * Docker image support and misc. improvements (#1439) * test: support iframe full window / full screen / open in new tab (#1442) * support full window * support full screen * support show in an new tab * tweak: add more slow query basic fields (#1445) * tweak: add more slow query basic fields * tweak: i18n * Update release version * chore: update i18n Co-authored-by: Yifan Xu <xuyifan02@pingcap.com> Co-authored-by: Sparkle <1284531+baurine@users.noreply.github.com>