379 Commits

Author SHA1 Message Date
Minh141120
4bac3f9838 chore: update system dependencies for mac 2025-08-21 20:13:32 +07:00
Minh141120
1ae3201a69 chore: update libwebkit for ubuntu 2025-08-21 20:09:04 +07:00
Minh141120
274358f84a chỏe: update default url for ubuntu and macos 2025-08-21 16:58:21 +07:00
Minh141120
0e72bfd117 chore: temporarily disable reportportal 2025-08-21 16:28:55 +07:00
Minh141120
8bbc0009f6 chore: update default installer for windows 2025-08-21 16:20:29 +07:00
Minh141120
44be3e8b92 feat: update args migration test case 2025-08-21 16:19:37 +07:00
Minh141120
4159d11fd4 feat: add autoqa migration workflow 2025-08-21 16:11:43 +07:00
Minh141120
a8837f9d76 chore: update custom runs args 2025-08-20 21:26:22 +07:00
Minh141120
be547224fb chore: update default value for nightly 2025-08-20 21:05:21 +07:00
Minh141120
6021e0309f ci: add autoqa reliability macos and linux jobs 2025-08-20 21:02:41 +07:00
Minh141120
00b03ad4e3 feat: add autoqa reliablity ci manual 2025-08-20 18:14:10 +07:00
Minh141120
16652e7bf9 feat: add flatpak ci 2025-08-14 15:04:49 +07:00
Faisal Amir
a66d83c598
Merge pull request #6172 from menloresearch/fix/model-id-special-char
fix: handle modelId special char
2025-08-14 12:33:58 +07:00
Minh141120
156bf8230a ci: fix tauri build nightly for linux 2025-08-13 10:26:29 +07:00
Minh141120
c708dce033 add disable auto updater input for nightly build 2025-08-13 09:33:05 +07:00
Louis
55d998ea99
Merge branch 'dev' into release/v0.6.8 2025-08-12 14:52:21 +07:00
Minh141120
6bec267ef5 ci: add disable auto update flag 2025-08-12 14:50:05 +07:00
Minh141120
d5ca195059 ci: add path for tauri nightly build 2025-08-11 17:10:51 +07:00
Bui Quang Huy
f26b7ada50
Merge pull request #6125 from menloresearch/freelerobot-patch-1-1
docs: Update 4-goal.md
2025-08-11 17:56:33 +08:00
Nicole Zhu
376873b5ee
docs: Update 4-goal.md 2025-08-11 17:40:35 +08:00
Nicole Zhu
15ba8d217f
docs: Update 3-epic.md 2025-08-11 17:39:37 +08:00
Nguyen Ngoc Minh
4afabd4c55
Merge pull request #6121 from menloresearch/ci/update-generate-release-note
ci: update generate release note and jan docs release
2025-08-11 01:13:59 -07:00
Minh141120
1563a41864 ci: update jan docs publish pages condition 2025-08-11 14:48:53 +07:00
Minh141120
963d0a6c9d ci: update generate release note 2025-08-11 14:44:02 +07:00
Louis
f3dd26e499
fix: uvx and npx dirs should be not be relocated 2025-08-11 14:33:58 +07:00
Louis
b924156a15
fix: bring back GPU detection 2025-08-11 13:52:20 +07:00
Louis
3366d26d65
fix: test should run with windows-latest 2025-08-07 21:25:09 +07:00
Louis
c1668a4e4a
refactor: clean up unused hardware apis 2025-08-07 20:04:23 +07:00
Minh141120
c3cca93850 ci: deprecate jan docs new release workflow in favor of jan-docs 2025-08-07 00:04:21 +07:00
Nguyen Ngoc Minh
397f71db6e
chore: update workflow name 2025-08-06 17:36:03 +07:00
Minh141120
517e556552 ci: disable autoqa on nightly build 2025-08-05 12:14:16 +07:00
Minh141120
e3331dd508 chore: skip nightly build workflow for external contributor 2025-08-05 10:29:33 +07:00
Ramon Perez
3f71428c29 Merge dev branch changes into isolated branch 2025-08-04 10:32:42 +10:00
Minh141120
b53d5f3638 ci: enable PR trigger for dev branch in tauri nightly workflow 2025-07-31 22:22:38 +07:00
Ramon Perez
aa117cf917 added products section, and reorganized and improved the docs 2025-07-31 18:52:01 +10:00
Ramon Perez
b5d54e48d1 fixed docs workflow issues 2025-07-31 18:52:01 +10:00
Ramon Perez
8511e35df8 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-31 18:52:00 +10:00
hiento09
1ff86e237f chore: create astro docs cicd 2025-07-29 17:52:13 +07:00
Nguyen Ngoc Minh
210ace79d5
ci: tolerate artifact upload (#5969) 2025-07-29 15:45:32 +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
hiento09
d51f904826
chore: update cua mac runner (#5888) 2025-07-24 16:25:02 +07:00
Nguyen Ngoc Minh
d8b6b10870
chore: revert app artifact name for macos linux and windows builds (#5878) 2025-07-23 21:27:56 +07:00
Nguyen Ngoc Minh
9a511fd5fa
ci: resolve nested template expression in artifact names (#5875)
* ci: update artifact name for Linux and Windows build

* ci: enhance logic for naming convention for mac, linux and windows builds

* fix: resolve nested template expression in artifact names
2025-07-23 17:48:33 +07:00
Nguyen Ngoc Minh
3a8af3c24d
ci: autoqa github artifact (#5873)
* ci: add upload recordings and logs github artifact

* chore: update version actions upload artifact
2025-07-23 14:33:48 +07:00
Nguyen Ngoc Minh
5cbd79b525
fix: charmap encoding (#5865)
* fix: handle charmap encoding error

* enhancement: prompt template for new user flow
2025-07-22 23:33:12 +07:00
Louis
e424938e02
Merge branch 'dev' into release/v0.6.6
# Conflicts:
#	.github/workflows/template-tauri-build-windows-x64.yml
#	Makefile
#	extensions/engine-management-extension/engines.mjs
2025-07-22 13:18:00 +07:00
Nguyen Ngoc Minh
af892428a5
chore: sync make build with dev (#5847)
* chore: sync up make build with dev

* ci: update macOS self-hosted runner
2025-07-22 11:12:14 +07: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