Skip to content
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

feat: redirect not found can be false when syncMode='none' #428

Merged
merged 3 commits into from
Mar 27, 2023

Conversation

hezhengxu2018
Copy link
Collaborator

@hezhengxu2018 hezhengxu2018 commented Mar 26, 2023

在禁止自动创建同步任务时也可以关闭 redirectNotFound,实现在私有化部署时用户仅能使用当前仓库内已有的依赖


Allow to turn off redirectNotFound when disabling the automatic creation of sync tasks, enabling users to use only existing dependencies in the current repository when deploying privately.

Copy link
Member

@fengmk2 fengmk2 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+1

@fengmk2 fengmk2 added the enhancement New feature or request label Mar 27, 2023
@codecov
Copy link

codecov bot commented Mar 27, 2023

Codecov Report

Merging #428 (fa3e568) into master (300f0e4) will decrease coverage by 0.19%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master     #428      +/-   ##
==========================================
- Coverage   97.66%   97.48%   -0.19%     
==========================================
  Files         153      153              
  Lines       13632    13634       +2     
  Branches     1755     1751       -4     
==========================================
- Hits        13314    13291      -23     
- Misses        318      343      +25     
Impacted Files Coverage Δ
app/port/controller/AbstractController.ts 98.86% <100.00%> (+0.01%) ⬆️
config/config.default.ts 87.64% <100.00%> (-8.43%) ⬇️

... and 2 files with indirect coverage changes

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@fengmk2 fengmk2 merged commit 91ebd19 into cnpm:master Mar 27, 2023
fengmk2 pushed a commit that referenced this pull request Mar 27, 2023
[skip ci]

## [3.10.0](v3.9.0...v3.10.0) (2023-03-27)

### Features

* redirect not found can be false when syncMode='none' ([#428](#428)) ([91ebd19](91ebd19))
@github-actions
Copy link

🎉 This PR is included in version 3.10.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

@hezhengxu2018 hezhengxu2018 deleted the feat/redirect-not-found branch April 4, 2023 13:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request released
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants