1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-02-23 00:22:19 +01:00
Commit Graph

13 Commits

Author SHA1 Message Date
Ivar Conradi Østhus
206b1445ef Use HTTP_HOST env variable as default host address 2018-05-07 08:43:26 +02:00
Ivar Conradi Østhus
07ad3faaff feat(bind): Added option to bind to http address.
Closes 
2018-05-07 08:43:26 +02:00
ivaosthu
323320b64d Implement authentication support for Unleash UI.
Closes: , , , 
2018-01-16 14:26:32 +01:00
ivaosthu
9fdb948c69 Implement cookie-session support.
Sessions will be required to solve admin-auth.

I also refactored a few middlewares into seperate
files to make the code easier to read.

closes 
2017-11-16 15:41:33 +01:00
Ivar
0a58735636 Added option to disable legacy routes. Closes 2017-09-07 21:55:47 +02:00
sveisvei
20af766086 Prettier/lint 2017-06-28 10:17:14 +02:00
sveisvei
dfa490affb fix lint 2016-12-27 21:03:50 +01:00
sveisvei
5bf0b36588 fix lint 2016-12-04 14:09:37 +01:00
ivaosthu
de55bbc9ef Option to disable request logging.
Because all request details are available via
prometheus there is no need to also log all requests.

This solves  but we should still replace log4j with something else.
2016-12-03 14:09:09 +01:00
ivaosthu
7189b0ba33 replace commander with yargs 2016-12-03 13:45:34 +01:00
ivaosthu
c3b4f686eb cleanup bin 2016-12-02 16:34:05 +01:00
ivaosthu
cfdcf4e2e4 more tests 2016-12-01 00:47:28 +01:00
ivaosthu
b46fb7507f Server Metrics with Prometheus
Implementation use internal eventBus to enable loose counting in the app.

read more at https://prometheus.io/

Closes 
2016-11-30 23:41:57 +01:00