[PR #1532] [CLOSED] WIP: feat: attempt to create pipeline for latest insider version #1771

Closed
opened 2025-09-10 23:54:58 -05:00 by giteasync · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/VSCodium/vscodium/pull/1532
Author: @Ranguna
Created: 5/28/2023
Status: Closed

Base: insiderHead: insider


📝 Commits (10+)

  • bfdd19c fix: banner uses same flag as the notification (#1463)
  • c3e35a9 fix: add missing neverShowAgain [skip ci]
  • 99da974 feat: add vote announcements
  • 84aabe1 feat: update vote announcements [skip ci]
  • 8661322 feat: update vote announcements [skip ci]
  • 6137a9f fix: cannot open welcome page when offline (#1493)
  • 94ab319 Merge branch 'insider'
  • 7afbfe0 feat: update to 1.78 (#1500)
  • 272f67d fix: make webview works again (#1514)
  • f56ac31 feat: removed insider.json to force build of latest version

📊 Changes

23 files changed (+3709 additions, -2245 deletions)

View changed files

📝 .github/workflows/insider-linux.yml (+6 -6)
📝 .github/workflows/insider-macos.yml (+1 -1)
📝 .github/workflows/insider-spearhead.yml (+1 -1)
📝 .github/workflows/insider-windows.yml (+2 -2)
📝 .github/workflows/stable-linux.yml (+6 -6)
📝 .github/workflows/stable-macos.yml (+1 -1)
📝 .github/workflows/stable-windows.yml (+2 -2)
📝 .nvmrc (+1 -1)
📝 icons/build_icons.sh (+4 -9)
insider.json (+0 -4)
patches/brand.patch (+1131 -0)
📝 patches/build-version.patch (+23 -31)
📝 patches/feat-announcements.patch (+13 -9)
📝 patches/fix-build-linux.patch (+5 -5)
📝 patches/report-issue.patch (+14 -11)
📝 patches/use-github-pat.patch (+42 -39)
📝 product.json (+7 -7)
📝 src/insider/resources/linux/code.png (+0 -0)
📝 src/insider/resources/linux/rpm/code.xpm (+1244 -1059)
📝 src/insider/resources/win32/code.ico (+0 -0)

...and 3 more files

📄 Description

The latest version of insider is 1.79, but the current version in insider.json is fixed to 1.78.

This PR blindly rebased insider on top of master and removed the insider.json to analyse whether a pipeline would successfully build the latest version of vsode insider.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/VSCodium/vscodium/pull/1532 **Author:** [@Ranguna](https://github.com/Ranguna) **Created:** 5/28/2023 **Status:** ❌ Closed **Base:** `insider` ← **Head:** `insider` --- ### 📝 Commits (10+) - [`bfdd19c`](https://github.com/VSCodium/vscodium/commit/bfdd19ccf2b1acb9a83968948514d4bde7482be7) fix: banner uses same flag as the notification (#1463) - [`c3e35a9`](https://github.com/VSCodium/vscodium/commit/c3e35a9e82521629ecdb0a800f43b5d02e033f39) fix: add missing neverShowAgain [skip ci] - [`99da974`](https://github.com/VSCodium/vscodium/commit/99da974ce5f1126a74c8bfedc07e3103a61c5272) feat: add vote announcements - [`84aabe1`](https://github.com/VSCodium/vscodium/commit/84aabe12e37dc7f4ed403ef485df780f511b01b0) feat: update vote announcements [skip ci] - [`8661322`](https://github.com/VSCodium/vscodium/commit/8661322052ceea4c542de3402fedeb17dfba0c40) feat: update vote announcements [skip ci] - [`6137a9f`](https://github.com/VSCodium/vscodium/commit/6137a9fcc5769387690493c05fdda78aa8c22683) fix: cannot open welcome page when offline (#1493) - [`94ab319`](https://github.com/VSCodium/vscodium/commit/94ab319d8608cd61eb67919a3161b28106c83f07) Merge branch 'insider' - [`7afbfe0`](https://github.com/VSCodium/vscodium/commit/7afbfe03adf1d91f0fbd9df9608bc94e350c1828) feat: update to 1.78 (#1500) - [`272f67d`](https://github.com/VSCodium/vscodium/commit/272f67d95b6cce7545822247791ba1eef861ef0a) fix: make webview works again (#1514) - [`f56ac31`](https://github.com/VSCodium/vscodium/commit/f56ac3177b780bb8e692bac9cf703a8127917580) feat: removed insider.json to force build of latest version ### 📊 Changes **23 files changed** (+3709 additions, -2245 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/insider-linux.yml` (+6 -6) 📝 `.github/workflows/insider-macos.yml` (+1 -1) 📝 `.github/workflows/insider-spearhead.yml` (+1 -1) 📝 `.github/workflows/insider-windows.yml` (+2 -2) 📝 `.github/workflows/stable-linux.yml` (+6 -6) 📝 `.github/workflows/stable-macos.yml` (+1 -1) 📝 `.github/workflows/stable-windows.yml` (+2 -2) 📝 `.nvmrc` (+1 -1) 📝 `icons/build_icons.sh` (+4 -9) ➖ `insider.json` (+0 -4) ➕ `patches/brand.patch` (+1131 -0) 📝 `patches/build-version.patch` (+23 -31) 📝 `patches/feat-announcements.patch` (+13 -9) 📝 `patches/fix-build-linux.patch` (+5 -5) 📝 `patches/report-issue.patch` (+14 -11) 📝 `patches/use-github-pat.patch` (+42 -39) 📝 `product.json` (+7 -7) 📝 `src/insider/resources/linux/code.png` (+0 -0) 📝 `src/insider/resources/linux/rpm/code.xpm` (+1244 -1059) 📝 `src/insider/resources/win32/code.ico` (+0 -0) _...and 3 more files_ </details> ### 📄 Description The latest version of insider is 1.79, but the current version in insider.json is fixed to 1.78. This PR blindly rebased `insider` on top of `master` and removed the `insider.json` to analyse whether a pipeline would successfully build the latest version of vsode insider. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
giteasync added the
pull-request
label 2025-09-10 23:54:58 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: VSCodium/vscodium#1771
No description provided.