Commit graph

150 commits

Author SHA1 Message Date
Jean-Baptiste Doumenjou fbdb6e6e78
Add Traefik Hub Integration (Experimental Feature) 2022-03-24 19:44:08 +01:00
Tom Moulard 0d58e8d1ad
Add Traefik Hub access and remove Pilot access 2022-03-18 11:06:08 +01:00
Tom Moulard 79aab5aab8
Add Failover service
Co-authored-by: Kevin Pollet <pollet.kevin@gmail.com>
2022-03-17 12:02:09 +01:00
Tchoupinax 401c171bbd
Add a link to service on router detail view 2022-03-07 16:16:08 +01:00
Tom Moulard c7b24f4e9c
Replace npm with yarn to install/run the webui 2022-03-03 18:08:07 +01:00
Josh Soref 819de02101
Spelling 2022-02-21 12:40:09 +01:00
Romain fb23bd5d26
Fix empty WebUI static assets directory 2022-02-18 15:44:08 +01:00
romain b42a7c89e7 Merge current v2.5 into v2.6 2022-01-19 16:16:18 +01:00
Tom Moulard 8cd45476ac
Fix middleware regexp's display 2022-01-13 18:38:06 +01:00
kevinpollet ce47f200d5
Merge branch v2.5 into master 2021-11-08 22:41:43 +01:00
Anton Kindblad 7377ab7b95
fix(ui): bug parsing weighted service provider name 2021-10-18 14:52:14 +02:00
Antoine 70359e5d27
Replace go-bindata with Go embed
Co-authored-by: nrwiersma <nick@wiersma.co.za>
2021-09-15 10:36:14 +02:00
romain f81ceaef8a Merge current v2.5 into master 2021-08-30 14:51:57 +02:00
Matthias Schneider a7194e96e0
Fix dashboard title for TCP middlewares 2021-08-17 15:02:15 +02:00
Eric 817ac8f256
Add organizationalUnit to passtlscert middleware 2021-07-28 17:42:09 +02:00
Tom Moulard d8156ef625
Fix dashboard to display middleware details 2021-07-20 10:36:06 +02:00
Romain fc9f41b955
Add TCP Middlewares support 2021-06-11 15:30:05 +02:00
Leonardo Araoz e5024d5d0a
Upgrade Node version to LTS on webui folder 2021-06-03 12:00:09 +02:00
Ludovic Fernandez 63ef0f1cee
Add plugin's support for provider
Co-authored-by: Julien Salleyron <julien@traefik.io>
2021-05-11 16:14:10 +02:00
Luca Berneking 32e08f3510
Add k8s provider option to create services without endpoints 2021-05-06 18:12:10 +02:00
Tom Moulard 1e716a93ff
Adding an option to (de)activate Pilot integration into the Traefik dashboard
Co-authored-by: Jean-Baptiste Doumenjou <925513+jbdoumenjou@users.noreply.github.com>
2021-03-22 19:18:04 +01:00
Michael 60d87f3c64
Merge back v2.3 into v2.4 2021-01-06 17:59:03 +01:00
Kevin Pollet 5dd1728bf8
webui: fix missing custom request and response header names 2020-12-27 20:48:04 +01:00
Romain c21597c593
Add Kubernetes Gateway Provider
Co-authored-by: Jean-Baptiste Doumenjou <925513+jbdoumenjou@users.noreply.github.com>
2020-12-15 16:40:05 +01:00
kevinpollet eebbe64b36
Merge branch v2.3 into master 2020-12-11 10:58:00 +01:00
Ioannis Pinakoulakis 0d15ac8861
Fix UI bug on long service name 2020-12-07 14:14:03 +01:00
Marco Cameriero b0aa27db31
Display Proxy Protocol version for backend services in web dashboard. 2020-11-30 17:04:03 +01:00
romain afcec56be4 Merge 'v2.3' into master. 2020-10-08 14:05:10 +02:00
Nikita Konev 326be29568
Filter ForwardAuth request headers 2020-10-07 16:36:04 +02:00
Matthieu Hostache fc7002fbab
Fix blank webui on some browsers 2020-09-28 12:14:04 +02:00
Romain b40d35b779
chore: apply new documentation style.
Co-authored-by: jbdoumenjou <jb.doumenjou@gmail.com>
2020-09-23 10:20:04 +02:00
Jean-Baptiste Doumenjou c0f1e74bed
chore: move to Traefik organization.
Co-authored-by: Romain <rtribotte@users.noreply.github.com>
2020-09-16 15:46:04 +02:00
Matthieu Hostache b980c87eff
Avoid Traefik Pilot iframe code in Traefik webui regarding notifications 2020-09-15 10:26:03 +02:00
Pierre Erraud 1dbee90d34
feat: allows to change the Pilot URL in the web UI in dev mode 2020-09-07 10:22:03 +02:00
Matthieu Hostache 54b94f29e1
Add ability to dismiss pilot notification 2020-08-24 17:38:24 +02:00
Fernandez Ludovic 6e5dd35ee3 Merge branch v2.2 into v2.3 2020-08-11 17:21:44 +02:00
Antoine Caron 9df0a6208b
chore(webui): upgrade nodejs to Node current LTS 2020-08-03 18:18:03 +02:00
Matthieu Hostache 58bf1a2ca5 feat: Traefik Pilot WebUI 2020-07-15 20:14:04 +02:00
Kevin Pollet 1ef93fead7
Add HTTP Provider
* feat: add HTTP provider implementation

* refactor: add SetDefaults and struct tag for the new file parser

* feat: add TLS configuration property

* refactor: rework HTTP provider implementation

* feat: provide config only once if fetched config is unchanged

* style: lint

* ui: add HTTP provider icon

* tests: simplify and fix integration test

* docs: add reference config for file

* docs: move http reference config for file

Co-authored-by: Daniel Tomcej <daniel.tomcej@gmail.com>
2020-07-15 16:56:03 +02:00
Alessandro Chitolina 285ded6e49
Add AWS ECS provider
* add ecs provider

* add ecs docs

* fix test after rebase

* add provider icon

* add missing addProvider call

* Fix for review

* Fix documentation

* Fix for review

* Fix documentation

* fix ctx usage

* autoDiscoverClusters setDefaults false

* Fix for review

* review: doc.

* Fix for review: add ctx in backoff retry

* review: linter.

Co-authored-by: Michael <michael.matur@gmail.com>
Co-authored-by: romain <romain@containo.us>
Co-authored-by: Fernandez Ludovic <ludovic@containo.us>
2020-07-15 16:28:04 +02:00
jb doumenjou 73ca7ad0c1 Merge remote-tracking branch 'upstream/v2.2' into mrg-current-v2.2 2020-07-10 11:23:49 +02:00
Heisenberg74 ed216bea4d
Add iOS specific icons
* Add iOS specific icons

* Remove extra line
2020-07-02 14:06:03 +02:00
Bartek Bułat 607cda779d
Add missing accessControlAllowOrigin list to middleware view
Headers middleware doesn't support `accessControlAllowOrigin` option
anymore, it should print a list of values from
`accessControlAllowOriginList`.
2020-07-02 10:56:03 +02:00
Manuel Zapf f120301bc8
Disable distribution of the WebUI as PWA 2020-04-29 19:04:04 +02:00
Lukas Haß 2f18e20cb0
Add polling for getOverview in toolbar 2020-04-27 17:48:05 +02:00
Sandro 0d7761f097
Fix typos in documentation 2020-04-08 18:54:03 +02:00
Jake Howard 5c8d386881
It's just the one TLS, actually. 2020-03-31 17:08:05 +02:00
Dmitry Sharshakov 389536aff0
Add dark theme for Web UI 2020-02-27 21:30:04 +01:00
Matthieu Hostache 7a5d2a3bd9
WebUI: add udp pages 2020-02-26 11:12:05 +01:00
Dmitry Sharshakov 1cf09d91bb Proxy API to Traefik in dev mode 2020-02-10 09:38:04 +01:00