Commit Graph
65 Commits
Author SHA1 Message Date
what b2a2d70f66 [feat] 命名优化 2023-06-05 16:52:03 +08:00
what 73c755524a [feat] 添加 job 的服务注册 2023-06-05 15:32:34 +08:00
what 310ef2d2c8 [feat] add NewBaseController func 2023-06-05 14:46:25 +08:00
what 56a3ee4a9a [feat] WsController 调整 2023-06-05 14:20:32 +08:00
what 46afbc178a [feat] NewWsBaseController 参数调整 2023-06-05 14:13:27 +08:00
what 02cf3c74a5 [feat] job 和 grpc 支持 2023-06-05 13:37:32 +08:00
what 70269f22e9 [feat] 新增gRPC支持 2023-05-23 17:14:02 +08:00
what da8d0f2e06 [feat] 新增gRPC支持 2023-05-23 14:10:44 +08:00
what d5f663a58a [feat] 新增gRPC支持 2023-05-23 10:30:13 +08:00
what f59a734a7e [feat] 新增gRPC支持 2023-05-22 15:38:25 +08:00
what 5f1a570f09 [feat] 新增 GRpController 2023-05-22 13:26:49 +08:00
what 3d522f44dc [feat] 添加 GRpc 支持 2023-05-16 14:45:14 +08:00
what a8a7318f68 [feat] add base.GetDataIndexPrefixForRelations 2023-05-06 15:34:47 +08:00
what 8826cec03a [fix] 修复数据权限使用云函数错误bug 2023-05-04 14:02:19 +08:00
what a1104e57d8 [feat] add support.GoPluginCore 方法 2023-04-25 17:08:36 +08:00
what 2c1a864de4 [feat] 添加 Service.RegControllers Service.RegListens 方法 2023-04-25 15:08:45 +08:00
what e5bc08a4f5 [style] 优化 Service 命名 2023-04-25 09:35:06 +08:00
what a7142bf6da [feat] add Service.Load func 2023-04-24 16:14:51 +08:00
what e42577fdf8 [style] Service 成员命名优化 2023-04-24 15:21:13 +08:00
what 510e1567c5 [style] Service 成员命名优化 2023-04-24 15:09:08 +08:00
what ff5f79eda2 [style] Service 成员命名优化 2023-04-24 15:06:47 +08:00
what c81730e740 [feat] Service 服务支持 2023-04-24 15:02:51 +08:00
what c0df8cbaff [feat] add GetModelPrefixForRelations, GetModelJoinsForRelations 2023-04-24 13:34:17 +08:00
what 61b40fef55 [fix] WithRolesCondition sql 拼接错误 2023-04-23 17:17:12 +08:00
what ac3759b8e1 [feat] 数据权限过滤支持 2023-04-23 11:09:41 +08:00
what 467d2f5d5b [fix] 修复 resource.WithRolesCondition 方法中的bug 2023-04-22 18:05:16 +08:00
what befa3aa0c7 [feat] 移除 resource.WithRolesCondition 方法 2023-04-22 18:00:17 +08:00
what 94364138b7 [feat] 添加 resource.WithRolesCondition 方法 2023-04-22 17:57:00 +08:00
what 99df51e259 [feat] 临时处理 GetRolesCondition 2023-04-22 02:41:52 +08:00
what 385ab967b5 [feat] 临时处理 GetRolesCondition 2023-04-22 02:31:16 +08:00
what 4a1f373efb [feat] 修改 base.GetOrmConditionByRes 参数类型 2023-04-22 02:26:38 +08:00
what 8f9eb61a33 [feat] 添加 NewConditionByRes 方法参数: describe 2023-04-22 02:18:32 +08:00
what 4c8ae371c3 [fix] 修复 contracts/helper 与 contracts/base 之间的循环引用 2023-04-22 01:50:10 +08:00
what d8fc2e9de9 [feat] add ResField.ToQueryField func 2023-04-22 01:49:03 +08:00
what cf81f7ff43 [fix] 修正 ResCondition 字段 2023-04-22 01:35:38 +08:00
what 64c1088c25 [feat] 修改 GetResRelationResource 返回值 2023-04-22 00:14:35 +08:00
what 48f265514d [feat] add GetResRelationResource 2023-04-21 23:50:26 +08:00
what e2ace7f2d3 [feat] add GetResRelationResource 2023-04-21 23:27:13 +08:00
what 1a7863e941 [fix] ResRole struct 2023-04-21 17:36:35 +08:00
what 23df26371a [feat] add NewConditionByRes support describe param 2023-04-21 16:31:12 +08:00
what 5a9df74b72 [feat] add Condition.IsAlwaysRight func 2023-04-21 16:20:23 +08:00
what c62ef98a2e [feat] add NewOrmQueryWithRecursive helper 2023-04-21 09:43:24 +08:00
what 0633538077 [feat] ConditionExpr.SetMatchPrefix 方法需要返回本对象 2023-04-20 23:58:32 +08:00
what b1802123b9 [feat] add NewOrmModel helper 2023-04-20 23:44:58 +08:00
what 5779c89b2d [style] 统一 orm helper 方法 2023-04-20 22:44:01 +08:00
what ca259233c1 [feat] add NewOrm helper 2023-04-20 20:34:20 +08:00
what 1ce61a8377 [feat] 新增 orm helper 2023-04-20 16:50:48 +08:00
what a8d2320945 [feat] 自定义接口可以指定uri前缀 2023-04-19 09:42:04 +08:00
what 3d0928e2b5 [fix] fix orm package name 2023-04-16 22:05:27 +08:00
what a02c41c650 [feat] 新增 NewOrderBy 方法 2023-04-16 22:01:48 +08:00
what 1deaa426d2 [feat] 优化无用的方法 2023-04-13 14:47:54 +08:00
what 074894e7f8 [style] 格式优化 2023-04-13 14:47:34 +08:00
what e095ca8bc0 [feat] 新增 GetOrmJoinsByResRelations 方法 2023-04-13 14:47:03 +08:00
what 9426da7d6b [feat] 新增 GetAbsPath 方法 2023-04-13 11:06:42 +08:00
what f3d4de13b2 [feat] 新增 Response GlobalParams 辅助对象 2023-04-13 10:43:44 +08:00
what 829dcc1d75 [feat] 新增 JWTAuth interface 2023-04-13 10:24:21 +08:00
what 9149dc140f [feat] 新增 辅助函数 2023-04-13 10:14:55 +08:00
what 9b71c96e61 [feat] 新增 GetJoinResDependencies, 获取 join 依赖关系 2023-04-13 10:03:21 +08:00
what d5c3c4704a [feat] 将 user 报了出去 2023-04-12 22:50:37 +08:00
what efb2586c5e [feat] 添加 GetRoutes 方法 2023-04-12 21:20:59 +08:00
what 44fe134a72 [feat] 初始化 Resource 数据的时候可以通过 InitContainer 注册do容器 2023-04-12 20:58:46 +08:00
what ae06258f79 [feat] 新增 GetFsmTransitions 2023-04-12 20:30:53 +08:00
what ce72472106 [fix] 修正 ResField DataType 的数据类型 2023-04-12 19:54:15 +08:00
what 3deedff8bc [feat] 新增数据缓存标识 2023-04-12 19:50:25 +08:00
what e82ca51b08 first commit 2023-04-12 16:56:55 +08:00