@selentar/analitoly 0.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (186) hide show
  1. package/LICENSE +21 -0
  2. package/README.md +93 -0
  3. package/api/dist/dashboards/dash_1775220041958_v1r8io.json +829 -0
  4. package/api/dist/dashboards/dash_1775222037264_1rrsrd.json +309 -0
  5. package/api/dist/src/agent/agent.controller.d.ts +26 -0
  6. package/api/dist/src/agent/agent.controller.js +124 -0
  7. package/api/dist/src/agent/agent.controller.js.map +1 -0
  8. package/api/dist/src/agent/agent.module.d.ts +2 -0
  9. package/api/dist/src/agent/agent.module.js +23 -0
  10. package/api/dist/src/agent/agent.module.js.map +1 -0
  11. package/api/dist/src/agent/agent.service.d.ts +39 -0
  12. package/api/dist/src/agent/agent.service.js +389 -0
  13. package/api/dist/src/agent/agent.service.js.map +1 -0
  14. package/api/dist/src/agent/mcp-config.d.ts +9 -0
  15. package/api/dist/src/agent/mcp-config.js +51 -0
  16. package/api/dist/src/agent/mcp-config.js.map +1 -0
  17. package/api/dist/src/app.module.d.ts +2 -0
  18. package/api/dist/src/app.module.js +52 -0
  19. package/api/dist/src/app.module.js.map +1 -0
  20. package/api/dist/src/chart/chart.controller.d.ts +8 -0
  21. package/api/dist/src/chart/chart.controller.js +38 -0
  22. package/api/dist/src/chart/chart.controller.js.map +1 -0
  23. package/api/dist/src/chart/chart.module.d.ts +2 -0
  24. package/api/dist/src/chart/chart.module.js +24 -0
  25. package/api/dist/src/chart/chart.module.js.map +1 -0
  26. package/api/dist/src/chart/chart.service.d.ts +32 -0
  27. package/api/dist/src/chart/chart.service.js +106 -0
  28. package/api/dist/src/chart/chart.service.js.map +1 -0
  29. package/api/dist/src/chat/chat.controller.d.ts +14 -0
  30. package/api/dist/src/chat/chat.controller.js +73 -0
  31. package/api/dist/src/chat/chat.controller.js.map +1 -0
  32. package/api/dist/src/chat/chat.module.d.ts +2 -0
  33. package/api/dist/src/chat/chat.module.js +22 -0
  34. package/api/dist/src/chat/chat.module.js.map +1 -0
  35. package/api/dist/src/chat/chat.service.d.ts +25 -0
  36. package/api/dist/src/chat/chat.service.js +168 -0
  37. package/api/dist/src/chat/chat.service.js.map +1 -0
  38. package/api/dist/src/connection/connection.controller.d.ts +46 -0
  39. package/api/dist/src/connection/connection.controller.js +189 -0
  40. package/api/dist/src/connection/connection.controller.js.map +1 -0
  41. package/api/dist/src/connection/connection.model.d.ts +116 -0
  42. package/api/dist/src/connection/connection.model.js +23 -0
  43. package/api/dist/src/connection/connection.model.js.map +1 -0
  44. package/api/dist/src/connection/connection.module.d.ts +2 -0
  45. package/api/dist/src/connection/connection.module.js +31 -0
  46. package/api/dist/src/connection/connection.module.js.map +1 -0
  47. package/api/dist/src/connection/connection.repository.d.ts +16 -0
  48. package/api/dist/src/connection/connection.repository.js +195 -0
  49. package/api/dist/src/connection/connection.repository.js.map +1 -0
  50. package/api/dist/src/connection/connection.service.d.ts +50 -0
  51. package/api/dist/src/connection/connection.service.js +343 -0
  52. package/api/dist/src/connection/connection.service.js.map +1 -0
  53. package/api/dist/src/context/context.controller.d.ts +13 -0
  54. package/api/dist/src/context/context.controller.js +86 -0
  55. package/api/dist/src/context/context.controller.js.map +1 -0
  56. package/api/dist/src/context/context.module.d.ts +2 -0
  57. package/api/dist/src/context/context.module.js +39 -0
  58. package/api/dist/src/context/context.module.js.map +1 -0
  59. package/api/dist/src/context/context.service.d.ts +32 -0
  60. package/api/dist/src/context/context.service.js +177 -0
  61. package/api/dist/src/context/context.service.js.map +1 -0
  62. package/api/dist/src/dashboard/dashboard.controller.d.ts +21 -0
  63. package/api/dist/src/dashboard/dashboard.controller.js +109 -0
  64. package/api/dist/src/dashboard/dashboard.controller.js.map +1 -0
  65. package/api/dist/src/dashboard/dashboard.model.d.ts +15 -0
  66. package/api/dist/src/dashboard/dashboard.model.js +3 -0
  67. package/api/dist/src/dashboard/dashboard.model.js.map +1 -0
  68. package/api/dist/src/dashboard/dashboard.module.d.ts +2 -0
  69. package/api/dist/src/dashboard/dashboard.module.js +24 -0
  70. package/api/dist/src/dashboard/dashboard.module.js.map +1 -0
  71. package/api/dist/src/dashboard/dashboard.repository.d.ts +9 -0
  72. package/api/dist/src/dashboard/dashboard.repository.js +72 -0
  73. package/api/dist/src/dashboard/dashboard.repository.js.map +1 -0
  74. package/api/dist/src/dashboard/dashboard.service.d.ts +14 -0
  75. package/api/dist/src/dashboard/dashboard.service.js +87 -0
  76. package/api/dist/src/dashboard/dashboard.service.js.map +1 -0
  77. package/api/dist/src/datasource/connectors/connector.interface.d.ts +6 -0
  78. package/api/dist/src/datasource/connectors/connector.interface.js +3 -0
  79. package/api/dist/src/datasource/connectors/connector.interface.js.map +1 -0
  80. package/api/dist/src/datasource/connectors/mongo.connector.d.ts +30 -0
  81. package/api/dist/src/datasource/connectors/mongo.connector.js +167 -0
  82. package/api/dist/src/datasource/connectors/mongo.connector.js.map +1 -0
  83. package/api/dist/src/datasource/connectors/mongo.connector.test.d.ts +1 -0
  84. package/api/dist/src/datasource/connectors/mongo.connector.test.js +179 -0
  85. package/api/dist/src/datasource/connectors/mongo.connector.test.js.map +1 -0
  86. package/api/dist/src/datasource/connectors/postgres.connector.d.ts +50 -0
  87. package/api/dist/src/datasource/connectors/postgres.connector.js +213 -0
  88. package/api/dist/src/datasource/connectors/postgres.connector.js.map +1 -0
  89. package/api/dist/src/datasource/connectors/postgres.connector.test.d.ts +1 -0
  90. package/api/dist/src/datasource/connectors/postgres.connector.test.js +197 -0
  91. package/api/dist/src/datasource/connectors/postgres.connector.test.js.map +1 -0
  92. package/api/dist/src/datasource/datasource.controller.d.ts +16 -0
  93. package/api/dist/src/datasource/datasource.controller.js +79 -0
  94. package/api/dist/src/datasource/datasource.controller.js.map +1 -0
  95. package/api/dist/src/datasource/datasource.model.d.ts +26 -0
  96. package/api/dist/src/datasource/datasource.model.js +3 -0
  97. package/api/dist/src/datasource/datasource.model.js.map +1 -0
  98. package/api/dist/src/datasource/datasource.module.d.ts +2 -0
  99. package/api/dist/src/datasource/datasource.module.js +31 -0
  100. package/api/dist/src/datasource/datasource.module.js.map +1 -0
  101. package/api/dist/src/datasource/datasource.repository.d.ts +11 -0
  102. package/api/dist/src/datasource/datasource.repository.js +61 -0
  103. package/api/dist/src/datasource/datasource.repository.js.map +1 -0
  104. package/api/dist/src/datasource/datasource.service.d.ts +28 -0
  105. package/api/dist/src/datasource/datasource.service.js +95 -0
  106. package/api/dist/src/datasource/datasource.service.js.map +1 -0
  107. package/api/dist/src/example/example.controller.d.ts +10 -0
  108. package/api/dist/src/example/example.controller.js +43 -0
  109. package/api/dist/src/example/example.controller.js.map +1 -0
  110. package/api/dist/src/example/example.model.d.ts +6 -0
  111. package/api/dist/src/example/example.model.js +3 -0
  112. package/api/dist/src/example/example.model.js.map +1 -0
  113. package/api/dist/src/example/example.module.d.ts +2 -0
  114. package/api/dist/src/example/example.module.js +23 -0
  115. package/api/dist/src/example/example.module.js.map +1 -0
  116. package/api/dist/src/example/example.repository.d.ts +6 -0
  117. package/api/dist/src/example/example.repository.js +30 -0
  118. package/api/dist/src/example/example.repository.js.map +1 -0
  119. package/api/dist/src/example/example.service.d.ts +10 -0
  120. package/api/dist/src/example/example.service.js +31 -0
  121. package/api/dist/src/example/example.service.js.map +1 -0
  122. package/api/dist/src/integration/integration.controller.d.ts +15 -0
  123. package/api/dist/src/integration/integration.controller.js +69 -0
  124. package/api/dist/src/integration/integration.controller.js.map +1 -0
  125. package/api/dist/src/integration/integration.model.d.ts +17 -0
  126. package/api/dist/src/integration/integration.model.js +3 -0
  127. package/api/dist/src/integration/integration.model.js.map +1 -0
  128. package/api/dist/src/integration/integration.module.d.ts +2 -0
  129. package/api/dist/src/integration/integration.module.js +24 -0
  130. package/api/dist/src/integration/integration.module.js.map +1 -0
  131. package/api/dist/src/integration/integration.repository.d.ts +6 -0
  132. package/api/dist/src/integration/integration.repository.js +45 -0
  133. package/api/dist/src/integration/integration.repository.js.map +1 -0
  134. package/api/dist/src/integration/integration.service.d.ts +12 -0
  135. package/api/dist/src/integration/integration.service.js +78 -0
  136. package/api/dist/src/integration/integration.service.js.map +1 -0
  137. package/api/dist/src/main.d.ts +1 -0
  138. package/api/dist/src/main.js +19 -0
  139. package/api/dist/src/main.js.map +1 -0
  140. package/api/dist/src/mcp/grafana.mcp.d.ts +1 -0
  141. package/api/dist/src/mcp/grafana.mcp.js +95 -0
  142. package/api/dist/src/mcp/grafana.mcp.js.map +1 -0
  143. package/api/dist/src/mcp/graylog.mcp.d.ts +1 -0
  144. package/api/dist/src/mcp/graylog.mcp.js +241 -0
  145. package/api/dist/src/mcp/graylog.mcp.js.map +1 -0
  146. package/api/dist/src/mcp/mcp-server.d.ts +1 -0
  147. package/api/dist/src/mcp/mcp-server.js +336 -0
  148. package/api/dist/src/mcp/mcp-server.js.map +1 -0
  149. package/api/dist/src/paths.d.ts +8 -0
  150. package/api/dist/src/paths.js +50 -0
  151. package/api/dist/src/paths.js.map +1 -0
  152. package/api/dist/src/paths.test.d.ts +1 -0
  153. package/api/dist/src/paths.test.js +60 -0
  154. package/api/dist/src/paths.test.js.map +1 -0
  155. package/api/dist/src/project/project.controller.d.ts +44 -0
  156. package/api/dist/src/project/project.controller.js +79 -0
  157. package/api/dist/src/project/project.controller.js.map +1 -0
  158. package/api/dist/src/project/project.model.d.ts +19 -0
  159. package/api/dist/src/project/project.model.js +3 -0
  160. package/api/dist/src/project/project.model.js.map +1 -0
  161. package/api/dist/src/project/project.module.d.ts +2 -0
  162. package/api/dist/src/project/project.module.js +24 -0
  163. package/api/dist/src/project/project.module.js.map +1 -0
  164. package/api/dist/src/project/project.repository.d.ts +6 -0
  165. package/api/dist/src/project/project.repository.js +52 -0
  166. package/api/dist/src/project/project.repository.js.map +1 -0
  167. package/api/dist/src/project/project.service.d.ts +17 -0
  168. package/api/dist/src/project/project.service.js +163 -0
  169. package/api/dist/src/project/project.service.js.map +1 -0
  170. package/api/dist/tsconfig.tsbuildinfo +1 -0
  171. package/api/dist/vitest.config.d.ts +2 -0
  172. package/api/dist/vitest.config.js +10 -0
  173. package/api/dist/vitest.config.js.map +1 -0
  174. package/api/public/dist/Analitoly.png +0 -0
  175. package/api/public/dist/AnalitolyShort.png +0 -0
  176. package/api/public/dist/Gitlab.png +0 -0
  177. package/api/public/dist/Grafana.png +0 -0
  178. package/api/public/dist/Graylog.png +0 -0
  179. package/api/public/dist/Mongodb.png +0 -0
  180. package/api/public/dist/PostgreSQL.png +0 -0
  181. package/api/public/dist/assets/index-BPB3ckw4.js +222 -0
  182. package/api/public/dist/assets/index-CSAGa0SG.js +227 -0
  183. package/api/public/dist/index.html +12 -0
  184. package/bin/analitoly-mcp.js +18 -0
  185. package/bin/analitoly.js +38 -0
  186. package/package.json +54 -0
@@ -0,0 +1,189 @@
1
+ "use strict";
2
+ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
3
+ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
4
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
5
+ else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
6
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
7
+ };
8
+ var __metadata = (this && this.__metadata) || function (k, v) {
9
+ if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
10
+ };
11
+ var __param = (this && this.__param) || function (paramIndex, decorator) {
12
+ return function (target, key) { decorator(target, key, paramIndex); }
13
+ };
14
+ Object.defineProperty(exports, "__esModule", { value: true });
15
+ exports.ConnectionController = void 0;
16
+ const common_1 = require("@nestjs/common");
17
+ const connection_service_1 = require("./connection.service");
18
+ let ConnectionController = class ConnectionController {
19
+ constructor(service) {
20
+ this.service = service;
21
+ }
22
+ getAll(includeDeleted) {
23
+ return this.service.getAll(includeDeleted === 'true');
24
+ }
25
+ exportConnections() {
26
+ return this.service.exportConnections();
27
+ }
28
+ getDashboard() {
29
+ return this.service.getDashboard();
30
+ }
31
+ saveDashboard(body) {
32
+ return this.service.saveDashboard(body.charts ?? []);
33
+ }
34
+ getByType(type) {
35
+ return this.service.getByType(type);
36
+ }
37
+ getById(id) {
38
+ return this.service.getById(id);
39
+ }
40
+ create(dto) {
41
+ return this.service.create(dto);
42
+ }
43
+ async testConfig(body) {
44
+ return this.service.testConnectionConfig(body.type, body.config);
45
+ }
46
+ importConnections(body) {
47
+ return this.service.importConnections(body);
48
+ }
49
+ update(id, dto) {
50
+ return this.service.update(id, dto);
51
+ }
52
+ delete(id) {
53
+ this.service.delete(id);
54
+ return { ok: true };
55
+ }
56
+ async testConnection(id) {
57
+ return this.service.testConnection(id);
58
+ }
59
+ async activate(id) {
60
+ return this.service.activate(id);
61
+ }
62
+ deactivate(id) {
63
+ return this.service.deactivate(id);
64
+ }
65
+ async connectProject(id) {
66
+ return this.service.connectProject(id);
67
+ }
68
+ async disconnectProject(id) {
69
+ await this.service.disconnectProject(id);
70
+ return { ok: true };
71
+ }
72
+ };
73
+ exports.ConnectionController = ConnectionController;
74
+ __decorate([
75
+ (0, common_1.Get)(),
76
+ __param(0, (0, common_1.Query)('includeDeleted')),
77
+ __metadata("design:type", Function),
78
+ __metadata("design:paramtypes", [String]),
79
+ __metadata("design:returntype", void 0)
80
+ ], ConnectionController.prototype, "getAll", null);
81
+ __decorate([
82
+ (0, common_1.Get)('export'),
83
+ __metadata("design:type", Function),
84
+ __metadata("design:paramtypes", []),
85
+ __metadata("design:returntype", void 0)
86
+ ], ConnectionController.prototype, "exportConnections", null);
87
+ __decorate([
88
+ (0, common_1.Get)('dashboard'),
89
+ __metadata("design:type", Function),
90
+ __metadata("design:paramtypes", []),
91
+ __metadata("design:returntype", void 0)
92
+ ], ConnectionController.prototype, "getDashboard", null);
93
+ __decorate([
94
+ (0, common_1.Put)('dashboard'),
95
+ __param(0, (0, common_1.Body)()),
96
+ __metadata("design:type", Function),
97
+ __metadata("design:paramtypes", [Object]),
98
+ __metadata("design:returntype", void 0)
99
+ ], ConnectionController.prototype, "saveDashboard", null);
100
+ __decorate([
101
+ (0, common_1.Get)('type/:type'),
102
+ __param(0, (0, common_1.Param)('type')),
103
+ __metadata("design:type", Function),
104
+ __metadata("design:paramtypes", [String]),
105
+ __metadata("design:returntype", void 0)
106
+ ], ConnectionController.prototype, "getByType", null);
107
+ __decorate([
108
+ (0, common_1.Get)(':id'),
109
+ __param(0, (0, common_1.Param)('id')),
110
+ __metadata("design:type", Function),
111
+ __metadata("design:paramtypes", [String]),
112
+ __metadata("design:returntype", void 0)
113
+ ], ConnectionController.prototype, "getById", null);
114
+ __decorate([
115
+ (0, common_1.Post)(),
116
+ __param(0, (0, common_1.Body)()),
117
+ __metadata("design:type", Function),
118
+ __metadata("design:paramtypes", [Object]),
119
+ __metadata("design:returntype", void 0)
120
+ ], ConnectionController.prototype, "create", null);
121
+ __decorate([
122
+ (0, common_1.Post)('test'),
123
+ __param(0, (0, common_1.Body)()),
124
+ __metadata("design:type", Function),
125
+ __metadata("design:paramtypes", [Object]),
126
+ __metadata("design:returntype", Promise)
127
+ ], ConnectionController.prototype, "testConfig", null);
128
+ __decorate([
129
+ (0, common_1.Post)('import'),
130
+ __param(0, (0, common_1.Body)()),
131
+ __metadata("design:type", Function),
132
+ __metadata("design:paramtypes", [Object]),
133
+ __metadata("design:returntype", void 0)
134
+ ], ConnectionController.prototype, "importConnections", null);
135
+ __decorate([
136
+ (0, common_1.Patch)(':id'),
137
+ __param(0, (0, common_1.Param)('id')),
138
+ __param(1, (0, common_1.Body)()),
139
+ __metadata("design:type", Function),
140
+ __metadata("design:paramtypes", [String, Object]),
141
+ __metadata("design:returntype", void 0)
142
+ ], ConnectionController.prototype, "update", null);
143
+ __decorate([
144
+ (0, common_1.Delete)(':id'),
145
+ __param(0, (0, common_1.Param)('id')),
146
+ __metadata("design:type", Function),
147
+ __metadata("design:paramtypes", [String]),
148
+ __metadata("design:returntype", void 0)
149
+ ], ConnectionController.prototype, "delete", null);
150
+ __decorate([
151
+ (0, common_1.Post)(':id/test'),
152
+ __param(0, (0, common_1.Param)('id')),
153
+ __metadata("design:type", Function),
154
+ __metadata("design:paramtypes", [String]),
155
+ __metadata("design:returntype", Promise)
156
+ ], ConnectionController.prototype, "testConnection", null);
157
+ __decorate([
158
+ (0, common_1.Post)(':id/activate'),
159
+ __param(0, (0, common_1.Param)('id')),
160
+ __metadata("design:type", Function),
161
+ __metadata("design:paramtypes", [String]),
162
+ __metadata("design:returntype", Promise)
163
+ ], ConnectionController.prototype, "activate", null);
164
+ __decorate([
165
+ (0, common_1.Post)(':id/deactivate'),
166
+ __param(0, (0, common_1.Param)('id')),
167
+ __metadata("design:type", Function),
168
+ __metadata("design:paramtypes", [String]),
169
+ __metadata("design:returntype", void 0)
170
+ ], ConnectionController.prototype, "deactivate", null);
171
+ __decorate([
172
+ (0, common_1.Post)(':id/connect'),
173
+ __param(0, (0, common_1.Param)('id')),
174
+ __metadata("design:type", Function),
175
+ __metadata("design:paramtypes", [String]),
176
+ __metadata("design:returntype", Promise)
177
+ ], ConnectionController.prototype, "connectProject", null);
178
+ __decorate([
179
+ (0, common_1.Post)(':id/disconnect'),
180
+ __param(0, (0, common_1.Param)('id')),
181
+ __metadata("design:type", Function),
182
+ __metadata("design:paramtypes", [String]),
183
+ __metadata("design:returntype", Promise)
184
+ ], ConnectionController.prototype, "disconnectProject", null);
185
+ exports.ConnectionController = ConnectionController = __decorate([
186
+ (0, common_1.Controller)('connections'),
187
+ __metadata("design:paramtypes", [connection_service_1.ConnectionService])
188
+ ], ConnectionController);
189
+ //# sourceMappingURL=connection.controller.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"connection.controller.js","sourceRoot":"","sources":["../../../src/connection/connection.controller.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,116 @@
1
+ export type ConnectionCategory = 'database' | 'analytics' | 'repository';
2
+ export type ConnectionType = 'postgresql' | 'mongodb' | 'graylog' | 'grafana' | 'local' | 'gitlab';
3
+ export interface PostgresqlConfig {
4
+ host: string;
5
+ port: number;
6
+ database: string;
7
+ username?: string;
8
+ password?: string;
9
+ schema?: string;
10
+ }
11
+ export interface MongodbConfig {
12
+ host: string;
13
+ port: number;
14
+ database: string;
15
+ username?: string;
16
+ password?: string;
17
+ }
18
+ export interface GraylogConfig {
19
+ baseUrl: string;
20
+ username: string;
21
+ password: string;
22
+ }
23
+ export interface GrafanaConfig {
24
+ url: string;
25
+ serviceAccountToken: string;
26
+ }
27
+ export interface LocalConfig {
28
+ path: string;
29
+ }
30
+ export interface GitlabConfig {
31
+ url: string;
32
+ token: string;
33
+ branch?: string;
34
+ }
35
+ export type ConnectionConfig = PostgresqlConfig | MongodbConfig | GraylogConfig | GrafanaConfig | LocalConfig | GitlabConfig;
36
+ export interface RepositoryState {
37
+ localPath: string;
38
+ status: 'cloning' | 'ready' | 'error';
39
+ error?: string;
40
+ }
41
+ export interface Connection {
42
+ id: string;
43
+ category: ConnectionCategory;
44
+ type: ConnectionType;
45
+ name: string;
46
+ active: boolean;
47
+ deletedAt: string | null;
48
+ createdAt: string;
49
+ updatedAt: string;
50
+ config: ConnectionConfig;
51
+ state?: RepositoryState;
52
+ }
53
+ export interface ChartRebuildConfig {
54
+ datasourceType: 'postgresql' | 'mongodb';
55
+ connectionName?: string;
56
+ queryTemplate: string;
57
+ timeColumn: string;
58
+ timeFormat?: 'iso' | 'epoch_s' | 'epoch_ms';
59
+ echartsMapping: {
60
+ xField: string;
61
+ series: Array<{
62
+ yField: string;
63
+ name?: string;
64
+ type: string;
65
+ }>;
66
+ };
67
+ }
68
+ export interface DashboardChartConfig {
69
+ chartId: string;
70
+ title: string;
71
+ echartsOption: Record<string, unknown>;
72
+ description: string;
73
+ sourceQuery: string;
74
+ rebuildConfig?: ChartRebuildConfig;
75
+ }
76
+ export interface ConfigFile {
77
+ version: number;
78
+ connections: Connection[];
79
+ dashboard?: DashboardChartConfig[];
80
+ }
81
+ export interface CreateConnectionDto {
82
+ type: ConnectionType;
83
+ name: string;
84
+ config: ConnectionConfig;
85
+ active?: boolean;
86
+ }
87
+ export interface UpdateConnectionDto {
88
+ name?: string;
89
+ config?: ConnectionConfig;
90
+ active?: boolean;
91
+ }
92
+ export interface ExportableConnection {
93
+ type: ConnectionType;
94
+ name: string;
95
+ config: ConnectionConfig;
96
+ }
97
+ export interface ExportDashboardChart {
98
+ chartId: string;
99
+ title: string;
100
+ echartsOption: Record<string, unknown>;
101
+ description: string;
102
+ sourceQuery: string;
103
+ rebuildConfig?: ChartRebuildConfig;
104
+ }
105
+ export interface ExportFile {
106
+ version: number;
107
+ exportedAt: string;
108
+ connections: ExportableConnection[];
109
+ dashboard?: {
110
+ charts: ExportDashboardChart[];
111
+ };
112
+ context?: string;
113
+ }
114
+ export declare const CATEGORY_MAP: Record<ConnectionType, ConnectionCategory>;
115
+ export declare const SENSITIVE_FIELDS: Record<ConnectionType, string[]>;
116
+ export declare const CONNECTION_TYPES: ConnectionType[];
@@ -0,0 +1,23 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.CONNECTION_TYPES = exports.SENSITIVE_FIELDS = exports.CATEGORY_MAP = void 0;
4
+ exports.CATEGORY_MAP = {
5
+ postgresql: 'database',
6
+ mongodb: 'database',
7
+ graylog: 'analytics',
8
+ grafana: 'analytics',
9
+ local: 'repository',
10
+ gitlab: 'repository',
11
+ };
12
+ exports.SENSITIVE_FIELDS = {
13
+ postgresql: ['password'],
14
+ mongodb: ['password'],
15
+ graylog: ['password'],
16
+ grafana: ['serviceAccountToken'],
17
+ local: [],
18
+ gitlab: ['token'],
19
+ };
20
+ exports.CONNECTION_TYPES = [
21
+ 'postgresql', 'mongodb', 'graylog', 'grafana', 'local', 'gitlab',
22
+ ];
23
+ //# sourceMappingURL=connection.model.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"connection.model.js","sourceRoot":"","sources":["../../../src/connection/connection.model.ts"],"names":[],"mappings":";;;AA8Ia,QAAA,YAAY,GAA+C;IACtE,UAAU,EAAE,UAAU;IACtB,OAAO,EAAE,UAAU;IACnB,OAAO,EAAE,WAAW;IACpB,OAAO,EAAE,WAAW;IACpB,KAAK,EAAE,YAAY;IACnB,MAAM,EAAE,YAAY;CACrB,CAAC;AAEW,QAAA,gBAAgB,GAAqC;IAChE,UAAU,EAAE,CAAC,UAAU,CAAC;IACxB,OAAO,EAAE,CAAC,UAAU,CAAC;IACrB,OAAO,EAAE,CAAC,UAAU,CAAC;IACrB,OAAO,EAAE,CAAC,qBAAqB,CAAC;IAChC,KAAK,EAAE,EAAE;IACT,MAAM,EAAE,CAAC,OAAO,CAAC;CAClB,CAAC;AAEW,QAAA,gBAAgB,GAAqB;IAChD,YAAY,EAAE,SAAS,EAAE,SAAS,EAAE,SAAS,EAAE,OAAO,EAAE,QAAQ;CACjE,CAAC"}
@@ -0,0 +1,2 @@
1
+ export declare class ConnectionModule {
2
+ }
@@ -0,0 +1,31 @@
1
+ "use strict";
2
+ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
3
+ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
4
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
5
+ else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
6
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
7
+ };
8
+ Object.defineProperty(exports, "__esModule", { value: true });
9
+ exports.ConnectionModule = void 0;
10
+ const common_1 = require("@nestjs/common");
11
+ const connection_controller_1 = require("./connection.controller");
12
+ const connection_service_1 = require("./connection.service");
13
+ const connection_repository_1 = require("./connection.repository");
14
+ const postgres_connector_1 = require("../datasource/connectors/postgres.connector");
15
+ const mongo_connector_1 = require("../datasource/connectors/mongo.connector");
16
+ let ConnectionModule = class ConnectionModule {
17
+ };
18
+ exports.ConnectionModule = ConnectionModule;
19
+ exports.ConnectionModule = ConnectionModule = __decorate([
20
+ (0, common_1.Module)({
21
+ controllers: [connection_controller_1.ConnectionController],
22
+ providers: [
23
+ connection_service_1.ConnectionService,
24
+ connection_repository_1.ConnectionRepository,
25
+ postgres_connector_1.PostgresConnector,
26
+ mongo_connector_1.MongoConnector,
27
+ ],
28
+ exports: [connection_service_1.ConnectionService, connection_repository_1.ConnectionRepository],
29
+ })
30
+ ], ConnectionModule);
31
+ //# sourceMappingURL=connection.module.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"connection.module.js","sourceRoot":"","sources":["../../../src/connection/connection.module.ts"],"names":[],"mappings":";;;;;;;;;AAAA,2CAAwC;AACxC,mEAA+D;AAC/D,6DAAyD;AACzD,mEAA+D;AAC/D,oFAAgF;AAChF,8EAA0E;AAWnE,IAAM,gBAAgB,GAAtB,MAAM,gBAAgB;CAAG,CAAA;AAAnB,4CAAgB;2BAAhB,gBAAgB;IAV5B,IAAA,eAAM,EAAC;QACN,WAAW,EAAE,CAAC,4CAAoB,CAAC;QACnC,SAAS,EAAE;YACT,sCAAiB;YACjB,4CAAoB;YACpB,sCAAiB;YACjB,gCAAc;SACf;QACD,OAAO,EAAE,CAAC,sCAAiB,EAAE,4CAAoB,CAAC;KACnD,CAAC;GACW,gBAAgB,CAAG"}
@@ -0,0 +1,16 @@
1
+ import { Connection, ConnectionType, CreateConnectionDto, UpdateConnectionDto, DashboardChartConfig } from './connection.model';
2
+ export declare class ConnectionRepository {
3
+ private readFile;
4
+ private writeFile;
5
+ readAll(includeDeleted?: boolean): Connection[];
6
+ findById(id: string): Connection | undefined;
7
+ findByType(type: ConnectionType, includeDeleted?: boolean): Connection[];
8
+ findActive(type: ConnectionType): Connection | undefined;
9
+ create(dto: CreateConnectionDto): Connection;
10
+ update(id: string, dto: UpdateConnectionDto): Connection | undefined;
11
+ updateState(id: string, state: Connection['state']): Connection | undefined;
12
+ readDashboard(): DashboardChartConfig[];
13
+ writeDashboard(charts: DashboardChartConfig[]): void;
14
+ softDelete(id: string): Connection | undefined;
15
+ static migrateIfNeeded(): void;
16
+ }
@@ -0,0 +1,195 @@
1
+ "use strict";
2
+ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
3
+ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
4
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
5
+ else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
6
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
7
+ };
8
+ Object.defineProperty(exports, "__esModule", { value: true });
9
+ exports.ConnectionRepository = void 0;
10
+ const common_1 = require("@nestjs/common");
11
+ const fs = require("fs");
12
+ const path = require("path");
13
+ const crypto = require("crypto");
14
+ const connection_model_1 = require("./connection.model");
15
+ const paths_1 = require("../paths");
16
+ const DATA_DIR = (0, paths_1.dataDir)();
17
+ const FILE_PATH = (0, paths_1.configPath)();
18
+ const LEGACY_DATASOURCES = path.join(DATA_DIR, 'datasources.json');
19
+ const LEGACY_DATASOURCES_ROOT = path.join(process.cwd(), 'datasources.json');
20
+ const LEGACY_INTEGRATIONS = path.join(process.cwd(), 'integrations.json');
21
+ const LEGACY_PROJECT = path.join(DATA_DIR, 'project.json');
22
+ let ConnectionRepository = class ConnectionRepository {
23
+ readFile() {
24
+ if (!fs.existsSync(DATA_DIR))
25
+ fs.mkdirSync(DATA_DIR, { recursive: true });
26
+ if (!fs.existsSync(FILE_PATH))
27
+ return { version: 1, connections: [] };
28
+ return JSON.parse(fs.readFileSync(FILE_PATH, 'utf-8'));
29
+ }
30
+ writeFile(data) {
31
+ if (!fs.existsSync(DATA_DIR))
32
+ fs.mkdirSync(DATA_DIR, { recursive: true });
33
+ fs.writeFileSync(FILE_PATH, JSON.stringify(data, null, 2), 'utf-8');
34
+ }
35
+ readAll(includeDeleted = false) {
36
+ const data = this.readFile();
37
+ if (includeDeleted)
38
+ return data.connections;
39
+ return data.connections.filter((c) => !c.deletedAt);
40
+ }
41
+ findById(id) {
42
+ return this.readFile().connections.find((c) => c.id === id);
43
+ }
44
+ findByType(type, includeDeleted = false) {
45
+ return this.readAll(includeDeleted).filter((c) => c.type === type);
46
+ }
47
+ findActive(type) {
48
+ return this.readAll(false).find((c) => c.type === type && c.active);
49
+ }
50
+ create(dto) {
51
+ const data = this.readFile();
52
+ const now = new Date().toISOString();
53
+ const conn = {
54
+ id: crypto.randomUUID(),
55
+ category: connection_model_1.CATEGORY_MAP[dto.type],
56
+ type: dto.type,
57
+ name: dto.name,
58
+ active: dto.active ?? true,
59
+ deletedAt: null,
60
+ createdAt: now,
61
+ updatedAt: now,
62
+ config: dto.config,
63
+ };
64
+ data.connections.push(conn);
65
+ this.writeFile(data);
66
+ return conn;
67
+ }
68
+ update(id, dto) {
69
+ const data = this.readFile();
70
+ const idx = data.connections.findIndex((c) => c.id === id);
71
+ if (idx === -1)
72
+ return undefined;
73
+ const conn = data.connections[idx];
74
+ if (dto.name !== undefined)
75
+ conn.name = dto.name;
76
+ if (dto.config !== undefined)
77
+ conn.config = { ...conn.config, ...dto.config };
78
+ if (dto.active !== undefined)
79
+ conn.active = dto.active;
80
+ conn.updatedAt = new Date().toISOString();
81
+ data.connections[idx] = conn;
82
+ this.writeFile(data);
83
+ return conn;
84
+ }
85
+ updateState(id, state) {
86
+ const data = this.readFile();
87
+ const idx = data.connections.findIndex((c) => c.id === id);
88
+ if (idx === -1)
89
+ return undefined;
90
+ data.connections[idx].state = state;
91
+ data.connections[idx].updatedAt = new Date().toISOString();
92
+ this.writeFile(data);
93
+ return data.connections[idx];
94
+ }
95
+ readDashboard() {
96
+ return this.readFile().dashboard ?? [];
97
+ }
98
+ writeDashboard(charts) {
99
+ const data = this.readFile();
100
+ data.dashboard = charts;
101
+ this.writeFile(data);
102
+ }
103
+ softDelete(id) {
104
+ const data = this.readFile();
105
+ const idx = data.connections.findIndex((c) => c.id === id);
106
+ if (idx === -1)
107
+ return undefined;
108
+ const deleted = data.connections.splice(idx, 1)[0];
109
+ this.writeFile(data);
110
+ return deleted;
111
+ }
112
+ static migrateIfNeeded() {
113
+ if (!fs.existsSync(DATA_DIR))
114
+ fs.mkdirSync(DATA_DIR, { recursive: true });
115
+ if (fs.existsSync(FILE_PATH))
116
+ return;
117
+ console.log('[ConnectionRepository] Migrating legacy config files to config.json...');
118
+ const connections = [];
119
+ const now = new Date().toISOString();
120
+ const makeConn = (type, name, config, state) => ({
121
+ id: crypto.randomUUID(),
122
+ category: connection_model_1.CATEGORY_MAP[type],
123
+ type,
124
+ name,
125
+ active: true,
126
+ deletedAt: null,
127
+ createdAt: now,
128
+ updatedAt: now,
129
+ config,
130
+ ...(state ? { state } : {}),
131
+ });
132
+ let dsPath = LEGACY_DATASOURCES;
133
+ if (!fs.existsSync(dsPath))
134
+ dsPath = LEGACY_DATASOURCES_ROOT;
135
+ if (fs.existsSync(dsPath)) {
136
+ try {
137
+ const data = JSON.parse(fs.readFileSync(dsPath, 'utf-8'));
138
+ if (data.postgresql) {
139
+ const { type: _, ...cfg } = data.postgresql;
140
+ connections.push(makeConn('postgresql', 'PostgreSQL', cfg));
141
+ }
142
+ if (data.mongodb) {
143
+ const { type: _, ...cfg } = data.mongodb;
144
+ connections.push(makeConn('mongodb', 'MongoDB', cfg));
145
+ }
146
+ console.log('[ConnectionRepository] Migrated datasources.json');
147
+ }
148
+ catch (e) {
149
+ console.warn('[ConnectionRepository] Failed to migrate datasources.json:', e);
150
+ }
151
+ }
152
+ if (fs.existsSync(LEGACY_INTEGRATIONS)) {
153
+ try {
154
+ const data = JSON.parse(fs.readFileSync(LEGACY_INTEGRATIONS, 'utf-8'));
155
+ if (data.graylog) {
156
+ const { type: _, ...cfg } = data.graylog;
157
+ connections.push(makeConn('graylog', 'Graylog', cfg));
158
+ }
159
+ if (data.grafana) {
160
+ const { type: _, ...cfg } = data.grafana;
161
+ connections.push(makeConn('grafana', 'Grafana', cfg));
162
+ }
163
+ console.log('[ConnectionRepository] Migrated integrations.json');
164
+ }
165
+ catch (e) {
166
+ console.warn('[ConnectionRepository] Failed to migrate integrations.json:', e);
167
+ }
168
+ }
169
+ if (fs.existsSync(LEGACY_PROJECT)) {
170
+ try {
171
+ const data = JSON.parse(fs.readFileSync(LEGACY_PROJECT, 'utf-8'));
172
+ if (data.config) {
173
+ const projType = data.config.type;
174
+ const { type: _, ...cfg } = data.config;
175
+ const state = data.localPath
176
+ ? { localPath: data.localPath, status: data.status || 'ready', error: data.error }
177
+ : undefined;
178
+ connections.push(makeConn(projType, projType === 'local' ? 'Local Project' : 'GitLab Project', cfg, state));
179
+ }
180
+ console.log('[ConnectionRepository] Migrated project.json');
181
+ }
182
+ catch (e) {
183
+ console.warn('[ConnectionRepository] Failed to migrate project.json:', e);
184
+ }
185
+ }
186
+ const configFile = { version: 1, connections };
187
+ fs.writeFileSync(FILE_PATH, JSON.stringify(configFile, null, 2), 'utf-8');
188
+ console.log(`[ConnectionRepository] Migration complete: ${connections.length} connections`);
189
+ }
190
+ };
191
+ exports.ConnectionRepository = ConnectionRepository;
192
+ exports.ConnectionRepository = ConnectionRepository = __decorate([
193
+ (0, common_1.Injectable)()
194
+ ], ConnectionRepository);
195
+ //# sourceMappingURL=connection.repository.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"connection.repository.js","sourceRoot":"","sources":["../../../src/connection/connection.repository.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,50 @@
1
+ import { ConnectionRepository } from './connection.repository';
2
+ import { PostgresConnector } from '../datasource/connectors/postgres.connector';
3
+ import { MongoConnector } from '../datasource/connectors/mongo.connector';
4
+ import { Connection, ConnectionType, CreateConnectionDto, UpdateConnectionDto, ExportFile, DashboardChartConfig } from './connection.model';
5
+ export declare class ConnectionService {
6
+ private readonly repository;
7
+ private readonly postgresConnector;
8
+ private readonly mongoConnector;
9
+ constructor(repository: ConnectionRepository, postgresConnector: PostgresConnector, mongoConnector: MongoConnector);
10
+ getAll(includeDeleted?: boolean): Connection[];
11
+ getById(id: string): Connection;
12
+ getByType(type: ConnectionType): Connection[];
13
+ getRawById(id: string): Connection;
14
+ getActiveForType(type: ConnectionType): Connection | undefined;
15
+ create(dto: CreateConnectionDto): Connection;
16
+ update(id: string, dto: UpdateConnectionDto): Connection;
17
+ delete(id: string): void;
18
+ activate(id: string): Promise<Connection>;
19
+ deactivate(id: string): Connection;
20
+ testConnection(id: string): Promise<{
21
+ connected: boolean;
22
+ error?: string;
23
+ }>;
24
+ testConnectionConfig(type: ConnectionType, config: any): Promise<{
25
+ connected: boolean;
26
+ error?: string;
27
+ }>;
28
+ private testConfig;
29
+ private testGraylog;
30
+ private testGrafana;
31
+ private testLocal;
32
+ private testGitlab;
33
+ connectProject(id: string): Promise<Connection>;
34
+ disconnectProject(id: string): Promise<void>;
35
+ getDashboard(): {
36
+ charts: DashboardChartConfig[];
37
+ };
38
+ saveDashboard(charts: DashboardChartConfig[]): {
39
+ charts: DashboardChartConfig[];
40
+ };
41
+ exportConnections(): ExportFile;
42
+ importConnections(data: ExportFile): {
43
+ imported: number;
44
+ skipped: number;
45
+ dashboardImported?: boolean;
46
+ contextImported?: boolean;
47
+ };
48
+ private maskSecrets;
49
+ private validateType;
50
+ }