Commit Graph

1098 Commits

Author SHA1 Message Date
BoykoAlex
f5e9f47a25 Build: correct installation of bundle-deps 2017-08-04 14:16:49 -04:00
BoykoAlex
a255935c55 Build: create tarball of atom package with dependencies 2017-08-04 14:01:37 -04:00
BoykoAlex
ee88a8a734 Build: modify fat jar url to the one produced by the build 2017-08-04 13:32:22 -04:00
BoykoAlex
660a2c4aad Build: Install atom-commons into atom package 2017-08-04 12:55:05 -04:00
BoykoAlex
5a264d14d5 Cleanup 2017-08-04 11:32:31 -04:00
BoykoAlex
481175b044 Allow public read for fatjars 2017-08-03 19:44:26 -04:00
BoykoAlex
c117ab4a01 Merge branch 'master' of https://github.com/spring-projects/sts4 2017-08-03 16:59:12 -04:00
BoykoAlex
ba30c1e293 Remove commented out temp data 2017-08-03 16:58:40 -04:00
Kris De Volder
66c427f37a Simplify dependcies in pipeline for atom 2017-08-03 13:34:07 -07:00
Kris De Volder
0d7abd9f61 Fix build-atom script 2017-08-03 13:10:00 -07:00
Kris De Volder
eb0b90aac9 Make build-atom-package executable 2017-08-03 13:00:20 -07:00
Kris De Volder
2f7dd557d4 Add build-atom-package dummy scripts 2017-08-03 12:56:01 -07:00
Kris De Volder
e40c2c134f Re-enable running atom ls tests 2017-08-03 12:19:29 -07:00
Kris De Volder
2e6104fcd3 Print contents of atom test buil output (for debug) 2017-08-03 11:52:58 -07:00
Kris De Volder
77769dee76 Merge branch 'master' of github.com:spring-projects/sts4 2017-08-03 11:48:24 -07:00
Kris De Volder
55e83baf85 Fix script and skip tests 2017-08-03 11:48:09 -07:00
BoykoAlex
3ec72082eb Fix bosh tests for atom LS settings 2017-08-03 14:39:13 -04:00
Kris De Volder
0ed15ddb33 Remove redundant script code 2017-08-03 11:27:09 -07:00
Kris De Volder
f87293303e Copy fatjars to output folder after atom test build 2017-08-03 11:26:30 -07:00
Kris De Volder
1c3577050e Add an output to atom-test build 2017-08-03 11:15:00 -07:00
BoykoAlex
0c5eb86508 Merge branch 'master' of https://github.com/spring-projects/sts4 2017-08-03 14:06:53 -04:00
BoykoAlex
8428854c2f Fix tests for disabled lazy completion proposals setting 2017-08-03 14:06:19 -04:00
Kris De Volder
cae5e83039 Run package instead of test for atom-tests build 2017-08-03 11:01:13 -07:00
Kris De Volder
37121f6965 Merge branch 'master' of github.com:spring-projects/sts4 2017-08-03 10:57:05 -07:00
Kris De Volder
621e16d3a7 Try to fix atom-ls test build script 2017-08-03 10:55:17 -07:00
Kris De Volder
14ad658377 Try to fix atom-ls test build script 2017-08-03 10:37:51 -07:00
BoykoAlex
c51f56f717 Merge branch 'master' of https://github.com/spring-projects/sts4 2017-08-03 13:35:50 -04:00
BoykoAlex
8faef3897a Fix tests for lazy completions disable property 2017-08-03 13:35:12 -04:00
Kris De Volder
13f35df81e Try to fix atom-ls test build script 2017-08-03 10:35:00 -07:00
Kris De Volder
46dd5751db Add trigger for running atom language server tests 2017-08-03 10:31:18 -07:00
Kris De Volder
3ed4f04f2d Add test run for atom language-server 2017-08-03 10:28:45 -07:00
Kris De Volder
1b179da90e Indentation related bugfix for completions that jump to next line 2017-08-02 17:09:37 -07:00
Kris De Volder
ff52412161 Add warning comment about subtlety around delayed value parsers. 2017-08-02 15:36:30 -07:00
Kris De Volder
a4a8693aa4 Fix failing tests 2017-08-02 15:15:24 -07:00
nierajsingh
fd2416bb06 Merge pull request #12 from nierajsingh/async_validations
Separate delayed constraints into slow and fast collections
2017-08-02 12:46:31 -07:00
nsingh
464e36ad2d Further doc change 2017-08-02 12:44:30 -07:00
nsingh
edc94daa4f Changed doc to be clearer on the contract for checkpoint method 2017-08-02 12:43:52 -07:00
BoykoAlex
aef48e1767 Sort out versions for npm packages 2017-08-02 15:17:31 -04:00
nsingh
0c10f2eafe Merge branch 'master' into async_validations
Conflicts:
	headless-services/commons/commons-util/src/main/java/org/springframework/ide/vscode/commons/util/EnumValueParser.java
2017-08-02 12:16:33 -07:00
BoykoAlex
7166e3d15c Rename atom packages to include pivotal prefix 2017-08-02 14:51:50 -04:00
nsingh
ef3981b162 Adding docs and some code cleanup 2017-08-02 10:51:00 -07:00
Kris De Volder
775d715c35 Fix but around dedented snippets and completions 2017-08-02 10:42:03 -07:00
Kris De Volder
7c19c5df85 Fix small spacing issue in snippet generator 2017-08-02 09:52:53 -07:00
Kris De Volder
88c703e9e5 Snippets now mostly working all tests passing. 2017-08-02 09:11:13 -07:00
nsingh
0a530d9e32 Separate delayed constraints into slow and fast collections
The slow part is for CF-related constraints like long-running value
parsers. Also, the "fast" constraints and other problems are reported
first via a new checkpoint call to the problems collector. The complete
list of problems are then reported afterwards at the end of the
collection, like before.
2017-08-01 13:48:27 -07:00
Kris De Volder
e0d9effc14 Fix test failure 2017-08-01 12:12:49 -07:00
Kris De Volder
d9f2047bcf Snippet generator mostly working, still needs some tweaks / bug fixes. 2017-08-01 12:05:25 -07:00
Kris De Volder
b1fa77603c V1 schema trigger property is *only* networks 2017-07-31 09:11:33 -07:00
Kris De Volder
6bdc83217d Fix bug around empty-stirng checks for enumvalueparsing 2017-07-28 16:58:17 -07:00
Kris De Volder
49f33fb8f7 Small tweak to sha1 prop docs 2017-07-28 16:57:46 -07:00