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

Handle Service Instances in SM client #742

Merged

Conversation

szwedm
Copy link
Contributor

@szwedm szwedm commented Jun 27, 2024

Description

Changes proposed in this pull request:

handle CRUD operations on Service Instances in Service Manager client.

Related issue(s)

See #442

@szwedm szwedm self-assigned this Jun 27, 2024
@szwedm szwedm requested a review from a team as a code owner June 27, 2024 14:26
@kyma-bot kyma-bot added cla: yes Indicates the PR's author has signed the CLA. size/XXL Denotes a PR that changes 1000+ lines, ignoring generated files. labels Jun 27, 2024
@kyma-bot kyma-bot added the lgtm Looks good to me! label Jun 28, 2024
@ukff ukff added the kind/enhancement Categorizes issue or PR as related to modifying or improving an existing feature label Jun 28, 2024
@ukff ukff merged commit 9e3ef78 into kyma-project:sm-integration Jun 28, 2024
13 of 14 checks passed
szwedm added a commit that referenced this pull request Aug 21, 2024
* rm internal/ from gitignore

* Add Operation struct

* Add ServiceInstance struct

* ServiceInstances path const

* Change the field name in collections of SM objects to Items

* GET Service Instances

* GET Service Instance by ID

* Add SI, Error structs for SM responses

* POST Service Instance

* Refactor http response body reading

* DELETE Service Instance

* PATCH Service Instance

* GET Service Instance params

* Add fake SI JSONs for tests

* GET Service Instances test

* GET Service Instance by ID test

* POST Service Instance test

* Refactor SM client unit test to use typed structs instead of generic maps

* PATCH Service Instance test

* DELETE Service Instance by ID test
kyma-gopher-bot pushed a commit that referenced this pull request Aug 22, 2024
* rm internal/ from gitignore

* Add Operation struct

* Add ServiceInstance struct

* ServiceInstances path const

* Change the field name in collections of SM objects to Items

* GET Service Instances

* GET Service Instance by ID

* Add SI, Error structs for SM responses

* POST Service Instance

* Refactor http response body reading

* DELETE Service Instance

* PATCH Service Instance

* GET Service Instance params

* Add fake SI JSONs for tests

* GET Service Instances test

* GET Service Instance by ID test

* POST Service Instance test

* Refactor SM client unit test to use typed structs instead of generic maps

* PATCH Service Instance test

* DELETE Service Instance by ID test
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla: yes Indicates the PR's author has signed the CLA. kind/enhancement Categorizes issue or PR as related to modifying or improving an existing feature lgtm Looks good to me! size/XXL Denotes a PR that changes 1000+ lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants