Commit Graph

3540 Commits

Author SHA1 Message Date
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
Kris De Volder
d1d90feb8c Concourse: validate params for resource_type definition 2019-11-13 15:55:23 -08:00
nsingh@pivotal.io
1a267fa0a2 PT 159667257 - Fixed sorting issue with proposals
Boot LS  proposals sorting fixed by wrapping LSP4E proposals with
IJavaCompletionProposal and setting relevance value.
2019-11-13 15:25:03 -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
Martin Lippert
6ddd285215 add macos notarization to e413 build as a first step 2019-11-06 13:10:42 +01:00
Martin Lippert
3c923956a1 remove runtime option for the moment 2019-11-04 17:16:53 +01:00
Martin Lippert
be354f72f1 added additional options to macos app signing 2019-11-04 16:58:01 +01: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