Commit Graph

860 Commits

Author SHA1 Message Date
Ryan Baxter
2434e7094c Fixing return object 2021-01-19 11:57:49 -05:00
Ryan Baxter
4d7644013d Handling rest 503 error in test 2021-01-19 11:26:31 -05:00
Ryan Baxter
35d22b8cd4 Add some resiliency to tests 2021-01-19 11:05:02 -05:00
erabii
318d1d4c45 some additions in KubernetesClientUtils (#704)
* some additions

* dummy commit to retrigger build

* changes because of refactoring in provider

* revert tabs

* revert new line

* reverted the name

* reverted tabs and new lines

* reverted tabs and new lines in one more place

* reverted previous code
2021-01-15 15:06:08 -05:00
erabii
488ac28a9f just minor nitpicks (#712) 2021-01-15 14:16:12 -05:00
erabii
84c05702f5 EnvReader to commons (#706) 2021-01-15 14:15:17 -05:00
Ryan Baxter
19ec4a0d06 adding code to wait for wiremock to be ready 2021-01-14 16:46:29 -05:00
Min Kim
9b6cb38f81 shorten IT: wait conditions parallelly (#695) 2021-01-14 13:02:06 -05:00
Ryan Baxter
3f928ae2af Refining pulling and loading logic 2021-01-11 10:52:48 -05:00
buildmaster
f3f59649d4 Bumping versions 2021-01-09 11:53:04 +00:00
Ryan Baxter
930efbb79c Adding kafka to the list of images to pull and load 2021-01-08 20:55:16 -05:00
Ryan Baxter
fb2399697f Adding wiremock to pull and load list 2021-01-08 20:35:49 -05:00
Ryan Baxter
f650c2a2c8 Loading additional images into kind 2021-01-08 19:51:09 -05:00
Ryan Baxter
8c6209f846 Pulling more images 2021-01-08 17:08:13 -05:00
Ryan Baxter
10cfb40f9f Added back image to be loaded into kind 2021-01-08 16:21:33 -05:00
Ryan Baxter
65f87238ef * Updating deployment files with new version numbers
* Pulling images and loading them into kind in order to avoid DockerHub limits on Jenkins
2021-01-08 15:59:25 -05:00
buildmaster
1ec518ef41 Bumping versions 2020-12-22 11:50:27 +00:00
buildmaster
fea25d2fd5 Bumping versions to 2.0.1-SNAPSHOT after release 2020-12-22 00:05:50 +00:00
buildmaster
9d092ed82c Going back to snapshots 2020-12-22 00:05:49 +00:00
buildmaster
de5faba7a1 Update SNAPSHOT to 2.0.0 2020-12-22 00:01:42 +00:00
buildmaster
35585d561f Bumping versions 2020-12-21 11:50:22 +00:00
Ryan Baxter
2213b59f56 Going back to wait statement 2020-12-20 14:03:45 -05:00
Ryan Baxter
98c78b38e5 Reactive DiscoveryClient Implementation Using Kubernetes Java Client (#701)
* Kubernetes informer reactive discovery client implementation
2020-12-20 13:03:33 -05:00
Ryan Baxter
9cd5a801a2 Removing logging 2020-12-20 11:54:57 -05:00
Ryan Baxter
4f42e090e0 Printing logs from nginx 2020-12-20 11:39:39 -05:00
Ryan Baxter
1feb7f9ec0 Using loop to wait for nginx controller to print its status 2020-12-20 09:51:37 -05:00
Ryan Baxter
1ce09ae5e0 Dump nginx pod status after wait 2020-12-20 07:48:29 -05:00
buildmaster
a900fa810d Bumping versions 2020-12-20 11:50:13 +00:00
erabii
c3bce72fcb slight changes in info contributor (#699)
* slight changes

* rename and test

* junit5 + rename + get rid of unused code

* added an inside test
2020-12-19 20:50:04 -05:00
erabii
955022b62b slight changes in health indicator (#698)
* slight changes

* missing return statement

* some changes in tests

* renamed and moved to method

* re-arrange fields for easier read of the code

* added an inside k8s test

* added pre to javadoc

* JUnit5

* no need for @ExtendedWith
2020-12-19 20:48:59 -05:00
erabii
3a2746481a some refactoring (#696)
* some refactoring

* add a warning log

* checkstyle

* added one more check

* polishing and tests added

* JUnit5 tests

* dummy commit to retrigger build

* re-trigger build
2020-12-19 20:45:43 -05:00
erabii
f250a38d83 minor simplification (#692) 2020-12-19 20:42:26 -05:00
erabii
116b051ee1 minor simplification + tests added (#691) 2020-12-19 20:41:10 -05:00
Ryan Baxter
6af0c945dc Loadbalancer Module Using Kubernetes Java Client (#700)
Loadbalancer implementation using Kuberentes Java Client
2020-12-19 11:19:25 -05:00
Jay Bryant
6fc98726cf Table fix (#693)
The table in getting-started.adoc had no end, which put the remainder
of the document into the same table, causing numerous rendering problems.
2020-12-14 15:28:28 -05:00
buildmaster
8ed7023942 Going back to snapshots 2020-12-11 23:09:30 +00:00
buildmaster
f18198204a Update SNAPSHOT to 2.0.0-RC1 2020-12-11 23:07:03 +00:00
buildmaster
0c0b5737ae Bumping versions 2020-12-11 11:51:39 +00:00
erabii
1e203af4d9 improvments on lazy instance (#685) 2020-12-10 20:37:58 -05:00
erabii
1ff67bac5e Minor cleanup in pom files (#682)
* removed groupId were it was inherited

* correct chunk after master
2020-12-10 19:25:38 -05:00
erabii
62a0c3cb69 minor simplification + tests + jenv gitignore (#689) 2020-12-10 19:24:41 -05:00
Ryan Baxter
6933fca17e Move Code From Leader Module To spring-cloud-kubernetes-commons (#690)
* Deprecate KubernetesAutoServiceRegistration

* Document service registry in kubernetes.  Fixes #348

* Refactor leader election module to put common code in spring-cloud-kubernetes-commons
2020-12-10 19:22:14 -05:00
Ryan Baxter
ea1a22f367 Move loadbalancer code to commons (#688)
* Deprecate KubernetesAutoServiceRegistration

* Document service registry in kubernetes.  Fixes #348

* Move common load balancer code to spring-cloud-kubernetes-commons
2020-12-10 14:03:41 -05:00
buildmaster
8a70e290e2 Bumping versions 2020-12-10 11:49:16 +00:00
Ryan Baxter
7008d104ca Add Kubernetes Java Client Starters (#687)
* Deprecate KubernetesAutoServiceRegistration

* Document service registry in kubernetes.  Fixes #348

* Renaming leader module to be specific to fabric8

* Istio module rename

* Renaming loadbalancer module

* Rename loadbalancer starter

* Rename config starter

* Rename all starter

* Rename kubernetes starter

* Add new starters for Kubernetes Java Client implementations
2020-12-09 19:41:39 -05:00
Ryan Baxter
516413bb42 Rename Starters To Indicate They Use Fabric8 (#683)
* Deprecate KubernetesAutoServiceRegistration

* Document service registry in kubernetes.  Fixes #348

* Renaming leader module to be specific to fabric8

* Istio module rename

* Renaming loadbalancer module

* Rename loadbalancer starter

* Rename config starter

* Rename all starter

* Rename kubernetes starter
2020-12-09 13:48:34 -05:00
Ryan Baxter
3398a14b5a Rename Remaining Fabric8 Modules (#681)
* Deprecate KubernetesAutoServiceRegistration

* Document service registry in kubernetes.  Fixes #348

* Renaming leader module to be specific to fabric8

* Istio module rename

* Renaming loadbalancer module
2020-12-08 19:42:40 -05:00
Ryan Baxter
2f451dd4c5 Extending ingress timeout 2020-12-08 19:17:25 -05:00
Ryan Baxter
e69ea4ed3f Fixing failing tests by returning a ClientBuilder as a last ditch effort 2020-12-08 16:50:47 -05:00
Haytham Mohamed
33405da499 toggling k8s configuration with a relevant property fixes gh-585 (#680)
* toggling k8s configuration with a relevant property fixes gh-585

* integration test with k8s client 1

* tests are green

* integration test using managed context

* fix checkstyle

* checkstyle and test

* preserve EventReloadDetectionMode as it was

* enable k8s config in test app for IT test

* enable secrets for IT test

* conditional class and config should be default

* using conditional annotation
2020-12-08 11:17:08 -05:00