Martin Lippert
48f358bfda
typo fixed
2017-09-04 20:58:52 +02:00
Martin Lippert
3b29875f55
organize imports
2017-08-28 11:55:47 +02:00
Martin Lippert
3cbce5e81a
started to implement infrastructure to parse java projects completely
2017-08-27 18:48:00 +02:00
Kris De Volder
694e9a9fa8
Bump version to 0.0.10
2017-08-21 16:57:38 +00: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
4e613e026d
Unifying all pom versions to 0.0.9-SNAPSHOT
2017-08-14 12:34:56 -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
d607902492
Basic support for vm_types block in cloudconfig editor
2017-08-08 13:56:49 -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
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
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
6bdc83217d
Fix bug around empty-stirng checks for enumvalueparsing
2017-07-28 16:58:17 -07:00
Kris De Volder
b520fdc577
Some simplifications of dynamic CA/Reconcilng using PartialCollection
2017-07-28 14:48:57 -07:00
Kris De Volder
724ae4aed4
More tweaks to dynamic releases attributes reconcile and CA
2017-07-28 12:01:13 -07:00
Kris De Volder
5cef5f7e91
Supress error which is logged on each save (vscode sending a duplicate edit?)
2017-07-26 14:56:21 -07:00
Kris De Volder
00972506e5
Wire up BoshCliConfig so it gets used.
2017-07-26 13:39:07 -07:00
Kris De Volder
da37474d2e
Add a Dynamic 'Stemcells' model information provider
...
In preparation of implementing dynamic CA and checking of stemcells block.
2017-07-21 10:51:53 -07:00
Kris De Volder
47dcb094c5
Goto defintion for releases
2017-07-19 15:33:02 -07: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
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
a687a27d8d
Avoid stray reconciler errors on language switch
2017-05-08 14:23:58 -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
5ccb3e5f22
Content assist for 'domains' inside of route-strings
2017-04-28 18:20:34 -07:00
Kris De Volder
7ce8ea1a0e
Quickfix for health-check-type: none
2017-04-24 15:09:13 -07:00
Kris De Volder
7aa4843b59
Position problem marker for 'top level' missing prop at end of document
2017-04-20 15:39:35 -07:00
Kris De Volder
5284d96533
Cleanups: more type-checked representation of LanguageId
2017-04-20 13:57:56 -07:00
Kris De Volder
a83fbec945
Update to lsp protocol v3
2017-04-19 16:06:39 -07:00
Kris De Volder
185b666253
Fix race-condition: reconciler versus ast cache
2017-04-17 12:28:21 -07:00
Kris De Volder
e0103c1352
Some refactorings towards fixing a nasty race condition
...
See: https://www.pivotaltracker.com/story/show/143694789
This work is not yet complete (everything still works as before, but a race condtion between clearing AST cache and using AST for reconciles remains).
2017-04-14 10:41:20 -07:00
Kris De Volder
87a7026215
Add some tests for quickfixes
2017-04-12 14:53:48 -07:00
Kris De Volder
aee00fb487
Add quickfix for missing properties in concourse editor
2017-04-11 17:08:03 -07:00
BoykoAlex
55f50029e9
Route validation
...
Route value validation
Adjust validation
Unit tests
2017-04-07 13:20:14 -04:00
Kris De Volder
bf8f8cffa9
Moved commons and concourse editor to 'headless-services'
2017-04-06 17:21:53 -07:00