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

Centos7 dockerfile; fix tests #1467

Merged
merged 4 commits into from
Jan 13, 2023

Conversation

SabaPing
Copy link
Contributor

No description provided.

@ti-chi-bot
Copy link
Member

ti-chi-bot commented Jan 13, 2023

[REVIEW NOTIFICATION]

This pull request has been approved by:

  • shhdgit

To complete the pull request process, please ask the reviewers in the list to review by filling /cc @reviewer in the comment.
After your PR has acquired the required number of LGTMs, you can assign this pull request to the committer in the list by filling /assign @committer in the comment to help you merge this pull request.

The full list of commands accepted by this bot can be found here.

Reviewer can indicate their review by submitting an approval review.
Reviewer can cancel approval by submitting a request changes review.

@codecov-commenter
Copy link

codecov-commenter commented Jan 13, 2023

Codecov Report

Merging #1467 (0316599) into master (fa447a6) will decrease coverage by 2.74%.
The diff coverage is n/a.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1467      +/-   ##
==========================================
- Coverage   27.58%   24.83%   -2.75%     
==========================================
  Files          93      167      +74     
  Lines        9978    14853    +4875     
==========================================
+ Hits         2752     3689     +937     
- Misses       7046    10893    +3847     
- Partials      180      271      +91     
Flag Coverage Δ
backend_integration 8.97% <ø> (?)
backend_ut 27.57% <ø> (-0.02%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.


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 fa447a6...0316599. Read the comment docs.

@SabaPing SabaPing merged commit e480781 into pingcap:master Jan 13, 2023
SabaPing added a commit to SabaPing/tidb-dashboard that referenced this pull request Jan 13, 2023
* centos7 build image

(cherry picked from commit 320b30c)

* cleanup dockerfiles

(cherry picked from commit 98f0964)

* fix centos7 build; fix test

* fix test

(cherry picked from commit e480781)
SabaPing added a commit that referenced this pull request Jan 13, 2023
* centos7 build image

(cherry picked from commit 320b30c)

* cleanup dockerfiles

(cherry picked from commit 98f0964)

* fix centos7 build; fix test

* fix test

(cherry picked from commit e480781)
shhdgit pushed a commit to shhdgit/tidb-dashboard that referenced this pull request Feb 9, 2023
* centos7 build image

(cherry picked from commit 320b30c)

* cleanup dockerfiles

(cherry picked from commit 98f0964)

* fix centos7 build; fix test

* fix test
shhdgit added a commit that referenced this pull request Feb 9, 2023
* feat: limit date picker range (#1429)

* feat: limit date picker range

* chore: update version for dbaas and clinic

* chore: hide zoomOut feature for timeSelector on cloud side

* chore: set max timeRange for monitoring as two days

* Feat/slowquery v2 (#1449)

* feat: init slow query v2

* tweak: use slow query module

* feat: comparison

* tweak: comparison

* wip

* tweak: comparison

* tweak: comparison

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* update version

* wip

* wip

* fix: url params

* update version

* update version

* fix: deps

* fix: deps version

* chore: tsconfig

* revert: deps version

* wip

* fix: request

* wip: deps

* fix: v2 detail history back

* fix: v2 detail history back

* tweak: url params

* fix: memo url time range

* fix: memo url time range

* fix: conprof

* chore: time range

* update deps

* chore

* chore

* chore

* update copyright

* skip e2e

* Fix/time range selector (#1459)

* chore: update time limit level

* chore: update time limit level

* chore: update time range selector no overview page

* chore: update tidb dashboard for clinic cloud version

* centos7 build image

* cleanup dockerfiles

* Revert mistake commits (#1465)

* Revert "cleanup dockerfiles"

This reverts commit 98f0964.

* Revert "centos7 build image"

This reverts commit 320b30c.

* Centos7 dockerfile; fix tests (#1467)

* centos7 build image

(cherry picked from commit 320b30c)

* cleanup dockerfiles

(cherry picked from commit 98f0964)

* fix centos7 build; fix test

* fix test

* chore: update tooltip when failed to get host info (#1469)

- because the reason is not correct in some cases

* chore: add serverless monitoring (#1462)

* chore: add serverless monitoring

* chore: remove category from serverless category

* chore: refine code and update failed query promql

* chore: update promql

* fix: time range limit on time range selector

* fix: date should be available if there are available hours on this date

* chore: update time limit

* chore: fix slowquery rout prefix

* chore: fix route prefix of diagnosis app

* fix(topsql): short format (#1476)

* feat(slowquery): add warnings (#1472)

* feat(slowquery): add warnings

* fix: lint generic

* chore: types

* fix: test

* fix: test

* fix: tests

* [Feature] Manually bind execution plan (#1473)

* Backend for binding sql plan feature (#1471)

* default version value for local quick startup

* update CONTRIBUTING.md

* done backend

* fix swag doc

* fix query bug

* done

* fix feature version check

* fix lint

* revert swagger tag

* fix 404 response (#1474)

* fix null response

* fix get plan response; fix drop plan behavior.

* fix

* fix dockerfile

* fix supported version check

* Add one-click bind plan on sql statement detail page (#1475)

* chore: add plan bind api

* chore: add plan bind modal

* chore: destory modal content on close

* chore: fix plan table selection

* chore: update plan bind style

* chore: add i18n to bind plan

* chore: set selection as radio on plan bind table

* chore: update plan selection status

* chore: set plan list order by plan count

* chore: refine code

* chore: refine code

* replace reflection go-funk with generic lo; add more fields to query plan response

* update swag

* add error message

* fix format

* chore: update enable plan binding condition

* fix tests

* chore: update go.mod

* chore: refine code

* fix centos7 dockerfile

* fix typo

---------

Co-authored-by: Yini Xu <[email protected]>
Co-authored-by: YiniXu9506 <[email protected]>
Co-authored-by: Suhaha <[email protected]>

* Update release version

---------

Co-authored-by: Yini Xu <[email protected]>
Co-authored-by: Yifan Xu <[email protected]>
Co-authored-by: Sparkle <[email protected]>
Co-authored-by: YiniXu9506 <[email protected]>
@SabaPing SabaPing deleted the yifan/centos7_dockerfile branch April 4, 2023 03:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants