梧桐

Results 31 issues of 梧桐

1. 支持单条数据权限控制 2. 数据权限支持CRUD 3. 支持针对用户、角色两种模型授权

## kratos version: v2.7.3 ## proto file ```proto syntax = "proto3"; package api.rabbit.hook; import "google/api/annotations.proto"; option go_package = "github.com/aide-cloud/moon/api/rabbit/hook;hook"; option java_multiple_files = true; option java_package = "api.rabbit.hook"; // 用于接受外界需要推送的消息 service...

bug

## 推荐项目 - 项目地址:https://github.com/aide-family/moon - docker仓库: - https://hub.docker.com/repository/docker/aidemoonio/palace/general - https://hub.docker.com/repository/docker/aidemoonio/web/general - https://hub.docker.com/repository/docker/aidemoonio/houyi/general - https://hub.docker.com/repository/docker/aidemoonio/rabbit/general - 类别:Go - 项目标题:Moon监控系统 - 项目描述:一款始于prometheus,不止于prometheus的一站式监控系统, 专为简化云原生监控的运维工作而设计, 旨在帮助企业快速部署云原生监控系统, 降低运维成本, 提升运维效率。 - 亮点:区别于其他监控平台,moon只做告警管理和数据消费,对原始数据源无任何侵入,自身兼容prometheus、vm的类型数据源hook,自带多种通知方式实现, 可以平滑切换。 - 示例代码:(可选) -...

Go 项目

# 背景 目前告警历史支持的筛选条件不足以满足用户的搜索场景 ## 新增筛选 1. 策略类型 1. 策略分为指标、事件、探测等多种类型, 搜索条件需要根据此完成检索 2. 策略类目 1. 在创建或者编辑策略时候, 可以为每个策略选择自定义的业务类目属性, 需要通过此属性完成告警历史检索

#### Description (what this PR does / why we need it): error adds context support and i18n functionality - Add context package import to errors.go - Generate ErrorWithContext function in...

size:L

- Extract and add the first non-empty line of the comment as the summary - Improve operation description by providing a concise summary

feat(config): add option to control debug log printing for loaded configs Adds a new `WithPrintLoadedDebugLog` option to allow users to enable or disable the debug logging of loaded configuration keys....

size:M

```go // config.go 102 func (c *config) Load() error { for _, src := range c.opts.sources { kvs, err := src.Load() if err != nil { return err } //...

feature