1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-01-25 00:07:47 +01:00
unleash.unleash/lib/routes/admin-api
Christopher Kolstad 43801f1f13
Add Tags and tag types
- First iteration of api for tags and tag-types
- Documentation in place
- Adds three new tables
   - tag_types
   - tags
   - feature_tag
- Tagging a feature is adding a row in the feature_tag
  join table

* #665

Co-authored-by: Simen Bekkhus <sbekkhus91@gmail.com>
Co-authored-by: Ivar Conradi Østhus <ivarconr@gmail.com>
2021-01-14 13:09:05 +01:00
..
api-def.json Add Tags and tag types 2021-01-14 13:09:05 +01:00
archive.js fix: use airbnb lint rules directly (#583) 2020-04-14 22:29:11 +02:00
archive.test.js fix: use airbnb lint rules directly (#583) 2020-04-14 22:29:11 +02:00
config.js fix: version should be part of ui-config (#616) 2020-08-03 13:34:10 +02:00
config.test.js fix: use airbnb lint rules directly (#583) 2020-04-14 22:29:11 +02:00
context-schema.js fix: context legalValues should be at max 100 chars 2020-10-04 20:36:40 +02:00
context.js fix: use validated and stripped data when updating 2020-10-01 22:40:47 +02:00
context.test.js fix: failing tests for 409 2020-09-25 22:31:35 +02:00
event.js fix: use airbnb lint rules directly (#583) 2020-04-14 22:29:11 +02:00
events.test.js fix: use airbnb lint rules directly (#583) 2020-04-14 22:29:11 +02:00
feature-schema.js feat: Add technical support for projects 2020-11-23 21:47:51 +01:00
feature-schema.test.js feat: Add technical support for projects 2020-11-23 21:47:51 +01:00
feature-type.js feat: Add support for toggle types (#618) 2020-08-06 11:18:52 +02:00
feature.js Add Tags and tag types 2021-01-14 13:09:05 +01:00
feature.test.js Add Tags and tag types 2021-01-14 13:09:05 +01:00
index.js Add Tags and tag types 2021-01-14 13:09:05 +01:00
metrics-schema.js fix: Allow spaces/special chars in application names 2020-11-03 15:15:16 +01:00
metrics.js fix: cleanup test console output 2021-01-06 18:06:56 +01:00
metrics.test.js feat: Adds last-seen dat on toggles 2020-12-22 11:05:00 +01:00
state.js fix: stateService undefined 2020-12-17 19:43:01 +01:00
strategy-schema.js fix: replace @hapi/joi with joi 2020-07-31 22:15:09 +02:00
strategy.js fix: use airbnb lint rules directly (#583) 2020-04-14 22:29:11 +02:00
strategy.test.js fix: cleanup test console output 2021-01-06 18:06:56 +01:00
tag-schema.js Add Tags and tag types 2021-01-14 13:09:05 +01:00
tag-schema.test.js Add Tags and tag types 2021-01-14 13:09:05 +01:00
tag-type-schema.js Add Tags and tag types 2021-01-14 13:09:05 +01:00
tag-type-schema.test.js Add Tags and tag types 2021-01-14 13:09:05 +01:00
tag-type.js Add Tags and tag types 2021-01-14 13:09:05 +01:00
tag.js Add Tags and tag types 2021-01-14 13:09:05 +01:00
tag.test.js Add Tags and tag types 2021-01-14 13:09:05 +01:00
user.js fix: use airbnb lint rules directly (#583) 2020-04-14 22:29:11 +02:00
user.test.js fix: use airbnb lint rules directly (#583) 2020-04-14 22:29:11 +02:00
util.js Add Tags and tag types 2021-01-14 13:09:05 +01:00