Commit Graph

63 Commits

Author SHA1 Message Date
nsingh
de5226ff61 Added CF callable context to better handle client errors
Also added junits to commons-cf that test the error handling.
2017-01-31 15:52:17 -08:00
Kris De Volder
3372adcf75 Small improvement to reconiler error message 2017-01-29 09:59:57 -08:00
Kris De Volder
928817a6b5 Add support for s3 resource type 2017-01-28 14:49:34 -08:00
Kris De Volder
ae3218ba66 Define basic structure for task.yml files 2017-01-26 12:20:18 -08:00
Kris De Volder
2493e928f6 Merge branch 'master' of github.com:spring-projects/sts4 2017-01-26 10:05:04 -08:00
Kris De Volder
6fc28357aa Enable concourse editor for task files. 2017-01-26 10:04:46 -08:00
nsingh
d34b00f28b Fix order of checking subtype 2017-01-25 16:23:54 -08:00
nsingh
bc6181d3df Allow subtypes in ExceptionUtil method 2017-01-25 16:05:11 -08:00
Kris De Volder
caa554d288 Improving some error marker messages 2017-01-24 19:07:37 -08:00
Kris De Volder
89aabeef64 Improve some error messages. 2017-01-24 17:57:37 -08:00
nsingh
69976eeac8 Fixed bug where no-targets error still contains appended information 2017-01-24 15:46:48 -08:00
Kris De Volder
68b4582f07 Merge branch 'goto-definition' 2017-01-24 12:10:23 -08:00
Kris De Volder
099c19bba3 Goto definition iin pipeline editor, working for resources 2017-01-24 12:05:15 -08:00
nsingh
52129ab105 Fix issue where blank service shows as warning instead of error
Parse issues on service name still will show as warnings
2017-01-24 11:45:28 -08:00
nsingh
dfe8cd1e8d Allow services parsing to show as warning instead of error 2017-01-23 21:26:28 -08:00
nsingh
68e550867d Minor method name change 2017-01-23 15:10:23 -08:00
nsingh
ef00527a9e Added value parse exception
This allows distinct cases where error messages resulting from value
parse exception should not include additional information.
2017-01-23 15:08:41 -08:00
nsingh
2e3f4f8cb8 Renamed method in ExceptionUtil 2017-01-23 10:56:40 -08:00
Kris De Volder
a2d8bba697 Merge branch 'master' of github.com:spring-projects/sts4 2017-01-20 15:42:23 -08:00
Kris De Volder
7fc85b79c9 Bugfix: incorrect bounds check in IntegerRange 2017-01-20 15:40:20 -08:00
Kris De Volder
6eeeb0bb2a Add support for validation of expected number of documents in a YamlFileAst
Use it to produce some errors for manifest.yml files.
2017-01-20 13:47:15 -08:00
nsingh
ae2a68709a Fixed issue where exception name was shown in CF proposal 2017-01-20 12:10:17 -08:00
nsingh
6ce2947663 Allow exceptions in hint providers to be handled by the framework
Changed the hint providers to throw exception when resolving hints, and
the framework now handles the errors by creating a suitable error
completion.
2017-01-19 13:37:05 -08:00
Kris De Volder
edb4ed1f2e Cosmetic code-style fix. 2017-01-19 11:45:19 -08:00
nsingh
2c0e536026 Fixed error in printing values in the Enum value parser 2017-01-19 11:35:03 -08:00
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
5d00f4447e Better handling of IOException in CF connection errors 2017-01-17 11:05:14 -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
Kris De Volder
27c7e9fefd Run script to fix remaining copyrights 2017-01-12 13:39:11 -08:00
nsingh
2cbca3304b Code cleanup for CF support in vscode 2017-01-11 15:51:25 -08:00
nsingh
c5f0457ecc Fixed exception handling in util when a message is present 2017-01-05 11:28:07 -08:00
nsingh
2dd432a46e Initial commit of CF vscode extension 2017-01-05 10:58:56 -08:00
Kris De Volder
65451b0ff2 Concourse: basic support for 'timeout' attribute 2016-12-21 16:54:30 -08:00
Kris De Volder
7442db205d Concourse: reconcile checking for non-existent resources 2016-12-20 16:44:25 -08:00
Kris De Volder
d199bb260f concourse editor basics working, tests passing 2016-12-14 16:32:02 -08:00
Kris De Volder
fece70fa8d Basic concourse pipeline editor working 2016-12-13 14:14:59 -08:00
Kris De Volder
f3193ecdaf Use LineTracker in TextDocument 2016-12-12 15:06:22 -08:00
Kris De Volder
7342325ef2 Copy LineTracker related code from eclipse 2016-12-12 13:26:34 -08:00
Kris De Volder
ddf1e47b3e Use javaolution.Text in TextDocument implementation 2016-12-12 12:59:15 -08:00
BoykoAlex
e9f7cd46ba Ensure commons-language-server is independent from java/maven projects 2016-12-08 19:17:29 -05:00
Kris De Volder
e508326b69 Add 'hoverinfo' to completions in manfest.yml editor 2016-12-02 15:50:49 -08:00
BoykoAlex
623e2d1f28 Small cleanup 2016-12-01 18:42:37 -05:00
BoykoAlex
db1402cf6b Switch HTML hover tests to markdown tests 2016-12-01 15:45:21 -05:00
nsingh
a21ab89212 PT 131351003 - Added hover support for property keys
Also enabled JUnits to test hover support for property keys.
2016-11-29 20:36:05 -08:00
Kris De Volder
14feb0f0c6 Make completions computation properly async 2016-11-28 13:26:32 -08:00
BoykoAlex
5a520e5f93 Merge branch 'master' of https://github.com/spring-projects/sts4 2016-11-22 20:37:23 -05:00
BoykoAlex
3bf568b6a2 Hovers for application properties 2016-11-22 20:36:53 -05:00