Commit Graph

75 Commits

Author SHA1 Message Date
Alex Boyko
ea6079bea2 Fix maven build on Windows 2016-10-24 12:56:32 -04:00
Kris De Volder
46e2334b0c Introduce IClasspath abstraction. 2016-10-21 16:01:42 -07:00
BoykoAlex
f05e3b66cb Create commons-maven project 2016-10-20 17:52:59 -04:00
Kris De Volder
8d74d5af53 vscode-manifest-yaml package renames
Bring package names in line with project names
2016-10-20 11:33:03 -07:00
Kris De Volder
ba43ccbd5f vscode-application-yaml package renames
Bring package names in line with project name
2016-10-20 11:24:15 -07:00
Kris De Volder
409891bc6a Fix vscode-languageclient lib version to 2.5.x.
Seems like stuff is breaking starting in 2.6.0
2016-10-20 10:58:28 -07:00
Kris De Volder
14b2ff78b2 vscode-application-properties package renames
Bring package names in line with project name
2016-10-20 10:57:17 -07:00
Kris De Volder
fba4c5e9f9 language-server-test-harness package renames
Bring package names inline with project name
2016-10-20 10:08:06 -07:00
Kris De Volder
01e56c369a java-properties package rename
Brin package names inline with project name
2016-10-20 10:06:00 -07:00
Kris De Volder
ac92d37d75 commons-yaml package renames
Bring package names inline with project-name
2016-10-20 10:03:25 -07:00
Kris De Volder
61fb272209 commons-util package renames
Bring package names inline with project name
2016-10-20 10:01:52 -07:00
Kris De Volder
057cd2a3c3 commons-language-server package renames
Bring package names in line with project names
2016-10-20 09:59:55 -07:00
Kris De Volder
67eb11fae1 commons-java project
Bring package names in line with project name
2016-10-20 09:57:41 -07:00
Kris De Volder
88f7f50d30 application-properties-metadata project
Bring package names more inline with project name
2016-10-20 09:55:35 -07:00
Kris De Volder
712d9ed98e Add missing jars 2016-10-19 16:28:17 -07:00
Kris De Volder
59c78615ab Application yaml now verifies simple
property names
2016-10-19 16:22:33 -07:00
Kris De Volder
43f7659901 Ignore failing test 2016-10-17 12:58:00 -07:00
Kris De Volder
3f9f21d09d Rename YamlLanguageServer to ApplicationYamlLanguageServer 2016-10-17 12:57:19 -07:00
Kris De Volder
b3d85501a2 Fix failing test case 2016-10-17 12:04:18 -07:00
Kris De Volder
7954fa2bb5 Porting all the tests from YamlEditorTests in old STS
Moved into ApplicationPropertiesTests suite. All tests running but
most are not yet passing. Tests that are expected to fail w.r.t. 
already implemented functionlaity are marked with
@Ignore annotations.
2016-10-17 11:16:43 -07:00
Kris De Volder
5f552c4f26 Rename language-server-commons -> commons-language-server 2016-10-14 11:13:38 -07:00
Kris De Volder
c6c720c14f Rename yaml-commons -> commons-yaml 2016-10-14 11:02:02 -07:00
Kris De Volder
30902b0b7e Rename util-commons -> commons-util 2016-10-14 10:54:23 -07:00
Kris De Volder
a5f9777141 Merge all StringUtil into a single class. 2016-10-14 10:29:45 -07:00
BoykoAlex
62d3d82b48 Attempt to fix hanging unit tests 2016-10-14 12:38:54 -04:00
BoykoAlex
b4594fc313 Merge branch 'master' of https://github.com/spring-projects/sts4 2016-10-13 19:39:22 -04:00
BoykoAlex
cd0a238cc8 Removed maven invoker staff from the pom - unnecessary 2016-10-13 19:38:57 -04:00
Kris De Volder
15557e6908 Add an aggregator pom to build all the vscode extensions maven bits. 2016-10-13 14:54:07 -07:00
Kris De Volder
547b73b04b Fix compliation errors due to typefox lsapi evolution 2016-10-13 14:53:27 -07:00
Kris De Volder
2551a5e997 Port DocumentEditsTests to sts4 2016-10-13 14:13:48 -07:00
BoykoAlex
01c3bb03d4 Tests for app-props-metadata 2016-10-13 13:11:38 -04:00
BoykoAlex
04679f2650 Name tests files appropriately 2016-10-12 19:21:56 -04:00
BoykoAlex
9c69b71d59 Merge branch 'master' of https://github.com/spring-projects/sts4 2016-10-12 17:17:37 -04:00
BoykoAlex
c444aa0fad Fix the build for app-props-metadata and basic unit tests 2016-10-12 17:17:09 -04:00
Kris De Volder
a1c828088d Merge branch 'master' of github.com:spring-projects/sts4 2016-10-12 13:34:33 -07:00
Kris De Volder
47daa65afe No indent list item completion below map key 2016-10-12 13:34:21 -07:00
BoykoAlex
ff23aca698 Boot properties metadata excluding JDT dependencies 2016-10-06 15:26:04 -04:00
Kris De Volder
d4439b246b Manifest.yml completions working now in vscode 2016-10-05 11:05:28 -07:00
Kris De Volder
5cf7740a7c Passes all our tests but...
Unfortunately vscode doesn't like our completions because they span multiple lines.
2016-10-04 15:56:55 -07:00
Kris De Volder
741d110bad Port YamlStructureParser and its tests to yaml-commons 2016-10-03 14:42:13 -07:00
Kris De Volder
e804ea03f9 Flesh out testharness a bit more
Help in testing completions
2016-10-03 12:11:00 -07:00
Kris De Volder
c65fe98aab Update lsapi version to 0.3.0 release 2016-10-03 11:02:06 -07:00
Kris De Volder
f310316739 Cleanup imports and some other obsolete code 2016-10-03 10:27:27 -07:00
Martin Lippert
d246e1a4bc fixed main class def of application.properties editor language server 2016-09-28 17:27:10 +02:00
BoykoAlex
78ee974727 Spring Boot App Properties extension - initial commit 2016-09-27 16:35:34 -04:00
BoykoAlex
0ef54104be Correct syntax error ranges 2016-09-27 15:37:17 -04:00
BoykoAlex
d50d59c9b6 Missing refactoring change 2016-09-27 13:09:51 -04:00
BoykoAlex
e32742f3a1 Rename test package 2016-09-27 11:57:32 -04:00
BoykoAlex
c733efacda Java Properties parser project 2016-09-27 11:55:28 -04:00
BoykoAlex
9b003a63e7 Merge branch 'master' of https://github.com/spring-projects/sts4 2016-09-23 18:03:23 -04:00