1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-10-18 20:09:08 +02:00
Commit Graph

846 Commits

Author SHA1 Message Date
ivaosthu
6642978fc7 Remove log-message in test 2020-02-20 08:34:03 +01:00
ivaosthu
0fa4c367a0 3.0.0-alpha.5 2020-02-20 08:34:03 +01:00
ivaosthu
cdfffd92b0 3.0.0 2020-02-20 08:34:03 +01:00
Ivar
5e1fd4ae8e Simplofy name validator
closes #271
2020-02-20 08:34:03 +01:00
Ivar
b8c2899f17 bump express dependecies 2020-02-20 08:34:03 +01:00
Ivar
ba53887ded Use yarn with travis/heroku 2020-02-20 08:34:03 +01:00
Ivar
bd4d83104d remove npm lockfile, we use yarn.lock 2020-02-20 08:34:03 +01:00
Ivar
007a3c69f7 bump node version 2020-02-20 08:34:03 +01:00
Ivar
9a2350a819 Fix unstable e2e test 2020-02-20 08:34:03 +01:00
Ivar
e679d5d975 Fix formatting 2020-02-20 08:34:00 +01:00
Martin Lehmann
c957aeba94 Fix feature name validation regex 2020-02-20 08:33:47 +01:00
Aslak Knutsen
a48deea0bb Correct spelling mistake in Unleash Context 2020-02-20 08:33:47 +01:00
ivaosthu
76efca804b 3.0.0-alpha.4 2020-02-20 08:33:47 +01:00
ivaosthu
cd26505dc3 Bump 3.0.0-alpha.3 2020-02-20 08:33:47 +01:00
ivaosthu
12ef0db1f1 Bugfix: use basUrl when logging actual request path 2020-02-20 08:33:47 +01:00
Clint Brown
3e7098578b Allow underscores in name validation 2020-02-20 08:33:47 +01:00
Ivar
eaef5df24b 3.0.0-alpha.3 2020-02-20 08:33:47 +01:00
Ivar
80f25555a2 update yarn.lock 2020-02-20 08:33:47 +01:00
Ivar
982997c3a9 Bump unleash-frontend 2020-02-20 08:33:46 +01:00
ivaosthu
6071d395c0 3.0.0-alpha.2 2020-02-20 08:33:46 +01:00
Ivar Conradi Østhus
5f7acaf2c7 Update CHANGELOG.md 2020-02-20 08:33:46 +01:00
Ivar
2d0463b81e Update yarn.lock 2020-02-20 08:33:46 +01:00
Ivar
d58289540c Include module version number in /api reponse 2020-02-20 08:33:46 +01:00
Ivar
6bc23f04da Added option to disable legacy routes. Closes #244 2020-02-20 08:33:46 +01:00
Ivar
eb346756d2 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
2020-02-20 08:33:46 +01:00
Simen Bekkhus
54ca4ffc77 Upgrade prom-client and add gc-stats 2020-02-20 08:33:46 +01:00
Simen Bekkhus
5321a5e485 Use yarn in test script 2020-02-20 08:33:46 +01:00
Simen Bekkhus
37782e0519 Upgrade ava 2020-02-20 08:33:46 +01:00
Simen Bekkhus
3b260abbfe Replace sinon with lolex 2020-02-20 08:33:46 +01:00
Simen Bekkhus
6df3ed6bc8 Upgrade all deps 2020-02-20 08:33:46 +01:00
Simen Bekkhus
a8e777724a Bump pg to patch security vulnerability
https://nodesecurity.io/advisories/521
2020-02-20 08:33:46 +01:00
Ivar Conradi Østhus
b3030d0d09 Update getting-started.md 2020-02-20 08:33:46 +01:00
ivaosthu
5ec18bf465 Update CHANGELOG 2020-02-20 08:33:43 +01:00
ivaosthu
e1a70bc22c Update documentation 2020-02-20 08:33:33 +01:00
ivaosthu
e97a3820a2 Added validation of provided LoggerProvider 2020-02-20 08:33:33 +01:00
ivaosthu
f5e9ca3bbe Implement support for logger provider.
This allows the users of 'unleash-server' to programatically
change the logger implemnentation. #175
2020-02-20 08:33:33 +01:00
Ivar Conradi Østhus
a70f7f7046 Update register-api.md 2020-02-20 08:33:33 +01:00
ivaosthu
8255cc82c6 Update CHANGELOG.md 2020-02-20 08:33:33 +01:00
ivaosthu
f2cc426ed7 Fix assert 2020-02-20 08:33:33 +01:00
ivaosthu
f91a24eabe Add metrics validation to avoid NaN #253 2020-02-20 08:33:33 +01:00
Ivar Conradi Østhus
a2f80c6ee5 Update CHANGELOG.md 2020-02-20 08:33:33 +01:00
ivaosthu
18afb520d0 Strip uknown fields in client requests. closes #245 2020-02-20 08:33:33 +01:00
ivaosthu
f826c837fd Disable x-powered-by express header 2020-02-20 08:33:33 +01:00
sveisvei
3f3574e168 update changelog 2020-02-20 08:33:30 +01:00
sveisvei
b137cf0eaa add editable tests 2020-02-20 08:33:16 +01:00
sveisvei
a9b783443b shoulda woulda 2020-02-20 08:33:16 +01:00
Ivar Conradi Østhus
3274628f74 empty 2020-02-20 08:32:57 +01:00
sveisvei
eb31d65b1a auto disable, and do not serve archived toggle 2020-02-20 08:32:42 +01:00
Simen Bekkhus
88b9a6c480 Upgrade ava 2020-02-20 08:32:01 +01:00
Simen Bekkhus
eea4f95766 Upgrade install 2020-02-20 08:32:00 +01:00