1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-10-18 20:09:08 +02:00
unleash.unleash/src
Thomas Heartman 1799086deb
openapi: sort tags file (#4595)
This change sorts the tags in the tags file and tests that the list is
sorted alphabetically. This makes it easier to
find tags in the file. 

#4580 already introduced a test to check that we have no duplicate
tags, so this isn't as necessary anymore, but it's still nice to have.

It also removes the previous auto-sorting before exporting. This is to
ensure that entries are sorted in the source list. This might seem like
a regression, but it makes it easier to spot near-duplicate tags:

> Despite having the test that validates there are no duplicates, you
can always have Notifications and Notification API by mistake (tags that
mean the same but are different). Keeping the list alphabetically sorted
might help to prevent this before pushing the change to prod. In this
case, we will eventually find out and fix it, so this could be a good
reason to have the list sorted.
2023-09-01 10:15:12 +00:00
..
lib openapi: sort tags file (#4595) 2023-09-01 10:15:12 +00:00
mailtemplates
migrations feat: persist client application usage (#4534) 2023-08-21 14:36:31 +03:00
test Feat/instance health (#4586) 2023-08-30 12:51:46 +00:00
migrator.ts
server-dev.ts Feat/instance health (#4586) 2023-08-30 12:51:46 +00:00
server.ts Define exports for enterprise (#2435) 2022-11-17 13:02:40 +02:00