424 Commits

Author SHA1 Message Date
Louis
114f2b9092
ci: attempt to upload cov 2025-07-10 21:51:13 +07:00
Louis
a770e08013
test: migrate jest to vitest 2025-07-10 21:14:21 +07:00
Louis
1c7a20be44
fix: linux build 2025-07-10 21:14:20 +07:00
Louis
6e0218c084
Merge branch 'release/v0.7.0' into feat/inference-llamacpp-extension
# Conflicts:
#	.devcontainer/buildAppImage.sh
#	.github/workflows/template-tauri-build-linux-x64.yml
#	Makefile
#	core/src/node/extension/index.test.ts
#	package.json
#	src-tauri/tauri.conf.json
#	web-app/package.json
2025-07-10 15:36:41 +07:00
Minh141120
94ada5969b refactor: deprecate electron-checksum.py script 2025-07-10 15:05:51 +07:00
Minh141120
39256dad09 refactor: clean up tauri build workflow for macos 2025-07-10 15:05:21 +07:00
Minh141120
291a32759a refactor: clean up tauri build workflow for windows 2025-07-10 15:03:41 +07:00
Minh141120
3790bd5753 refactor: clean up tauri build workflow for linux 2025-07-10 15:01:52 +07:00
D. Rect.
a668204cdc refactor: pin linuxdeploy in make/yarn build process instead of github workflow
- pulls fix for #5463 out of the github release workflow and into
  the make/yarn build process
- implements a wrapper script that pins linuxdeploy and injects
  a new location for XDG_CACHE_HOME into the build pipeline,
  allowing manipulating .cache/tauri without tainting the hosts
  .cache
- adds ./.cache (project_root/.cache) to make clean and mise clean
  task
- remove .devcontainer/buildAppImage.sh, obsolete now that extra
  build steps have been removed from the github workflow and
  incorporated in the normal build process
- remove appimagetool from .devcontainer/postCreateCommand.sh,
  as it was only used by .devcontainer/buildAppImage.sh
2025-07-10 04:50:12 +00:00
D. Rect.
7d04d66a0b refactor: pull appimage packaging steps out of github linux release workflow
- pulled appimage packaging steps out of release workflow into new
  src-tauri/build-utils/buildAppImage.sh
- cleaned up yarn scripts:
  - moved multi platform yarn scripts out of yarn build:tauri:<platform>
    into generic yarn build:tauri
  - split yarn build:tauri:linux:win32 into separate yarn scripts so it's
    clearer what is specific to which platform
- added src-tauri/build-utils/buildAppImage.sh to new yarn build:tauri:linux
  yarn script

    This is also a good entry point to add flatpak builds in the future.

    Part of #5641
2025-07-10 04:50:12 +00:00
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
Louis
b26ae7d0a4
ci: remove cortex build steps 2025-07-07 22:39:04 +07:00
Louis
e3faf09ab2
chore: try fixing CI 2025-07-07 21:27:37 +07:00
Louis
5ce9bbb304
fix: linux build without cortex binaries 2025-07-07 18:56:04 +07:00
Louis
e75bb0de27
fix: libvulkan download 2025-07-07 18:40:25 +07:00
Louis
6b496ae413
fix: build issues 2025-07-07 18:27:45 +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