直播更改日志

看我们在建什么,实时的。 每个功能,固定, 和改进都跨出平台.

17,933
变动共计
4,614
特征
4,543
修补
32
项目
按项目过滤
所有项目17,933AIService110APIService138BillingService133ConversionService85DaemonService107DocsService189ESigService78EmailService373InitializerService300KBService74KlusterServices546MCPGatewayService43MediaService461RAGService61SecurityService1,523TranslateService45VOIPService173VectorService8kamo-analytics6,157kamo-apps18kamo-asterisk-support19kamo-capcha17kamo-capcha-widget4kamo-internal4,579kamo-login319kamo-marketing585kamo-meet90kamo-nowww18kamo-register206kamo-shared-library1,322kamo-signer-monorepo50kamolos102
按类型过滤
所有类型Build24CI523Chore670Docs226Feature4,614Fix4,543Other6,781Performance136Refactor274Revert23Style48Test70Upgrade1
December 12, 2025
Fixkamo-marketing

解决 CI 工作流程中的 Docker 注册 401 认证错误

- 添加驱动程序: 插件和使用: 真实到 Buildx 设置 - 在 Buildx 设置后添加明显的嵌入器登录,以确保证书持续存在 - 在推进不安全的HTTP登记时纠正401个未经授权的错误

snadjafinia·9mo ago
Fixkamo-login

解决 CI 工作流程中的 Docker 注册 401 认证错误

- 在 Buildx 设置前重新排序登录步骤 - 在 Buildx 设置后添加明显的嵌入器登录,以确保证书持续存在 - 在推进不安全的HTTP登记时纠正401个未经授权的错误

snadjafinia·9mo ago
Fixkamo-register

使用 npm 安装而不是 npm ci 处理依赖冲突

snadjafinia·9mo ago
Fixkamo-login

重生软件包-lock.json与软件包同步.json

snadjafinia·9mo ago
December 11, 2025
Fixkamo-internal

适当分开不同行的个人电话和工作电话

snadjafinia·9mo ago
Fixkamo-internal

使电话部分标签突出并带有图标可见

snadjafinia·9mo ago
Fixkamo-internal

在抵押字段中为选择更改值添加类型检查

snadjafinia·9mo ago
Fixkamo-internal

添加抵押类型断言 Fields.is

snadjafinia·9mo ago
Fixkamo-internal

将扩展属性添加到 Phone 接口以支持扩展

snadjafinia·9mo ago
Fixkamo-analytics

Use correct key for event values

Egor Fedorov·9mo ago
Fixkamo-analytics

Handle denied storage access

GochoMugo·9mo ago
December 5, 2025
Fixkamo-shared-library

解析多 BagFetchExcession并修正自定义形式持久性

- 简化自定义格式存储器查询,以避免多次取包 - 固定铅市场服务,以适当保存和装入自定义的关联 - 使用 saveAndFlush 来确保立即坚持更改 - 添加调试日志以跟踪自定义格式保存/装入进程 - 在清理和增加新的协会之前,适当初始化懒散的收藏

snadjafinia·9mo ago
Fixkamo-shared-library

适当保存和加载市场定制协会

- 删除寄存器删除, 现在使用 JPA 孤儿去除来清理 - 在清理前初始化懒惰市场 - 确保收集在使用前在更新市场中初始化 - 解决在编辑市场没有坚持或装入定制表格的问题

snadjafinia·9mo ago
Fixkamo-shared-library

在自定义格式仓库中解析多选项

- 简化查找ByIdAndOrganizationId查询,以避免取取多袋 - 取消了LEFT JOIN FETCH,用于同一查询中的堆栈和字段 - 现已通过服务方法在交易中仓促初始化 - 用自定义表格更新市场时纠正错误

snadjafinia·9mo ago
FixSecurityService

Reload market after create/update to initialize lazy collections

- Updated createMarket and updateMarket to reload market using getMarketById - This ensures all lazy collections (marketCustomForms, vendorProducts) are initial...

snadjafinia·9mo ago
Fixkamo-internal

将销售 SubType 添加到铅 Market 界面并用到编辑格式

- 添加销售 SubType 字段到铅市场接口,以匹配 DTO - 更新手柄EditClick,在设定父/子类型时使用DTO的销售SubType - 这可以修正编辑市场时未覆盖的子类型字段

snadjafinia·9mo ago
Fixkamo-shared-library

使用交易懒散的加载来解析多 BagFetchExcession

- 铅市场存储器:在没有多个JOIN FETCH的情况下恢复为简单的查询 - 铅市场服务: 添加了 @ Transactional( read Only= true) 以获得 MarketById 并带有明确的收藏初始化 - 自定义FormService: 添加了 @ Transactal( read Only= tr...

snadjafinia·9mo ago
Fixkamo-internal

在过滤器函数中输入上游

snadjafinia·9mo ago
Fixkamo-internal

使用传入的系统 Fields 进行外地绘图接口分组

- FieldMapping Interface: 固定获取System FieldsByCategory 用于通过系统 Fields 道具而不是默认的 BASE SYSTEM FIELDS - 外地绘图界面:系统字段变化时自动扩展新类别后添加使用效果 - 领导手册进口经理:对错误处理进行小清理 这可以使导入向导在基...

snadjafinia·9mo ago
FixSecurityService

Correct path handling for mortgage fields and custom form data in lead imports

- Fixed mortgage fields to use 2-part paths (mortgageFields.loanAmount) in setNestedFieldOnCreateRequest - Fixed custom form data to use 3-part paths **********...

snadjafinia·9mo ago
Fixkamo-shared-library

为仓库查询添加急切的加载, 以解决懒惰加载问题

- 自定义格式存储器:为 findBy 的堆栈和字段添加了 LEFT JOIN FETCH 组织 - 铅市场存储器:用于市场客户表、定制客户表、供应商产品和供应商的LEFT JOIN FETCH 这解决了在对外交易转换成DTO时没有懒惰实体的问题.

snadjafinia·9mo ago
FixSecurityService

Make email/username login case-insensitive

- Normalize input username/email to lowercase before comparison - Use LOWER() function on database column for case-insensitive matching - Fixes issue where user...

snadjafinia·9mo ago
Fixkamo-internal

重置市场数据负载的状态以阻止数据陈旧

- 当响应时, 添加状态重置到其它块中 。ok 是虚假的 - 确保选定MarketConfig和自定义字段在市场负载失败时被清除 - 与捕获区块错误处理保持一致 - 防止在后续负载失败时使用陈旧的市场配置

snadjafinia·9mo ago
Fixkamo-internal

Fix syntax error and add debug logging for market field loading

- Fixed syntax error in complex type assertion by breaking into proper interfaces - Added debug logging to track market data, salesSubType, and custom form load...

snadjafinia·9mo ago
Fixkamo-internal

在手动导入中使用销售 SubType 进行按揭字段检测

- 更新了铅市场接口以匹配 DTO 结构( CustomForms 最初只有基本信息) - 澄清销售的固定评论SubType用于抵押贷款检测(不是销售Type) - 已获取每个表格的自定义表格,并附有详细信息(数据库和字段)

snadjafinia·9mo ago
Fixkamo-internal

Remove 'name' property reference in updateLead function

- Lead interface only has 'primaryContact', not 'name' - Removed fallback to patch.name in updateLead - Completes the fix for type safety

snadjafinia·9mo ago
Fixkamo-internal

Remove non-existent 'name' property references in leadsApi

- Lead interface only has 'primaryContact', not 'name' - Removed fallback to leadData.name in createLead and updateLead - Ensures type safety and correct API be...

snadjafinia·9mo ago
Fixkamo-internal

Replace remaining Grid closing tags with GridLegacy in CreateLeadClient

- Fixed all remaining </Grid> tags that should be </GridLegacy> - Ensures proper closing of GridLegacy item components - Resolves JSX syntax error

snadjafinia·9mo ago
December 4, 2025
Fixkamo-internal

Replace Grid with GridLegacy for item prop in CreateLeadClient

- MUI v7 moved 'item' prop to GridLegacy component - Updated all Grid item instances to GridLegacy - Required for compatibility with MUI v7

snadjafinia·9mo ago
Fixkamo-internal

Add missing 'email' property to Lead interface

- leadsApi.createLead expects email as a separate property - Email is also available in primaryContact.email but API needs it at Lead level - Required for lead ...

snadjafinia·9mo ago
Fixkamo-internal

Cast customFormData to correct type in CreateLeadClient

- TypeScript was complaining about type mismatch between Record<string, Record<string, unknown>> and Record<string, CustomFormData> - Added type assertion to ma...

snadjafinia·9mo ago
Fixkamo-internal

Add missing 'vendorLeadID' property to Lead interface

- Property exists in Java Lead bean but was missing from TypeScript interface - Required for lead creation and import functionality

snadjafinia·9mo ago
Fixkamo-internal

Add missing 'languages' property to primaryContact in CreateLeadClient

- Contact interface requires 'languages' property - Initialize with empty array to satisfy type requirements

snadjafinia·9mo ago

就像你看到的运输?

每一个都自动更新您工作空间的地盘。 开始自由,看它成长 一周又一周.

永远开始自由查看定价