2948 Commits

Author SHA1 Message Date
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
Kris De Volder
51954fe306 Simplify contraints between release attributes 2017-07-28 16:06:11 -07:00
Kris De Volder
af3ca76047 Fix bug: releases provider actually uses stemcells data! 2017-07-28 15:13: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
ca93d93d15 CA/reconcile for release versions stage 1
Doesn't yet consider version's relationship with release name.
2017-07-27 13:44:10 -07:00
Kris De Volder
a92accde86 Improve CachingModelProvider to wrap a cache around the models it provides 2017-07-27 13:09:12 -07:00
Kris De Volder
593a74e12e Merge branch 'master' of github.com:spring-projects/sts4 2017-07-27 10:57:31 -07:00
Kris De Volder
b6f2691d30 Dynamic CA for release names in releases block 2017-07-27 10:52:54 -07:00
BoykoAlex
a8c4cc065f Fix NPEs for doc not being in the cache 2017-07-26 20:56:29 -04:00
Kris De Volder
12b987b49c Add a test for when bosh cli disabled or errors. 2017-07-26 14:56:56 -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
a668b0664e Fix issues with how bosh cli config is passed from vscode to server 2017-07-26 14:32:34 -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
ac89f1a2e0 Nicer looking reconcile errors for 'filtered' stemcell versions 2017-07-25 15:37:18 -07: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
2a3e39e7be Add BoshCommandStemcellsProvider properly to Bosh language server 2017-07-25 10:12:24 -07:00
Kris De Volder
b13eefb594 Dynamic CA and reconcile for stemcells definition attributes 2017-07-24 16:58:10 -07:00
nierajsingh
30eab2b367 Merge pull request #11 from nierajsingh/145545705_app_navigation
145545705 - Add symbol navigation to app name
2017-07-24 14:59:53 -07:00
nsingh
7980908086 145545705 - Add symbol navigation to app name 2017-07-24 14:53:57 -07:00
Kris De Volder
427dbe8b62 Fix failing test 2017-07-24 12:25:26 -07:00
Kris De Volder
d75d1438d2 Dynamic CA and reconcile for Stemcell name and os 2017-07-24 12:18:34 -07:00
Kris De Volder
49e6a1db14 Dynamic completions and validations for stemcell names 2017-07-24 10:43:19 -07:00
Kris De Volder
78100630eb Merge branch 'master' of github.com:spring-projects/sts4 2017-07-24 10:08:32 -07:00
Kris De Volder
1dbc67b580 Improve test coverage for bosh Cloud config provider 2017-07-24 10:08:19 -07:00
BoykoAlex
b3feca3b5b Merge branch 'master' of https://github.com/spring-projects/sts4 2017-07-21 20:18:55 -04:00
BoykoAlex
fb3b00dfe7 Fix randomly failing tests. 2017-07-21 20:18:30 -04:00
Kris De Volder
962805f949 Fix issue with CachinhModelProvider not caching 'failed' results
Also tweak some timeout values to try to make dynamic CA and reconcile
more responsive.
2017-07-21 17:13:41 -07:00
Kris De Volder
2b0829e1f6 Add some logging around bosh cmd exec, trying to see why it is taking so long! 2017-07-21 14:07:29 -07:00
Kris De Volder
8b71803a80 Cleanup: messy use of mixed spaces and tabs 2017-07-21 13:39:19 -07:00
Kris De Volder
e40b81bc87 Revert "Temporarily disable dynamic cloud-config features in bosh editor"
This reverts commit ebcd3f41cb.
2017-07-21 12:17:31 -07:00
Kris De Volder
ebcd3f41cb Temporarily disable dynamic cloud-config features in bosh editor 2017-07-21 12:09:07 -07:00
Kris De Volder
dc07bbf32a Missing sha1 error demoted to a warning 2017-07-21 11:47:40 -07:00
Kris De Volder
47d401a973 Merge branch 'master' of github.com:spring-projects/sts4 2017-07-21 10:52:11 -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
Martin Lippert
a4defe091a first steps towards symbol in file navigation for spring annotations 2017-07-21 16:41:25 +02:00
Kris De Volder
4342b237ed Add missing hovers for releases attributes 2017-07-20 14:50:07 -07:00
Kris De Volder
27f5e4eca9 Merge branch 'master' of github.com:spring-projects/sts4 2017-07-20 14:36:52 -07:00