Commit Graph

8 Commits

Author SHA1 Message Date
David Simansky 9bb60ac25e feat(wait): add sync revision delete operation 2020-02-24 14:37:32 +01:00
David Simansky a49748c4bf feat(wait): set foreground propagationPolicy in sync service delete 2020-02-24 10:09:55 +01:00
David Simansky 9221ab85f6 fix: reflect code review comments 2020-02-21 16:00:17 +01:00
David Simansky adf36de2bd feat(wait): refactor initial impl 2020-02-21 14:04:34 +01:00
David Simansky 80d0001f73 feat(wait): add wait for delete operation 2020-02-19 14:44:07 +01:00
Roland Huß c2dcb6b42d
chore(e2e): Minor cleanup (#670)
* chore(e2e): Minor cleanup

* chore(e2e): Remove t.Parallel() for the revision test

* chore: Some improvements wrt/ testing

* chore: fix formatting
2020-02-17 23:00:58 -08:00
Roland Huß 06d4dffd1e
feature(service update): Add generic mechanism to include retries on conflicts (#660)
* feature(service update): Add generic mechanism to include retries on conflicts

Move the retry logic for retrying in case of a resource conflict into the KnClient.

* chore: Update unit tests
2020-02-15 10:24:40 -08:00
Roland Huß 1b9a76bc31
feature(serving): Update API to serving.knative.dev/v1 (#640)
* feature(serving): Update API to serving.knative.dev/v1

Due to an issue with 0.12.0 (a missing constant) the update also includes an update
to the latest knative-serving  and knative-eventing dependencies from master
(as reflected in version.go)

Signed-off-by: Roland Huß <roland@ro14nd.de>

* fix(serving): Bogus import removed

* fix(serving): Add missing go.sum entry
2020-02-07 02:03:14 -08:00