Commit Graph

291 Commits

Author SHA1 Message Date
BoykoAlex
55f4e897f2 Upgrade slf4j 2017-02-07 21:49:14 -05:00
BoykoAlex
9bef1b8a6b Initial support for Gradle projects 2017-02-07 19:45:59 -05:00
BoykoAlex
c1a86f7407 Attempt to fix race condition between reconciler and CA 2017-02-06 19:31:05 -05:00
nsingh
6b93599ee8 Fixed compilation error due to new v2 client changes
2.4.0 version of the v2 client operations now returns a list of
ServiceInstanceSummary rather than ServiceInstance
2017-02-06 10:48:08 -08:00
Kris De Volder
ffb4c62ca0 More diagnostic output when build of test project fails. 2017-02-02 14:17:45 -08:00
Kris De Volder
f0fdf0895b Put the "No Org/Space" message constant where it belongs 2017-02-02 13:58:21 -08:00
Kris De Volder
c24b4be073 Handle case were Cli params provider finds empty org and space in target 2017-02-02 13:17:29 -08:00
Kris De Volder
4f6b42c8da Cleanup: indentation 2017-02-02 10:06:06 -08:00
Kris De Volder
955139bd57 Fix another suspected race condition in test harness 2017-02-01 20:07:13 -08:00
Kris De Volder
363b0c38a3 Lps4j 0.1.0 was released. Use the release. 2017-02-01 19:51:48 -08:00
Kris De Volder
1810056a46 Fix race conditions in test harness 2017-02-01 19:42:22 -08:00
nsingh
c1bc20029a Fix for long hang on reconcile 2017-02-01 16:01:00 -08:00
Kris De Volder
47d8e1ee1f Merge branch 'master' of github.com:spring-projects/sts4 2017-02-01 11:18:30 -08:00
Kris De Volder
d4b0e89a50 Pom fix: reactor version should match-up with what cf client uses 2017-02-01 11:18:15 -08:00
nsingh
86a9452de0 Added minor documentation 2017-02-01 11:17:22 -08:00
Kris De Volder
a8b5c72427 Pom fixes:
- cleanups around the 'repos' section
 - update version number of cf java client to 2.4.0.BS
2017-02-01 11:14:16 -08:00
nsingh
8ebbdc1158 Simplify connection error handling to show only one message for now 2017-01-31 19:45:34 -08:00
nsingh
dfd5cac945 Limit size of target and client cache to 1 2017-01-31 16:11:31 -08:00
nsingh
de5226ff61 Added CF callable context to better handle client errors
Also added junits to commons-cf that test the error handling.
2017-01-31 15:52:17 -08:00
Kris De Volder
039c954df1 Cleanup some debug logging 2017-01-31 14:14:12 -08:00
Kris De Volder
4a075f2433 Don't block CA completely when there's a 'slow' provider in the mix. 2017-01-31 11:45:29 -08:00
nsingh
5a2bcaa5fc Add comment about message separator 2017-01-31 10:04:17 -08:00
nsingh
d31ac32498 Changes to the CF target and client caching
Cache client and target based on a CF client params key that does not
include the credentials.
Also added logic to refresh a target if error encountered during last
call on target.
2017-01-30 15:18:27 -08:00
Kris De Volder
42239fd952 Support for semver resource 2017-01-30 13:49:59 -08:00
Kris De Volder
4df86968c6 Make put/get resource name conditional on absence of explicit resource attribute 2017-01-29 12:35:42 -08:00
Kris De Volder
f615f171d1 Support for 'pool' resource type 2017-01-29 10:01:06 -08:00
Kris De Volder
3372adcf75 Small improvement to reconiler error message 2017-01-29 09:59:57 -08:00
Kris De Volder
4254f38e95 Support one-of contraints and apply it for S3 source 2017-01-28 18:35:06 -08:00
Kris De Volder
928817a6b5 Add support for s3 resource type 2017-01-28 14:49:34 -08:00
Kris De Volder
618bdddff4 Some tweaks to error messages for services and buildpack when failing to
fetch them.
2017-01-27 17:33:38 -08:00
Kris De Volder
9bc7f37554 Small tweak to 'Please login to CF' message 2017-01-27 16:33:56 -08:00
Kris De Volder
f53cf422ea Fix error message in CA on services when not logged in 2017-01-27 16:19:07 -08:00
Kris De Volder
ae3218ba66 Define basic structure for task.yml files 2017-01-26 12:20:18 -08:00
Kris De Volder
df4929f93a Add test for task toplevel property reconcile
Note: The test is still failing
2017-01-26 10:47:39 -08:00
Kris De Volder
2493e928f6 Merge branch 'master' of github.com:spring-projects/sts4 2017-01-26 10:05:04 -08:00
Kris De Volder
6fc28357aa Enable concourse editor for task files. 2017-01-26 10:04:46 -08:00
nsingh
d34b00f28b Fix order of checking subtype 2017-01-25 16:23:54 -08:00
nsingh
bc6181d3df Allow subtypes in ExceptionUtil method 2017-01-25 16:05:11 -08:00
nsingh
4dc0665bdb Create CF service instances via a factory 2017-01-25 14:38:37 -08:00
nsingh
c81bafc95f Added a basic CF test harness
Does not use mockito. An alternative way to test CF as well as the
manifest-yaml framework's ability to accept any CF client factory and
still provide expected results for CA and reconcile.
2017-01-25 14:03:50 -08:00
Kris De Volder
caa554d288 Improving some error marker messages 2017-01-24 19:07:37 -08:00
Kris De Volder
89aabeef64 Improve some error messages. 2017-01-24 17:57:37 -08:00
Kris De Volder
b45fba324d Merge branch 'master' of github.com:spring-projects/sts4 2017-01-24 17:49:10 -08:00
Kris De Volder
f70d4b584d resource-type name reconciling 2017-01-24 17:48:58 -08:00
nsingh
69976eeac8 Fixed bug where no-targets error still contains appended information 2017-01-24 15:46:48 -08:00
Kris De Volder
e43da3d6d4 Reconcile deprecated properties in Pipeline yaml 2017-01-24 14:18:29 -08:00
Kris De Volder
68b4582f07 Merge branch 'goto-definition' 2017-01-24 12:10:23 -08:00
Kris De Volder
099c19bba3 Goto definition iin pipeline editor, working for resources 2017-01-24 12:05:15 -08:00
nsingh
52129ab105 Fix issue where blank service shows as warning instead of error
Parse issues on service name still will show as warnings
2017-01-24 11:45:28 -08:00
nsingh
9312d6e6c6 Reduce cache expiration time for services 2017-01-24 10:42:36 -08:00