Commit Graph

3554 Commits

Author SHA1 Message Date
Martin Lippert
aef317c305 updated versions of sts3 components to 3.9.11 2019-12-17 10:35:49 +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
e12db2ea57 removed version to avoid newer versions or not exact versions not ending up on the p2 repo 2019-12-13 16:30:32 +01:00
Martin Lippert
d5db2c4c9d consume specific lsp4e version for 2019-06-based builds and include guava 27.1 in p2 repo 2019-12-13 12:20:33 +01:00
Martin Lippert
eb0614b31c use 2019-12 staging repo only to make sure to grab the latest bits from Eclipse only 2019-12-12 13:13:29 +01:00
nsingh@pivotal.io
527599685b PT 169821181 - Show progress in progress status line in Eclipse 2019-12-10 22:45:38 -08:00
Martin Lippert
bd06173227 include creation of self-extracting jar archive into regular maven build 2019-12-10 08:42:27 +01:00
Martin Lippert
df52df9069 updated orbit for 2019-12 release 2019-12-09 17:07:23 +01:00
Martin Lippert
e05cce93cd updated spring-boot to 2.2.2 2019-12-09 17:01:28 +01:00
Martin Lippert
5e2c620218 added unpack to set of ignored files 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
65df6cb90e Try improve slack failure message for theia-iage build 2019-11-28 15:39:30 -08:00
Kris De Volder
b5aff2634f docker-theia image build tweaks:
- Add slack notification to docker-theia build
- Add a short readme on how to use/run the image
2019-11-28 09:51:43 -08:00
Kris De Volder
3c7eedf047 Remove theia related bits from pipeline...
... only keeping the theia docker image that
re-packages vscode extensions.
2019-11-27 16:23:30 -08:00
Kris De Volder
0b3f69c6de Polish pipelien bits that produce theia docker snapshot image 2019-11-27 15:33:25 -08:00
Kris De Volder
3b91703f19 Fix some issues with theia-docker-image build 2019-11-27 14:48:26 -08:00
Kris De Volder
cd0c29671b Attempt to add theia-docker-image build to pipeline 2019-11-27 14:42:03 -08:00
Kris De Volder
dab0826187 CI pipeline: replaced deprecated 'aggregate' with 'in_parallel' 2019-11-27 14:02:41 -08:00
Kris De Volder
1ac9682a28 Add :cached for volume mount on Mac 2019-11-27 11:07:11 -08:00
Kris De Volder
a8e3256906 Fix typo in dockerfile
Causes cf editor plugin to go missing in docker image.
2019-11-26 13:21:51 -08:00
Kris De Volder
bc8afb7e93 Running all our vscode -plugins with theia in docker 2019-11-26 13:17:26 -08:00
Kris De Volder
db5c267305 More complete Theia docker image 2019-11-26 13:17:26 -08:00
Kris De Volder
169d06330f Basic theia docker image with boot support 2019-11-26 13:17:26 -08:00
BoykoAlex
f7ec05835b Bump Eclipse bits to 1.14.0 2019-11-26 09:37:50 -05:00
Kris De Volder
8cb79d0721 Bump version to 1.14.0 2019-11-26 14:28:45 +00:00
Martin Lippert
feeffd56d1 rollout windows executable signing to remaining targets 2019-11-22 10:32:37 +01:00
Martin Lippert
c9185701ce do not ask for pass, use the env variable instead 2019-11-22 10:06:34 +01:00
Martin Lippert
66454776e9 first steps towards signing the windows executable 2019-11-22 08:55:05 +01:00
Martin Lippert
fb5b1417df version updated to 4.5.0 2019-11-21 10:36:51 +01:00
BoykoAlex
af1b824fee Comment out atom-spring-boot tag and publish from the pipeline 2019-11-20 14:18:57 -05:00
BoykoAlex
00fb6f2a02 Exclude atom-spring-boot package from publishing 2019-11-19 13:20:32 -05:00
BoykoAlex
e29cbbe521 Old Location API for Theia, Atom and IntelliJ clients 2019-11-19 12:38:19 -05:00
Martin Lippert
8465cde498 changelogs updated for upcoming 4.4.2 release 2019-11-19 15:56:52 +01:00
Martin Lippert
60ee22601a fix wrong input field type for live data fetch max number of retries preference 2019-11-19 15:16:48 +01: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
e01a48b16c PT 168776173 - Progress service improvements in vscode
Fixed a bug and made some improvements in the vscode progress service
such that messages for the same task id can be sent to the same open progress
UI. Previously, the progress UI in vscode will close after the first
message and it was not possible to have a continuous stream
of progress messages appearing in the same open progress UI.
2019-11-14 14:04:59 -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
BoykoAlex
bf5b9f5a31 Update Theia extensions dependencies 2019-11-14 13:56:44 -05:00
Martin Lippert
f429653457 enable macOS notarization for all distribution targets 2019-11-14 14:00:16 +01:00
Martin Lippert
b5d2ba90d9 log initial response from notarization service after subnitting the request 2019-11-14 11:37:31 +01:00
Martin Lippert
2672e93dd2 hardened runtime signing option added 2019-11-14 11:37:01 +01:00