code-push-server icon indicating copy to clipboard operation
code-push-server copied to clipboard

CodePush service is hot update services which adapter react-native-code-push and cordova-plugin-code-push - 热更新

Results 153 code-push-server issues
Sort by recently updated
recently updated
newest added

This PR was automatically created by Snyk using the credentials of a real user.Snyk has created this PR to fix one or more vulnerable packages in the `npm` dependencies of...

This PR was automatically created by Snyk using the credentials of a real user.Snyk has created this PR to fix one or more vulnerable packages in the `npm` dependencies of...

This PR was automatically created by Snyk using the credentials of a real user.Snyk has created this PR to fix one or more vulnerable packages in the `npm` dependencies of...

This PR was automatically created by Snyk using the credentials of a real user.![snyk-top-banner](https://github.com/andygongea/OWASP-Benchmark/assets/818805/c518c423-16fe-447e-b67f-ad5a49b5d123) ### Snyk has created this PR to fix 1 vulnerabilities in the npm dependencies of this...

经过验证,为镜像问题,将code-push-server/docker/docker-compose.yml 文件中修改如下: 将 `services: server: image: tablee/code-push-server:v0.5.2` 改为新的镜像即可-经过阿里云RDS测试通过: `image: panshx/code-push-server:5.7.1`

This PR was automatically created by Snyk using the credentials of a real user.![snyk-top-banner](https://github.com/andygongea/OWASP-Benchmark/assets/818805/c518c423-16fe-447e-b67f-ad5a49b5d123) ### Snyk has created this PR to fix 2 vulnerabilities in the npm dependencies of this...

![image](https://github.com/lisong/code-push-server/assets/30466589/1cf58af8-a536-4ece-b279-2bcb58b40c6a) 为什么官网变成了这个样子

我使用的local存储,随着我的发布,我发现storageDir 定义的目录越来越大,我想清理之前的旧数据,如何操作? 在我使用以下两种命令的时候发现仅仅清除了deployment的记录,并不会清理曾经发布的包数据,本地storageDir 定义的目录还是很大 code-push deployment clear code-push deployment rm

This PR was automatically created by Snyk using the credentials of a real user.![snyk-top-banner](https://github.com/andygongea/OWASP-Benchmark/assets/818805/c518c423-16fe-447e-b67f-ad5a49b5d123) ### Snyk has created this PR to fix 1 vulnerabilities in the npm dependencies of this...

我是从appcenter转私有化部署的,因为网络问题。app安装完之后提示更新,更新完之后提示更新又弹出来了,重启app也是一样,查看history都是pending状态,没有active的 ![image](https://github.com/user-attachments/assets/4908ea5d-c65c-42ed-b03c-a66d85b74950) 代码里配置的是立即安装: `codePush.sync({ installMode: codePush.InstallMode.IMMEDIATE, updateDialog: { optionalIgnoreButtonLabel: '稍后', optionalInstallButtonLabel: '立即更新', mandatoryContinueButtonLabel : '立即更新', optionalUpdateMessage: '有新版本了,是否更新?', mandatoryUpdateMessage: '该版本必须更新,请立即更新?', title: '更新提示' }, }, this.statusChanged.bind(this), this.downloadProgress.bind(this));` 版本: code-push-cli:2.1.9 react-native:0.71.3 react-native-code-push:8.3.1