反编译工作区
|
038f846dad
|
docs+test: 发布包对拍计划、pytest 双端 API 对拍与 run_elevator_parity 脚本
- docs/elevator-api-parity: 计划/报告模板/示例
- tools/elevator_api_parity: 端点目录、fixtures、对拍 client/compare、报告生成
- scripts/run_elevator_parity: JDK8 构建 + 单测/对拍(无服务时跳过对拍用例)
Made-with: Cursor
Former-commit-id: 3d54a40e1a7ae0b1724261d4f18910a6f415f853
|
2026-04-25 09:50:32 +08:00 |
|
反编译工作区
|
2cd9da61da
|
feat(maven-cw-elevator): 增加 starter 模块与可执行发布包
- 新增 cw-elevator-application-starter:repackage 产出 cw-elevator-application-2.0.0.jar
- ElevatorApplication:Feign、MapperScan、Async、Cache、AOP、EnableCloudwalkEvent
- 父 POM 引入 Spring Cloud Greenwich.SR6 BOM;service 使用 spring-cloud-starter-openfeign
- 主类 Start-Class: cn.cloudwalk.elevator.ElevatorApplication
Made-with: Cursor
Former-commit-id: 2b89dcb5aab7c0f29a1068fc9839de99670f2789
|
2026-04-25 09:41:11 +08:00 |
|
反编译工作区
|
dee355b4a7
|
chore: 工作区反编译与 Maven/文档/脚本同步到发布分支
- artifacts/decompiled 树与相关源码变更
- maven-cw-elevator-application 业务 docs 与 package-info
- scripts 下 formatter 校验与辅助脚本
- 其他子工程/接口与发布线一并纳入版本控制
Made-with: Cursor
Former-commit-id: e102e8cab64e575bcd23c9a66a598aa1892bb492
|
2026-04-25 09:35:35 +08:00 |
|
反编译工作区
|
1b2e6a18c6
|
elevator(P1): bounded parallel delete, listFloor page, bind; Feign callWithContext
Made-with: Cursor
Former-commit-id: fe571aaadc
|
2026-04-25 08:29:55 +08:00 |
|
反编译工作区
|
cce994c043
|
elevator(updateFloors): walkthrough §3.5; guard task null and CloudwalkResult per §2.2
Made-with: Cursor
Former-commit-id: 0ddeedc281
|
2026-04-25 08:24:27 +08:00 |
|
反编译工作区
|
1d31147e47
|
elevator(listFloor): validate acsPersonService.page result per §2.2
- Throw ServiceException when page RPC fails (align with zoneTree branch)
- Guard null page data; rowsOfPage=1 for totalRows-only reads
- Document walkthrough sign-off and status in 走查任务与状态 §5
Made-with: Cursor
Former-commit-id: e652eb3ea8
|
2026-04-25 08:17:06 +08:00 |
|
反编译工作区
|
f14a13607f
|
elevator(service): 规则标签详情避免循环 labelService.detail,改用 getAll 索引
Made-with: Cursor
Former-commit-id: d3de42bd28
|
2026-04-25 01:00:08 +08:00 |
|
反编译工作区
|
27585f39ef
|
elevator: 反编译编译修复(equals/hash、Feign、POI4、分片 DTO、lambda)
Made-with: Cursor
Former-commit-id: 36297e9473
|
2026-04-25 00:55:24 +08:00 |
|
反编译工作区
|
82ae4d5898
|
fix(v0.11): 兼容优先的走查整改——SnowFlake/BeanCopy 卫生与电梯编码批量查询
- 不改 AES 模式、不重命名 KafkaProducter,避免影响旧客户端与二进制兼容。
- SnowFlakeSerialCode:中断等待改恢复中断标志 + Slf4j 替代 printStackTrace。
- BeanCopyUtils:实例化仅捕获 ReflectiveOperationException,copyProperties 异常仍按运行时上抛,对外行为与旧版一致。
- 电梯 39202:新增 MyBatis listByZoneIds 与 AcsElevatorCodeService.mapByZoneIds(增量 API),树接口仍逐条组装 DTO,仅将循环内多次 get 合并为一次 IN 查询,HTTP 契约不变。
验证:maven-cloudwalk-legacy-public 全量 compile;cw-elevator-application-data 单模块 compile 通过。
Made-with: Cursor
Former-commit-id: 57270a7ac5
|
2026-04-25 00:41:26 +08:00 |
|
反编译工作区
|
b6e8442479
|
fix(v0.11): 走查项——事件模块空安全、条件类名、设备筛选与占位接口
- EventConfiguration 标注 @Configuration,Bean 方法改为 cloudwalkEventInitializing
- CloudwalkEventManager 对 handler/custom 映射链式 get 做空映射兜底
- EventHandlerMapping / CloudwalkEventInitializing 中 EventType 原型判空
- Rest 层 @ConditionalOnMissingClass 指向正确的本地实现类全名
- RestDeviceServiceImpl:deviceType 与设备类型树数据的 NPE 防护
- PersonRuleServiceImpl:未实现方法返回 CloudwalkResult.fail 替代 null
Made-with: Cursor
|
2026-04-24 23:45:30 +08:00 |
|
反编译工作区
|
e7f1d0b3bb
|
chore: Maven 工程主版本号升级(与历史线区分)
- elevator reactor 2.0-SNAPSHOT;cloudwalk.internal 4.0.0-Brussels-SRX;intelligent 3.0.0-xinghewan
- intelligent/cloudwalk-cloud/ninca-crk/ninca-qk-alarm 反应堆与子模块 parent 同步
- MANIFEST.MF Implementation-Version 2.0-SNAPSHOT
- 文档:Maven工作区版本一览、聚合工程说明、ORIGINAL_BUILD_JDK 文首对照说明
Made-with: Cursor
|
2026-04-24 11:29:52 +08:00 |
|
反编译工作区
|
25cff4d132
|
feat(elevator): 租户访客默认楼层策略表与 UC-01 求交
- 新增 tenant_visitor_floor_policy DDL(docs/sql)
- MyBatis:TenantVisitorFloorPolicyMapper/Dao 按 businessId 读启用策略
- PersonRuleServiceImpl.addVisitor:未传 floorIds 时组织 floorList 与 allow_zone_ids 求交;无交集 76260532;无楼层 76260531;显式 floorIds 不读表;ServiceException 原样抛出
Made-with: Cursor
|
2026-04-24 11:11:06 +08:00 |
|
反编译工作区
|
717b9a9240
|
docs: remove decompilation-centric wording; rename *-decompiled-reactor to *-reactor
- Neutral titles (starRiverProperty); 源码归档 wording; paths unchanged
- Parent artifactIds: cloudwalk-cloud-reactor, cw-elevator-application-reactor, etc.
- cw.elevator.v1.lib.dir and deploy script use repo-relative paths
- package-info and module descriptions cleaned
Made-with: Cursor
|
2026-04-24 10:48:31 +08:00 |
|
反编译工作区
|
e2ac14719b
|
Initial commit: five Maven reactors and docs only
Track maven-cloudwalk-cloud, maven-cw-elevator-application,
maven-intelligent-cwoscomponent, maven-ninca-crk, maven-ninca-qk-alarm,
and docs/. Other workspace paths ignored via .gitignore.
Made-with: Cursor
|
2026-04-24 10:35:31 +08:00 |
|