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

feat: watch support kubevela Application from core.oam.dev/v1beta1 #238

Merged
merged 2 commits into from
Feb 13, 2023

Conversation

howieyuen
Copy link
Collaborator

@howieyuen howieyuen commented Feb 8, 2023

What type of PR is this?

/kind feature

What this PR does / why we need it:

Support kubevela integration, after custom health check extension is ready, we can revert this PR.

Note:
kubevela Application API cannot imported by go module directly, because the replace statement will break go install.
I also tried the kubevela-core-api, still get the same result.

Which issue(s) this PR fixes:

related #204

Special notes for your reviewer:

Does this PR introduce a user-facing change?

feat: watch support kubevela Application from core.oam.dev/v1beta1

Additional documentation e.g., design docs, usage docs, etc.:

None

both github.com/kubevela/kubevela or github.com/kubevela/kubevela-core-api has replace statement in go.mod, so copy them into third party
@howieyuen howieyuen added the kind/feature Categorizes issue or PR as related to a new feature label Feb 8, 2023
@coveralls
Copy link

coveralls commented Feb 8, 2023

Pull Request Test Coverage Report for Build 4121328575

  • 0 of 2 (0.0%) changed or added relevant lines in 1 file are covered.
  • 1 unchanged line in 1 file lost coverage.
  • Overall coverage increased (+0.03%) to 71.995%

Changes Missing Coverage Covered Lines Changed/Added Lines %
pkg/engine/operation/watch.go 0 2 0.0%
Files with Coverage Reduction New Missed Lines %
pkg/engine/operation/watch.go 1 85.0%
Totals Coverage Status
Change from base Build 4120285669: 0.03%
Covered Lines: 4630
Relevant Lines: 6431

💛 - Coveralls

@howieyuen howieyuen changed the title feat: watch support kubevela Application in both core.oam.dev/v1beta1 feat: watch support kubevela Application from core.oam.dev/v1beta1 Feb 13, 2023
@howieyuen howieyuen enabled auto-merge (squash) February 13, 2023 02:45
@howieyuen howieyuen merged commit 32c3547 into KusionStack:main Feb 13, 2023
@howieyuen howieyuen deleted the oam branch February 13, 2023 08:01
@github-actions github-actions bot locked and limited conversation to collaborators Feb 13, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
kind/feature Categorizes issue or PR as related to a new feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants