Emile Vauge
dca08af003
Merge v1.1.1 into master
...
Signed-off-by: Emile Vauge <emile@vauge.com>
2016-12-06 08:44:23 +01:00
Ed Robinson
987ab7612d
Use the yarn pacakge manager for javascript
...
[Yarn](https://yarnpkg.com/ ) is a drop in replacement for npm.
We should use it because:
* It's faster
* It uses a lockfile, making the builds more deterministic.
2016-11-16 12:02:30 +00:00
Manuel Laufenberg
3db6e185e0
Add Nvd3 Dependency to fix UI / Dashboard
2016-11-11 21:50:59 +01:00
Nathan Osman
05f6b79e29
Add optional statistics to API and web UI.
...
A new option (--web.statistics) enables the collection of some basic
information about requests and responses. This currently consists of
the most recent 10 requests that resulted in HTTP 4xx or 5xx errors.
2016-10-25 15:36:23 -07:00
Victor Felder
4a43273ee5
Show current version in web UI
2016-10-02 20:46:10 +02:00
Micaël Mbagira
a86649def3
Upgrade directives name since we use angular-ui-bootstrap ( #578 )
2016-08-05 11:49:34 +02:00
Micaël
e059239bc3
Move webui to FountainJS with Webpack
2016-07-27 16:16:02 +02:00
Vincent Demeester
a5f3eabf8b
Bump node to version 6 for webui
...
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
2016-07-21 10:21:04 +02:00
Emile Vauge
f50a4d8c2a
Fix webui proxying
...
Signed-off-by: Emile Vauge <emile@vauge.com>
2016-07-05 09:34:17 +02:00
Emile Vauge
f4cb4bb1b8
Add routes priorities in providers
...
Signed-off-by: Emile Vauge <emile@vauge.com>
2016-06-07 09:18:37 +02:00
Emile Vauge
c0dd4c3209
Add unit test
...
Signed-off-by: Emile Vauge <emile@vauge.com>
2016-04-22 13:57:00 +02:00
Emile Vauge
9363e2ab83
Fix broken table in webUI
...
Signed-off-by: Emile Vauge <emile@vauge.com>
2016-04-07 16:24:11 +02:00
Emile Vauge
8737530a7d
Refactor frontends rules
...
Signed-off-by: Emile Vauge <emile@vauge.com>
2016-03-31 13:11:07 +02:00
Emile Vauge
6e484e5c2d
add let's encrypt support
...
Signed-off-by: Emile Vauge <emile@vauge.com>
2016-03-21 20:15:28 +01:00
Emile Vauge
1881d5eeed
Transfer emilevauge/traefik to containous/traefik
...
Signed-off-by: Emile Vauge <emile@vauge.com>
2016-02-24 17:38:36 +01:00
Vincent Demeester
7adffdbd78
Run npm in quiet mode O:)
...
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
2016-02-13 16:14:26 +01:00
emile
c22598c8ff
Add multiple entry points support, add entry point redirection
2016-02-10 12:14:16 +01:00
Fernandez Ludovic
06654ff3a6
chore(webui): better build command
...
- clean before build (mode force)
- update documentation
- update `Makefile`
- ordering build
2016-01-27 22:38:10 +01:00
Fernandez Ludovic
5bfcfeb779
feat: build static file in global process
...
- Create a webui DockerFile
- add task `generate-webui`
- use task `generate-webui` in build process
2016-01-20 23:24:19 +01:00
Fernandez Ludovic
faa7fd0f05
docs(webui): add more documentation
2016-01-20 20:06:07 +01:00
Fernandez Ludovic
b7a71edfcb
feat: new Web UI build system
...
- use generator-gulp-angular by @swiip
- remove old static file
2016-01-20 20:06:07 +01:00