-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
release: Jan 0.5.14 release cut #4468
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Merge bug fixes from 0.5.12 into dev
* 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 <[email protected]> Co-authored-by: Louis <[email protected]>
* 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 <[email protected]>
chore: sync latest main into dev
chore: refactor extensions build script for optimization
* enhancement: update ui delete engine with modal confirmation * chore: fix linter
chore: improve development dev-ex with auto extensions migration
chore: deprecate make build-joi
…ckages chore: refactor core and server packages
Chore: Updated Local API Server Docs
fix: bump engine version - update engine variant symlink and copy CUDA dependencies
chore: bump cortex server rc3
louis-menlo
temporarily deployed
to
production
January 16, 2025 10:13 — with
GitHub Actions
Inactive
louis-menlo
temporarily deployed
to
production
January 16, 2025 10:13 — with
GitHub Actions
Inactive
urmauur
approved these changes
Jan 16, 2025
Preview URL: https://e8f81b30.docs-9ba.pages.dev |
This is the build for this pull request. You can download it from the Artifacts section here: Build URL. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Describe Your Changes
Epic: Engine management
#3786
#4128
Self Checklist
This pull request includes several updates to GitHub workflows, shell scripts, and configuration files. The changes focus on updating dependencies, modifying workflow configurations, and improving the build process.
Workflow and Dependency Updates:
corepack
for yarn management in.github/workflows/jan-electron-linter-and-test.yml
,.github/workflows/publish-npm-core.yml
, and.github/workflows/publish-npm-joi.yml
[1] [2] [3].runs-on
configurations to usemacos-latest
,windows-latest
, andubuntu-latest
in.github/workflows/jan-electron-linter-and-test.yml
[1] [2] [3] [4] [5] [6]..github/workflows/jan-electron-linter-and-test.yml
[1] [2] [3] [4].Build Process Improvements:
config-yarn
target to theMakefile
and updated theinstall-and-build
target to include this configuration step.clean
target in theMakefile
to remove.yarn
directories and additional files [1] [2] [3].Miscellaneous Changes:
ai.menlo.jan.desktop
for the Jan application..yarnrc.yml
.