Commit Graph

43 Commits

Author SHA1 Message Date
|| Prof. - Xadk3! b725e71d82 ci: disable size diff (for now) 2023-04-13 20:39:26 +00:00
Ducko a1be7204df ci: tweak release notes 2023-03-23 21:39:03 +00:00
Ducko be076a2fe4 ci: add size diff to release notes 2023-03-23 21:35:07 +00:00
Ian Manske 9582d79109
Fix syntax error in injectPolyfills.sh (#115) 2022-12-08 06:42:20 +00:00
Ducko bb6165c1ad chore: add injectPolyfills script to stop older build scripts from breaking 2022-12-06 19:06:31 +00:00
CanadaHonk ec5082860e
Remove Polyfills (#101)
* poly: remove completely

* bootstrap: remove unused request require

* asarUpdate: rewrite request -> https

* moduleUpdater: rewrite request -> https

* ui: fallback to channel instead of "custom" if no hash

* index: set name to branch for obvious testing

* config/backend: tweak source

* moduleUpdater: fix rewrite

* moduleUpdater: fix rewrite (x2)

* moduleUpdater: follow redirects with rewrite

* ci: start multi-branch rewrite

* ci: upgrade node to 18.x

* ci: rewrite version changing to use existing

* ci: change release version getting to in file

* ci: mess with yaml syntax

* ci: revert to node 16.x, fix version wrapped in quotes

* ci: fix invalid yaml

* ci: yaml syntax fixing

* ci: append to tag

* ci: make pre-release unless nightly build

* ci: add title nicening

* asarUpdate: fix release suffix

* asarUpdate: fix not following redirect

* winFirst: don't remake shortcuts, tweaks

* ui: add channel prefix if non-nightly

* chore: prep for main branch
2022-12-02 22:23:46 +00:00
Ducko 73ac41967c [Scripts > Strip] Add edge-case workaround for one regex 2022-04-20 00:51:18 +01:00
Ducko dbb9eef558 [Scripts > Strip] Fix RegEx fix breaking not minifying sometimes, fix some unneeded spaces in get imports/exports 2022-04-20 00:36:26 +01:00
Ducko 2b99691dda [CI > Win] Fix downloading syntax error 2022-04-12 22:03:13 +01:00
Ducko 7dacb23daf [CI > Win] Rewrite downloading in Node 2022-04-12 21:54:31 +01:00
Ducko a3aeadc9e8 [Scripts > Strip] Fix removing spaces in Regex 2022-04-03 22:52:28 +01:00
Ducko a4226a17a0 [Scripts > Strip] Tweak false replacing 2022-03-23 09:04:07 +00:00
Ducko 1071c811da [Scripts > Install] Remove (unused) 2022-03-13 13:30:58 +00:00
Ducko 615d7b8838 [Scripts > InjectPoly] Rename dir, rm node_modules each time prior 2022-02-15 12:48:27 +00:00
Ducko c9d2d435fe [Scripts > Strip] Strip HTML 2022-02-13 21:48:29 +00:00
Ducko c02460a7c2 [Scripts > Run] Pass args to client 2022-02-13 21:40:31 +00:00
CanadaHonk d3a586c892
[Scripts > Strip] Strip JSON files, clean up code 2022-02-08 14:19:38 +00:00
CanadaHonk fd5b7ba4ca
[Scripts > Strip] Minify static bools 2022-02-08 14:10:25 +00:00
Ducko a39d76bf25 [Scripts > Strip] Fix switch cases 2022-02-06 21:33:04 +00:00
Ducko 07e50cd47d [Scripts > Strip] Rewrite 2022-02-06 21:18:32 +00:00
Ducko 1929cb0427 [Scripts > Strip] Add removal of blank lines, add comments 2022-02-06 17:50:08 +00:00
Ducko 02b393b86e [Scripts > Strip] Initial Add (not in use) 2022-02-03 22:57:50 +00:00
Ducko 63562ea219 [Scripts > TestStartup] Remove as no longer used 2022-02-03 21:42:03 +00:00
Ducko 91d4294a6a [CI > Test] Fix infinite running test 2022-02-01 21:53:44 +00:00
Ducko ce45959a64 [CI > Test] Retry on no output 2022-02-01 21:52:48 +00:00
Ducko 6f0b17cb6d [CI > Test] Rewrite detection to work with login 2022-02-01 21:49:45 +00:00
Ducko 985effeed3 [CI > Test] Fix trying to use stdout in xvfb-run 2022-02-01 21:46:37 +00:00
Ducko dc69b4899a [CI > Test] Fix using wrong var in script 2022-02-01 21:45:35 +00:00
Ducko 6936562841 [CI > Test] Fix syntax error in script 2022-02-01 21:44:37 +00:00
Ducko a82b1adb02 [CI > Test] Log stderr and stdout in script 2022-02-01 21:43:44 +00:00
Ducko 55920b6f00 [CI > Test] Initial Add 2022-02-01 20:54:35 +00:00
Ducko 2fcc6f2c79 [Scripts > Run] Rename from test 2022-02-01 20:26:38 +00:00
Ducko c51e4c180e [Scripts > Test] Fix using wrong InjectPoly script 2022-01-19 18:54:25 +00:00
Ducko d48c91679a [Scripts > InjectPoly] Rewrite as bash script 2022-01-19 18:42:42 +00:00
Ducko f94354ccf1 [Scripts > Strip] Remove as no longer needed 2022-01-14 14:08:30 +00:00
Ducko 11248d1455 [Scripts > InjectPolyfill] Ensure node_modules exists 2022-01-14 14:04:36 +00:00
Ducko 675afd9e55 [Scripts > Strip] Support bare .js files so don't error on non-dirs 2022-01-14 13:45:05 +00:00
Ducko 915d9aab8a [Scripts > Minify] RM temp dir at end 2022-01-13 22:00:54 +00:00
Ducko 58c0e53744 [Scripts > Minify] Tweak options, include scripts in CI 2022-01-13 21:57:35 +00:00
Ducko a4491e4e19 [Scripts > Minify] V2 2022-01-13 21:13:48 +00:00
Ducko 6d8c9f1197 [Polyfill > Inject] Simplify by just making js files instead of dirs 2022-01-13 14:28:18 +00:00
Ducko 8260f1ca9b [Scripts] Add basic install script for testing 2021-12-19 10:49:14 +00:00
Ducko 888ed721c8 [Scripts] Use scripts dir for containing util scripts 2021-12-13 10:56:24 +00:00