1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-12-22 19:07:54 +01:00
unleash.unleash/lib/routes
Christopher Kolstad 063d3f0e4a
Make feature-toggle-store return 409
- After seeing frontend behaviour where the user could add the same
tag multiple times, and not get errors or be stopped doing so, we'll
change the backend to return a 409 if you tag a feature with a tag it
already has.

- Previous to this commit, the setup was to do `onConflict().ignore()`
  which caused the frontend to not get any help from the backend as to
  whether or not the operation was allowed

- This fix adds a custom error and adds a branch to the handleError util
  method for handling just that error type with a 409.

- This caused a couple of tests to receive 409, probably due to
  insufficient cleanup between tests. Adding faker as a dev-dependency and randomising
  toggle names and tag values for each test reduces the chance that
  we'll run into duplicate issues in the future for the tests that
  touches this problem

fixes: #711
2021-02-08 16:22:15 +01:00
..
admin-api Make feature-toggle-store return 409 2021-02-08 16:22:15 +01:00
client-api feat: Add filterquery support for toggles 2021-01-26 14:14:07 +01:00
api-def.js fix: version should be part of ui-config (#616) 2020-08-03 13:34:10 +02:00
backstage.js fix: upgrade prom-client from 12.0.0 to 13.1.0 2021-02-05 15:20:59 +01:00
backstage.test.js fix: use airbnb lint rules directly (#583) 2020-04-14 22:29:11 +02:00
controller.js fix: use airbnb lint rules directly (#583) 2020-04-14 22:29:11 +02:00
health-check.js fix: LogProvider as option injected to unleash. 2020-02-20 08:34:24 +01:00
health-check.test.js fix: cleanup test console output 2021-01-06 18:06:56 +01:00
index.js Add service layer 2021-01-21 10:59:19 +01:00
index.test.js Add service layer 2021-01-21 10:59:19 +01:00
logout.js fix: set clear-site-data on logout 2020-10-01 21:57:33 +02:00
logout.test.js fix: use airbnb lint rules directly (#583) 2020-04-14 22:29:11 +02:00