Ivar
83bf661b81
upgrade joi
2020-02-20 08:30:40 +01:00
Ivar
3412c36933
Mute EventEmitter memory leak detected for tests.
...
See #171
2020-02-20 08:30:40 +01:00
Ivar
1a5407e5b8
upgrade dependencies
2020-02-20 08:30:39 +01:00
Ivar
3fa930baf0
Added strategies validation when creating/updating toggles
2020-02-20 08:30:39 +01:00
sveisvei
a34ee105fe
add count to app state
2020-02-20 08:30:39 +01:00
sveisvei
68ac0c71c9
fix typ0
2020-02-20 08:30:39 +01:00
sveisvei
1dab39f0f9
move app and server-impl into lib folder
2020-02-20 08:30:39 +01:00
sveisvei
95b5475991
improve nyc to add all files in lib to coverage
2020-02-20 08:30:39 +01:00
sveisvei
4cc24c76d3
update api docs
2020-02-20 08:30:39 +01:00
sveisvei
eff8e321f6
fix option to migrator
2020-02-20 08:30:39 +01:00
sveisvei
067b93abfd
add tests, rename folders to ava defaults for helpers/fixtures, remove migration og
2020-02-20 08:30:39 +01:00
sveisvei
e730937849
add more unit tests for metrics
2020-02-20 08:30:39 +01:00
sveisvei
c8746b85f7
revert schema reset for each migration
2020-02-20 08:30:39 +01:00
sveisvei
6d6f862bd1
send coverage after success
2020-02-20 08:30:39 +01:00
sveisvei
ce056df8b6
use ava as testrunner
2020-02-20 08:30:39 +01:00
sveisvei
8e9166add7
hoist require
2020-02-20 08:30:39 +01:00
sveisvei
dfce071ce0
rename finn-no to unleash
2020-02-20 08:30:39 +01:00
sveisvei
036f8ce47d
run require up top
2020-02-20 08:30:39 +01:00
sveisvei
cad07cc6ec
use options obj
2020-02-20 08:30:39 +01:00
ivaosthu
7894ddda7d
Fix test db setup
2020-02-20 08:30:39 +01:00
Ivar Conradi Østhus
406fbae4cb
Update Procfile
2020-02-20 08:30:38 +01:00
ivaosthu
984174f8b8
remove unused file
2020-02-20 08:30:38 +01:00
ivaosthu
71a25f54a6
always drop test-schema first
2020-02-20 08:30:38 +01:00
ivaosthu
518891a969
fix typo
2020-02-20 08:30:38 +01:00
ivaosthu
14deebae1f
options to specify different db-schema
2020-02-20 08:30:38 +01:00
ivaosthu
bc8b1d572a
added e2e for metrics api
2020-02-20 08:30:38 +01:00
ivaosthu
0b71d64651
fix db test
2020-02-20 08:30:38 +01:00
ivaosthu
39b5f26f56
Add unit-test for /health route
2020-02-20 08:30:38 +01:00
ivaosthu
5735b0931a
Cleanup route/metrics a bit
2020-02-20 08:30:38 +01:00
ivaosthu
a665b1b999
Started on unit test for metrics-route
2020-02-20 08:30:38 +01:00
ivaosthu
d55122b4c0
upgrade express-validator
2020-02-20 08:30:38 +01:00
ivaosthu
aa4140141e
upgrade log4js to 1.0.1
2020-02-20 08:30:38 +01:00
ivaosthu
7e41c5ab28
correct order
2020-02-20 08:30:38 +01:00
ivaosthu
dfabbf2799
fix coverals in travis
2020-02-20 08:30:38 +01:00
ivaosthu
024cb1d2b8
Fix failing test after bluebird removal
2020-02-20 08:30:38 +01:00
ivaosthu
3b1a09f7f7
remove bluebird
2020-02-20 08:30:38 +01:00
Ivar Conradi Østhus
e2db9da0d1
Update README.md
2020-02-20 08:30:38 +01:00
ivaosthu
46bc109ff9
fix tests
2020-02-20 08:30:37 +01:00
ivaosthu
90859701c6
remove all lerna stuff
2020-02-20 08:30:37 +01:00
ivaosthu
b8b6e1eab8
remove old unleash-frontend from master
2020-02-20 08:30:37 +01:00
ivaosthu
8f6932fb78
Moved unleash-frontend-next to separate repo
...
https://github.com/Unleash/unleash-frontend
2020-02-20 08:30:37 +01:00
ivaosthu
309a834654
remove unleash-demo-app to separate repo
2020-02-20 08:30:37 +01:00
ivaosthu
0b18fb0c5b
remove packages
2020-02-20 08:30:37 +01:00
Ivar Conradi Østhus
7caa7f53fe
Update 009-create-client-strategies.up.sql
2020-02-20 08:30:37 +01:00
Ivar
d8f66b7136
Introduces the /api path.
...
Some endpoints are provided on both / and /api
to support older clients.
Closes #162
2020-02-20 08:30:37 +01:00
Ivar Conradi Østhus
35e983674d
Delete .codeclimate.yml
2020-02-20 08:30:37 +01:00
Sveinung Røsaker
56363a0a00
Update api-v1.md
2020-02-20 08:30:37 +01:00
sveisvei
70d596d0af
add joy validation to client input data
2020-02-20 08:30:37 +01:00
Ivar Conradi Østhus
484f7dcd9d
Update README.md
2020-02-20 08:30:37 +01:00
ivaosthu
2e4b525361
Allow tests to be executed in docker.
...
Not everyone wants to install postgres locally just to run our
tests. Added a small script which allows the developer to run
test via docker instead:
npm run test:docker
closes #146
2020-02-20 08:30:37 +01:00