1261 Commits

Author SHA1 Message Date
Kris De Volder
9f4b9a16b9 Remove .project file from vscode-boot-properties
It doesn't belong there anymore. This is now just a typesctript/node project, not something you open in Eclipse.
2017-04-07 13:39:11 -07:00
Kris De Volder
ab7cac3804 Merge branch 'master' of github.com:spring-projects/sts4 2017-04-07 10:38:42 -07:00
Kris De Volder
5c325eadd9 Split vscode-boot-properties to separate language-server 2017-04-07 10:32:35 -07:00
BoykoAlex
55f50029e9 Route validation
Route value validation

Adjust validation

Unit tests
2017-04-07 13:20:14 -04:00
Kris De Volder
0cae62d96a Split-off manifest-yaml build to separate job 2017-04-06 18:20:44 -07:00
Kris De Volder
bf8f8cffa9 Moved commons and concourse editor to 'headless-services' 2017-04-06 17:21:53 -07:00
Kris De Volder
3abf189512 Small tweak to pipelne schema 2017-04-06 15:04:49 -07:00
Kris De Volder
b42c5d793a Fix PT-140783423 'branch' only required if used in 'put' step. 2017-04-06 14:14:22 -07:00
Kris De Volder
e4c16348f2 Fix failing test 2017-04-06 11:43:54 -07:00
Kris De Volder
cc3cfbb9b6 Content assist and checking for 'location' values in time resource 2017-04-06 11:34:49 -07:00
Kris De Volder
175ce7e35f Add another test for 'time' resource. 2017-04-06 10:30:31 -07:00
Kris De Volder
eaafc90197 Support for time resource type 2017-04-06 08:56:24 -07:00
Kris De Volder
ec042b7003 Relaxed indentation context... support for sequence context 2017-04-05 14:31:38 -07:00
Kris De Volder
d0fd620fec Relaxed indentation context 2017-04-04 18:02:32 -07:00
Kris De Volder
b8335e6232 Start pulling out 'vscode-concourse' building into separate job 2017-04-04 10:18:13 -07:00
Kris De Volder
bc60320113 Switch to cf client release (2.4.0 has been out long, no need to stick on snapshot) 2017-04-04 08:33:26 -07:00
Kris De Volder
d56937591c Undo the changes that show missing toplevel property at end of file 2017-04-03 16:59:14 -07:00
Kris De Volder
5de3963e91 Tweak: try to make problem marker at end of document more visible. 2017-04-03 16:02:30 -07:00
Kris De Volder
08f83c8824 Tweak: try to make problem marker at end of document more visible. 2017-04-03 15:34:17 -07:00
Kris De Volder
097e858232 Fix failing test case 2017-04-03 15:01:30 -07:00
Kris De Volder
dcd871631c Additional improvements for PT-140709005
For missing properties in toplevel nodes, place the error marker at the
end of the document.
2017-04-03 14:57:59 -07:00
Kris De Volder
f96495e3ef Additional improvements for PT-140709005
For missing properties in nodes in a sequence, try to underline the corresponding '-' in the input associated with the sequence node,  instead of
underlining the entire node that is missing the property.
2017-04-03 14:33:12 -07:00
Kris De Volder
88013ef803 Fix PT-140709005 better underlining for missing property warnings
Try to underline corresponding parent property key instead of the entire node that is missing the property.
2017-04-03 12:11:34 -07:00
Kris De Volder
f64b90e19c Refactor so that 'missing property' marker is created in one place
This is in preparation to change the logic of how marker location is determined.
2017-04-03 11:36:58 -07:00
Kris De Volder
3e73814aa9 Reconcile: 'image' attribute in a task step should refers to a resource name 2017-04-03 11:16:51 -07:00
Kris De Volder
6191c23b23 Fix a bug and fix tests so it catches that kind of bug in future.
Bug caused by using == to compare Language ids instead of .equals
2017-04-03 10:27:55 -07:00
Kris De Volder
3b7d8710bb Tweak test: check that 'Deprecated' problem is severity warning. 2017-04-03 09:42:39 -07:00
Kris De Volder
18c5fc2ebc Add deprecated warning for 'image_resource' and 'image' in embedded task 2017-04-03 09:40:35 -07:00
Kris De Volder
2790976983 Fix PT-142788419 more accurate checking of constraints
The use of 'image' and 'image_resource' in an embedded task config is only
required if it is not already defined in the task itself.
2017-03-31 17:42:55 -07:00
Martin Lippert
8eb5a27f7b fixed wrong vscode ignore setting that kept the boot-java build out of the vsix package 2017-03-16 11:35:24 +01:00
Martin Lippert
f05be734f8 added reference search for yml property files 2017-03-11 20:03:38 +01:00
Martin Lippert
88ab57f1a0 some code cleanup work 2017-03-10 14:23:50 +01:00
Martin Lippert
f53370e380 added reference search for properties in property files 2017-03-10 14:08:17 +01:00
Kris De Volder
8c752ebdbd Add regression test (disabled) for 'relaxed indent context' feature
Suspending work on this for now, to be resumed later.
2017-03-08 11:21:08 -08:00
Martin Lippert
71152eaeb6 implemented first steps towards a reference handler for boot properties used in value annotations 2017-03-06 10:03:40 +01:00
Martin Lippert
7b4db21465 added reference handler mechanism 2017-03-06 10:02:43 +01:00
Kris De Volder
c60de23c62 Make 'inputs' property in TaskConfig no longer required. 2017-03-03 15:31:54 -08:00
Kris De Volder
6dec704f3c Avoid crashing language server for 'strange' content assist contexts.
When outside of a meaningful yaml document (i.e. somewhere before
the document marker that starts the first yaml document), invoking content
assist crashed the language server.

Now it just produces no completions instead.
2017-03-03 14:56:54 -08:00
Kris De Volder
ff531d3a9b Fix PT_140711495: triple dash disrupts content assist 2017-03-03 13:47:50 -08:00
Kris De Volder
3267d1de7c Property constraint violations in concourse editor are warnings. 2017-03-01 16:49:18 -08:00
BoykoAlex
f2486c1a8b Shut down Gradle daemons right away. 2017-02-28 19:34:48 -05:00
Kris De Volder
2c387582d8 Fix another test failure 2017-02-27 16:32:59 -08:00
Kris De Volder
6e59efad34 Fix another test failure 2017-02-27 16:30:35 -08:00
Kris De Volder
fdb61e68d8 Fix compile issue caused by lsp4j api changes 2017-02-27 16:27:41 -08:00
Kris De Volder
945c228de3 Fix more failing tests 2017-02-27 16:21:28 -08:00
Kris De Volder
3f3e0f2c90 Fix failing test case 2017-02-27 16:12:39 -08:00
Kris De Volder
bcebac6923 Update lsp4j to 2.0 snapshot version 2017-02-27 15:53:14 -08:00
Kris De Volder
bfb41d2dcb Fix issue with .classpath file 2017-02-27 15:08:18 -08:00
Kris De Volder
c81fc7609c Cleanups: spaces and tabs 2017-02-27 15:07:50 -08:00
Kris De Volder
038f5586da Merge branch 'master' of github.com:spring-projects/sts4 2017-02-27 08:54:57 -08:00