Commit Graph

216 Commits

Author SHA1 Message Date
nsingh
eef84c37c3 Handle case where text is blank in the enum parser
This is to avoid calling the hints provider when it is not necessary and
to better handle the case when no text is present (error should be
thrown)
2017-01-18 15:48:31 -08:00
nsingh
86501b0889 Improvements to error handling for CF dynamic values 2017-01-18 15:27:30 -08:00
Kris De Volder
7849516ca1 Merge branch 'master' of github.com:spring-projects/sts4 2017-01-18 15:19:32 -08:00
Kris De Volder
5e9429b284 Start adding tests for hover on GitResourceSource attributes
And make the tests pass.
2017-01-18 15:19:09 -08:00
nsingh
ef8b6b8bdc Updated v2 CF Java client
Also removed any unused v2 operations and associated wrapper types
2017-01-18 11:38:41 -08:00
nsingh
31698c10dc Use StringUtil to check for set refresh token 2017-01-17 16:09:35 -08:00
nsingh
e9516055b3 Fixed bug when checking if refresh token is set in CLI config.json 2017-01-17 11:28:21 -08:00
nsingh
5d00f4447e Better handling of IOException in CF connection errors 2017-01-17 11:05:14 -08:00
nsingh
f25d2c9c94 Fixed regression in error handling in CF support 2017-01-17 10:29:59 -08:00
nsingh
eec7f0423f Moved common types out of the v2 package 2017-01-17 09:49:29 -08:00
nsingh
1abda9aedf Added caching of services, buildpacks and targets using guava caching 2017-01-16 16:57:45 -08:00
Kris De Volder
9519a790fe Fix Cancelation related errors and other problem in case of 'slow' completion
computers.
2017-01-16 14:35:57 -08:00
Kris De Volder
46eee65b9a Fix PT-137722057 extra space in name completion directly after a '-' 2017-01-16 09:55:46 -08:00
Kris De Volder
f47020af5e GitResourceSource type: all properties defined. 2017-01-16 08:34:56 -08:00
Kris De Volder
5aa7c4076e Laying the groundwork for GitResourceSource type support 2017-01-14 17:01:50 -08:00
Kris De Volder
ec3644827d Fix failin test case 2017-01-13 15:13:04 -08:00
Kris De Volder
6c893cfc13 PT_137299017 fix and tests (extra space added in front of value completion) 2017-01-13 14:56:52 -08:00
nsingh
daf48eaac2 Initial support for services validation 2017-01-13 11:17:25 -08:00
Kris De Volder
a55d80f33a Merge branch 'master' of github.com:spring-projects/sts4 2017-01-13 10:54:10 -08:00
Kris De Volder
15eec8b080 Fix PT-136196057: correct indentation after 'do' step completion 2017-01-13 10:53:35 -08:00
Martin Lippert
d27225f2b9 minor polish 2017-01-13 13:55:25 +01:00
Martin Lippert
078ea5d16b updated to latest changes in lsp4e and updated cf-manifest-language server dependency to point to latest 0.0.2 snapshots 2017-01-13 11:34:07 +01:00
Kris De Volder
d4c3d84714 Better way to get user.home 2017-01-12 15:56:45 -08:00
Kris De Volder
27c7e9fefd Run script to fix remaining copyrights 2017-01-12 13:39:11 -08:00
Kris De Volder
b996f328fc Add some missing copyrights manually 2017-01-12 13:31:40 -08:00
nsingh
d4d1de483c Changed message indicating no information fetched from CF 2017-01-12 10:47:14 -08:00
nsingh
d1b9eb1fb8 Further changes to error messages when no CF proposals are available 2017-01-11 22:09:38 -08:00
nsingh
2cbca3304b Code cleanup for CF support in vscode 2017-01-11 15:51:25 -08:00
nsingh
4345534492 Refactored CF client timeouts so that they can be more configurable.
Also added some missing copyright headers.
2017-01-11 11:49:37 -08:00
nsingh
dd0d69355a Disable application push in the CF vscode requests 2017-01-11 10:26:39 -08:00
nsingh
e01d439b2b Removed CF target caching
Clients should be cached and reused when possible, but not the targets
as the external targets configuration (e.g. CLI config) can change while
the language server is running.
2017-01-09 15:00:35 -08:00
nsingh
c66b6565d0 Renamed CF client targets 2017-01-09 10:27:04 -08:00
nsingh
2a623811ec Minor refactoring of CF targets in vscode 2017-01-09 10:18:07 -08:00
nsingh
8349540175 Added missing CF target files 2017-01-07 13:57:05 -08:00
nsingh
46eb0466e2 Add dynamic CF buildpacks and services completion values 2017-01-07 11:59:17 -08:00
nsingh
2586dc419f Renamed cf target package 2017-01-05 12:42:23 -08:00
nsingh
c5f0457ecc Fixed exception handling in util when a message is present 2017-01-05 11:28:07 -08:00
nsingh
5da35b7499 Renamed test package 2017-01-05 11:02:44 -08:00
nsingh
2dd432a46e Initial commit of CF vscode extension 2017-01-05 10:58:56 -08:00
Kris De Volder
1cd521bc07 Add hover docs for resource_type sub attributes 2016-12-22 11:28:25 -08:00
Kris De Volder
65451b0ff2 Concourse: basic support for 'timeout' attribute 2016-12-21 16:54:30 -08:00
Kris De Volder
216e96156a Add duplicate-key checking to concourse editor 2016-12-21 08:46:47 -08:00
Kris De Volder
302938ab75 Set encoding in parent pom to avoid annoying warning in mvn build 2016-12-20 21:10:53 -08:00
Kris De Volder
3837c8a9e4 Completions for 'resourceName' in put and get task 2016-12-20 21:01:17 -08:00
Kris De Volder
7442db205d Concourse: reconcile checking for non-existent resources 2016-12-20 16:44:25 -08:00
Kris De Volder
a6f3e2a564 Remove some log messages 2016-12-17 08:50:32 -08:00
Kris De Volder
d82df66496 Remove some log messages 2016-12-16 18:42:33 -08:00
Kris De Volder
9056bff359 Fix failing test cases 2016-12-16 18:40:59 -08:00
Kris De Volder
05bd1dfcd6 NPE caused by ambiguous keys fixed. 2016-12-16 17:56:22 -08:00
Kris De Volder
d867f71592 Remove unnessary param from getContextNode method 2016-12-16 14:37:41 -08:00