Commit Graph

161 Commits

Author SHA1 Message Date
Martin Lippert
83193e4711 added debug output for project creation 2017-09-18 15:03:03 +02:00
Martin Lippert
c76d6c7496 adopted changed boot 2 actuator jmx endpoint structure 2017-09-14 16:19:03 +02:00
Martin Lippert
d87a7c2d5c added support for code lenses 2017-09-12 10:25:31 +02:00
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
Martin Lippert
88b47b262d added workspace symbol handler infrastructure 2017-08-25 17:11:14 +02:00
Kris De Volder
86f914a1c8 Fix PT-150487597
Don't type-check values with '@' placeholders in application yaml editor
2017-08-23 10:26:16 -07:00
Kris De Volder
694e9a9fa8 Bump version to 0.0.10 2017-08-21 16:57:38 +00:00
Kris De Volder
5f9cd70999 Use gimped snippet builder if client does not support snippet completions 2017-08-16 14:27:56 -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
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
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
faa45b76c6 CloudConfig 'manual network' schema 2017-08-09 12:25:57 -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
3d1937c9d8 Minimal support for editing cloud-config 2017-08-04 15:48:18 -07: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
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
d9f2047bcf Snippet generator mostly working, still needs some tweaks / bug fixes. 2017-08-01 12:05:25 -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
1c25764ff4 Merge branch 'master' of github.com:spring-projects/sts4 2017-07-28 12:01:33 -07:00
Kris De Volder
724ae4aed4 More tweaks to dynamic releases attributes reconcile and CA 2017-07-28 12:01:13 -07:00
BoykoAlex
574cd9e742 Completions testing with -Dlsp.completions.indentation.enable=true 2017-07-28 14:24:30 -04:00
Kris De Volder
a92accde86 Improve CachingModelProvider to wrap a cache around the models it provides 2017-07-27 13:09:12 -07:00
BoykoAlex
a8c4cc065f Fix NPEs for doc not being in the cache 2017-07-26 20:56:29 -04: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
BoykoAlex
383bfd5c7b Merge branch 'master' of https://github.com/spring-projects/sts4 2017-07-25 19:31:58 -04:00
BoykoAlex
3a9138fc28 Disable error proposals for Atom manifest-yaml extension 2017-07-25 19:31:34 -04:00
Kris De Volder
8f6c75de03 Always suggest / accept 'latest' as a valid stemcell version 2017-07-25 14:31:17 -07:00
Kris De Volder
b13eefb594 Dynamic CA and reconcile for stemcells definition attributes 2017-07-24 16:58:10 -07:00