Commit graph

117 commits

Author SHA1 Message Date
Michael Lively
94a5762a32 Add commands.json for triage bot automation 2025-12-11 15:55:06 -08:00
Henning Dieterichs
e70b6618f4
fixes website & adds editor.api.d.ts (#5104) 2025-11-07 17:47:33 +00:00
Henning Dieterichs
36efbe07d9
Fixes typedoc & updates pipelines to test website (#5102)
* Fixes typedoc & updates pipelines to test website

* Fixes typedoc

* Fixes samples
2025-11-07 16:57:18 +00:00
Henning Dieterichs
abae948dc3
Dont build the editor when building the website (#5098) 2025-11-07 13:09:48 +01:00
Henning Dieterichs
a30f4f9920
Uses npm for website, hosts playground runner on https://isolated-playground.github.io for better isolation. (#5034) 2025-10-09 10:05:34 -07:00
Henning Dieterichs
e979ae38e3 Adds single package-for-smoketest step 2025-10-08 23:54:16 +02:00
Henning Dieterichs
ffb77d5cfc
sets correct node version (#4986) 2025-09-09 11:58:16 +02:00
Henning Dieterichs
3bfde9adce
Updates monaco-editor-core dependency & fixes basic-languages amd file (#4965) 2025-08-28 10:40:38 -07:00
Henning Dieterichs
ecc00a0e24
Fixes node version (#4962) 2025-08-28 16:08:32 +02:00
Henning Dieterichs
e56ad4b588
repairs esm and amd build (#4950) 2025-08-28 13:35:17 +02:00
Henning Dieterichs
dd6bdfe8da
Fixes https://github.com/microsoft/monaco-editor/issues/4799 (#4895)
* Fixes https://github.com/microsoft/monaco-editor/issues/4799

* updates ubuntu version

* Update ci.yml

This change pins the GitHub Actions runner to Ubuntu 22.04 instead of the default ubuntu-latest (currently 24.04) because Playwright's install-deps script is not yet compatible with Ubuntu 24.04. Several packages it tries to install—such as libasound2, libffi7, and libx264-163—have been removed, renamed, or replaced in 24.04, causing the dependency installation to fail and the CI job to exit with an error. Ubuntu 22.04 remains fully supported by Playwright and ensures a stable, consistent environment for browser testing and dependency management until 24.04 compatibility is added upstream.

---------

Co-authored-by: Megan Rogge <megan.rogge@microsoft.com>
2025-05-08 16:19:05 +00:00
Raymond Zhao
14b0e04b0d
Fix CI and website workflows (#4824)
Some checks are pending
CI / CI (push) Waiting to run
2025-02-04 01:13:01 +00:00
Bhavya U
cd5d52c919
Remove workflows 2024-07-31 22:19:30 -07:00
Henning Dieterichs
8617a8af9e Disables parcel build 2024-02-06 19:49:27 +01:00
Henning Dieterichs
94c055bcbd Cleans up github workflows. Enables daily website release. 2023-09-11 13:18:14 +02:00
Henning Dieterichs
b79687ee17
Merge pull request #4000 from FossPrime/patch-1
Use new GitHub pages workflow
2023-07-07 16:40:58 +02:00
Henning Dieterichs
35ba0194b2
Include package.json content in cache key 2023-06-06 10:30:14 +02:00
Ray Foss
3be92eea76
Update website.yml 2023-06-04 23:12:09 -05:00
tamayika
01b6fa5b2e Fix playground type errors and add CI test 2023-03-04 21:38:19 +09:00
Henning Dieterichs
5ccfdf7c02
Restructures out and release folders.
out/amd -> out/languages/amd-tsc
out/release -> out/languages/bundled
release -> out/monaco-editor
2023-02-22 17:39:35 +01:00
Henning Dieterichs
91f80cd7e2
Asks users to provide a monaco editor playground link when they file a feature request 2023-02-16 18:48:28 +01:00
Henning Dieterichs
1a92dc7d3f
Updates bug report form 2023-02-10 19:50:18 +01:00
Henning Dieterichs
6e7a9ae234
Fixes CI 2023-02-10 11:00:12 +01:00
Henning Dieterichs
10577a0641
Rewrites website 2023-02-10 10:56:53 +01:00
Logan Ramos
c1ea0cd858
Update info needed closer 2023-02-07 07:33:31 -07:00
Henning Dieterichs
366b9c38ff Fixes playwright setup issues. 2022-12-13 17:39:33 +01:00
Logan Ramos
d493d9fd8c Remove PR Chat 2022-11-21 15:38:27 -05:00
Henning Dieterichs
1dc513ee38
Migrates github publish action to azure pipeline. 2022-11-14 16:37:26 +01:00
Alexandru Dima
bc9e8523b5
Run the publish workflow earlier in the day (#3381) 2022-10-24 12:32:23 +02:00
Alexandru Dima
9375d4ba65
Fix publishing CI (#3375) 2022-10-19 08:58:55 +00:00
Alexandru Dima
8fc2ca540c
Add a smoketest for packaging with parcel (#3371)
* Add a smoketest for packaging with parcel

* Prevent parcel from bundling shims for `process` or `buffer`
2022-10-18 19:49:55 +02:00
Alexandru Dima
2b3d8516c6
Bring smoketest scripts together (#3370) 2022-10-18 14:20:09 +02:00
Alexandru Dima
5d653b2569
Smoketest improvements: (#3369)
- Add a smoketest for packaging with vite
- Re-enable the smoketest for packaging with esbuild
- Re-enable the smoketest on webkit
2022-10-18 10:26:38 +02:00
Alexandru Dima
9d4574b10b
Handle case when npm would return an error code (#3340) 2022-09-29 12:53:09 +00:00
Henning Dieterichs
35b3ba2a30
Tweak template to include reproduction steps 2022-07-19 16:06:43 +02:00
Alex Dima
1afc12a341
format yml 2022-06-01 15:17:22 +02:00
Logan Ramos
dd2db387ab
Add pr chat bot 2022-06-01 09:09:52 -04:00
Alex Dima
4090ff3db2
update to node v16 2022-03-29 16:18:16 +02:00
Alex Dima
208f9218f9
Add smoketest for esbuild packaging 2022-02-05 00:55:28 +01:00
Henning Dieterichs
a903ac1afc
Fixes publish github action. 2022-02-03 15:01:18 +01:00
Matthew Peveler
259196bc1e
Merge branch 'microsoft:main' into bugfix-workflow-publish 2022-01-30 17:33:47 -05:00
Matthew Peveler
7ec6ac210f
Only run publish workflow on main monaco-editor repo
Signed-off-by: Matthew Peveler <matt@popsql.com>
2022-01-30 22:29:48 +00:00
Alex Dima
bcc7fd43aa
Add 'Needs More Info Closer' 2022-01-28 20:29:05 +01:00
Alex Dima
4268f423e8
Add locker action 2022-01-28 20:16:11 +01:00
Henning Dieterichs
22c629374e
Fixes path to template for create-an-issue action. 2022-01-27 14:17:43 +01:00
Henning Dieterichs
f3dda000c6
Fixes create-an-issue commit hash. 2022-01-27 14:01:22 +01:00
Henning Dieterichs
c8be2f8782
Creates an issue if npm publish task fails. 2022-01-27 12:47:43 +01:00
Alex Dima
5330724dff
Adopt changes in vscode repo 2022-01-25 23:54:55 +01:00
Alex Dima
9fac3918b2
Adopt the new editor/contrib layering rules in the esm metadata generation 2022-01-24 12:37:22 +01:00
Alexandru Dima
2ec5fd9d3b
Allow manually triggering publishing the website 2021-12-14 22:05:30 +01:00