Martin Lippert
c2bb06bc2c
remove old quick search from eclipse 4.13-based builds
2019-08-09 10:56:29 +02:00
Kris De Volder
768bcc8c53
Workaround for ls processes being leaked by lps4e
...
See:
- https://bugs.eclipse.org/bugs/show_bug.cgi?id=549904
- https://www.pivotaltracker.com/story/show/167519460
2019-08-08 17:18:06 -07:00
Kris De Volder
f87626059c
Fix compile error on older ls4e target
2019-08-07 14:10:42 -07:00
Kris De Volder
e02c3b1a2e
Copy code for LSPTextHover from lsp4e
...
This is to avoid compilation issues after class
renamed in lsp4e.
If lsp4e undoes the rename as requested in this bug:
https://bugs.eclipse.org/bugs/show_bug.cgi?id=549859
Then this commit can/should be reverted.
2019-08-07 12:39:51 -07:00
Martin Lippert
c0c1caf959
removed unnecessary log statement
2019-08-07 16:49:01 +02:00
Martin Lippert
379f3c102a
try with resource when reading symbol cache data to avoid leaking file handles
2019-08-07 16:49:01 +02:00
Martin Lippert
2768a29f09
avoid putting null elements in the symbol addon information list, causes issues when reading such a json and setting the array data back in
2019-08-07 16:49:01 +02:00
BoykoAlex
b0e8e53bfc
PT #167680960 : Content-type element must have file-names, patterns set
2019-08-02 16:22:26 -04:00
BoykoAlex
45b8a2e1dc
PT #167595632 : Update CMs after Classpath sent off to LS (Experimental)
2019-08-02 15:50:22 -04:00
Kris De Volder
0776c10491
Revert "Add some logging to debug CTRL-click issue"
...
This reverts commit 618a75e09c .
2019-08-02 11:26:19 -07:00
Kris De Volder
618a75e09c
Add some logging to debug CTRL-click issue
2019-08-02 11:03:53 -07:00
BoykoAlex
3a03f3041d
PT #167595632 : Fix highlight codelens provider
2019-08-02 00:35:21 -04:00
BoykoAlex
7449dfb526
PT #167561911 : Boot LS starts form XML config files not for others
2019-08-01 09:26:06 -04:00
Martin Lippert
13dbd5fa00
fix silly attempts to get rid of errors during compilation and put the missing import-package in place, otherwise it obviously cannot work
2019-07-31 15:53:44 +02:00
Martin Lippert
ed2a6db603
next try to ignore discouraged access warnings while building
2019-07-31 12:37:45 +02:00
Martin Lippert
5c66a4d369
fix discouraged access warnings
2019-07-31 12:12:03 +02:00
Martin Lippert
331bf130cd
removed bundle require dependency on xtext base lib to not pull all the dependencies and to avoid package-use conflicts
2019-07-31 11:38:11 +02:00
Kris De Volder
d061e14b97
Add a script to publish theia-boot docker image to docker hub
2019-07-29 16:09:30 -07:00
Kris De Volder
014c69ac15
Remove dedicated Theia user from theia-spring-boot image
2019-07-29 11:59:49 -07:00
Martin Lippert
4d7f9b127c
https fix
2019-07-28 17:24:48 +02:00
Kris De Volder
61c79f5281
Another attempt to fix test failures
2019-07-26 09:10:19 -07:00
Kris De Volder
d417fd461f
More verbose test failure.
2019-07-25 17:46:49 -07:00
Kris De Volder
d9f48ed693
Fix for PT-167494938
...
Snippet completion was broken for concourse resource type
'extra insertions'.
2019-07-25 16:46:00 -07:00
Kris De Volder
bd061a4ec3
Take superclass into account for properties CTRL-click
...
See: https://github.com/spring-projects/sts4/issues/326
2019-07-25 13:11:14 -07:00
Kris De Volder
ef63d13226
Fix test failures
2019-07-24 15:31:23 -07:00
Kris De Volder
89d79d9067
Quick and dirty fix for https://github.com/spring-projects/sts4/issues/327
2019-07-24 12:29:55 -07:00
Kris De Volder
d30a82d04f
Add additional constraint to cf resource schema
...
Details: username/password and client_id/client_secret should
not be used together. We now check for this and show a warning
in the concourse editor.
2019-07-24 11:30:19 -07:00
Kris De Volder
ecd2393a98
Add support for missing properties in...
...
... CF resource 'put' params in Concourse Editor.
Adding support for the following:
- vars
- vars_files
- docker_username
- docker_password
- show_app_log
- no_start
See: https://github.com/spring-projects/sts4/issues/330
2019-07-23 15:20:25 -07:00
Kris De Volder
e7d166cd10
Add support for 'verbose' in...
...
... CF resource 'source' in Concourse Editor.
See: https://github.com/spring-projects/sts4/issues/330
2019-07-23 14:36:45 -07:00
Kris De Volder
5b3f951a11
Add support for 'client_id' and 'client_secret' in...
...
... CF resource 'source' in Concourse Editor.
See: https://github.com/spring-projects/sts4/issues/330
2019-07-23 14:24:03 -07:00
Kris De Volder
67973cab66
Fix build issue
2019-07-23 12:13:40 -07:00
Kris De Volder
32d1e6fd36
Add support for 'docker' attribute to CF editor
2019-07-23 11:43:41 -07:00
Kris De Volder
b9c491466f
Do not auto-redirect language server logs to file
...
See: https://github.com/spring-projects/sts4/issues/328
2019-07-22 15:12:54 -07:00
BoykoAlex
85c5a83e34
PT #166973875 : Debug LS process in K8s
2019-07-17 16:58:18 -04:00
Kris De Volder
1256af3c27
Replace git-sync with...
...
an 'initContainer' in the deployment that directly
executes a `git clone` command and checks out the
source code once.
2019-07-17 11:47:42 -07:00
Kris De Volder
4243d316ee
Tweaks to eclipse boot.ls content type setups
...
See: https://github.com/spring-projects/sts4/issues/320
2019-07-16 11:05:34 -07:00
Kris De Volder
76636cc634
Add warning comment to avoid rebreaking bug
...
See: https://github.com/spring-projects/sts4/issues/320
2019-07-15 17:14:09 -07:00
Kris De Volder
eebf4a6a35
Fix for 'rogue reconciling' of .properties file
...
See: https://github.com/spring-projects/sts4/issues/320
2019-07-15 16:54:23 -07:00
BoykoAlex
6719e0afb3
Bump LS Eclipse bits to 1.10.0
2019-07-12 10:53:49 -04:00
Kris De Volder
701ce22569
Bump version to 1.10.0
2019-07-12 14:34:15 +00:00
Martin Lippert
3e4388964e
updated version to 4.3.2
2019-07-12 15:32:48 +02:00
Martin Lippert
7aea5acedc
remove broken lsp4j update site, gets lsp4j insteaf from lsp4e repo
2019-07-12 07:18:30 +02:00
Kris De Volder
65c6757cd3
Increase timeout for some tests
...
Seem to be failing when CI builds are being slower than usual.
2019-07-11 15:23:40 -07:00
Kris De Volder
7a6e311147
Fix bug that breaks live hover to tunneled cf apps
...
Also add a regression test that would have caught this issue.
2019-07-11 15:05:49 -07:00
Martin Lippert
19f64ce225
updated changelogs for vscode extensions for 4.3.1 release
2019-07-11 15:54:21 +02:00
BoykoAlex
47aa69efc2
Pickup theia-commons changes via npm dependency version upgrade
2019-07-10 22:36:28 -04:00
BoykoAlex
b6700dfd2c
PT #166597649 : Register some commands as "static"
2019-07-10 11:39:22 -04:00
Martin Lippert
855887dc08
added vmarg to stop tiered compilation at level 1
2019-07-10 17:03:05 +02:00
Martin Lippert
b1ed6bb937
update jdt to 3.18.0
2019-07-10 16:24:01 +02:00
Martin Lippert
5025a6ee85
added vmarg to stop tiered compilation at level 1
2019-07-10 16:24:01 +02:00