1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-12-28 00:06:53 +01:00
Commit Graph

943 Commits

Author SHA1 Message Date
Ivar Conradi Østhus
97566b62a1
Update activation-strategies.md 2017-11-16 15:58:09 +01:00
Ivar Conradi Østhus
4ff9769c2d
Update README.md 2017-11-13 19:21:30 +01:00
Ivar
dcf9cb20f4 Upgrade dev dependencies 2017-11-13 19:20:19 +01:00
Ivar Conradi Østhus
b15a4130e2
Merge pull request #273 from Unleash/greenkeeper/initial
Update dependencies to enable Greenkeeper 🌴
2017-11-12 20:42:05 +01:00
Simen Bekkhus
eb256481ca
Refresh yarn.lock 2017-11-11 11:19:10 +01:00
Simen Bekkhus
6b9e4ad55f
Add greenkeeper-lockfile 2017-11-11 11:14:42 +01:00
Simen Bekkhus
0ecb578c13
Add secure token 2017-11-11 11:14:41 +01:00
greenkeeper[bot]
c79b8cad7b
docs(readme): add Greenkeeper badge 2017-11-11 11:14:41 +01:00
greenkeeper[bot]
277ae46444
chore(package): update dependencies 2017-11-11 11:14:41 +01:00
Simen Bekkhus
b29eada37f
Upgrade Log4JS (#274) 2017-11-11 11:13:34 +01:00
Simen Bekkhus
90560deac4
Upgrade ava 2017-11-11 08:44:06 +01:00
Simen Bekkhus
81b28abf0b
Update prettier and fix lint 2017-11-11 08:43:08 +01:00
ivaosthu
d1c37310f2 We should not use package-lock.json 2017-11-04 12:09:12 +01:00
Ivar
22c53f8688 Use pkginfo to resolve unleash-server version
closes #268
2017-11-03 23:14:31 +01:00
ivaosthu
9737094a31 Remove log-message in test 2017-11-02 23:11:50 +01:00
ivaosthu
8bbc4e6220 3.0.0-alpha.5 2017-11-02 13:26:26 +01:00
ivaosthu
118566169a 3.0.0 2017-11-02 13:25:28 +01:00
Ivar Conradi Østhus
68576e69f8
Merge pull request #272 from Unleash/name_validator
Simplify name validator
2017-11-02 13:21:18 +01:00
Ivar
2a751a4789 Simplofy name validator
closes #271
2017-11-02 13:00:45 +01:00
Ivar
2fe47e85ee bump express dependecies 2017-11-02 10:01:44 +01:00
Ivar
8e6c86a698 Use yarn with travis/heroku 2017-11-02 09:56:44 +01:00
Ivar
c3918a311b remove npm lockfile, we use yarn.lock 2017-11-02 09:50:29 +01:00
Ivar
8505aa3f1b bump node version 2017-11-02 09:40:51 +01:00
Ivar
8a40a288bd Fix unstable e2e test 2017-11-02 09:37:14 +01:00
Ivar
fe0e65a4f2 Fix formatting 2017-11-02 09:23:38 +01:00
Ivar Conradi Østhus
de496c337a Merge pull request #269 from theneva/patch-1
Fix feature name validation regex
2017-10-23 19:10:03 +02:00
Martin Lehmann
6924de06b0 Fix feature name validation regex 2017-10-23 17:13:26 +02:00
Ivar Conradi Østhus
c961ebafb5 Merge pull request #270 from aslakknutsen/patch-1
Correct spelling mistake in Unleash Context
2017-10-17 06:02:34 +02:00
Aslak Knutsen
6a0a433968 Correct spelling mistake in Unleash Context 2017-10-17 02:52:25 +02:00
ivaosthu
14516b32ae 3.0.0-alpha.4 2017-10-12 09:34:08 +02:00
ivaosthu
881bf712a8 Bump 3.0.0-alpha.3 2017-10-12 09:32:47 +02:00
ivaosthu
61cf76b4f6 Bugfix: use basUrl when logging actual request path 2017-10-12 09:19:56 +02:00
Ivar Conradi Østhus
4f98f80c61 Merge pull request #267 from clintabrown/allow_underscore_in_flag
Allow underscores in name validation
2017-09-19 07:43:04 +02:00
Clint Brown
b4084aa705 Allow underscores in name validation 2017-09-19 14:37:23 +10:00
Ivar
3f4303a49d 3.0.0-alpha.3 2017-09-13 11:46:49 +02:00
Ivar
e2b3c1f087 update yarn.lock 2017-09-13 11:44:43 +02:00
Ivar
cadbbf7b37 Bump unleash-frontend 2017-09-13 11:42:11 +02:00
ivaosthu
3790db8582 3.0.0-alpha.2 2017-09-11 21:10:44 +02:00
Ivar Conradi Østhus
6b0e985c28 Update CHANGELOG.md 2017-09-11 21:08:26 +02:00
Ivar
748a5efc06 Update yarn.lock 2017-09-09 16:39:56 +02:00
Ivar Conradi Østhus
a7458587f6 Merge pull request #263 from Unleash/expose-version
Include module version number in /api reponse
2017-09-09 16:35:34 +02:00
Ivar Conradi Østhus
435d95582e Merge pull request #264 from Unleash/disable-legacy-routes
Added option to disable legacy routes. Closes #244
2017-09-09 16:35:12 +02:00
Ivar Conradi Østhus
2ae863cfed Merge pull request #265 from Unleash/cleanup_timers
Clean up intervals.
2017-09-07 22:57:48 +02:00
Ivar
a710cf0321 Clean up intervals.
We use intervals in three places and we could probably organise them
better in the future. As long as they all do unref they do not form
any issues for us and I will just let them be as is for now.

This closes #186
2017-09-07 22:52:24 +02:00
Ivar
0a58735636 Added option to disable legacy routes. Closes #244 2017-09-07 21:55:47 +02:00
Ivar
9f02d80b87 Include module version number in /api reponse 2017-09-07 21:21:30 +02:00
Ivar Conradi Østhus
0afef17629 Merge pull request #259 from Unleash/upgrade-deps
Upgrade deps
2017-08-23 11:53:55 +02:00
Simen Bekkhus
b3fb572f5d
Upgrade prom-client and add gc-stats 2017-08-23 11:36:52 +02:00
Simen Bekkhus
0f32279b67
Use yarn in test script 2017-08-23 11:36:49 +02:00
Simen Bekkhus
2c390d5fb1
Upgrade ava 2017-08-23 11:36:47 +02:00