Skip to content
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 39 commits into from
Oct 9, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
39 commits
Select commit Hold shift + click to select a range
a468581
fix
wind57 Oct 4, 2023
fd54734
checkstyle
wind57 Oct 5, 2023
cfacf31
clean-up
wind57 Oct 5, 2023
ec05ccc
clean-up
wind57 Oct 5, 2023
8f2f2d9
started work
wind57 Oct 5, 2023
8ef893e
clean-up
wind57 Oct 5, 2023
3585182
merged
wind57 Oct 5, 2023
446eee2
started-work
wind57 Oct 5, 2023
d350fdf
merge 3.0.x
wind57 Oct 5, 2023
85535c8
merge
wind57 Oct 5, 2023
29d9bcb
Merge branch 'fabric8-configmap-event-reload-patch-refactor-part-2' i…
wind57 Oct 5, 2023
8c8370e
continue work
wind57 Oct 5, 2023
74c03f5
dirty
wind57 Oct 5, 2023
752d92e
dirty
wind57 Oct 6, 2023
ed96191
fixed
wind57 Oct 6, 2023
aef0127
merge 3.0.x
wind57 Oct 6, 2023
37a6ee9
fix merge
wind57 Oct 6, 2023
bfc418d
rename package
wind57 Oct 6, 2023
8680b1e
increase
wind57 Oct 6, 2023
a95ad35
fix
wind57 Oct 6, 2023
d9f9be0
fix
wind57 Oct 6, 2023
1d68777
trigger
wind57 Oct 6, 2023
81c0d41
simplify + enable all tests
wind57 Oct 6, 2023
d1f42c5
remove overlaping test
wind57 Oct 6, 2023
a0cd375
dirty
wind57 Oct 6, 2023
4964e36
dirty
wind57 Oct 6, 2023
e3e0d04
fix
wind57 Oct 6, 2023
385243a
merge 3.0.x
wind57 Oct 6, 2023
00738ea
fix
wind57 Oct 7, 2023
30bb51e
Merge branch '3.0.x' into fabric8-it-part-5
wind57 Oct 7, 2023
473f69f
format
wind57 Oct 7, 2023
1e32c8f
merge 3.0.x
wind57 Oct 7, 2023
25d0258
merge latest
wind57 Oct 7, 2023
8c4a6f0
fix
wind57 Oct 7, 2023
4a039b0
merge 3.0.x
wind57 Oct 7, 2023
e066558
fix test
wind57 Oct 7, 2023
65166ad
merge
wind57 Oct 7, 2023
a721c8d
Merge branch 'fabric8-it-part-6' into fabric8-it-part-7
wind57 Oct 7, 2023
c028146
Merge branch '3.0.x' into fabric8-it-part-7
wind57 Oct 9, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion spring-cloud-kubernetes-integration-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@
<modules>
<module>spring-cloud-kubernetes-fabric8-istio-it</module>
<module>spring-cloud-kubernetes-fabric8-client-discovery</module>
<module>spring-cloud-kubernetes-fabric8-client-loadbalancer</module>
Copy link
Contributor Author

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

<module>spring-cloud-kubernetes-fabric8-client-reload</module>

<module>spring-cloud-kubernetes-discoveryclient-it</module>
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading
Loading