Commit Graph

3735 Commits

Author SHA1 Message Date
Kris De Volder
7ba9c07bc6 Fix failing test cases from PR 464
See https://github.com/spring-projects/sts4/pull/464

Problems found:

- issues with formatting of the test case examples. Spaces vs tabs
  issues and weird indentation of the examples causing problems
  for editor to parse examples.

- added 'set_pipeline' step caused some other tests fail
  because they should correctly expect this as a valid
  completion, but tests had not been updated to reflect
  that.
2020-05-21 12:14:48 -07:00
dmohan200
c01a99f3eb [concourse] Add support for set-pipeline step 2020-05-21 11:32:16 -07:00
Kris De Volder
f10a6f2735 Avoid spurious live connection / refresh errors
When process is already destroyed. Stop trying to connect
or refresh data for that process... and don't report errors
about it either.
2020-05-21 11:05:59 -07:00
Kris De Volder
930e262a11 Merge branch 'master' of github.com:spring-projects/sts4 2020-05-20 14:48:09 -07:00
Kris De Volder
253c514a76 Add support for 'scopes' to 'Spring Symbols View'
Other polishes/fixes:

- double-click and enter properly opens the symbol location in editor.
- remove status line from Symbols view (it displays info that is
  redundant as it is also shown in the 'scope' field)
- refresh symbols when current resource/project selection changes
2020-05-20 14:44:28 -07:00
Kris De Volder
efbcbd5135 Merge pull request #465 from spring-projects/revert-464-concourse/lang/setpipeline
Revert "[concourse] Add support for set-pipeline step"
2020-05-19 11:56:16 -07:00
Kris De Volder
351b4110b0 Revert "[concourse] Add support for set-pipeline step" 2020-05-19 11:55:46 -07:00
Kris De Volder
2f5993a847 Merge pull request #464 from deepakmohanakrishnan1984/concourse/lang/setpipeline
[concourse] Add support for set-pipeline step
2020-05-19 11:33:31 -07:00
dmohan200
6e47d266b3 [concourse] Add support for set-pipeline step 2020-05-15 09:41:49 -04:00
Martin Lippert
b95729632a updated orbit repo for e416 target def 2020-05-13 09:34:22 +02:00
Kris De Volder
8d61856584 Fix id of 'Spring Symbols' view...
... must be distinct from the id of BootDash view.
2020-05-11 11:32:45 -07:00
BoykoAlex
e1025d22ee Eclipse IntroURL label parameter for LocationLink URI 2020-05-11 13:05:28 -04:00
Kris De Volder
ab829de9a4 Fix some test failures...
Caused by lsp4j api changes breaking editor test harness.
2020-05-08 10:40:33 -07:00
Kris De Volder
9cc632a7f0 Initial implementation 'Goto Symbols' View 2020-05-08 10:24:09 -07:00
Martin Lippert
edf29d2d93 updated lsp4j to 0.9.0 release 2020-05-08 16:50:09 +02:00
Kris De Volder
9c8cedb126 Another tweak for https://github.com/spring-projects/sts4/issues/427
Add '{' as a trigger character.
2020-05-07 11:15:44 -07:00
Kris De Volder
6725770df6 Tweak for https://github.com/spring-projects/sts4/issues/427
Allow completion provider to look past a '.' in the completion prefix.
2020-05-05 07:35:58 -07:00
Martin Lippert
67c4e44e63 try to auto-connect to processes only if the corresponding project is known and has actuators in the classpath 2020-05-04 16:04:34 +02:00
Martin Lippert
40e4885bda add org.apache.commons.lang3 to update repo for easier install 2020-04-30 11:58:14 +02:00
Martin Lippert
59765b83cf added missing copyright headers 2020-04-26 10:00:20 +02:00
Kris De Volder
3b65e1f511 Implementation for https://github.com/spring-projects/sts4/issues/427 2020-04-23 15:44:57 -07:00
Kris De Volder
6d99b2b14e Regression test for GH_427
... not passing yet.
2020-04-23 13:21:08 -07:00
Kris De Volder
9e7b48aaa2 Fix local build for eclipse language servers 2020-04-23 12:18:51 -07:00
Kris De Volder
0f957ae4f0 Fix bug in super interface resolving
See:
 - a873fcf7ee (commitcomment-38607082)
 - https://www.pivotaltracker.com/n/projects/1346850
2020-04-23 11:12:23 -07:00
Kris De Volder
267b13fe33 Bump ls version 1.18 Eclipse bits 2020-04-22 13:14:06 -07:00
Kris De Volder
5f25259530 Bump version to 1.18.0 2020-04-22 19:48:34 +00:00
Martin Lippert
92345046e9 updated versions to 4.6.1 2020-04-22 20:38:18 +02:00
Martin Lippert
36e5f54a8e changelog updated for 4.6.1 release 2020-04-20 10:24:36 +02:00
Kris De Volder
a873fcf7ee Fix for GH_449 2020-04-17 12:02:28 -07:00
Martin Lippert
e0f62470e1 updated nightly download page for 2020-06-based early access builds 2020-04-17 08:58:37 +02:00
Martin Lippert
53721e4117 updated eclipse orbit repo for early 4.16 builds 2020-04-16 13:58:08 +02:00
Kris De Volder
d6b6de47c3 Try to fix build issues around snakeyaml version
- 1.25 snapshot no longer available
- spring boot 2.2.6 adopted snakeyaml 1.25-release

=> so we should just be able to use boot managed dependency now
and no longer need the dependency override.
2020-04-14 09:42:49 -07:00
Martin Lippert
bd0efaa994 added org.eclipse.lsp4e.jdt bundle to p2 repo definition 2020-04-11 21:04:47 +02:00
Martin Lippert
9217c34e3c added configs for 2020-06 eclipse release 2020-04-09 09:24:14 +02:00
Martin Lippert
8986c42048 replace our jdt integration for lsp4e with the contributed version 2020-04-08 12:09:26 +02:00
Kris De Volder
d95930c857 Fix more issues with 'missing property' in yaml quickfix
Also improve regression tests.
2020-04-07 13:26:41 -07:00
Kris De Volder
1caee1c97b Merge branch 'master' of github.com:spring-projects/sts4 2020-04-06 17:18:51 -07:00
Kris De Volder
3d4c72318c Quick Fix for unknown properties in application.yml
See https://github.com/spring-projects/sts4/issues/442
2020-04-06 17:18:00 -07:00
BoykoAlex
db9b41a193 PT #172125155 Rework CP notifying mechanics for projects missing JARs 2020-04-03 16:59:13 -04:00
BoykoAlex
3bddccd57f PT #171932358 Flag for detailed java type data for sub/super types 2020-04-02 13:35:11 -04:00
Martin Lippert
99a33547c4 updated xml parsing library to new version under org.eclipse.lemminx namespace 2020-04-01 13:20:08 +02:00
Martin Lippert
d5067cbb3e added back missing copyright header 2020-04-01 13:19:12 +02:00
Kris De Volder
17af13e448 Add support for "<<" anchor references in application.yml 2020-03-31 16:12:13 -07:00
Kris De Volder
4e29c9d4c3 Small cleanup in slack pipeline message 2020-03-31 15:01:05 -07:00
Kris De Volder
3e7a52cfe2 More attempts to fix ovsx publishing script 2020-03-31 12:41:25 -07:00
Kris De Volder
c207276ce4 Fix problems in 'publish to ovsx' script 2020-03-31 12:32:19 -07:00
Kris De Volder
ca528a8b43 Publish ovsx now 'for real'
... the actual command that publishes our stuff was commented before.
2020-03-31 12:29:26 -07:00
Kris De Volder
38b75b7ae9 Add ovsx publishing to pipeline 2020-03-31 12:25:26 -07:00
Kris De Volder
335f894d7d Fix typo in 'ovsx' docker install 2020-03-31 11:45:54 -07:00
Kris De Volder
308cdfa748 Add osvx to build environment 2020-03-31 10:52:18 -07:00