Skip to content

Conversation

@kripanshdevtron
Copy link
Contributor

@kripanshdevtron kripanshdevtron commented Nov 9, 2022

Description

Recently we have modified Ci Build Config in which we have added support for Buildpack and managed docker file feature, which impacted app creation API, so dockerBuildConfig param is still existing for backward compatibilty.

Fixes #2561

How Has This Been Tested?

  • Tested Get App API, returning new ci build config bean
  • Tested Create App API with old dockerConfig field
  • Tested Create App API with new ci build config

Checklist:

  • The title of the PR states what changed and the related issues number (used for the release note).
  • Does this PR requires documentation updates?
  • I've updated documentation as required by this PR.
  • I have performed a self-review of my own code.
  • I have commented my code, particularly in hard-to-understand areas.
  • I have tested it for all user roles.
  • I have added all the required unit/api test cases.

Does this PR introduce a user-facing change?


@kripanshdevtron kripanshdevtron merged commit 8c8d68d into main Nov 9, 2022
@kripanshdevtron kripanshdevtron deleted the buildpack-api-impact branch November 9, 2022 07:54
@kripanshdevtron kripanshdevtron self-assigned this Nov 9, 2022
@kripanshdevtron kripanshdevtron added the enhancement New feature or request label Nov 9, 2022
pawan-59 added a commit that referenced this pull request Nov 9, 2022
* fixed migration query in 90th migration (#2586)

* updated wiring for TelemetryEventClientExtended.go (#2588)

* feat: Provide description for Chart Types (#2585)

* chart description provided with the api call

* added code to provide chart description with the api call

* refined the code for poviding chart description

* mitigated nil pointer exception in ChartService

* refactoring

* changes in sql files

Co-authored-by: Manish Agrawal <[email protected]>

* sql script semicolon fix (#2590)

* Ci Build config API backward compatibilty (#2598)

* docker build config added as backward compatible changes

* dependency injection fix

Co-authored-by: kartik-579 <[email protected]>
Co-authored-by: Prakash Kumar <[email protected]>
Co-authored-by: Manish Agrawal <[email protected]>
Co-authored-by: kripanshdevtron <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Feature: Build Project using Dockerfile templates or without Dockerfile (using Buildpack)

3 participants