From 519a85f41c32a6358386953d948df49e8d0e7e8b Mon Sep 17 00:00:00 2001 From: Erick Zhao Date: Thu, 29 Oct 2020 16:03:46 -0700 Subject: [PATCH 1/3] docs: add @wg-ecosystem meeting notes 2020-10-29 --- wg-ecosystem/meeting-notes/2020-10-29.md | 30 ++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 wg-ecosystem/meeting-notes/2020-10-29.md diff --git a/wg-ecosystem/meeting-notes/2020-10-29.md b/wg-ecosystem/meeting-notes/2020-10-29.md new file mode 100644 index 0000000000..9733d3ab30 --- /dev/null +++ b/wg-ecosystem/meeting-notes/2020-10-29.md @@ -0,0 +1,30 @@ +# Ecosystem WG + +Thursday October 29, 2020 (9:00 AM - 10:00 AM PT) + +## Attendees + +* @erickzhao +* @malept +* @toinane +* @vhashimotoo + +## Agenda + +- @vhashimotoo stepping down from Electron governance. + - Vlad is leaving his role in the working group and resigning as chair. He won't be available on Slack anymore, + but will still be active on the Electron Discord server (and will still maintain his admin role there). + - Work to hand over: + - [electron-i18n#785](https://github.com/electron/i18n/pull/785): Support for the docs to handle multiple major versions of Electron. + This PR works, but build times increase massively (from ~5 minutes to ~40 minutes). His suggested alter + - [electronjs.org#4319](https://github.com/electron/electronjs.org/pull/4319): Migrating electronjs.org from Browserify to Webpack. + This PR only builds the JS files, so work needs to be done to compile all of our SCSS. + - [fiddle#516](https://github.com/electron/electronjs.org/pull/4319): Migrating Fiddle's publishing config from `softprops/action-gh-release` + to Electron Forge's builtins. + - [electronjs.org#2361](https://github.com/electron/electronjs.org/pull/2361): Migrating stylesheets to @primer/css. This mega-PR was closed, + but many other PRs have been opened to incrementally update the styles page-by-page. +- Deprecating http://github.com/electron/electron-api-demos + - Initial actions: remove mentions from website, repo READMEs, and unpin from GitHub org. + - Before deprecation: change to use `update-electron-app`. + - Suggestion -- move to userland? Between this and simply archiving the repo, not sure. Let's discuss this at another point. +- @Toinane Slack access -- will need to handle this. From fb24af55fedf2858d3de50f3ae953d00e7557aac Mon Sep 17 00:00:00 2001 From: Erick Zhao Date: Thu, 29 Oct 2020 16:41:41 -0700 Subject: [PATCH 2/3] Update wg-ecosystem/meeting-notes/2020-10-29.md Co-authored-by: Vlad Hashimoto --- wg-ecosystem/meeting-notes/2020-10-29.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wg-ecosystem/meeting-notes/2020-10-29.md b/wg-ecosystem/meeting-notes/2020-10-29.md index 9733d3ab30..f12fc5fedc 100644 --- a/wg-ecosystem/meeting-notes/2020-10-29.md +++ b/wg-ecosystem/meeting-notes/2020-10-29.md @@ -19,7 +19,7 @@ Thursday October 29, 2020 (9:00 AM - 10:00 AM PT) This PR works, but build times increase massively (from ~5 minutes to ~40 minutes). His suggested alter - [electronjs.org#4319](https://github.com/electron/electronjs.org/pull/4319): Migrating electronjs.org from Browserify to Webpack. This PR only builds the JS files, so work needs to be done to compile all of our SCSS. - - [fiddle#516](https://github.com/electron/electronjs.org/pull/4319): Migrating Fiddle's publishing config from `softprops/action-gh-release` + - [fiddle#516](https://github.com/electron/fiddle/pull/516): Migrating Fiddle's publishing config from `softprops/action-gh-release` to Electron Forge's builtins. - [electronjs.org#2361](https://github.com/electron/electronjs.org/pull/2361): Migrating stylesheets to @primer/css. This mega-PR was closed, but many other PRs have been opened to incrementally update the styles page-by-page. From d38d703c444b5a040439ee1bd999753b71f31d55 Mon Sep 17 00:00:00 2001 From: Erick Zhao Date: Wed, 4 Nov 2020 14:38:59 -0800 Subject: [PATCH 3/3] Update 2020-10-29.md --- wg-ecosystem/meeting-notes/2020-10-29.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/wg-ecosystem/meeting-notes/2020-10-29.md b/wg-ecosystem/meeting-notes/2020-10-29.md index f12fc5fedc..16cf3afa62 100644 --- a/wg-ecosystem/meeting-notes/2020-10-29.md +++ b/wg-ecosystem/meeting-notes/2020-10-29.md @@ -16,11 +16,13 @@ Thursday October 29, 2020 (9:00 AM - 10:00 AM PT) but will still be active on the Electron Discord server (and will still maintain his admin role there). - Work to hand over: - [electron-i18n#785](https://github.com/electron/i18n/pull/785): Support for the docs to handle multiple major versions of Electron. - This PR works, but build times increase massively (from ~5 minutes to ~40 minutes). His suggested alter + This PR works, but build times increase massively (from ~5 minutes to ~40 minutes). His suggested alternative was to offset the + lengthy build time to the website's CI. - [electronjs.org#4319](https://github.com/electron/electronjs.org/pull/4319): Migrating electronjs.org from Browserify to Webpack. This PR only builds the JS files, so work needs to be done to compile all of our SCSS. - [fiddle#516](https://github.com/electron/fiddle/pull/516): Migrating Fiddle's publishing config from `softprops/action-gh-release` - to Electron Forge's builtins. + to Electron Forge's builtins. The PR is currently a WIP because we're only uploading 32-bit `nupkg` binaries for auto-updating, which is + not ideal. - [electronjs.org#2361](https://github.com/electron/electronjs.org/pull/2361): Migrating stylesheets to @primer/css. This mega-PR was closed, but many other PRs have been opened to incrementally update the styles page-by-page. - Deprecating http://github.com/electron/electron-api-demos