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
bc38083f4a
Add more basic CF services tests
2017-01-25 15:35:25 -08:00
Kris De Volder
1306dbac98
Check for duplicate resource_type names
2017-01-25 15:07:17 -08:00
Kris De Volder
3a5cd4ae00
Merge branch 'master' of github.com:spring-projects/sts4
2017-01-25 14:59:57 -08:00
Kris De Volder
281feebe1f
Goto Definition for resource_types
2017-01-25 14:59:36 -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
cbb361f989
Goto Defintion working for Job Names
2017-01-25 13:07:22 -08:00
Martin Lippert
5b01042206
first experiments towards spring-specific content-assist for spring annotations, starting with scope
2017-01-25 20:58:34 +01:00
Martin Lippert
ef42e7962c
fixed deprecated warning in launch config
2017-01-25 20:58:34 +01:00
Kris De Volder
c75e408663
Define concourse-pipeline-yaml language id
2017-01-25 11:44:02 -08:00
Kris De Volder
e4f51c1f7c
Undo accidental changes to package.json files
2017-01-25 10:39:04 -08:00
Kris De Volder
caa554d288
Improving some error marker messages
2017-01-24 19:07:37 -08:00
Kris De Volder
3689bdb6f5
Add test for CA og resource-type names
2017-01-24 18:05:28 -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
ffa72d10e4
Ignore all mocked CF services.
...
They fail in concourse but not locally
2017-01-24 17:38:18 -08:00
nsingh
ddd0b9d906
Added more CF services junits
2017-01-24 17:19:02 -08:00
nsingh
1693f70871
Changes to CF hints provider to return empty list of services
2017-01-24 16:48:17 -08:00
nsingh
69976eeac8
Fixed bug where no-targets error still contains appended information
2017-01-24 15:46:48 -08:00
nsingh
e35ae2e0c9
CF hints provider is still propagating error without conversion
...
If a no-targets exception is caught, it is still being propagate as-is
to the framework, and the extra logic to avoid appended information does
not get called.
2017-01-24 15:23:58 -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
eb39dc3c31
Ignore failing tests for now
2017-01-24 11:47:16 -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
nsingh
80716fe8b8
Removed unused timeouts
2017-01-24 10:32:03 -08:00
nsingh
c8e30b3d55
Add value parse exception back
2017-01-23 21:34:37 -08:00
nsingh
dfe8cd1e8d
Allow services parsing to show as warning instead of error
2017-01-23 21:26:28 -08:00
nsingh
5c51b87fb8
Fixed compilation problems
2017-01-23 15:26:03 -08:00
nsingh
fc852cab15
Do not print CF information by default
...
In particular, ensure that no secret information is printed when
creating CF targets.
2017-01-23 15:21:03 -08:00
nsingh
68e550867d
Minor method name change
2017-01-23 15:10:23 -08:00
nsingh
ef00527a9e
Added value parse exception
...
This allows distinct cases where error messages resulting from value
parse exception should not include additional information.
2017-01-23 15:08:41 -08:00
nsingh
26544461b8
Allow CF CLI config check on all OS
2017-01-23 13:21:53 -08:00
nsingh
eb6afc8b98
Improved error message for invalid services
2017-01-23 13:17:09 -08:00
nsingh
8ca416c69a
Fixed NPE in CF hints provider
2017-01-23 11:09:00 -08:00
nsingh
71d68bb58a
Allow CF Client Params provider to be set into language server
...
This is to allow the params provider to be mocked or to support any
other type of params provider in the language server
2017-01-23 11:04:47 -08:00
nsingh
2e3f4f8cb8
Renamed method in ExceptionUtil
2017-01-23 10:56:40 -08:00
Kris De Volder
46818d3462
Manifest.ym: applications property is no longer considered required.
2017-01-23 08:50:29 -08:00
Kris De Volder
981674faa9
Add hover and test for docker-image PutParams
2017-01-22 14:58:52 -08:00
Kris De Volder
d9cf71763a
docker-image resource: tests for get_params in put step
2017-01-22 14:04:03 -08:00
Kris De Volder
dab09308fc
Tests and hovers for DockerImageGetParams
2017-01-22 14:00:50 -08:00
Kris De Volder
fa6ab481d0
Add tests and hovers for docker-image source attributes.
2017-01-22 11:35:29 -08:00
Kris De Volder
5087c8a647
Add docker-image infos to PipelineYamlSchema
2017-01-22 10:51:26 -08:00
Kris De Volder
535c9574b2
Support for get_params attributes in git resource put steps
2017-01-21 18:45:36 -08:00
Kris De Volder
f9a464cb8c
Add support for Git 'put' params
2017-01-21 11:46:07 -08:00
Kris De Volder
3d8f38c238
Hoverinfos for git resource get params.
2017-01-21 11:06:38 -08:00