Actions
Bug #14807
closedAPI info does not list endpoints in their sorted order
Pull Request:
Severity:
Major - prevents use of part of Rudder | no simple workaround
UX impact:
User visibility:
Effort required:
Priority:
0
Name check:
Fix check:
Regression:
Description
API are sorted. This is important, because we need to be able to differentiate:
/some/api/stable-value /some/api/${parameter}
It's better to avoid such conflicts, but it's not always possible like for `/system/archives/groups/restore/latestCommit` and `/system/archives/groups/restore/${commit}`
We need to display the correct order in api "system/info".
Updated by François ARMAND over 5 years ago
- Status changed from New to In progress
Updated by François ARMAND over 5 years ago
- Status changed from In progress to Pending technical review
- Assignee changed from François ARMAND to Vincent MEMBRÉ
- Pull Request set to https://github.com/Normation/rudder/pull/2210
Updated by François ARMAND over 5 years ago
- Status changed from Pending technical review to Pending release
Applied in changeset rudder|e82af884af3e91c246506c7559ab00c3e0721edb.
Updated by Vincent MEMBRÉ over 5 years ago
- Status changed from Pending release to Released
This bug has been fixed in Rudder 5.0.10 which was released today.
Actions