1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-12-22 19:07:54 +01:00
Commit Graph

29 Commits

Author SHA1 Message Date
ivaosthu
7bffe4d1db chore: Fix formatting all the things 2018-11-22 21:44:07 +01:00
Simen Bekkhus
81b28abf0b
Update prettier and fix lint 2017-11-11 08:43:08 +01:00
Ivar
46b82ecd6a Add support for sdkVersion in client registration 2017-06-28 23:19:19 +02:00
Simen Bekkhus
d1ec402066 Lint commit (#239)
* Upgrade eslint configs to get rid of peer warning

* Add pre-commit hook to format code

* Lint whole project, not just lib
2017-06-28 14:10:32 +02:00
Ivar
ecd27f25b5 Database should holde timezone information.
closes #205
2017-03-07 00:58:04 +01:00
ivaosthu
8c0410c5e8 Do not have multiple migration calls completing same callback 2017-02-22 17:08:16 +01:00
Ivar
a6ffdc0424 migration:down should remove built_in strategies created in up 2017-02-11 14:45:17 +01:00
Ivar
7964de60d6 Fix typos and other language issues. 2017-02-11 14:35:03 +01:00
Ivar
9e541bd7e6 Add default built-in strategies.
Uses migration to define these activation strategies:
- applicationHostname
- gradualRolloutRandom
- gradualRolloutSessionId
- gradualRolloutUserId
- remoteAddress
- userWithId

closes #207
2017-02-11 11:17:11 +01:00
ivaosthu
8c869cc5c2 Add required flag to strategy parameters 2016-12-12 16:56:52 +01:00
ivaosthu
e34eed6ecf Strategy should use better param description
Adds support for more fields sucha as description, required, etc.

relates to #182
2016-12-12 16:52:20 +01:00
ivaosthu
2bd7b24dea Cleanup legacy migrations 2016-12-10 11:39:21 +01:00
ivaosthu
b67f9a6487 Cleanup client_instances
related to #176
2016-12-10 11:14:35 +01:00
ivaosthu
ab3694cc94 Remove client_strategies table
We can just have a strategies column in the client_applications
table. This solves all our needs, and thus avoids the need
for an extra table.
2016-12-09 17:30:12 +01:00
ivaosthu
ac846b9879 Add client_applications table 2016-12-09 16:02:06 +01:00
sveisvei
80d3f5be1c client applications 2016-12-09 15:25:37 +01:00
ivaosthu
0bd0924aee remove all lerna stuff 2016-11-10 15:52:49 +01:00
sveisvei
0ffb9b78b6 use lerna for multipackaging 2016-06-18 09:19:57 +02:00
Ivar
c1987a76fc Move all custom-scripts to /scripts folder 2016-06-16 14:27:23 +02:00
Anders Olsen Sandvik
f01ef69d7e #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
2016-04-24 22:41:37 +02:00
andsandv
5a5bac2d6c #80 Add quotes to sql from feedback 2015-02-10 16:56:06 +01:00
andsandv
53c92db954 #80 Add schema change 2015-02-10 16:27:59 +01:00
ivaosthu
10e6ee1091 Database migration #43 2014-12-15 22:10:50 +01:00
ivaosthu
278a8da162 db-migration: create default strategy with event 2014-11-18 08:16:38 +01:00
Ivar Østhus
e3b8a868d1 Added the default strategies via migration 2014-11-17 21:23:23 +01:00
Ivar Østhus
3fd95a6d3c added parameters-template to strategies table 2014-11-17 21:13:26 +01:00
Jari Bakken
178f2111dd Add features.description to db and ui 2014-11-10 16:21:22 +01:00
Jari Bakken
d30bc6a54c Reduce duplication when adding a new migration. 2014-11-10 15:58:11 +01:00
Jari Bakken
8c3fdfc9d4 Move unleash-server to top level. 2014-10-31 16:35:35 +01:00