1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-10-09 11:14:29 +02:00
unleash.unleash/src/lib/features/export-import-toggles
Christopher Kolstad 1fdf68eeec
task: removes deprecated feature api (#3609)
### What
We've had this marked as deprecated through our v4, this PR removes it.

### Worth noting
This updates the deprecation notices with removal notices in the
documentation as well.

### Considerations
The tags API is still located under
/api/admin/features/{featureName}/tags. It should be moved to
/api/admin/projects/{project}/features/{featureName}/tags. I vote we do
that in a separate PR, we'd probably also need to deprecate the existing
tags endpoints for v5 and remove in v6. We could use 308s to signify
that they are moved.

---------

Co-authored-by: Thomas Heartman <thomas@getunleash.ai>
2023-04-26 10:45:00 +02:00
..
createExportImportService.ts feat: shared event emitter (#3241) 2023-03-02 09:52:19 +01:00
export-import-controller.ts feat: add import export flag (#3411) 2023-03-29 09:19:33 +03:00
export-import-permissions.e2e.test.ts feat: add import export flag (#3411) 2023-03-29 09:19:33 +03:00
export-import-service.ts feat: unify error responses (#3607) 2023-04-25 13:40:46 +00:00
export-import.e2e.test.ts task: removes deprecated feature api (#3609) 2023-04-26 10:45:00 +02:00
import-context-validation.test.ts feat: drop full- for import/validate (#3168) 2023-02-21 10:15:57 +01:00
import-context-validation.ts feat: drop full- for import/validate (#3168) 2023-02-21 10:15:57 +01:00
import-permissions-service.ts feat: drop full- for import/validate (#3168) 2023-02-21 10:15:57 +01:00
import-toggles-store-type.ts feat: drop full- for import/validate (#3168) 2023-02-21 10:15:57 +01:00
import-toggles-store.ts fix: db type (#3180) 2023-02-22 11:15:46 +01:00
import-validation-messages.ts feat: drop full- for import/validate (#3168) 2023-02-21 10:15:57 +01:00