1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-10-18 20:09:08 +02:00
unleash.unleash/lib
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
..
db Add Tags and tag types 2021-01-14 13:09:05 +01:00
error feat: Add technical support for projects 2020-11-23 21:47:51 +01:00
middleware fix: add support for basic auth with simple-auth (#659) 2020-12-03 21:29:01 +01:00
routes Add Tags and tag types 2021-01-14 13:09:05 +01:00
services feat: Adds last-seen dat on toggles 2020-12-22 11:05:00 +01:00
util fix: version should be part of ui-config (#616) 2020-08-03 13:34:10 +02:00
app.js fix: stateService undefined 2020-12-17 19:43:01 +01:00
app.test.js fix: use airbnb lint rules directly (#583) 2020-04-14 22:29:11 +02:00
authentication-required.js fix: add 'options' field to AuthenticationRequired 2020-05-14 22:32:33 +02:00
command-type.js Add Tags and tag types 2021-01-14 13:09:05 +01:00
event-differ.js Add Tags and tag types 2021-01-14 13:09:05 +01:00
event-differ.test.js fix: use airbnb lint rules directly (#583) 2020-04-14 22:29:11 +02:00
event-hook.js feat: add option and functionality that allows a user to hook into feature mutations (#457) 2020-02-20 08:34:26 +01:00
event-hook.test.js fix: use airbnb lint rules directly (#583) 2020-04-14 22:29:11 +02:00
event-type.js Add Tags and tag types 2021-01-14 13:09:05 +01:00
events.js feat: add db query latency metrics (#473) 2020-02-20 08:34:27 +01:00
extract-user.js fix: add user-store (#590) 2020-05-12 23:05:26 +02:00
logger.js fix: use airbnb lint rules directly (#583) 2020-04-14 22:29:11 +02:00
logger.test.js fix: use airbnb lint rules directly (#583) 2020-04-14 22:29:11 +02:00
metrics-helper.js fix: use airbnb lint rules directly (#583) 2020-04-14 22:29:11 +02:00
metrics.js feat: add stop() method to gracefully terminate unleash (#665) 2020-12-16 14:49:11 +01:00
metrics.test.js feat: add stop() method to gracefully terminate unleash (#665) 2020-12-16 14:49:11 +01:00
missing-permission.js Use full name instead of perms, 403 error message now includes expected permission 2020-02-20 08:34:19 +01:00
options.js feat: First draft of admin Open API specification (OAS) (#652) 2020-12-03 21:09:16 +01:00
options.test.js feat: Add support for explicitly set database version. (#654) 2020-11-20 11:37:56 +01:00
permissions.js feat: Add technical support for projects 2020-11-23 21:47:51 +01:00
server-impl.js fix: stateService undefined 2020-12-17 19:43:01 +01:00
server-impl.test.js feat: Adds last-seen dat on toggles 2020-12-22 11:05:00 +01:00
timer.js feat: add db query latency metrics (#473) 2020-02-20 08:34:27 +01:00
timer.test.js fix: use airbnb lint rules directly (#583) 2020-04-14 22:29:11 +02:00
user.js fix: replace @hapi/joi with joi 2020-07-31 22:15:09 +02:00
user.test.js fix: add user-store (#590) 2020-05-12 23:05:26 +02:00