Commit Graph

1618 Commits

Author SHA1 Message Date
Martin Lippert
74d8aef562 enhance symbol cache to update multiple files at once and use that new capability from java symbol indexer 2020-02-03 14:55:37 +01:00
Martin Lippert
4d6de9f41c improve file observer mechanism to work with multiple files 2020-01-31 13:40:56 +01:00
Martin Lippert
6413bcb7cc initial change towards multi-file symbol indexing on change events 2020-01-29 16:27:03 +01:00
Martin Lippert
601006c53b added missing copyright headers 2020-01-29 08:46:10 +01:00
Martin Lippert
2958bf3edd updated versions to 4.5. 2020-01-22 10:25:08 +01:00
Martin Lippert
9e7b7d08eb cleanup 2020-01-17 15:27:22 +01:00
Kris De Volder
2d5a629c03 On server startup, log java.home property.
Also some other minor cleanups related to logging.
2020-01-15 12:35:43 -08:00
Kris De Volder
ebb4596543 Cleanup: Spelling/grammar in comments 2020-01-15 12:35:11 -08:00
BoykoAlex
f460ad214d Fix NPE in java def handler 2020-01-08 19:59:42 -05:00
nsingh@pivotal.io
2de688f037 PT 169821438 - Show error on maximum retries for live hovers v2
When maximum retries for connect, disconnect, and refresh live data is
reached, show an error in the client.
2020-01-06 15:47:20 -08:00
nsingh@pivotal.io
8f7dbda757 Improvements to progress events in live hovers v2 2020-01-06 15:03:34 -08:00
nsingh@pivotal.io
1b6754c217 Add progress event for live hovers v2 disconnect 2020-01-06 14:42:59 -08:00
nsingh@pivotal.io
16c12b0c85 PT 161489998 - Detail for proposal must not be null.
For some clients like Eclipse, a null detail in a completion proposal
for @Value results in an NPE at JDT level when inserting the proposal in
the editor, and results in odd behaviour like insertion of an extra new
line.
2020-01-06 14:08:29 -08:00
Martin Lippert
fa2dafc04d updated tycho to make surefire tests work with latest eclipse target updates 2020-01-03 14:06:01 +01:00
Martin Lippert
109184916f added extra orbit repo to fulfill jdt.ls dependencies 2020-01-03 10:16:50 +01:00
Martin Lippert
03b2d1c884 updated target definitions for e4.15 and cleanup work for outdated target definitions 2020-01-03 10:07:39 +01:00
Kris De Volder
6d4c3558f2 Bump version to 1.15.0 2019-12-20 22:11:19 +00:00
Martin Lippert
eacba171b8 updated version to 4.5.1 2019-12-19 10:08:22 +01:00
Kris De Volder
90b01c6e64 Do not show very long process-id in live process labels 2019-12-13 11:38:59 -08:00
Martin Lippert
e05cce93cd updated spring-boot to 2.2.2 2019-12-09 17:01:28 +01:00
Martin Lippert
3b18dcf617 added missing copyright header 2019-12-09 17:01:28 +01:00
Martin Lippert
55b567897d added spring context indexer to build 2019-12-09 17:01:27 +01:00
Kris De Volder
a41435f69e Improve process labels for remote processes 2019-12-03 14:45:41 -08:00
Kris De Volder
8cb79d0721 Bump version to 1.14.0 2019-11-26 14:28:45 +00:00
Martin Lippert
fb5b1417df version updated to 4.5.0 2019-11-21 10:36:51 +01:00
BoykoAlex
e29cbbe521 Old Location API for Theia, Atom and IntelliJ clients 2019-11-19 12:38:19 -05:00
Martin Lippert
f8dd7929fd added configs for fetching live hover data to allow users to customize the behaviour 2019-11-19 14:41:37 +01:00
BoykoAlex
560128a0bb Attempt to fix CU Cache unit tests failing randomly 2019-11-18 13:58:50 -05:00
BoykoAlex
58a40ae286 Logging added for debugging failing unit test 2019-11-15 13:06:11 -05:00
nsingh@pivotal.io
120b88a2d7 Minor code changes in generating progress ID key 2019-11-14 21:10:30 -08:00
nsingh@pivotal.io
2afda6e8a4 Added progress task to better handle message updates to the same task 2019-11-14 21:06:13 -08:00
nsingh@pivotal.io
da8c5175be Add progress reporting to process connection 2019-11-14 16:06:43 -08:00
nsingh@pivotal.io
f12522d058 Fixed progress ID not being unique to a process 2019-11-14 15:44:04 -08:00
nsingh@pivotal.io
e0c637a9e6 Change the unique id for progress reporting 2019-11-14 14:01:17 -08:00
nsingh@pivotal.io
9969c59e95 PT 168776173 - Integrate progress service live hovers v2
Initial integration of progress service into live hovers v2. Added new
API to make it cleared when progress for the  same taskId can be done,
and added progress reporting to SpringProcessConnectorService which can
potentially be a long running progress if several retries on refresh are
required.
2019-11-14 13:56:02 -08:00
Kris De Volder
d1d90feb8c Concourse: validate params for resource_type definition 2019-11-13 15:55:23 -08:00
nsingh@pivotal.io
5cfff115cd PT 159667257 - Disable sorting order hack 2019-11-13 15:23:08 -08:00
Kris De Volder
ba6cd26b53 Mark 'aggregate' as deprecated in concourse schema
See: https://www.pivotaltracker.com/story/show/166988686
2019-11-08 09:36:35 -08:00
Kris De Volder
5dafeb1171 Add support for CTRL-click nav to property sources
... in application.yml

See: https://www.pivotaltracker.com/story/show/169240253
2019-11-07 14:33:58 -08:00
Kris De Volder
0ac214b7ca Improve support for nested property goto definition..
... in application.yml

See: https://www.pivotaltracker.com/story/show/169240253
2019-11-07 10:04:36 -08:00
Kris De Volder
1a838299a0 Add support for 'processId/appGuid' for remote apps 2019-11-06 11:26:23 -08:00
Kris De Volder
28cc7216ec [concourse] Add support for build_log_retention attribute
See: https://github.com/spring-projects/sts4/issues/389
2019-11-01 14:27:50 -07:00
Kris De Volder
b68bf48c8e Merge pull request #387 from z4ce/master
Fix concourse task schema
2019-11-01 11:58:17 -07:00
Kris De Volder
180b48c73b [concourse] Add support for old_name Job attribute
See: https://github.com/spring-projects/sts4/issues/388
2019-11-01 11:52:17 -07:00
Kris De Volder
10d1e620ad [concourse] Add support for on_error Job attribute
See: https://github.com/spring-projects/sts4/issues/383
2019-11-01 11:43:50 -07:00
Kris De Volder
9256934ce8 Add support for check_every in concourse 'ResourceType' and other...
missing ResourceType attributes

See: https://github.com/spring-projects/sts4/issues/382
2019-10-31 15:39:39 -07:00
Ian Zink
d6ed8c6d93 Fix concourse task schema
Currently the language server throws an error like
"Expected string, got sequence" when you use yaml
as a default for a parameter in a task yaml.
See added test for an example that triggers the
behavior.

Co-Authored-By: Thad Craft <tcraft@pivotal.io>
2019-10-31 14:52:17 -05:00
Martin Lippert
1200241a0f Merge pull request #378 from johanhammar/maven-prerequisites
Remove prerequisites from Maven pom files
2019-10-29 13:42:51 +01:00
Kris De Volder
9fae675c84 Preliminary implementation of boot-dash menus...
for live process connection management
2019-10-28 10:47:40 -07:00
Kris De Volder
ec3e94dc20 Bump version to 1.13.0 2019-10-24 17:44:22 +00:00