Commit Graph

312 Commits

Author SHA1 Message Date
Martin Lippert
18ee1de7a5 extracted annotation indexing into its own class and switched to batch parsing of java files 2017-09-04 20:58:23 +02:00
Martin Lippert
a9e325c32e create nicer symbols for request mapping annotations 2017-08-31 13:31:26 +02:00
Kris De Volder
3d201b8367 Small typo fix in comment 2017-08-29 14:46:23 -07:00
Kris De Volder
b1ae19d9c6 Make fetch parameter in git-resource deprecated
See discussion here: 
 - https://github.com/concourse/git-resource/issues/118
 - https://www.pivotaltracker.com/story/show/150640930
2017-08-29 09:27:07 -07:00
Martin Lippert
c30e6d558a fixed wrong ast node 2017-08-29 13:34:14 +02:00
Martin Lippert
35f1103303 finished refactoring of boot annotation type centric packages and handler registration 2017-08-29 11:41:38 +02:00
Martin Lippert
51ad3f58fd refactored boot java handlers to be more dynamic and structured around spring types 2017-08-28 14:51:44 +02:00
Martin Lippert
698cc8ef97 scan all spring annotations for workspace symbols 2017-08-28 11:56:14 +02:00
Martin Lippert
3b29875f55 organize imports 2017-08-28 11:55:47 +02:00
Martin Lippert
ae03bdfa3f fixed compile problem caused by changed interface for java project finders 2017-08-27 18:56:35 +02:00
Martin Lippert
3cbce5e81a started to implement infrastructure to parse java projects completely 2017-08-27 18:48:00 +02:00
Martin Lippert
6dc57c37b4 added empty workspace symbol provider for boot java ls 2017-08-25 17:11:51 +02:00
Martin Lippert
88b47b262d added workspace symbol handler infrastructure 2017-08-25 17:11:14 +02:00
Martin Lippert
0722590864 added html rendering to java boot hovers 2017-08-25 12:20:26 +02:00
Kris De Volder
4cf5a9e71d Merge branch 'master' of github.com:spring-projects/sts4 2017-08-23 10:26:37 -07: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
Martin Lippert
a6d10441f8 first prototype to display request mapping information from running apps as hover on source code 2017-08-23 16:35:51 +02:00
Martin Lippert
4bdeec295a integrated dynamic and automatic identification of running boot apps to grab property information for hovers 2017-08-22 17:00:33 +02:00
Kris De Volder
694e9a9fa8 Bump version to 0.0.10 2017-08-21 16:57:38 +00:00
Kris De Volder
56e8b5e008 Fix spurrious 'does not interact with resource error'
See: https://www.pivotaltracker.com/story/show/150337510
2017-08-17 12:13:09 -07: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
fdfc8d59b7 More detailed message in 'error' CA when bosh cli features are disabled.
The message directs users to consult the readme for information on how
to configure the CLI.
2017-08-16 13:32:59 -07:00
Kris De Volder
733ca50f3e Avoid needless bosh cli execution if target not set 2017-08-16 13:24:23 -07:00
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