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

Feature: Add AppConfiguration, Deploy and Job models #417

Closed
wants to merge 11 commits into from

Conversation

elliotxx
Copy link
Contributor

@elliotxx elliotxx commented Jul 31, 2023

What type of PR is this?

/kind feature

fix #370 #374

What this PR does / why we need it:

Add AppConfiguration, Deploy and Job models

@elliotxx elliotxx added the kind/feature Categorizes issue or PR as related to a new feature label Jul 31, 2023
@elliotxx elliotxx added this to the 0.9.0 milestone Jul 31, 2023
@coveralls
Copy link

coveralls commented Aug 1, 2023

Pull Request Test Coverage Report for Build 5749095691

  • 1 of 28 (3.57%) changed or added relevant lines in 2 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage decreased (-0.2%) to 72.241%

Changes Missing Coverage Covered Lines Changed/Added Lines %
pkg/cmd/spec/generator.go 0 27 0.0%
Totals Coverage Status
Change from base Build 5678670143: -0.2%
Covered Lines: 5106
Relevant Lines: 7068

💛 - Coveralls

@elliotxx elliotxx changed the title feat: add app_configuration model and generator [WIP] feat: add app_configuration model and generator Aug 1, 2023
@SparkYuan SparkYuan changed the title [WIP] feat: add app_configuration model and generator Add AppConfiguration, Deploy and Job models Aug 9, 2023
@SparkYuan SparkYuan changed the title Add AppConfiguration, Deploy and Job models Feature: Add AppConfiguration, Deploy and Job models Aug 9, 2023
# Conflicts:
#	pkg/cmd/spec/generator.go
#	pkg/cmd/spec/generator_test.go
#	pkg/engine/operation/destory_test.go
#	pkg/engine/operation/graph/resource_node_test.go
#	pkg/engine/operation/preview_test.go
#	pkg/engine/operation/watch_test.go
#	pkg/generator/kcl/kcl_generator_test.go
@SparkYuan
Copy link
Member

clean commit logs and fix ut coverage report in #451

@SparkYuan SparkYuan closed this Aug 9, 2023
@github-actions github-actions bot locked and limited conversation to collaborators Aug 9, 2023
@SparkYuan SparkYuan deleted the feat/app-config branch August 11, 2023 10:00
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.

Model: Support AppConfiguration model
4 participants