从 Libre Translate 中删除 -- 仅装入限制
所有需要的语言包都预先安装在主机Path卷上. -- load - only 阻止了一些包件装入 。 没有旗帜 LibreTranslate 启动时装入所有已安装的软件包.
Use startupProbe for LibreTranslate to handle long model downloads
startupProbe with 60 attempts x 30s = 30min startup window for initial model downloads. After startup completes, normal liveness and readiness probes take over ...
Restrict LibreTranslate to only load supported language models
Use --load-only with the 22 supported language codes instead of downloading all available models (~hundreds of GB). Removes --update-models flag which would dow...
Remove invalid --load-awesome-ai-models flag from LibreTranslate
Flag does not exist in current libretranslate image. Replace with --update-models to ensure language packs are downloaded on startup.
Add LibreTranslate permission init container, scale Bergamot to 0
LibreTranslate was crashing with PermissionError on packages subdir. Added busybox init container to mkdir + chmod 777 the mounted hostPath before the main cont...
Fall through to LibreTranslate when Bergamot is unavailable
ProviderRouter now catches exceptions per provider and tries the next. BergamotProvider throws on failure instead of silently returning original text, so LibreT...
Deploy LibreTranslate and Bergamot in workflow
The manifests were committed but never wired into the deploy steps. Add kubectl apply for both services on K1M1 and K2M1.
从CI跑者那里找到它
Forgejo跑道运行在 k0m1 上, 它不能解决. svc. cluster. local. DNS. (英语). 使用 kubectl 端口向前到地道 kamowstranslate- service: 80 到 当地主机:18080 在翻译步骤中,然后杀死隧道之后.
删除 i18n 预程序/( 页面)/ 和 app/ page. tsx
这些不小心被 Git 检出 -- -- app/ 期间恢复 a 先前的供应商固定。 现有新旧路线结构 导致 Next.js 尝试生成 / (pages)/ * 路线而不使用 locale 上下文,正在崩溃 sharedNavigation 使用 Pathname 调用 .
将 Docker 文件升级到节点: 24- 阿尔平
无法读取锁文件并用 a 失败的 npm ci 船 npm 10 缺少 @ swc/ helpers@0.5.21 错误.
Bump Node.js 至 24, 以匹配本地 dev 环境
节点22/ npm 10 下的 npm ci 失败, 因为两个版本解析 过渡道口( 如 @ swc/ helpers) 到不同版本 .
Exclude ****************
Excluding SecurityAutoConfiguration leaves Actuator's **************** without an HttpSecurity bean, crashing startup. Exclude it explicitly.
Add autoconfigure exclusions to k8s configmap
application.yml is for local only — k8s uses the configmap. Move the Spring autoconfiguration exclusions for JPA, Redis, Security, and OAuth2 into k8s/configmap...
Exclude all transitive Spring autoconfiguration from shared library
kamo-shared-library pulls in JPA, Redis, Security, and OAuth2 starters which cause Spring Boot to attempt autoconfiguring DataSource, Hibernate, Redis/Lettuce, ...
添加货币组以防止工作流程重复运行
当一推触发一个工作流程,工作流程 发送程序也被发射 (或两个推手接连赶来) 两跑将执行 同时。 添加货币组将取消任何在建工程 当新的工作流程开始时,运行同一工作流程+分支.
添加货币组以防止工作流程重复运行
当一推触发一个工作流程,工作流程 发送程序也被发射 (或两个推手接连赶来) 两跑将执行 同时。 添加货币组将取消任何在建工程 当新的工作流程开始时,运行同一工作流程+分支.
添加货币组以防止工作流程重复运行
当一推触发一个工作流程,工作流程 发送程序也被发射 (或两个推手接连赶来) 两跑将执行 同时。 添加货币组将取消任何在建工程 当新的工作流程开始时,运行同一工作流程+分支.
添加货币组以防止工作流程重复运行
当一推触发一个工作流程,工作流程 发送程序也被发射 (或两个推手接连赶来) 两跑将执行 同时。 添加货币组将取消任何在建工程 当新的工作流程开始时,运行同一工作流程+分支.
添加货币组以防止工作流程重复运行
当一推触发一个工作流程,工作流程 发送程序也被发射 (或两个推手接连赶来) 两跑将执行 同时。 添加货币组将取消任何在建工程 当新的工作流程开始时,运行同一工作流程+分支.
Add concurrency group to prevent duplicate workflow runs
When a push triggers a workflow and workflow_dispatch is also fired (or two pushes arrive in quick succession), both runs would execute simultaneously. Adding a...
Add concurrency group to prevent duplicate workflow runs
When a push triggers a workflow and workflow_dispatch is also fired (or two pushes arrive in quick succession), both runs would execute simultaneously. Adding a...
Add concurrency group to prevent duplicate workflow runs
When a push triggers a workflow and workflow_dispatch is also fired (or two pushes arrive in quick succession), both runs would execute simultaneously. Adding a...
Add concurrency group to prevent duplicate workflow runs
When a push triggers a workflow and workflow_dispatch is also fired (or two pushes arrive in quick succession), both runs would execute simultaneously. Adding a...
Add concurrency group to prevent duplicate workflow runs
When a push triggers a workflow and workflow_dispatch is also fired (or two pushes arrive in quick succession), both runs would execute simultaneously. Adding a...
Add concurrency group to prevent duplicate workflow runs
When a push triggers a workflow and workflow_dispatch is also fired (or two pushes arrive in quick succession), both runs would execute simultaneously. Adding a...
Add concurrency group to prevent duplicate workflow runs
When a push triggers a workflow and workflow_dispatch is also fired (or two pushes arrive in quick succession), both runs would execute simultaneously. Adding a...
Add concurrency group to prevent duplicate workflow runs
When a push triggers a workflow and workflow_dispatch is also fired (or two pushes arrive in quick succession), both runs would execute simultaneously. Adding a...
Add concurrency group to prevent duplicate workflow runs
When a push triggers a workflow and workflow_dispatch is also fired (or two pushes arrive in quick succession), both runs would execute simultaneously. Adding a...
Add concurrency group to prevent duplicate workflow runs
When a push triggers a workflow and workflow_dispatch is also fired (or two pushes arrive in quick succession), both runs would execute simultaneously. Adding a...
Add concurrency group to prevent duplicate workflow runs
When a push triggers a workflow and workflow_dispatch is also fired (or two pushes arrive in quick succession), both runs would execute simultaneously. Adding a...
提交下个 intl 和 tsx 依赖的 package-lock.json
安装了 ext-intl 和 tsx,但包锁。 json没有犯法 与 i18n 执行同时发生,导致 Docker 构建失败 找不到模块“ next- intl/ plugin ” .
Exclude DataSource autoconfiguration
kamo-shared-library transitively pulls in JPA which causes Spring Boot to attempt DataSource autoconfiguration. TranslateService is stateless with no database, ...
用 Nav 语言选择器替换要约徽章
在页眉导航中添加一双栏旗+名的下拉 用户可以在所有22个支持的本地端之间切换。 地方切换用途 next-intl 路由器. 重置以保留在当前路径上 。 移动菜单获得 a 网格布局相同的可折叠语言部分。 删除 从桌面和移动导航提供发射前的徽章.
用翻译恢复已删除语言
向 LanguageType enum 添加支持布尔的翻译 。 还原URDU, (翻译支持=虚假)。 全部22个 先前支持的语言保留翻译 支持= true.
Initial TranslateService — Bergamot + LibreTranslate abstraction layer
在图像服务中将已删除的文档“非目标例外”替换为“图像例外”
作为文件实体去除的一部分删除了文件“没有结果”例外 但ImageService仍然在9个地方引用它. 由现有的 成像系统具有同样用途的外观.
Gracefully cancel superseded reconversion jobs on rapid saves
When a document is saved multiple times quickly, each save registers its ImgDat UUID in a ConcurrentHashMap. The async reconversion task checks this at 6 checkp...
在 Docs 按钮中添加打开用于编辑文档、电子表格、演示文稿
- 在 Doc 管理器栏中新建“ 在 Docs 中打开” 按钮( EditNote 图标) 用于.docx,.xlsx,.pptx,.odg,.doc,.xls,.ppt文件 - 通过 POST /api/docs/open/{imgId} 在新标签中打开 Docs 编辑器中的文档 - 为 PDF 注释工作流程改名为“...
Rewrite WOPI/Docs to use Img/ImgDat, add Open in Docs endpoint
- WopiController now uses imgId (Long) instead of Document fileId (String) - DocumentService creates Img + ImgDat records instead of Document records - WOPI Che...
删除独立的文档实体——所有文件现在都使用 Img/ ImgDat 成像系统
文档实体,文档存储器,和文档非关联例外 已删除。 DocsService WOPI 和 Docs 集成现在完全运行 通过成像管道中的 Img + ImgDat 实体.
建立具有完全端点管理的综合自动铅进口UI
完全重写具有生产准备状态的铅AutoImportManager: - 端点CRUD,为第三方主要供应商提供独特的网页浏览URL - 复制到剪贴板端点 URL 生成 - 4-Tab 管理对话框:概览(数据、切换),实地绘图(基于表格) 源到系统的字段映射器, 有变换), 队列( 已插入) 装有状态过滤和积压处理的有效载荷...
Add Quartz job for automated lead intake payload processing
Adds LeadIntakeProcessingJob that runs every minute to process queued raw payloads from 3rd-party vendors. Applies configured field mappings, transformations (t...
添加铅摄入管理和公共接收控制器
为自动取铅系统增加两个控制器: - 领带摄入控制器:经认证的CRUD,用于取入端点、字段 绘图、有效载荷排队管理、积压处理和统计 - 领队接收控制员:接受第三方的公开终点 采用限制Redis率、有效载荷尺寸的 JSON 平整,每个端点可配置功能/功能
Add public lead intake endpoint for 3rd-party lead submission
Adds LeadIntakePublicController at /api/public/lead-intake/{token} that accepts lead data in any format (JSON, form-urlencoded) from 3rd-party vendors and forwa...