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

Simpler PATCH #43

Closed
YuukanOO opened this issue Jan 17, 2024 · 0 comments
Closed

Simpler PATCH #43

YuukanOO opened this issue Jan 17, 2024 · 0 comments
Assignees
Labels
refactoring Code refactoring

Comments

@YuukanOO
Copy link
Owner

Allow PATCH only on the first level object of the API. If a property is set, it should contains all needed field as if it was a replacement. This will make things easier to implement and avoid potentially nested branching when updating.

@YuukanOO YuukanOO added the refactoring Code refactoring label Jan 17, 2024
@YuukanOO YuukanOO added this to the Next milestone Jan 17, 2024
@YuukanOO YuukanOO self-assigned this Jan 17, 2024
YuukanOO added a commit that referenced this issue Jan 23, 2024
Add the `Target` entity and refactor a lot of stuff.
Also closes #43 by updating the `update_app` PATCH behavior.
YuukanOO added a commit that referenced this issue Jan 25, 2024
Add the `Target` entity and refactor a lot of stuff.
Also closes #43 by updating the `update_app` PATCH behavior.
YuukanOO added a commit that referenced this issue Jan 25, 2024
Add the `Target` entity and refactor a lot of stuff.
Also closes #43 by updating the `update_app` PATCH behavior.
YuukanOO added a commit that referenced this issue Jan 30, 2024
Add the `Target` entity and refactor a lot of stuff.
Also closes #43 by updating the `update_app` PATCH behavior.
YuukanOO added a commit that referenced this issue Feb 1, 2024
Add the `Target` entity and refactor a lot of stuff.
Also closes #43 by updating the `update_app` PATCH behavior.
YuukanOO added a commit that referenced this issue Apr 18, 2024
BREAKING CHANGE: this commit introduces breaking changes related to resources managed by seelf. See the migration doc if you are migrating from v1.x.x to this one: https://yuukanoo.github.io/seelf/guide/migration.html#v2

Also closes #9 #43 #44
YuukanOO added a commit that referenced this issue Apr 18, 2024
BREAKING CHANGE: this commit introduces breaking changes related to resources managed by seelf. See the migration doc if you are migrating from v1.x.x to this one: https://yuukanoo.github.io/seelf/guide/migration.html#v2

Also closes #9 #43 #44
YuukanOO added a commit that referenced this issue Apr 18, 2024
BREAKING CHANGE: this commit introduces breaking changes related to resources managed by seelf. See the migration doc if you are migrating from v1.x.x to this one: https://yuukanoo.github.io/seelf/guide/migration.html#v2

Also closes #9 #43 #44
github-actions bot pushed a commit that referenced this issue Apr 18, 2024
# [2.0.0](v1.2.0...v2.0.0) (2024-04-18)

### Features

* remote deployments closes [#1](#1) ([4663b29](4663b29)), closes [#9](#9) [#43](#43) [#44](#44)

### BREAKING CHANGES

* this commit introduces breaking changes related to resources managed by seelf. See the migration doc if you are migrating from v1.x.x to this one: https://yuukanoo.github.io/seelf/guide/migration.html#v2
@YuukanOO YuukanOO removed this from the Next milestone Apr 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
refactoring Code refactoring
Projects
None yet
Development

No branches or pull requests

1 participant