-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fabric8 it part 7 #1474
Merged
Merged
Fabric8 it part 7 #1474
Changes from all commits
Commits
Show all changes
39 commits
Select commit
Hold shift + click to select a range
a468581
fix
wind57 fd54734
checkstyle
wind57 cfacf31
clean-up
wind57 ec05ccc
clean-up
wind57 8f2f2d9
started work
wind57 8ef893e
clean-up
wind57 3585182
merged
wind57 446eee2
started-work
wind57 d350fdf
merge 3.0.x
wind57 85535c8
merge
wind57 29d9bcb
Merge branch 'fabric8-configmap-event-reload-patch-refactor-part-2' i…
wind57 8c8370e
continue work
wind57 74c03f5
dirty
wind57 752d92e
dirty
wind57 ed96191
fixed
wind57 aef0127
merge 3.0.x
wind57 37a6ee9
fix merge
wind57 bfc418d
rename package
wind57 8680b1e
increase
wind57 a95ad35
fix
wind57 d9f9be0
fix
wind57 1d68777
trigger
wind57 81c0d41
simplify + enable all tests
wind57 d1f42c5
remove overlaping test
wind57 a0cd375
dirty
wind57 4964e36
dirty
wind57 e3e0d04
fix
wind57 385243a
merge 3.0.x
wind57 00738ea
fix
wind57 30bb51e
Merge branch '3.0.x' into fabric8-it-part-5
wind57 473f69f
format
wind57 1e32c8f
merge 3.0.x
wind57 25d0258
merge latest
wind57 8c4a6f0
fix
wind57 4a039b0
merge 3.0.x
wind57 e066558
fix test
wind57 65166ad
merge
wind57 a721c8d
Merge branch 'fabric8-it-part-6' into fabric8-it-part-7
wind57 c028146
Merge branch '3.0.x' into fabric8-it-part-7
wind57 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
105 changes: 0 additions & 105 deletions
105
...-kubernetes-integration-tests/spring-cloud-kubernetes-fabric8-client-loadbalancer/pom.xml
This file was deleted.
Oops, something went wrong.
66 changes: 0 additions & 66 deletions
66
...gframework/cloud/kubernetes/fabric8/cliend/loadbalancer/Fabric8ClientLoadbalancerApp.java
This file was deleted.
Oops, something went wrong.
3 changes: 0 additions & 3 deletions
3
...s/spring-cloud-kubernetes-fabric8-client-loadbalancer/src/main/resources/application.yaml
This file was deleted.
Oops, something went wrong.
166 changes: 0 additions & 166 deletions
166
.../springframework/cloud/kubernetes/client/loadbalancer/it/Fabric8ClientLoadbalancerIT.java
This file was deleted.
Oops, something went wrong.
15 changes: 0 additions & 15 deletions
15
...s/spring-cloud-kubernetes-fabric8-client-loadbalancer/src/test/resources/logback-test.xml
This file was deleted.
Oops, something went wrong.
28 changes: 0 additions & 28 deletions
28
...er/src/test/resources/spring-cloud-kubernetes-fabric8-client-loadbalancer-deployment.yaml
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we do not need this project as it overlaps with discovery related integration test that already exists. Its name contains "loadbalancer", but it reality it's just using the discovery client under the hood, but we already have discovery client tests. As such, remove this one