Commit Graph

822 Commits

Author SHA1 Message Date
Kris De Volder
6bfb07eb8c Remove obsolete build scripts and tasks 2017-05-10 14:20:40 -07:00
Kris De Volder
7127c5b78a Cleanup debug logging 2017-05-10 13:25:03 -07:00
Kris De Volder
b1fd3e429f Fix failing test case 2017-05-10 13:02:12 -07:00
Kris De Volder
f69ab7c4ff Also enable lazy completion resolver for cf editor 2017-05-10 12:58:40 -07:00
Kris De Volder
e0076dee27 Add rc build for concourse to pipeline 2017-05-10 12:39:20 -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
09ee81301d Fix more problems in RC build 2017-05-09 16:08:13 -07:00
Kris De Volder
eda9b23f21 Fix typo in build script 2017-05-09 15:55:34 -07:00
Kris De Volder
3eb9144065 Fix typo in task config 2017-05-09 15:46:43 -07:00
Kris De Volder
952bbc3490 Try adding some 'RC build' mechanics to pipeline 2017-05-09 15:29:10 -07:00
Kris De Volder
f26f189fcb Cleanup: fix some confusing variable naming 2017-05-09 11:32:09 -07:00
Kris De Volder
f1493fad0e cleanup imports 2017-05-09 11:25:00 -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
5191e7639a cf-manifest editor only reconciles manifest-yaml docs 2017-05-08 15:32:54 -07:00
Kris De Volder
0745a20cd2 Fix packagin issue cf-manfiest editor 2017-05-08 15:28:05 -07:00
Kris De Volder
363427ea92 Try to fix some test failures 2017-05-08 14:46:56 -07:00
Kris De Volder
a687a27d8d Avoid stray reconciler errors on language switch 2017-05-08 14:23:58 -07:00
Kris De Volder
cfbe735ad4 Unused resource -> 'warning' not 'error'. 2017-05-08 11:32:30 -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
5c2738e358 Merge branch 'master' of github.com:spring-projects/sts4 2017-05-05 15:19:00 -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
BoykoAlex
bcb373bd74 Merge branch 'master' of https://github.com/spring-projects/sts4 2017-05-04 20:07:11 -04:00
BoykoAlex
8d66c09a35 Add buildpack CA test no cf connection 2017-05-04 20:06:43 -04:00
Kris De Volder
dab8b8c520 Fix test failure 2017-05-04 11:00:35 -07:00
Kris De Volder
b72f84eedd Don't allow defining 'routes' toplevel
Doesn't make much sense to deploy more than one app with the same route (this will result in an error, you can only bind one thing to a route / host).
2017-05-04 10:56:19 -07:00
Kris De Volder
3d8d7ca119 Fix test failure 2017-05-03 17:28:57 -07:00
Kris De Volder
ddfa9777f8 Small improvement to test coverage 2017-05-03 17:24:07 -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
8d88ebbb17 Switch to exclusiveWith 2017-05-03 16:15:42 -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
d20284aa3e Fix test failures 2017-05-02 19:34:41 -07:00
Kris De Volder
1bc920131c Fix failing tes 2017-05-02 19:21:36 -07:00
Kris De Volder
f5fc8d0601 Relaxed CA with less indentation 2017-05-02 19:15:33 -07:00
Kris De Volder
b53febf31e Add extra test case 2017-05-02 15:01:44 -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
Kris De Volder
76c7c3c791 Add support to DocumentEdits to 'freeze' cursor 2017-05-01 14:50:44 -07:00
Kris De Volder
86a2dd63c5 Be a little less eager to retry failed network requests
This is to avoid bogging down the reconciler thread with repeated
failing network calls in a short span of time.

See https://www.pivotaltracker.com/story/show/143347079
2017-05-01 10:38:36 -07:00
Kris De Volder
acfbd72978 Dont' stop debugger on launching vscode-extension 2017-04-30 07:33:04 -07:00
Kris De Volder
5ccb3e5f22 Content assist for 'domains' inside of route-strings 2017-04-28 18:20:34 -07:00
Kris De Volder
1966affe05 Verify constraints around 'health-check-http-endpoint' prop 2017-04-27 16:50:23 -07:00
Kris De Volder
f7bde8559b Improve reconciler errors around wrong domains 2017-04-27 14:43:39 -07:00
Kris De Volder
6ab32ac53e Fix compile errors due lsp4j api changes 2017-04-27 13:51:19 -07:00
Kris De Volder
f9722b85e5 Reconcile and CA for 'stack' property in manifest.yml 2017-04-27 11:31:30 -07:00
Kris De Volder
d47fa48e43 Autoinsert single required proerty after '- '. 2017-04-26 16:50:56 -07:00