309 Commits

Author SHA1 Message Date
D. Rect.
4134917a45 refactor: split platform specific config out of tauri.conf.json
Allows for better per platform default config. Currently the
default serves windows/macos fine while it has to be tweaked
in order to build for linux

make build-tauri now successfully runs where it errored out before.
Appimages made with make alone however is incomplete as there are
still post processing steps in the github release workflow to bundle
additional resources.

- split platform specific config out of tauri.conf.json into auxiliary
  platform specific config files, natively supported by tauri

- pull improved defaults out of template-tauri-build-linux-x64.yml
  into new tauri.linux.conf.json

- fix tauri-build-linx-x64.yml to utilize new tauri.linux.conf.json
2025-07-10 04:50:12 +00:00
hiento09
d2d8778425
chore: disable coverage check for external contributor pr (#5728) 2025-07-08 16:36:38 +07:00
hiento09
641275ee79
chore: add coverage report comment (#5716) 2025-07-07 11:37:57 +07:00
hiento09
3287e8b300
chore: enable test coverage (#5710)
* chore: enable test coverage
2025-07-07 11:24:13 +07:00
hiento09
f572350c20
chore: migrate to selfhosted runner (#5593) 2025-07-03 00:05:52 +07:00
Bui Quang Huy
264895cd59
Update 2-feature-request.md 2025-07-02 18:59:07 +08:00
Faisal Amir
2a0597ff01
Merge branch 'dev' into release/v0.6.6 2025-07-02 10:26:32 +07:00
LazyYuuki
a8a1de9ad0 🔧 config: all yml to md for issue template 2025-07-01 23:45:44 +08:00
LazyYuuki
5dc9073108 🔧 config: fix bug template 2025-07-01 23:33:30 +08:00
Bui Quang Huy
99df080bd6
Merge pull request #5657 from menloresearch/template/yml-to-md
🔧 config: from yml to md for template
2025-07-01 23:26:21 +08:00
LazyYuuki
8e837fc73d 🔧 config: from yml to md for template 2025-07-01 23:25:08 +08:00
Bui Quang Huy
f1e28c2ab5
Update config.yml 2025-07-01 15:03:12 +08:00
LazyYuuki
2a143e71e4 🔧 config: github template 2025-07-01 10:15:50 +08:00
Bui Quang Huy
f62290cb00
Update .github/ISSUE_TEMPLATE/epic.yml
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
2025-07-01 10:01:27 +08:00
Bui Quang Huy
041fc2b330
Update .github/ISSUE_TEMPLATE/epic.yml
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
2025-07-01 10:01:11 +08:00
Bui Quang Huy
0e2a00e006
Create epic.yml 2025-07-01 09:58:36 +08:00
Bui Quang Huy
f24346b4fa
Update config.yml 2025-07-01 01:30:53 +08:00
Bui Quang Huy
0735d3bc80
Merge pull request #5628 from menloresearch/template/disable-blank
Update config.yml
2025-07-01 01:21:10 +08:00
Bui Quang Huy
fd893c3af6
Merge pull request #5627 from menloresearch/template/delete-model-request
Delete .github/ISSUE_TEMPLATE/model_request.yml
2025-07-01 01:19:59 +08:00
Bui Quang Huy
18f0228794
Merge pull request #5626 from menloresearch/template/update-feature-request
Update feature_request.yml
2025-07-01 01:19:45 +08:00
Bui Quang Huy
73ff61620e
Update config.yml
Disable blank issues
2025-07-01 01:18:35 +08:00
Bui Quang Huy
5c988d8890
Delete .github/ISSUE_TEMPLATE/model_request.yml 2025-07-01 01:17:25 +08:00
Bui Quang Huy
f4b6a2054e
Update feature_request.yml 2025-07-01 01:14:03 +08:00
Bui Quang Huy
03f30b8a1d
Update bug_report.yml 2025-07-01 01:12:25 +08:00
Bui Quang Huy
0d20f2e0b8
Update goal.yml 2025-07-01 01:06:04 +08:00
Bui Quang Huy
9fe34ca226
Update goal.yml 2025-07-01 01:02:32 +08:00
Bui Quang Huy
bfa5410a52
Update goal.yml 2025-07-01 00:57:07 +08:00
Bui Quang Huy
0e41502bcc
Update goal.yml 2025-07-01 00:53:22 +08:00
Bui Quang Huy
8a309cf3d9
Fix goal.yml 2025-07-01 00:40:13 +08:00
Bui Quang Huy
05a74481fa
Update goal.yml 2025-07-01 00:36:25 +08:00
Bui Quang Huy
69438035eb
Update and rename goal.md to goal.yml 2025-07-01 00:29:19 +08:00
Bui Quang Huy
c251b04d15
Update goal.md 2025-07-01 00:14:00 +08:00
hiento09
35154887e3
chore: deprecate ci environment (#5592) 2025-06-29 22:34:36 +07:00
Louis
cc2e6c7edc
Merge pull request #5519 from menloresearch/freelerobot-patch-1
chore: update issue templates for goals
2025-06-29 17:37:06 +07:00
Louis
834bc39242
test: init e2e test with selenium and CI work (#5591)
* test: init e2e test

* Update yarn.lock
2025-06-29 17:12:16 +07:00
Nguyen Ngoc Minh
a7453d16ef
ci: add issues to project board (#5583) 2025-06-28 15:50:48 +07:00
DistractionRectangle
50f3563a96
🐛fix: Tauri AppImage failing to render on wayland + mesa (#5463) 2025-06-27 23:16:25 +07:00
Nguyen Ngoc Minh
239f93e48d
🧹 chore: update issue template (#5572)
* chore: update label feature request

* chore: remove labels type bug
2025-06-27 13:09:19 +07:00
Nicole Zhu
942a3d6195
chore: update issue templates for goals 2025-06-25 14:42:49 +08:00
Rene Leonhardt
ec2602307d
Merge pull request #5391 from reneleonhardt/feat/add-dependabot
feat: add dependabot for cargo and npm
2025-06-20 16:50:37 +07:00
Louis
ebc268018b
Sync 0.5.18 to 0.6.0 (#5320)
* chore: correct binary name for stable version (#5303)

* ci: enable devtool on prod build (#5317)

* ci: enable devtool on prod build

---------

Co-authored-by: hiento09 <136591877+hiento09@users.noreply.github.com>
Co-authored-by: Nguyen Ngoc Minh <91668012+Minh141120@users.noreply.github.com>
2025-06-17 21:08:56 +07:00
Louis
50c25b65b6
chore: correct binary name for stable version (#5303) (#5311)
Co-authored-by: hiento09 <136591877+hiento09@users.noreply.github.com>
2025-06-17 13:35:53 +07:00
Nguyen Ngoc Minh
37d72c3869
ci: add manual sign for appimage artifact (#5254) 2025-06-12 14:50:24 +07:00
Nguyen Ngoc Minh
ecfbdf8256
chore: build config info plist (#5224)
* chore: update Info.plist and tauri config to reflect build channel
2025-06-09 22:20:38 +07:00
Nguyen Ngoc Minh
19bcce80fa
ci: update file size tauri build template macos and windows (#5208)
* chore: update filesize latest-mac.yaml

* chore: disable createUpdaterArtifacts as handled on ci

* chore: update file size latest.yaml
2025-06-06 16:02:09 +07:00
Nguyen Ngoc Minh
9c825956e8
ci: tauri build macos (#5184)
* ci: tauri build macos

* chore: comment out electron builder .zip.sig file to s3

* chore: enable auto updater tauri

* chore: comment out s3 upload mac.zip.sig

* chore: handle remind me later state

* chore: add dll file windows

* chore: add debug step verbose

* ci: add msvcp140_codecvt_ids.dll bundle windows

* chore: update download progress

* chore: update app updater UI

* chore: remove log

* chore: reload app after download app

* chore: reset remindmelater
2025-06-03 23:00:04 +07:00
Louis
1a0f643d87
refactor: clean up repo (#5165)
* chore: remove legacy themes

* refactor: clean up dependencies

* chore: remove cuda 11 dependency - fix linux LD_LIBRARY_PATH

* fix: load models issue on Linux

# Conflicts:
#	src-tauri/src/core/setup.rs

* chore: do not download cuda 11 by default

* chore: remove cuda 11 from installer

* fix: cuda lookup on Linux
2025-06-02 19:03:06 +07:00
Louis
302ebc0a72
chore: remove build:joi step 2025-06-02 15:35:34 +07:00
Louis
38c9cf9a68
refactor: deprecate legacy packages and clean up build scripts (#5162)
* refactor: deprecate legacy packages and clean up build scripts

* chore: remove joi publish workflow

* chore: core publish run on dispatch only

* chore: correct version bump on web package

* chore: make dev for tauri target
2025-06-02 14:29:17 +07:00
Nguyen Ngoc Minh
9265a56f04
ci: deprecate electron build (#5149)
* ci: deprecate electron build
2025-05-30 19:43:06 +07:00