1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-10-18 20:09:08 +02:00
unleash.unleash/lib/db
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
..
client-applications-store.js fix: cleanup test console output 2021-01-06 18:06:56 +01:00
client-instance-store.js fix: this.timer merge conflict 2020-12-16 14:56:48 +01:00
client-metrics-db.js feat: add stop() method to gracefully terminate unleash (#665) 2020-12-16 14:49:11 +01:00
client-metrics-store.js feat: add stop() method to gracefully terminate unleash (#665) 2020-12-16 14:49:11 +01:00
client-metrics-store.test.js fix: cleanup test console output 2021-01-06 18:06:56 +01:00
context-field-store.js Fix/upgrade knex (#630) 2020-09-18 09:05:09 +02:00
db-pool.js feat: Add support for explicitly set database version. (#654) 2020-11-20 11:37:56 +01:00
event-store.js Fix/upgrade knex (#630) 2020-09-18 09:05:09 +02:00
feature-tag-store.js Add Tags and tag types 2021-01-14 13:09:05 +01:00
feature-toggle-store.js Add Tags and tag types 2021-01-14 13:09:05 +01:00
feature-type-store.js feat: Adds last-seen dat on toggles 2020-12-22 11:05:00 +01:00
index.js Add Tags and tag types 2021-01-14 13:09:05 +01:00
project-store.js feat: Add technical support for projects 2020-11-23 21:47:51 +01:00
setting-store.js Fix/upgrade knex (#630) 2020-09-18 09:05:09 +02:00
strategy-store.js Fix/upgrade knex (#630) 2020-09-18 09:05:09 +02:00
tag-type-store.js Add Tags and tag types 2021-01-14 13:09:05 +01:00
user-store.js