Vincent Demeester
95e8f0a31e
Merge pull request #627 from containous/add-long-job-exponential-backoff
...
Add long job exponential backoff
2016-08-19 11:40:16 +02:00
Emile Vauge
97ddfcb17a
Use long job RetryBackoff in providers
2016-08-19 11:09:54 +02:00
Emile Vauge
7bb5f9a1e4
Add long job RetryBackoff
2016-08-19 11:09:34 +02:00
Emile Vauge
11297b38c5
Remove misused Fatal*
2016-08-19 10:36:54 +02:00
Emile Vauge
fc19ab2868
Merge pull request #601 from containous/add-host-cert-acme-generation
...
Add Host cert ACME generation
2016-08-18 15:01:41 +02:00
Emile Vauge
5e01c0a7db
Add Host cert ACME generation
...
Signed-off-by: Emile Vauge <emile@vauge.com>
2016-08-18 14:20:55 +02:00
Vincent Demeester
f1c3d820f7
Merge pull request #617 from jangie/fix-nil-client-tls
...
fix for nil clientTLS causing issue
2016-08-17 09:46:17 +02:00
Bruce Lee
0757a75732
fix for nil clientTLS causing issue
2016-08-16 17:50:22 -04:00
Emile Vauge
f0ea45a0f8
Merge pull request #613 from keis/installable-systemd-unit
...
Make systemd unit installable
2016-08-16 15:11:59 +02:00
David Keijser
45f2335a60
Make systemd unit installable
...
Having a install section makes it possible to enable/disable traefik
using the standard systemd commands
`systemctl enable traefik`
`systemctl disable traefk`
2016-08-16 14:50:20 +02:00
Vincent Demeester
d629939cf3
Merge pull request #620 from containous/bump-go-1.7
...
Bump go v1.7
2016-08-16 12:58:11 +02:00
Emile Vauge
404f76dcb9
Bump go v1.7
...
Signed-off-by: Emile Vauge <emile@vauge.com>
2016-08-16 11:11:47 +02:00
Vincent Demeester
498ce6b00c
Merge pull request #573 from errm/fix-k8s-watch
...
Fix k8s watch
2016-08-16 09:32:50 +02:00
Ed Robinson
e3a8fd116d
Don't filter the endpoint and service watches
...
We added the ability to filter the ingresses used by traefik based
on a label selector, but we shouldn't need to have matching
labels on every other resource, Ingress allready has a way
to explicty choose which pods end up in the load ballancer
(by refering to the membership of a particular service)
2016-08-16 06:50:50 +01:00
Ed Robinson
d33e09bcf3
Ignore .DS_Store (Mac junk)
2016-08-16 06:50:50 +01:00
Vincent Demeester
fb3bad3887
Merge pull request #619 from jangie/consistent-duration-logging
...
Make duration logging consistent
2016-08-15 18:30:25 +02:00
Bruce Lee
3a736ad4a8
Make duration logging consistent
...
GH #559 points out that the logging of the elapsed time is inconsistent
depending on the scale of the measured time; this is due to Duration’s
String handling.
With this PR, I propose that traefik logs millis, and not fractions of
millis.
2016-08-15 08:43:20 -04:00
Vincent Demeester
c1b0c41769
Merge pull request #609 from cocap10/update-staert-toml-default-pointer-behaviour
...
update staert and flaeg
2016-08-15 13:19:24 +02:00
Martin
c03274703e
update staert and flaeg
2016-08-11 14:34:33 +02:00
Christian Winther
4cd08e88f6
Fix Consul prefix ( #589 )
...
Seemed to have been the cause of #587
2016-08-08 11:53:00 +02:00
Vincent Demeester
e2c4872030
Merge pull request #596 from errm/k8s-server-naming
...
Name servers after thier pods
2016-08-07 09:21:44 +02:00
Ed Robinson
d4f190e995
Name servers after thier pods
...
The TargetRef contains information from the object referenced
by the pod, unless the service has been set up with bare
endpoints - i.e. not pointing at pods this information
will be present.
It just makes the information that we show in the web-ui
a little more constent with that shown in kubectl
and the kuberntes dashboard.
2016-08-06 20:40:40 +01:00
Vincent Demeester
039107e837
Merge pull request #598 from keiths-osc/version_fix
...
Fixed binary script so traefik version command doesn't just print default values
2016-08-05 16:05:25 +02:00
Keith Shook
ef6c211275
Fixed binary script so traefik version command doesn't just print default values
2016-08-05 09:19:45 -04:00
Vincent Demeester
1f3accc0d7
Merge pull request #580 from cocap10/beautify-help
...
beautify help
2016-08-05 15:13:28 +02:00
Martin
2815f80063
beautify help
...
and fixes
2016-08-05 14:26:36 +02:00
Emile Vauge
fa645abee3
Add requirements.txt for netlify ( #567 )
...
Signed-off-by: Emile Vauge <emile@vauge.com>
2016-08-05 12:32:49 +02:00
Micaël Mbagira
a86649def3
Upgrade directives name since we use angular-ui-bootstrap ( #578 )
2016-08-05 11:49:34 +02:00
Vincent Demeester
1fc4c56bc4
Merge pull request #588 from philk/kubernetes-priorities
...
Prioritize kubernetes routes by path length
2016-08-05 11:08:07 +02:00
Phil Kates
79dd72f53d
Prioritize kubernetes routes by path length
...
The Kubernetes provider wasn't setting priorities which was causing
shorter paths to get chosen before longer ones. This now matches the
[documentation](https://github.com/containous/traefik/blob/master/docs/basics.md#priorities )
2016-08-03 11:37:22 -07:00
Andreas Jägle
ffa060ce56
Fix basic docs for configuration of multiple rules ( #576 )
2016-08-03 18:50:13 +02:00
Emile Vauge
5ce9719951
Merge pull request #557 from stuart-c/insecure_skip_verify
...
Add global InsecureSkipVerify option to disable certificate checking
2016-08-01 15:42:33 +02:00
Stuart Clark
914aa7d372
Add some documentation
2016-07-31 17:08:33 +01:00
Stuart Clark
4a88cbde3a
Adjust formatting
2016-07-31 16:59:48 +01:00
Stuart Clark
4882519c0f
Add global InsecureSkipVerify option to disable certificate checking
...
Signed-off-by: Stuart Clark <stuart.clark@Jahingo.com>
2016-07-31 16:59:48 +01:00
Vincent Demeester
7abe68fac1
Merge pull request #565 from containous/merge-v1.0.1-master
...
Merge v1.0.1 master
2016-07-28 21:00:13 +02:00
Emile Vauge
e62cca1e7c
Merge v1.0.1
...
Signed-off-by: Emile Vauge <emile@vauge.com>
2016-07-28 20:15:09 +02:00
Emile Vauge
a016741918
Merge pull request #547 from containous/add-basic-authentication
...
Add basic/digest auth
2016-07-28 19:01:46 +02:00
Emile Vauge
2f95810fa3
Add experimental Docker push
...
Signed-off-by: Emile Vauge <emile@vauge.com>
2016-07-28 18:32:26 +02:00
Emile Vauge
16e2c3b1e0
Add basic/digest auth doc
...
Signed-off-by: Emile Vauge <emile@vauge.com>
Signed-off-by: Emile Vauge <emile@vauge.com>
2016-07-28 18:32:21 +02:00
Emile Vauge
bc8a92caa9
Add basic/digest auth tests
...
Signed-off-by: Emile Vauge <emile@vauge.com>
2016-07-28 18:19:47 +02:00
Emile Vauge
3a5b67a3e1
Add basic/digest auth
...
Signed-off-by: Emile Vauge <emile@vauge.com>
2016-07-28 18:19:47 +02:00
Emile Vauge
2a596b8162
Merge pull request #558 from micaelmbagira/webui-webpack-fountainjs
...
Move webui to FountainJS with Webpack
2016-07-27 22:29:17 +02:00
Micaël
e059239bc3
Move webui to FountainJS with Webpack
2016-07-27 16:16:02 +02:00
Vincent Demeester
986ad9fc57
Merge pull request #551 from cocap10/upload-config-kv
...
Add command storeconfig
2016-07-22 16:52:00 +02:00
Martin
1bb3d9be73
add command storeconfig
...
add test integration command storeconfig
update doc
2016-07-22 15:20:47 +02:00
Emile Vauge
ae31f19ef6
Merge pull request #552 from vdemeester/update-libkermit
...
Upgrade libkermit and dependencies
2016-07-21 19:13:27 +02:00
Vincent Demeester
c170ddc7ae
Upgrade libkermit and dependencies
...
And use ContainerAPIClient where needed 👼
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
2016-07-21 17:43:05 +02:00
Emile Vauge
58b6d92ce2
Merge pull request #553 from vdemeester/move-version-in-package
...
Move version.go in its own package…
2016-07-21 17:35:52 +02:00
Vincent Demeester
87a4d73556
Move version.go in its own package…
...
… making it possible to use in other packages ; and thus in the
User-Agent header for the docker client.
Also removing the dockerverion hack as it's not required anymore.
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
2016-07-21 16:33:49 +02:00