Kris De Volder
9126f5973c
Add some debug/info logging
2017-08-16 10:50:35 -07:00
Kris De Volder
a3541324f5
Fix small issue in incorrect log warning
2017-08-15 12:30:53 -07:00
Kris De Volder
4b519ee7e0
More log info to debug atom language server open/close events
2017-08-15 12:19:08 -07:00
Kris De Volder
b53529104d
Attempt to tolerate misbehaving atom language client open/close events
2017-08-15 11:55:16 -07:00
Kris De Volder
a5ac9a1d53
Enable snippet generator in concourse editor
2017-08-15 08:08:28 -07:00
Kris De Volder
d0ec0d22ec
Tweaks to version bumping scripts
2017-08-14 13:44:21 -07:00
Kris De Volder
4e613e026d
Unifying all pom versions to 0.0.9-SNAPSHOT
2017-08-14 12:34:56 -07:00
Kris De Volder
b2b7e4cf8d
Fix suspected race condition in test code
2017-08-14 10:41:17 -07:00
Kris De Volder
7180eb59b5
Fix test failure
2017-08-11 16:56:33 -07:00
Kris De Volder
01edae7366
Missing property quickfix now uses snippet generator
2017-08-11 16:42:40 -07:00
Kris De Volder
94fa2cf498
Make snippets fully subsume property completions in bosh editor
2017-08-10 11:53:15 -07:00
Kris De Volder
aedab760d6
Add missing hoverdoc for 'vm_extensions' property
2017-08-09 17:00:07 -07:00
Kris De Volder
da20170797
Bosh Cloudconfig editor: add 'vm_extensions' sub-props to schema
2017-08-09 16:55:44 -07:00
Kris De Volder
6dfd56d67f
Cloudconfig editor: verify 'at least one of' constraints in schema
2017-08-09 16:26:47 -07:00
Kris De Volder
ec1dbc5e9f
Add disk_types sub-properties to CloudConfig schema
2017-08-09 15:53:40 -07:00
Kris De Volder
e8b1c8658c
CloudConfig editor: azs sub-properties added to schema
2017-08-09 15:15:57 -07:00
nsingh
8f2582925b
Fixed failing test case
...
host property in manifest schema was using the wrong value parser.
2017-08-09 14:18:39 -07:00
Kris De Volder
0af54132c9
CloudConfig editor: check / ca for NetworkName references
2017-08-09 14:13:07 -07:00
Kris De Volder
c4377845c6
Schema for 'vip' network in Cloud conf editor
2017-08-09 13:55:32 -07:00
Kris De Volder
669d8d2759
CloudConfig Dynamic NW schema
2017-08-09 13:34:24 -07:00
Kris De Volder
de05f58e48
Merge branch 'master' of github.com:spring-projects/sts4
2017-08-09 12:26:12 -07:00
Kris De Volder
faa45b76c6
CloudConfig 'manual network' schema
2017-08-09 12:25:57 -07:00
nsingh
e8538e801f
PT 145243139 - Static validation for health check endpoint
...
Also added relevant JUnit.
2017-08-08 15:54:15 -07:00
Kris De Volder
8c060d7980
CA and reconcile for vm_type reference in cloud-config editor
2017-08-08 14:58:10 -07:00
Kris De Volder
4eda08364d
Hovers for vm_types block in cloudconfig editor
2017-08-08 14:20:14 -07:00
Kris De Volder
d607902492
Basic support for vm_types block in cloudconfig editor
2017-08-08 13:56:49 -07:00
Kris De Volder
caa8d180a3
Flesh out basic schema for CloudConfig.compilation sub props
2017-08-08 12:15:08 -07:00
Kris De Volder
157b121ffa
CloudConfig toplevel property hovers
2017-08-08 11:07:45 -07:00
Kris De Volder
e631fb0a9e
Add another missing piece to activate bosh editor for cloud-config
2017-08-04 16:45:22 -07:00
Kris De Volder
3d1937c9d8
Minimal support for editing cloud-config
2017-08-04 15:48:18 -07:00
BoykoAlex
3ec72082eb
Fix bosh tests for atom LS settings
2017-08-03 14:39:13 -04:00
BoykoAlex
8428854c2f
Fix tests for disabled lazy completion proposals setting
2017-08-03 14:06:19 -04:00
BoykoAlex
8faef3897a
Fix tests for lazy completions disable property
2017-08-03 13:35:12 -04:00
Kris De Volder
1b179da90e
Indentation related bugfix for completions that jump to next line
2017-08-02 17:09:37 -07:00
Kris De Volder
ff52412161
Add warning comment about subtlety around delayed value parsers.
2017-08-02 15:36:30 -07:00
Kris De Volder
a4a8693aa4
Fix failing tests
2017-08-02 15:15:24 -07:00
nierajsingh
fd2416bb06
Merge pull request #12 from nierajsingh/async_validations
...
Separate delayed constraints into slow and fast collections
2017-08-02 12:46:31 -07:00
nsingh
464e36ad2d
Further doc change
2017-08-02 12:44:30 -07:00
nsingh
edc94daa4f
Changed doc to be clearer on the contract for checkpoint method
2017-08-02 12:43:52 -07:00
nsingh
0c10f2eafe
Merge branch 'master' into async_validations
...
Conflicts:
headless-services/commons/commons-util/src/main/java/org/springframework/ide/vscode/commons/util/EnumValueParser.java
2017-08-02 12:16:33 -07:00
nsingh
ef3981b162
Adding docs and some code cleanup
2017-08-02 10:51:00 -07:00
Kris De Volder
775d715c35
Fix but around dedented snippets and completions
2017-08-02 10:42:03 -07:00
Kris De Volder
7c19c5df85
Fix small spacing issue in snippet generator
2017-08-02 09:52:53 -07:00
Kris De Volder
88c703e9e5
Snippets now mostly working all tests passing.
2017-08-02 09:11:13 -07:00
nsingh
0a530d9e32
Separate delayed constraints into slow and fast collections
...
The slow part is for CF-related constraints like long-running value
parsers. Also, the "fast" constraints and other problems are reported
first via a new checkpoint call to the problems collector. The complete
list of problems are then reported afterwards at the end of the
collection, like before.
2017-08-01 13:48:27 -07:00
Kris De Volder
e0d9effc14
Fix test failure
2017-08-01 12:12:49 -07:00
Kris De Volder
d9f2047bcf
Snippet generator mostly working, still needs some tweaks / bug fixes.
2017-08-01 12:05:25 -07:00
Kris De Volder
b1fa77603c
V1 schema trigger property is *only* networks
2017-07-31 09:11:33 -07:00
Kris De Volder
6bdc83217d
Fix bug around empty-stirng checks for enumvalueparsing
2017-07-28 16:58:17 -07:00
Kris De Volder
49f33fb8f7
Small tweak to sha1 prop docs
2017-07-28 16:57:46 -07:00