247 Commits

Author SHA1 Message Date
Louis
03367f4387
chore: correct new menloresearch repo name 2025-03-20 19:26:09 +07:00
Louis
30f9a34ede
chore: correct CI CD repo name 2025-03-20 19:23:08 +07:00
Nguyen Ngoc Minh
8dc30dd047
fix: naming nightly and beta build (#4779)
* fix: naming nightly and beta build

* chore: enhance replace icons for beta and nightly build logic

* chore: update icon linux build

* chore: add debug step

* chore: remove specific icon linux build
2025-03-05 20:30:57 +07:00
Nguyen Ngoc Minh
1b4a91ba7e
chore: update pipeline change app logo for build nightly (#4709)
* chore: change app logo for build nightly

* chore: add nightly option to rename icons

* chore: add rename icons for nightly and beta build

* chore: remove rename icons job
2025-02-21 14:16:15 +07:00
Nguyen Ngoc Minh
839a00127d
Merge pull request #4708 from janhq/chore/change-app-logo
chore: change app logo for jan beta and nightly version
2025-02-20 21:39:41 +07:00
Minh141120
bd7113aa74 chore: change app logo for jan beta and nightly version 2025-02-20 21:32:20 +07:00
Louis
badc632ee4
refactor: different Jan builds should have different Cortex server port (#4699)
* refactor: different Jan instances should have different Cortex server port configurations

* chore: update workflow to use env input

* chore: update env for cortex port setting
2025-02-20 15:53:16 +07:00
hiento09
89fc777f0d
fix: beta noti discord (#4640) 2025-02-12 18:01:18 +07:00
hiento09
82c45debb7
chore: beta version not publish to github (#4634)
Co-authored-by: Service Account <service@jan.ai>
2025-02-12 09:53:54 +07:00
Faisal Amir
32436121c7
feat: remove umami (#4520) 2025-01-26 20:42:03 +07:00
Minh141120
a59ba000c0 chore: ignore external contributors 2025-01-22 21:17:38 +07:00
hiento09
63c938e2f5
fix: windows uninstall not force close app (#4459) 2025-01-15 22:05:03 +07:00
hiento09
6b98f459d4
fix: ci npm publish (#4447) 2025-01-14 15:28:38 +07:00
Louis
b0e50dad83
chore: disable portal reporter 2025-01-01 14:46:34 +07:00
Louis
e9958df2c8
chore: use windows-latest for testing 2025-01-01 14:27:53 +07:00
Louis
e321e482b6
chore: reduce test build steps 2025-01-01 14:22:12 +07:00
Louis
84ed5ec814
chore: add config-yarn 2024-12-31 14:13:41 +07:00
Louis
e9ed1521b3
chore: deprecate make build-joi 2024-12-31 14:04:58 +07:00
Louis
b8bd846744
chore: refactor extensions build script for optimization 2024-12-30 22:10:48 +07:00
Faisal Amir
a6a0cb325b
feat: local engine management (#4334)
* feat: local engine management

* chore: move remote engine into engine page instead extension page

* chore: set default engine from extension

* chore: update endpoint update engine

* chore: update event onEngineUpdate

* chore: filter out engine download

* chore: update version env

* chore: select default engine variant base on user device specs

* chore: symlink engine variants

* chore: rolldown.config in mjs format

* chore: binary codesign

* fix: download state in footer bar and variant status

* chore: update yarn.lock

* fix: rimraf failure

* fix: setup-node@v3 for built-in cache

* fix: cov pipeline

* fix: build syntax

* chore: fix build step

* fix: create engines folder on launch

* chore: update ui delete engine variant with modal confirmation

* chore: fix linter

* chore: add installing progress for Local Engine download

* chore: wording

---------

Co-authored-by: Louis <louis@jan.ai>
2024-12-30 17:27:51 +07:00
hiento09
bd0e525d66
chore: upgrade to turbo v2 and reduce ci quality gate runtime (#4324)
* chore: upgrade to turbo v2 and reduce ci quality gate runtime

* chore: upgrade to yarn v4 and deprecate turborepo

* chore: reconfigure modules and fix tests

* chore: switch to github-hosted runner

* fix: dependency resolving

* chore: clean redundant step

* chore: headless test

* chore: remove headed param

* fix: resolve dependency version

* fix: ubuntu no-sandbox test

---------

Co-authored-by: Hien To <tominhhien97@gmail.com>
Co-authored-by: Louis <louis@jan.ai>
2024-12-29 17:46:15 +07:00
Faisal Amir
5fc04e09eb
feat: product analytic UI (#4262)
* chore: initial ui prompt product analytic

* chore: integrate posthog

* chore: update event app_version

* chore: update build env

* feat: posthog config in ci

* chore: resolve linter test CI

* chore: resolve e2e

* chore: disable capture unless property

* chore: update e2e

* chore: update privacy data analytic

---------

Co-authored-by: Hien To <tominhhien97@gmail.com>
2024-12-16 15:06:46 +07:00
hiento09
4238a3bf22
feat: add cicd for janhq/joi (#4270)
Co-authored-by: Hien To <tominhhien97@gmail.com>
2024-12-16 12:58:12 +07:00
hiento09
d8689e2bf8
chore: add ci janhq/core publish npm (#4259)
Co-authored-by: Hien To <tominhhien97@gmail.com>
2024-12-12 13:50:34 +07:00
hiento09
3341a3be15
feat: add auto build when PR is approved (#4241)
Co-authored-by: Hien To <tominhhien97@gmail.com>
2024-12-06 14:47:02 +07:00
Gabrielle Ong
7a22802e4a
Merge pull request #4227 from janhq/chore/roadmap-template-fix
chore: roadmap template fix
2024-12-05 16:58:32 +08:00
hiento09
c7f637348a
chore: fix beta ci (#4233)
Co-authored-by: Hien To <tominhhien97@gmail.com>
2024-12-05 15:16:43 +07:00
Gabrielle Ong
2b27624f42 chore: roadmap template fix 2024-12-05 11:53:58 +08:00
hiento09
1778620fe2
feat: macos universal (#4197)
* feat: macos universal

* chore: build universal for hnswlib-node on macos

---------

Co-authored-by: Service Account <service@jan.ai>
2024-12-04 16:00:44 +07:00
Gabrielle Ong
c3ab3e5203
Create roadmap.md
Roadmap template
2024-11-29 17:47:37 +08:00
hiento09
8a81678bb4
chore: correct discord message notification (#4018)
Co-authored-by: Hien To <tominhhien97@gmail.com>
2024-11-14 09:46:00 +07:00
hiento09
11322e189f
Revert "chore: enable notification nightly" (#4011)
* Revert "chore: enable notification nightly (#3963)"

This reverts commit 102d8b08c15b4ef2349ee38018bcb7c863be82e3.

* chore: revert #3962

* chore: new nightly url for discord notification

---------

Co-authored-by: Hien To <tominhhien97@gmail.com>
2024-11-13 21:28:01 +07:00
hiento09
102d8b08c1
chore: enable notification nightly (#3963)
Co-authored-by: Hien To <tominhhien97@gmail.com>
2024-11-08 14:24:02 +07:00
hiento09
d9504b6152
chore: revert change app name (#3962)
Co-authored-by: Hien To <tominhhien97@gmail.com>
2024-11-06 17:24:20 +07:00
Louis
24b7d64efc
Merge branch 'dev' into feat/path-to-cortexcpp 2024-11-06 11:56:38 +07:00
hiento09
1ad897782c
feat: new nightly app channel (#3948)
Co-authored-by: Hien To <tominhhien97@gmail.com>
2024-11-05 19:40:19 +07:00
Louis
03333cc4c2
fix: onboarding should cover cortex models - debounce reduce model reload - rename cortex binary name 2024-11-04 15:37:17 +07:00
Louis
2d80d6962b
test: try to scroll to bottom e2e 2024-11-04 15:37:17 +07:00
Louis
7ce0625047
test: add playwright report artifact 2024-11-04 15:37:16 +07:00
hiento09
32ad4aeab3
chore: beta version add discord notification (#3925)
Co-authored-by: Hien To <tominhhien97@gmail.com>
2024-11-01 12:39:25 +07:00
hiento09
356b233780
fix: docs trigger on release deploy to production (#3877)
Co-authored-by: Hien To <tominhhien97@gmail.com>
2024-10-24 15:36:14 +07:00
hiento09
d81570c86c
ci: fix docusaurus (#3870)
Co-authored-by: Hien To <tominhhien97@gmail.com>
2024-10-23 15:46:23 +07:00
hiento09
462073276c
Revert "ci: migrate to github hosted runner (#3838)" (#3867) 2024-10-23 12:24:05 +07:00
hiento09
9045eeb1d6
Feat Jan beta version (#3835)
* feat: add beta version
---------

Co-authored-by: Hien To <tominhhien97@gmail.com>
2024-10-23 10:38:40 +07:00
hiento09
72d4575e32
chore: replace windows codesign cert (#3839)
Co-authored-by: Hien To <tominhhien97@gmail.com>
2024-10-22 20:58:19 +07:00
hiento09
3df98b87a3
ci: migrate to github hosted runner (#3838)
Co-authored-by: Hien To <tominhhien97@gmail.com>
2024-10-18 15:57:58 +07:00
hiento09
e7c5a398c4
ci: disable turbo cache (#3836)
Co-authored-by: Hien To <tominhhien97@gmail.com>
2024-10-17 16:35:47 +07:00
hiento09
87e33497ce
ci: Update jan-docs.yml (#3799) 2024-10-14 23:35:12 +07:00
hiento09
f93deb6749
chore: move Jan Docs back into Jan Repo (#3790)
Co-authored-by: Hien To <tominhhien97@gmail.com>
2024-10-14 10:07:16 +07:00
hiento09
cf0a232001
ci: auto trigger jan docs ci for new release (#3734)
Co-authored-by: Hien To <tominhhien97@gmail.com>
2024-09-26 15:45:39 +07:00