| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
refactor: 组件间通信支持自定义AKSK双因子认证 支持开发者通过自定义配置 AKSK 密钥对,便于灵活接入不同的密钥管理与轮转策略。 Refs: issue #28 Signed-off-by: slichengsong <slicheng.song@huawei.com> | 5 个月前 | |
feat(functionsystem): integrate Bazel build, POSIX APIs, and runtime launcher add Bazel workspace and build targets across core components migrate runtime-related protobuf definitions from proto/inner to proto/posix introduce runtime launcher, quota/snapshot management, and related tests Signed-off-by: ChamberlainJI <jichenglin1@huawei.com> | 3 个月前 | |
chore: Merge remote-tracking branch 'upstream/master' into merge/sandbox-to-master Signed-off-by: mhsong2 <songminhui2@huawei.com> # Conflicts: # functionsystem/src/common/constants/constants.h # functionsystem/src/runtime_manager/manager/runtime_manager.cpp # functionsystem/tests/unit/runtime_manager/executor/CMakeLists.txt # functionsystem/tests/unit/runtime_manager/executor/supervisor_executor_test.cpp | 16 天前 | |
[master]bugfix: fix scale typo Signed-off-by: lebreton <gosh515@163.com> | 5 个月前 | |
refactor: 组件间通信支持自定义AKSK双因子认证 支持开发者通过自定义配置 AKSK 密钥对,便于灵活接入不同的密钥管理与轮转策略。 Refs: issue #28 Signed-off-by: slichengsong <slicheng.song@huawei.com> | 5 个月前 | |
【CPP】删除 Unity 编译配置 | 7 个月前 | |
【CPP】删除 Unity 编译配置 | 7 个月前 | |
feat(functionsystem): integrate Bazel build, POSIX APIs, and runtime launcher add Bazel workspace and build targets across core components migrate runtime-related protobuf definitions from proto/inner to proto/posix introduce runtime launcher, quota/snapshot management, and related tests Signed-off-by: ChamberlainJI <jichenglin1@huawei.com> | 3 个月前 | |
fix(domain-scheduler): 避免function-master从节点启动InnerDomain - domain_sched_srv_actor Terminate时,停止已启动的 UnderLayerSchedMgr心跳 - domain_sched_mgr_actor Disconnect时,清理所有已 创建的domain-scheduler心跳 - 防止function-master主备切换过程中,原本的主节点切 换为从节点时,global-scheduler仍保持自身节点 domain-scheduler的心跳,最后因心跳超时导致 domain-scheduler重新激活(从节点domain-scheduler 已在global-scheduler识别自身为从节点时主动停止) Signed-off-by: yudawei <yexu2535@gmail.com> | 3 个月前 | |
fix(code-quality): fix codecheck violations in functionsystem/src Fix 300+ codecheck issues across 80 files in functionsystem/src to meet MR code quality requirements. Changes by category: - G.EXP.43: remove commented-out dead code (non-TODO blocks) - G.NAM.03: rename symbols to correct case style (CamelCase functions, camelCase variables); e.g. trimDash→TrimDash, endsWith→EndsWith, PREFIX→prefix, member_nodeID→memberNodeId, DOUBLE_CLOSE_EPS→doubleCloseEps - G.FMT.05/06: fix line length (>120 chars) and parameter indentation - G.FMT.17: remove blank lines between function call and result check - G.CNS.02: replace magic numbers with named constexpr constants - G.STD.18: replace strerror() with thread-safe strerror_r() - G.INC.07: reorder #includes (stdlib → third-party → project) - G.EXP.15: replace reinterpret_cast with double static_cast via void* - 缺失析构函数: add virtual destructor defaults to classes with constructors Preserve all TODO-tagged comments and their associated commented-out code blocks per project convention. Skip G.FUN.01 (function length) issues that require major refactoring. Signed-off-by: ChamberlainJI <jichenglin1@huawei.com> | 3 个月前 | |
【CPP】删除 Unity 编译配置 | 7 个月前 | |
fix: 支持1.33版本k8s的HPA接口 Signed-off-by: linziqi <linziqi1@huawei.com> | 1 个月前 | |
fix(code-quality): fix codecheck violations in functionsystem/src Fix 300+ codecheck issues across 80 files in functionsystem/src to meet MR code quality requirements. Changes by category: - G.EXP.43: remove commented-out dead code (non-TODO blocks) - G.NAM.03: rename symbols to correct case style (CamelCase functions, camelCase variables); e.g. trimDash→TrimDash, endsWith→EndsWith, PREFIX→prefix, member_nodeID→memberNodeId, DOUBLE_CLOSE_EPS→doubleCloseEps - G.FMT.05/06: fix line length (>120 chars) and parameter indentation - G.FMT.17: remove blank lines between function call and result check - G.CNS.02: replace magic numbers with named constexpr constants - G.STD.18: replace strerror() with thread-safe strerror_r() - G.INC.07: reorder #includes (stdlib → third-party → project) - G.EXP.15: replace reinterpret_cast with double static_cast via void* - 缺失析构函数: add virtual destructor defaults to classes with constructors Preserve all TODO-tagged comments and their associated commented-out code blocks per project convention. Skip G.FUN.01 (function length) issues that require major refactoring. Signed-off-by: ChamberlainJI <jichenglin1@huawei.com> | 3 个月前 | |
fix: master主备导致proxy偶现重启 & faas-frontend和faas-manager pod数量执行可靠性用例后未重新拉起 fix(master): master主备切换后proxy有概率重启 reason: global发生主备切换后,原主master的domain要收到registered消息再和新global建立心跳,但有概率新global在监听原主master的domain发起心跳超时前才将registered消息发出,导致新global误以为原主master的domain心跳建链超时。 solution: 当前将domian逻辑改为发出register消息后立即发起心跳请求,不等收到registered消息后再发起心跳。将主master刷新lease间隔从5s改为3s以减少长稳场景下master主备切换概率。 fix(proxy&litebus): 执行可靠性用例后,faas-frontend和faas-manager pod数量和预期相比偏少 reason:可靠性用例执行完后metastore里的/sn/instance/bussiness/yrk/tenant有2w左右残留,而且键值对的value体过大,proxy查询/sn/instance/bussiness/yrk/tenant前缀的键值对时因为返回体超过最大字节限制导致litebus和metastore断连,proxy就不能根据metastore里的信息重新拉起faas的pod。 solution: fatal状态的instance消息存到metastore时去掉args参数,增大litebus最大消息体字节数。 Signed-off-by: Tianfeng Sun <suntianfeng@huawei.com> | 5 个月前 | |
【Sync】同步Common目录代码 | 7 个月前 | |
chore: consolidate sandbox follow-up fixes Signed-off-by: mhsong2 <songminhui2@huawei.com> | 23 天前 | |
feat(functionsystem): integrate Bazel build, POSIX APIs, and runtime launcher add Bazel workspace and build targets across core components migrate runtime-related protobuf definitions from proto/inner to proto/posix introduce runtime launcher, quota/snapshot management, and related tests Signed-off-by: ChamberlainJI <jichenglin1@huawei.com> | 3 个月前 | |
chore: upstream master into sandbox merge branch Signed-off-by: mhsong2 <songminhui2@huawei.com> | 16 天前 | |
chore: consolidate sandbox follow-up fixes Signed-off-by: mhsong2 <songminhui2@huawei.com> | 23 天前 | |
【CPP】删除 Unity 编译配置 | 7 个月前 | |
【CPP】删除 Unity 编译配置 | 7 个月前 | |
chore: consolidate sandbox follow-up fixes Signed-off-by: mhsong2 <songminhui2@huawei.com> | 23 天前 | |
【CPP】删除 Unity 编译配置 | 7 个月前 | |
【CPP】删除 Unity 编译配置 | 7 个月前 | |
chore: consolidate sandbox follow-up fixes Signed-off-by: mhsong2 <songminhui2@huawei.com> | 23 天前 | |
chore: consolidate sandbox follow-up fixes Signed-off-by: mhsong2 <songminhui2@huawei.com> | 23 天前 | |
chore: consolidate sandbox follow-up fixes Signed-off-by: mhsong2 <songminhui2@huawei.com> | 23 天前 | |
chore: consolidate sandbox follow-up fixes Signed-off-by: mhsong2 <songminhui2@huawei.com> | 23 天前 | |
chore: consolidate sandbox follow-up fixes Signed-off-by: mhsong2 <songminhui2@huawei.com> | 23 天前 | |
【CPP】删除 Unity 编译配置 | 7 个月前 | |
chore: upstream master into sandbox merge branch Signed-off-by: mhsong2 <songminhui2@huawei.com> | 16 天前 | |
fix: agent优雅退出时,上报退出中的状态,避免新实例继续调度 Signed-off-by: linziqi <linziqi1@huawei.com> | 2 个月前 | |
chore: consolidate sandbox follow-up fixes Signed-off-by: mhsong2 <songminhui2@huawei.com> | 23 天前 | |
feat: 支持group休眠唤醒 | 7 个月前 | |
chore: upstream master into sandbox merge branch Signed-off-by: mhsong2 <songminhui2@huawei.com> | 19 天前 | |
【CPP】删除 Unity 编译配置 | 7 个月前 | |
fix: make all unit tests pass under bazel build - Fix ObserverTest failures (InstanceInfoSyncerTest bad_function_call crash, WatchInstance/GetAndWatch/GetOrWatch/SubscribeInstanceEvent timeouts): * observer_actor.cpp: add null guard for instanceInfoSyncerCbFunc_ in InstanceInfoSyncer and PartialInstanceInfoSyncer * observer_actor.cpp: call CancelWatchInstance in DelInstanceEvent when instance not in revision map and isPartialWatchInstances_ is set * control_plane_observer_test.cpp: use direct callback assignment in InstanceInfoSyncerTest; reset isPartialWatchInstances_ in TearDown - Fix checkpoint dir permissions in CI: make DEFAULT_CHECKPOINT_DIR configurable via flag; add ckpt_file_manager_actor_test.cpp that uses a temp dir; update runtime_mgr_driver_test.cpp and function_agent_driver_test.cpp to use temp ckpt dir - Add Bazel build support: curl_sdk.bzl, obs_sdk.bzl for prebuilt deps; BUILD.bazel updates for common, function_agent; .bazelrc OTel ABI fix Signed-off-by: robbluo <luowenyu4@huawei.com> | 2 个月前 | |
chore: consolidate sandbox follow-up fixes Signed-off-by: mhsong2 <songminhui2@huawei.com> | 23 天前 |
| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
| 5 个月前 | ||
| 3 个月前 | ||
| 16 天前 | ||
| 5 个月前 | ||
| 5 个月前 | ||
| 7 个月前 | ||
| 7 个月前 | ||
| 3 个月前 | ||
| 3 个月前 | ||
| 3 个月前 | ||
| 7 个月前 | ||
| 1 个月前 | ||
| 3 个月前 | ||
| 5 个月前 | ||
| 7 个月前 | ||
| 23 天前 | ||
| 3 个月前 | ||
| 16 天前 | ||
| 23 天前 | ||
| 7 个月前 | ||
| 7 个月前 | ||
| 23 天前 | ||
| 7 个月前 | ||
| 7 个月前 | ||
| 23 天前 | ||
| 23 天前 | ||
| 23 天前 | ||
| 23 天前 | ||
| 23 天前 | ||
| 7 个月前 | ||
| 16 天前 | ||
| 2 个月前 | ||
| 23 天前 | ||
| 7 个月前 | ||
| 19 天前 | ||
| 7 个月前 | ||
| 2 个月前 | ||
| 23 天前 |