mendersoftware / mender-server

Other
2 stars 10 forks source link

deprectate(deployments): deprecate v1 endpoint for listing deployments #118

Open kjaskiewiczz opened 22 hours ago

kjaskiewiczz commented 22 hours ago

We deprecated GET v1 /deployments/deployments endpoint because of an issue with "search" query parameter behavior. As a replacement we introduce v2 version of the endpoint, where we replaced "search" parameter with "id" and "name" parameters.

kjaskiewiczz commented 20 hours ago

Looking for an advise from reviewers - we don't support deprecate commit type, so I need to use one of (fix|feat|build|chore|ci|docs|perf|refac|revert|style|test) any preferences?

olehermanse commented 17 hours ago

Looking for an advise from reviewers - we don't support deprecate commit type, so I need to use one of (fix|feat|build|chore|ci|docs|perf|refac|revert|style|test) any preferences?

@kjaskiewiczz probably irrelevant, but there is a typo in commit message and PR title; deprectate

merlin-northern commented 4 hours ago

Looking for an advise from reviewers - we don't support deprecate commit type, so I need to use one of (fix|feat|build|chore|ci|docs|perf|refac|revert|style|test) any preferences?

maybe fix? as in the slightly other meaning of the fix word.

mender-test-bot commented 1 hour ago

Merging these commits will result in the following changelog entries:

Changelogs

mender-server (men-7543)

New changes in mender-server since main:

Bug Fixes