Skip to content

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
@howieyuen howieyuen force-pushed the oam branch 2 times, most recently from 6ac4da8 to 6a33eba Compare February 8, 2023 06:03
@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.

3 participants