1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-09-19 17:52:45 +02:00
unleash.unleash/src
Christopher Kolstad 4f7fd46623
fix: return 404 when gettings tags for a non existing feature (#3560)
From the discussion here
https://github.com/Unleash/unleash/pull/3496#discussion_r1163745860

This PR checks the existence of the feature before trying to get tags
for the feature. Doing so by stealing the exists method from the feature
store, since that's what we need to know exists, and avoiding having the
feature store as a dependency to the featureTagStore seemed reasonable.
2023-04-19 14:10:13 +02:00
..
lib fix: return 404 when gettings tags for a non existing feature (#3560) 2023-04-19 14:10:13 +02:00
mailtemplates refactor: move docs into new structure / fix links for SEO (#2416) 2022-11-22 09:05:30 +00:00
migrations fix: migration (#3558) 2023-04-19 10:07:56 +03:00
test fix: return 404 when gettings tags for a non existing feature (#3560) 2023-04-19 14:10:13 +02:00
migrator.ts feat: disable verbosity from db-migrate (#3301) 2023-03-13 10:12:43 +01:00
server-dev.ts docs: update documentation and dev server use of passord (#3564) 2023-04-19 13:29:18 +02:00
server.ts Define exports for enterprise (#2435) 2022-11-17 13:02:40 +02:00