-
Notifications
You must be signed in to change notification settings - Fork 39
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: 文件在线预览支持更多的文件类型 #2765 #2872
Closed
Closed
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
文件预览后端服务基础实现,为页面提供接口服务 1.一个全新的preview服务,已实现文件的下载,可以下载制品库文件、远程文件. 2.office文件转换实现. 3.水印接口. 4.缓存与异常处理. 5.k8s部署
Master issue2765
1.调整接口逻辑,预览接口返回流 2.远程文件保存在自定义仓库,bkrepo文件保存在原仓库新建一份供预览 3.redis缓存更改为mongodb存储 4.增加预览类型支持,code、txt、picture等 5.公共处理逻辑提取到抽象类中
1.代码规范 2.构建镜像报错
1.代码规范之方法嵌套太深 2.指定默认的officeHome
1.office插件启动失败问题
1.路径中文乱码 2.office转换pdf乱码
feat: 文件在线预览支持更多的文件类型 TencentBlueKing#2765
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.
No description provided.