Commit 26a2bc3
committed
add readiness health check support in client
add integration test
Upgrade JUnit4 to JUnit5
Java 17 and 21 CI is now manually triggered ala workflow_dispatch
Revert removal of Test import
* make sure that we also compile the integration tests during Github CI
updates Conditonal CloudFoundry version based test to JUnit 5
Do not use ExtendWith
* when the extension has a mandatory field to initialize, because ExtendWith only works with default constructor
Junit4 to Junit4 Integration Tests migration
* add the extension registration declaratively (using an annotation)
Modified getOrganizationId() & getSpaceId() as per V3
adding security groups v3 create api
adding create security group impl and tests
adding get security group api and tests
adding get security group impl + test
adding list security groups impl + api
adding update security group api
adding update security group api v3 impl
adding security groups delete api v3 impl and tests
adding bind running/staging security group v3 api
adding bind impl
adding unbind security group
adding list running/staging api and tests
adding create security group test
adding integration tests
adding integration tests
fixing setup/teardown
fixing integration tests
refactoring integration tests
Ignore .idea/ for real now
Migration to Junit5
* tests from radoslav commits
Make integration tests chatty
* cause they have interesting things to display
Add globally enabled
Spotless apply; include integration-test
mask off non-permission bits
apply spotless formatting
* on top of Hans Schulz "mask off non-permission bits"
porting check route to v3 api
porting delete orphaned routes
pushing delete route
cleaning up leftovers in tests
applying default style and fixing missing imports
PR #1194: rebase and format with spotless
defaultApplication-api
minor changes
Modified Junit tests to adopt V3 changes.
rebasing 1173
fix health check type serialization
Update tcp-routes.yml
Update tcp-routes.yml
Update IntegrationTestConfiguration.java
fix formatting
test1 parent 02b9882 commit 26a2bc3
File tree
944 files changed
+46823
-27960
lines changed- .github/workflows
- .idea
- codeStyles
- copyright
- dictionaries
- inspectionProfiles
- runConfigurations
- ci
- cloudfoundry-client-reactor
- src
- main/java/org/cloudfoundry/reactor/client
- v3/securitygroups
- test
- java/org/cloudfoundry/reactor
- client
- v2
- applications
- applicationusageevents
- blobstores
- buildpacks
- domains
- environmentvariablegroups
- events
- featureflags
- info
- jobs
- organizationquotadefinitions
- organizations
- privatedomains
- resourcematch
- routemappings
- routes
- securitygroups
- servicebindings
- servicebrokers
- serviceinstances
- servicekeys
- serviceplans
- serviceplanvisibilities
- services
- serviceusageevents
- spacequotadefinitions
- spaces
- stacks
- userprovidedserviceinstances
- users
- v3
- admin
- applications
- auditevents
- buildpacks
- builds
- deployments
- domains
- droplets
- isolationsegments
- jobs
- organizations
- packages
- processes
- roles
- routes
- securitygroups
- serviceInstances
- servicebindings
- servicebrokers
- serviceofferings
- serviceplans
- spaces
- stacks
- tasks
- doppler
- logcache/v1
- networking/v1
- policies
- tags
- routing/v1
- routergroups
- tcproutes
- uaa
- authorizations
- clients
- groups
- identityproviders
- identityzones
- serverinformation
- tokens
- users
- util
- resources/fixtures/client/v3
- apps
- processes
- security_groups
- bind_running
- bind_staging
- cloudfoundry-client
- src
- main/java/org/cloudfoundry/client
- v2
- applications
- stacks
- v3
- builds
- processes
- securitygroups
- test/java/org/cloudfoundry
- client
- v2
- applications
- applicationusageevents
- blobstores
- buildpacks
- domains
- environmentvariablegroups
- events
- featureflags
- info
- jobs
- organizationquotadefinitions
- organizations
- privatedomains
- routemappings
- routes
- securitygroups
- servicebindings
- servicebrokers
- serviceinstances
- servicekeys
- serviceplans
- serviceplanvisibilities
- services
- serviceusageevents
- spacequotadefinitions
- spaces
- stacks
- userprovidedserviceinstances
- users
- v3
- admin
- applications
- auditevents
- buildpacks
- builds
- deployments
- domains
- droplets
- isolationsegments
- organizations
- packages
- processes
- resourcematch
- roles
- routes
- securitygroups
- servicebindings
- servicebrokers
- serviceinstances
- serviceofferings
- serviceplans
- spaces
- stacks
- tasks
- doppler
- logcache/v1
- networking/v1
- policies
- tags
- routing/v1
- routergroups
- tcproutes
- uaa
- authorizations
- clients
- groups
- identityproviders
- identityzones
- serverinformation
- tokens
- users
- cloudfoundry-operations
- src
- main/java/org/cloudfoundry/operations
- applications
- routes
- test/java/org/cloudfoundry/operations
- advanced
- applications
- buildpacks
- domains
- networkpolicies
- organizationadmin
- organizations
- routes
- serviceadmin
- services
- spaceadmin
- spaces
- stacks
- useradmin
- cloudfoundry-util
- src
- main/java/org/cloudfoundry/util
- test/java/org/cloudfoundry/util
- tuple
- integration-test
- src
- test
- java/org/cloudfoundry
- client
- v2
- v3
- logcache/v1
- networking/v1
- operations
- routing/v1
- uaa
- resources
- test-application 2
- test-log-cache
- test-service-broker
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
944 files changed
+46823
-27960
lines changedBinary file not shown.
Lines changed: 2 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
5 | | - | |
6 | | - | |
7 | | - | |
8 | | - | |
9 | | - | |
| 4 | + | |
10 | 5 | | |
11 | 6 | | |
12 | 7 | | |
13 | 8 | | |
14 | 9 | | |
15 | 10 | | |
16 | | - | |
| 11 | + | |
17 | 12 | | |
18 | 13 | | |
19 | 14 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
| 2 | + | |
2 | 3 | | |
3 | 4 | | |
4 | 5 | | |
5 | 6 | | |
6 | 7 | | |
7 | 8 | | |
8 | 9 | | |
9 | | - | |
| 10 | + | |
This file was deleted.
0 commit comments