Ashley Davis
|
3a055cc2f5
|
rename all uses of github.com/jetstack/cert-manager
This was done by running the following command twice:
```bash
grep -Ri "github.com/jetstack/cert-manager" . | \
cut -d":" -f1 | \
sort | \
uniq | \
xargs sed -i
"s/github.com\/jetstack\/cert-manager/github.com\/cert-manager\/cert-manager/"
```
Signed-off-by: Ashley Davis <ashley.davis@jetstack.io>
|
2022-02-02 09:08:31 +00:00 |
|
Maartje Eyskens
|
ab0cd57dc5
|
Use The cert-manager Authors.
Signed-off-by: Maartje Eyskens <maartje@eyskens.me>
|
2020-12-11 19:04:13 +01:00 |
|
Maartje Eyskens
|
1788a9d758
|
Update copyright to cert-manager project
Signed-off-by: Maartje Eyskens <maartje@eyskens.me>
|
2020-12-08 19:04:49 +01:00 |
|
Richard Wall
|
758131ada2
|
Fix tests in github.com/jetstack/cert-manager/pkg/controller/acmeorders
Signed-off-by: Richard Wall <richard.wall@jetstack.io>
|
2020-08-20 14:28:06 +01:00 |
|
Richard Wall
|
a70298180a
|
Run a script to update v1alpha2 usage to v1
Script is available at https://github.com/jetstack/cert-manager/pull/3201
Signed-off-by: Richard Wall <richard.wall@jetstack.io>
|
2020-08-20 14:26:51 +01:00 |
|
James Munnelly
|
019f64e841
|
Fix test failures
Signed-off-by: James Munnelly <james@munnelly.eu>
|
2020-04-21 10:25:56 +01:00 |
|
James Munnelly
|
56b1fdd379
|
Make ACMEAuthorization.Wildcard a *bool
Signed-off-by: James Munnelly <james@munnelly.eu>
|
2019-10-15 12:35:11 +01:00 |
|
James Munnelly
|
2868b4a7b7
|
Update pkg/controllers
Signed-off-by: James Munnelly <james@munnelly.eu>
|
2019-09-23 10:07:53 +01:00 |
|
James Munnelly
|
58754abf37
|
Refactor codebase for v1alpha2
Signed-off-by: James Munnelly <james@munnelly.eu>
|
2019-09-20 16:22:43 +01:00 |
|
James Munnelly
|
20840b552d
|
Remove deprecated code from acmeorders controller
Signed-off-by: James Munnelly <james@munnelly.eu>
|
2019-09-19 13:07:59 +01:00 |
|
James Munnelly
|
5cf9beec65
|
Add annotations to allow overring HTTP01 ingress class and name
Signed-off-by: James Munnelly <james@munnelly.eu>
|
2019-09-11 13:31:38 +01:00 |
|
James Munnelly
|
d59f21da7e
|
Separate sync_test.go into util_test.go
Signed-off-by: James Munnelly <james@munnelly.eu>
|
2019-09-11 10:23:33 +01:00 |
|
James Munnelly
|
57315074f7
|
acmeorders: remove util_test.go and refactor to use builder directly
Signed-off-by: James Munnelly <james@munnelly.eu>
|
2019-07-26 12:30:23 +01:00 |
|
James Munnelly
|
442789113a
|
Refactor controllers to not reference BaseController
Signed-off-by: James Munnelly <james@munnelly.eu>
|
2019-06-19 15:11:06 +01:00 |
|
James Munnelly
|
d055d370bb
|
Plumb testing.T through to test Builder
Signed-off-by: James Munnelly <james@munnelly.eu>
|
2019-01-31 20:20:20 +00:00 |
|
James Munnelly
|
0fcc0c666c
|
Update copyright header year
Signed-off-by: James Munnelly <james@munnelly.eu>
|
2019-01-07 15:07:55 +00:00 |
|
James Munnelly
|
eadbbc85c5
|
Add missing boilerplate headers
Signed-off-by: James Munnelly <james@munnelly.eu>
|
2018-10-12 12:40:39 +01:00 |
|
James Munnelly
|
d323a1df0d
|
Add unit tests for acmeorders and acmechallenges
Signed-off-by: James Munnelly <james@munnelly.eu>
|
2018-10-12 12:40:39 +01:00 |
|