Raul Avila
920cd7bb95
Run ATs in parallel
...
- Split AppManagementAcceptanceTest to follow the pattern
of one test per class
2019-05-14 15:11:01 +02:00
Roy Clarkson
bc75e248c2
Update copyright date
2019-04-18 10:23:28 -04:00
Spring Operator
9ca8d894ae
URL Cleanup
...
This commit updates URLs to prefer the https protocol. Redirects are not followed to avoid accidentally expanding intentionally shortened URLs (i.e. if using a URL shortener).
# Fixed URLs
## Fixed Success
These URLs were switched to an https URL with a 2xx status. While the status was successful, your review is still recommended.
* [ ] http://www.apache.org/licenses/ with 1 occurrences migrated to:
https://www.apache.org/licenses/ ([https](https://www.apache.org/licenses/ ) result 200).
* [ ] http://www.apache.org/licenses/LICENSE-2.0 with 196 occurrences migrated to:
https://www.apache.org/licenses/LICENSE-2.0 ([https](https://www.apache.org/licenses/LICENSE-2.0 ) result 200).
2019-03-25 16:12:43 -04:00
Roy Clarkson
2fc25a5526
Replace use of AssertJ Json dependency in favor of provided JSONPath
...
The AssertJ Json library depends on an older version of AssertJ than is
Provided by Spring Boot. This commit eliminates the need to override
The AssertJ version managed by Spring Boot and eliminates the use of the
AssertJ Json library for testing.
2019-03-15 11:33:06 -04:00
Alberto Rios
7b73e06522
Adding zero downtime backing app updates
...
Finishes #113
2019-01-10 13:26:56 -06:00
Scott Frederick
add2387d86
Polish acceptance tests.
2018-12-17 14:16:00 -06:00
Scott Frederick
05296028e8
Make service instance names unique to each acceptance test. Add logging to CF calls in acceptance tests.
2018-12-07 13:24:31 -06:00
Scott Frederick
67ddeceba9
Delete route when deleting broker apps in acceptance tests. Rationalize test case names for clarity in test output.
2018-12-06 18:07:08 -06:00
Scott Frederick
1efdd7785d
Clean up and coalesce acceptance tests.
2018-11-29 14:21:21 -06:00
Alberto Rios
0f703d2ec6
Deploy all the backing apps of a given service to a single space
...
Connected to #133
2018-11-09 15:47:53 -06:00
Alberto Rios
18aea012e3
Fixing update flow with SpacePerServiceInstance
...
Added TargetService to update flow
Added explicit assertion on backing app containin initial parameters afer an update
Updated AT to consider Updates with Target
Added ATs for multiple apps
Not failing when CF returns a DB error when creating a space
Not failing when space does not exist
Connected to #93
2018-10-17 11:33:10 -05:00