1295 Commits

Author SHA1 Message Date
Martin Lippert
949a6f0f7e fixed issue with port property being an integer insteaf of a string 2017-07-19 09:54:17 +02:00
Kris De Volder
cecd98f7a5 Create CloudConfigProvider and wire it up...
... in preparation for implementing various stories that depend on this
infrastructure.
2017-07-18 15:52:34 -07:00
Kris De Volder
fc1a0fec46 Reconcile and content assist for ReleaseName references 2017-07-18 10:52:33 -07:00
Kris De Volder
2ffaed4436 Check for duplicate defintions in bosh manifest 2017-07-17 16:39:05 -07:00
Kris De Volder
23b6801820 Goto symbol for instance_groups 2017-07-17 14:18:25 -07:00
Kris De Volder
cbfc39cc9d Update ls4j version to 0.2.1 release 2017-07-17 10:29:25 -07:00
Kris De Volder
7e53e6b366 Some tweaks to the contraints checking for releases. 2017-07-14 16:52:57 -07:00
Kris De Volder
1e920da6f8 Add sha1 and url props in releases block schema 2017-07-14 16:15:57 -07:00
Kris De Volder
f3587ea919 Update attributes are optional in 'per-job' case 2017-07-14 14:29:00 -07:00
Kris De Volder
aef2a5538e Add regression test (still deactivated) to verify cf-manifest validates 2017-07-14 13:39:22 -07:00
Kris De Volder
c2a4ee258d Minimal support for V1 manifest schema 2017-07-13 10:34:10 -07:00
Kris De Volder
53fcb79a0c Define (first-level) nested properties for instance_groups 2017-07-11 16:53:47 -07:00
Kris De Volder
ac0230689b Use primary properties in a few places in bosh manifest schema 2017-07-11 12:07:09 -07:00
Kris De Volder
011cb5bcb0 Add test for reconcile of stemcells block 2017-07-11 10:42:48 -07:00
Kris De Volder
237ec550e4 Flesh out schema for stemcells block 2017-07-11 08:47:57 -07:00
Kris De Volder
e1825d0daf Extremely 'minimal' support for bosh deployment manifest editing 2017-07-10 13:39:51 -07:00
Kris De Volder
97c6f05490 Add bosh-deployment language id 2017-07-10 12:19:53 -07:00
Kris De Volder
eea477aeb6 Fix more problems with CF CLI target expired token killing other targets results. 2017-07-05 17:37:14 -07:00
BoykoAlex
4fabf40579 Ignore individual target errors for hint providers if there are valid
targets
2017-07-05 15:35:23 -04:00
Kris De Volder
a76b0476da Merge branch 'master' of github.com:spring-projects/sts4 2017-06-30 16:37:28 -07:00
Kris De Volder
4bf488cb98 Relax CF target cache limit so it works better with multipe active targets. 2017-06-30 16:37:12 -07:00
BoykoAlex
f522a39047 Support for default CF login params provider. Use CF CLI provider as
default for manifesr yaml
2017-06-30 18:03:08 -04:00
nsingh
5ccb92f84e PT 147263283 - Workaround for issue in STS manifest editor
STS manifest editor deletes all error and warning markers on document
save. This is a problem with the YEdit editor that STS manifest editor
extends, and not with vscode manifest language server. This is just a
temporary workaround until STS no longer needs the YEdit-based editor
and uses LSP4E editor instead.
2017-06-23 15:23:05 -07:00
Martin Lippert
d8177c9fd5 refactored retrieval of all running apps into static factory method 2017-06-15 16:17:36 +02:00
Martin Lippert
e322b6279c made port retrieval more flexible with regards to tomcat connector object name 2017-06-15 16:11:27 +02:00
BoykoAlex
9104c35b10 CF client config message, modifiable CF client config
Cleanup
2017-06-13 19:02:30 -04:00
Martin Lippert
48c77e14b5 added extraction of beans, request mappings, config report, and environment data to boot app cli component 2017-05-17 17:13:17 +02:00
Kris De Volder
b5244a253c Support for rootfs_uri property with deprecation warning for image property 2017-05-15 18:56:57 -07:00
Martin Lippert
e7870ef2c1 refactored boot app cli code slightly and fixed a problem with getting port from tomcat bean 2017-05-15 16:58:49 +02:00
Martin Lippert
5b3dbdb6c0 PT #143653925: added third option, now trying tomcat jmx bean to get port, too 2017-05-15 15:17:40 +02:00
Kris De Volder
56e698706a Merge branch 'master' of github.com:spring-projects/sts4 2017-05-12 11:56:25 -07:00
Kris De Volder
beda7b5a4b Don't check for unknown resource errors in input_mapping 2017-05-12 11:56:08 -07:00
Martin Lippert
a383fb607b PT ##143653365 + PT ##143653925: simple main class that identifies running boot apps and tries to find the port information 2017-05-12 11:08:41 +02:00
Kris De Volder
7127c5b78a Cleanup debug logging 2017-05-10 13:25:03 -07:00
Kris De Volder
6de4f75ecb Workaround for vscode 1.12 completion sorting issue. 2017-05-10 12:37:38 -07:00
Kris De Volder
f26f189fcb Cleanup: fix some confusing variable naming 2017-05-09 11:32:09 -07:00
Kris De Volder
f8805be303 Disable de-indented relaxed completions 2017-05-09 11:23:28 -07:00
Kris De Volder
64f0616970 Better handle 'driver' property in semver resource 2017-05-08 17:48:40 -07:00
Kris De Volder
a687a27d8d Avoid stray reconciler errors on language switch 2017-05-08 14:23:58 -07:00
Kris De Volder
807bf5901a Don't overwhelm vscode with error logs
Redirect them to a tmp file instead.
2017-05-06 20:36:07 -07:00
Kris De Volder
3e7944d47d Cut down on the noise in content assist
Use a 'tiered' model for properties
 - primary property
 - requred
 - other

Only suggest completions for a tier if the properties in the preceding tier
are already defined.
2017-05-05 15:18:36 -07:00
Kris De Volder
642acea0d9 Concourse Reconciler: check for unused resource 2017-05-03 17:19:31 -07:00
BoykoAlex
d7eda61c99 Rework mutually exclusive constraint 2017-05-03 17:47:15 -04:00
BoykoAlex
4b1ae4bdf2 Merge branch 'master' into routes-validation
# Conflicts:
#	headless-services/manifest-yaml-language-server/src/main/java/org/springframework/ide/vscode/manifest/yaml/ManifestYamlSchemaProblemsTypes.java
#	headless-services/manifest-yaml-language-server/src/main/java/org/springframework/ide/vscode/manifest/yaml/ManifestYmlSchema.java
2017-05-03 14:55:06 -04:00
BoykoAlex
3abcf3abed Routes advanced validation 2017-05-03 10:59:20 -04:00
Kris De Volder
54998caff3 Second attempt to fix boot-props fails 2017-05-02 19:41:29 -07:00
Kris De Volder
f5fc8d0601 Relaxed CA with less indentation 2017-05-02 19:15:33 -07:00
Kris De Volder
4047f767ce Refactor: generalzing 'relaxed indentation'
This paves the way to doing relaxed content assist that are indented less
than the current CA query.
2017-05-02 15:01:10 -07:00
Kris De Volder
cfe489d1c2 Refactoring: Dashed-completion relaxation ...
Is now less coupled with the completion engine, but handled internally by the YamllAssistContext instead.
2017-05-02 11:19:08 -07:00
Kris De Volder
4a6b71f1fb Move cursor after insert required properties quickfix 2017-05-01 17:53:29 -07:00