86 Commits

Author SHA1 Message Date
Geometrically
38d95b4faf
Fix deep linking / file open on mac (#2314)
* Fix deep linking / file open on mac

* Update deep linking

* fix build

* fix build again

* update workdir

* try again

* update conf path

* try old conf

* use in house tauri

* move away from tauri GH act

* add rpm support

* Fix updater key

* Fix signing key pass

* fix ubuntu deps

* Fix macos artifacts
2024-08-27 17:50:10 -07:00
Jai A
b06e7d3cf4
Fix again 2024-08-27 13:59:16 -07:00
Jai A
9e7ea82f94
remove workdir 2024-08-27 13:50:48 -07:00
Jai A
d74fc8a5d5
fix release conf path 2024-08-27 13:39:29 -07:00
Norbiros
d6a72fbfc4
feat(theseus): Update to Tauri v2 (#2178)
* feat(theseus): Initial migration to Tauri v2

* feat(theseus): Added a way to zoom / scale UI

* chore(theseus): Started cleaning up some plugins

* fix(theseus): Github Actions

* refactor(theseus): Reduced boilerplate & more work

* feat(theseus): Allow multiple app instances to be open at once (#995)

* fix(theseus): Lint & more

* fix(theseus): App Release github action

* fix(theseus): Open links in browser & macos builds

* fix(theseus): Rebase fixes

* fix(theseus): Updater & app release action

* fix(theseus): Fixed definitions in `build.rs`

* Fix MacOS deep linking, window decorations

* fix(theseus): Closing & maximizing app

* Fix macos build

* add back release conf

* acc fix build

* make updater for release builds only

* focus window on startup

---------

Co-authored-by: Jai A <jaiagr+gpg@pm.me>
Co-authored-by: Geometrically <18202329+Geometrically@users.noreply.github.com>
2024-08-27 12:49:36 -07:00
Geometrically
a19ce0458a
Finalize 0.8.1 release (#2182)
* Finalize 0.8.1 release

* Remove console.logs

* Fix build

* add default to users

* update release conf

* fix again?

* fix build (again)

* actually fix build

* Update config dir

* Update config dir

* Fix dir again
2024-08-20 17:53:14 -07:00
Geometrically
c84e2e0537
Switch to RustLS (#2169)
* Switch to RustLS

* Revert scroll change causing autoscroll to break

* App build remove
2024-08-17 13:37:45 -07:00
Geometrically
910e219c0e
0.8.0 beta fixes (#2154)
* initial fixes

* 0.8.0 beta fixes

* run actions

* run fmt

* Fix windows build

* Add purge cache opt

* add must revalidate to project req

* lint + clippy

* fix processes, open folder

* Update migrator to use old launcher cache for perf

* fix empty dirs not moving

* fix lint + create natives dir if not exist

* fix large request batches

* finish

* Fix deep linking on mac

* fix comp err

* fix comp err (2)

---------

Signed-off-by: Geometrically <18202329+Geometrically@users.noreply.github.com>
2024-08-16 23:20:11 -07:00
Jai A
1b3744baa2
update action to use prod branch 2024-08-15 20:32:45 -07:00
Norbiros
6de8d2684a
fix: Disable Run Meta on forks (#19)
* fix: Disable `Run Meta` on forks

* fix: Also don't run `docker` action
2024-07-31 13:14:39 -07:00
Jai A
f328eec26d
use bearer auth instead 2024-07-31 12:59:09 -07:00
Jai A
7684a54678
fix purge gh action (again) 2024-07-31 12:55:34 -07:00
Jai A
51f3174609
fix purge gh action 2024-07-31 12:48:37 -07:00
KTrain
984da93a7b
fix issue template descriptions (#1310)
* fix incorrect api urls

* fix descriptions on issue templates

* revert b51914e

---------

Co-authored-by: Geometrically <18202329+Geometrically@users.noreply.github.com>
2024-07-31 19:42:16 +00:00
Geometrically
04b85630b9
Cache homepage projects in tags (#1336)
* Cache homepage projects in tags

* Update app page
2024-07-31 12:37:51 -07:00
Geometrically
d1bc65c266
Monorepo missing features (#1273)
* fix tauri config

* fix package patch

* regen pnpm lock

* use new workflow

* New GH actions

* Update lockfile

* update scripts

* Fix build script

* Fix missing deps

* Fix assets eslint

* Update libraries lint

* Fix all lint configs

* update lockfile

* add fmt + clippy fails

* Separate App Tauri portion

* fix app features

* Fix lints

* install tauri cli

* update lockfile

* corepack, fix lints

* add store path

* fix unused import

* Fix tests

* Issue templates + port over tauri release

* fix actions

* fix before build command

* Add X86 target

* Update build matrix

* finalize actions

* make debug build smaller

* Use debug build to make cache smaller

* dummy commit

* change proj name

* update file name

* Use release builds for less space use

* Remove rust cache

* Readd for app build

* add merge queue trigger
2024-07-09 15:17:38 -07:00
Evan Song
0f2ddb452c
Migrate to Turborepo (#1251) 2024-07-04 21:46:29 -07:00
Jai A
12a3520563
feat(nx): Generated CI workflow 2024-07-03 00:18:37 -07:00
Jai A
721365578a
update action to use master branch 2024-06-28 16:59:06 -07:00
Jai A
7be02318e0
add openssl 2024-06-28 16:55:54 -07:00
Jai A
88db79188c
use rustls 2024-06-28 16:50:47 -07:00
Jai A
8a0329b23d
don't run in detached mode 2024-06-28 16:48:03 -07:00
Jai A
02ebe59d2f
add dispatch support for meta 2024-06-28 16:45:06 -07:00
Jai A
6e8e053b88
fix newline 2024-06-28 16:40:12 -07:00
Jai A
fc3056b0e0
add rust log env 2024-06-28 15:53:59 -07:00
Geometrically
8b16cd1b36
Daedalus Rewrite + Code Cleanup (#16)
* [wip] rewrite daedalus, vanilla, fabric, and quilt

* finish forge + neo

* fix docker

* fix neoforge 1.21+

* update concurrency limit

* finish

* remove mac garb
2024-06-25 15:47:27 -07:00
Jai A
bec54b4283
Fix action title 2021-11-02 20:20:55 -07:00
Jai A
061b88f5b5
Fix docker action again 2021-11-02 20:19:43 -07:00
Jai A
8704eff632
Fix docker action 2021-11-02 20:17:12 -07:00
Jai A
fb16f25b07
Fixes in forge universal lib + other things 2021-11-02 19:59:10 -07:00
Jai A
e8057a5c8a Fix incorrect docker registry 2021-10-24 16:22:02 -07:00
Geometrically
3c5edb6171
Delete clippy.yml~ 2021-10-24 16:18:17 -07:00
Jai A
e36a191240
Fix incorrect file names (again) 2021-10-24 16:16:49 -07:00
Jai A
ecdfd65f50
Fix incorrect file names 2021-10-24 16:16:23 -07:00
Jai A
4294081abb
Add GitHub actions again 2021-10-24 16:13:04 -07:00
Jai A
5218543c58
Add GitHub Actions 2021-10-24 16:10:38 -07:00