Commit Graph

114 Commits

Author SHA1 Message Date
Ducko edb6a5b4fe updater: rewrite openasar retaining 2022-12-11 12:36:41 +00:00
Ducko ad9b161744 moduleUpdater: don't defer voice module 2022-12-02 22:38:48 +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 c3b020f0f1 [Updater > v2] Catch errors in RetainAsar incase it fails for some reason 2022-06-08 20:32:24 +01:00
Ducko fe66b3133d [Poly > Mkdirp] Remove 2022-04-29 22:45:52 +01:00
Ducko 64a1b325fb [Updater > Module] Minor source cleanup 2022-04-28 22:58:28 +01:00
Ducko 95fb31ffd6 [Updater > Module] Rewrite checking as async with host + modules in parallel 2022-04-28 22:40:14 +01:00
Ducko 9ed1b0b01b [Updater > Module] Minor source cleanup 2022-04-27 09:55:26 +01:00
Ducko 71ce4fe018 [Updater > Module] Minor source cleanup 2022-04-27 09:46:02 +01:00
Ducko d5d55b54ca [Updater > Module] Install: Fix reporting success with error 2022-04-26 20:34:37 +01:00
Ducko ed73901be0 [Updater > Module] Install: Rewrite progress parsing 2022-04-26 20:22:23 +01:00
Ducko 91b46c56cf [Updater > Module] Fix missing function in Linux Host, minor source cleanup 2022-04-25 16:19:17 +01:00
Ducko 2ccabfda58 [Updater > Module] Cleanup: Simplify host downloaded by just restarting internally 2022-04-25 15:08:23 +01:00
Ducko 979044bb16 [Updater > Module] Minor source cleanup 2022-04-24 14:17:37 +01:00
Ducko e256e8fea1 [Updater > Module] Minor source cleanup 2022-04-23 14:29:47 +01:00
Ducko e9a794565a [Updater > Module] Fix using old event name not starting with no updates 2022-04-23 11:02:30 +01:00
Ducko e4990cd3ad [Updater > Module] More renaming of some general events 2022-04-22 21:51:35 +01:00
Ducko 25ff7efdc0 [Updater > Module] Remove checking already checks 2022-04-22 21:31:42 +01:00
Ducko e5747f4ab7 [Updater > Module] Host updater tweaks 2022-04-22 21:25:15 +01:00
Ducko 159aad3a66 [Updater > Module] Redo host downloading with newer events 2022-04-22 21:19:53 +01:00
Ducko 2735539b2c [Updater > Module] Deep integrate HostUpdater 2022-04-22 18:41:15 +01:00
Ducko 407add2ad6 [Updater > Module] Rewrite quitAndInstallUpdates to just use hostUpdater 2022-04-22 18:10:07 +01:00
Ducko 3286a441ba [Updater > Host > Linux] Minor source cleanup 2022-04-22 18:09:31 +01:00
Ducko f09208979a [Splash] Add manual host update UI support 2022-04-22 10:11:57 +01:00
Ducko 042e495b7b [Updater > Module] Minor rewrite to integrate -progress events to not be separate 2022-04-21 18:37:31 +01:00
Ducko d3fe05b22e [Updater > Module] Replace Updater > Request with just Request integration 2022-04-21 17:06:34 +01:00
Ducko bce146927d [Updater > Module] Minor source cleanup 2022-04-21 12:25:17 +01:00
Ducko 904f51fb28 [Updater > Module] Defer discord_voice install into MainWindow 2022-04-21 11:50:05 +01:00
Ducko 3935af3bdc [Updater > Module] Fix host skipping freezing client 2022-04-20 22:45:17 +01:00
Ducko fada0d6b66 [Updater > Module] Minor source cleanup 2022-04-20 19:44:58 +01:00
Ducko 0f77ba7aea [Updater > Module] Rewrite bootstrap to not use manifest and core set of 3 modules instead 2022-04-20 17:14:34 +01:00
Ducko ccbb3fbb62 [Updater > Module] Simplify logging, tweak events 2022-04-20 11:45:42 +01:00
Ducko 88ec90f3d7 [Chore] Revert test revert 2022-04-19 23:33:54 +01:00
Ducko f513ff65d6 [Chore] Revert last commit for testing 2022-04-19 23:24:52 +01:00
Ducko da5c2d961b [Updater > Module] Don't include unneeded things for emitted events 2022-04-19 23:14:56 +01:00
Ducko 5070e01d4e [Updater > Module] Rewrite bootstrap, remove installPendingUpdates for simplicity 2022-04-17 18:15:40 +01:00
Ducko 0883501c1f [CI > Test] Intentionally fail (all) 2022-04-13 09:54:20 +01:00
Ducko 0ca2b26ed0 [CI > Test] Intentionally fail (Win only) 2022-04-13 09:50:20 +01:00
Ducko 493c3488eb [CI > Win] Skip restarting for host update (2) 2022-04-13 08:52:25 +01:00
Ducko 31927f5a05 [Updater > v2] Remove debugging for CI 2022-04-13 08:05:08 +01:00
Ducko a2221dc526 [CI > Win] Try and fix freeze on run with OA 2022-04-12 22:46:27 +01:00
Ducko 8cb21b97ab [Updater > v2] Debugging for CI 2022-04-12 22:38:33 +01:00
Ducko 2ac0a241fa [HostUpdater > Linux] Major self-rewrite 2022-04-12 17:32:27 +01:00
Ducko a1133cd597 [Updater > Module] Tweak host failing to use events instead of internal retry 2022-04-06 09:11:53 +01:00
Ducko 133cf280e4 [Various] Deep integrate u2QuickLoad (now forced always on win32) and appUpdater, other minor source cleanup 2022-04-05 13:13:55 +01:00
Ducko dc908c54cc [AppSettings] Integrate Settings util within, make settings global to avoid unneeded reuse 2022-04-05 08:35:57 +01:00
Ducko 7e9ede7fc8 [Updater > v2] Rewrite RetainAsar to hook into restarting directly in updater to simplify 2022-04-04 20:55:05 +01:00
Ducko 4f2a8599f0 [Updater > Module] Rewrite bootstrap to be clean (#32), additional source cleanup 2022-04-04 18:41:32 +01:00
Ducko 61d3201843 [Updater > Module] Minor source cleanup 2022-04-04 15:45:37 +01:00
Ducko 9bf21e63d1 [Various] Minor general source cleanup 2022-04-04 15:41:49 +01:00