322 Commits

Author SHA1 Message Date
hiento09
1ff86e237f chore: create astro docs cicd 2025-07-29 17:52:13 +07:00
Ramon Perez
4e4c683211 fixed docs workflow issues 2025-07-28 22:03:58 +10:00
Ramon Perez
8ed5bddc02 feat(docs): Migrate to dual Nextra/Astro deployment & recreate products section
This commit introduces a significant restructuring of the documentation deployment and content strategy to support a gradual migration from Nextra to Astro.

- **New Astro Workflow (`jan-astro-docs.yml`)**: Implemented a new, separate GitHub Actions workflow to build and deploy the Astro site from the `/website` directory to a new subdomain (`v2.jan.ai`). This isolates the new site from the existing one, allowing for independent development and testing.
- **Removed Combined Workflow**: Deleted the previous, more complex combined workflow (`jan-combined-docs.yml`) and its associated test scripts to simplify the deployment process and eliminate routing conflicts.
- **Astro Config Update**: Simplified the Astro configuration (`astro.config.mjs`) by removing the conditional `base` path. The Astro site is now configured to deploy to the root of its own subdomain.

- **Mirrored Content**: Recreated the entire `/products` section from the Astro site within the Nextra site at `/docs/src/pages/products`. This provides content parity and a consistent user experience on both platforms during the transition period.
- **File Structure**: Established a clear, organized structure for platforms, models, and tools within the Nextra `products` directory.
- **Nextra Sidebar Fix**: Implemented the correct `_meta.json` structure for the new products section. Created nested meta files to build a collapsible sidebar, fixing the UI bug that caused duplicated navigation items.

- **"Coming Soon" Pages**: Added clear, concise "Coming Soon" and "In Development" banners and content for upcoming products like Jan V1, Mobile, Server, and native Tools, ensuring consistent messaging across both sites.
- **.gitignore**: Updated the root `.gitignore` to properly exclude build artifacts, caches, and environment files for both the Nextra (`/docs`) and Astro (`/website`) projects.
- **Repository Cleanup**: Removed temporary and unused files related to the previous combined deployment attempt.

This new architecture provides a stable, predictable, and low-risk path for migrating our documentation to Astro while ensuring the current production site remains unaffected.
2025-07-28 21:47:18 +10:00
Nguyen Ngoc Minh
e82e5e1da9
refactor: standardize build process and remove build-tauri target (#5846) 2025-07-22 00:01:48 +07:00
Louis
5241557a74
test: deprecate webdriver test in favor of auto qa using CUA (#5825) 2025-07-21 00:11:16 +07:00
Louis
05a5995865
fix: dependabot should just update security patch (#5814) 2025-07-20 16:55:40 +07:00
hiento09
4d44f4324d
feat: add autoqa (#5779)
* feat: add autoqa

* chore: add auto start computer_server

* chore: add ci autoqa windows

* chore: add ci support for both windows and linux

* chore: add ci support for macos

* chore: refactor auto qa

* chore: refactor autoqa workflow

* chore: fix upload turn
2025-07-18 15:22:31 +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
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