Anders Olsen Sandvik
|
a96a9f38ce
|
#108 Add eslint-config-spt and remove jshint (#111)
* #108 Add eslint-config-spt
* #108 Ignore bundle.js file
* #108 Change eslint ignore path to a glob file
* Remove jshint and follow more of eslint rules
|
2020-02-20 08:30:24 +01:00 |
|
Ivar Conradi Østhus
|
d35666e353
|
Added poller to keep the store in sync with server.
|
2020-02-20 08:30:21 +01:00 |
|
andsandv
|
d600cdd359
|
#80 More renaming
|
2020-02-20 08:30:21 +01:00 |
|
ivaosthu
|
1024493d63
|
Added archived toggles feature #43
|
2020-02-20 08:30:19 +01:00 |
|
ivaosthu
|
658e3ac2bc
|
API and gui for archiving #43
|
2020-02-20 08:30:19 +01:00 |
|
Jari Bakken
|
745de6867d
|
Skip API and create test data in the DB directly (since the API is async)
|
2020-02-20 08:30:18 +01:00 |
|
ivaosthu
|
b1ccb2e999
|
Validation logic should probably not be in the db-code
|
2020-02-20 08:30:18 +01:00 |
|
ivaosthu
|
ae0fdce395
|
Cleaned up and changed promises used in the feature API
|
2020-02-20 08:30:18 +01:00 |
|
ivaosthu
|
c2a809a819
|
changed order for feature toggles.
|
2020-02-20 08:30:18 +01:00 |
|
Jari Bakken
|
b4f6166afb
|
Fix getFeature() semantics
It will always reject if the feature is not found, not resolve to null.
|
2020-02-20 08:30:16 +01:00 |
|
Jari Bakken
|
1371560840
|
Use knex' map()
|
2020-02-20 08:30:16 +01:00 |
|
Jari Bakken
|
412067c42f
|
Use knex for DB access. Closes #46.
|
2020-02-20 08:30:16 +01:00 |
|
Jari Bakken
|
d2ce90b394
|
Replace PATCH with PUT, which enables editing multiple fields at once.
Closes #47.
|
2020-02-20 08:30:16 +01:00 |
|
Jari Bakken
|
fdf324a9f5
|
Add features.description to db and ui
|
2020-02-20 08:30:15 +01:00 |
|
Jari Bakken
|
f06a4a8a51
|
Move unleash-server to top level.
|
2020-02-20 08:30:13 +01:00 |
|