swarm-tickets 1.0.0

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.
@@ -0,0 +1,74 @@
1
+ {
2
+ "tickets": [
3
+ {
4
+ "id": "TKT-1730577600000",
5
+ "route": "/dashboard/users",
6
+ "f12Errors": "TypeError: Cannot read property 'id' of undefined\n at UserList.render (UserList.jsx:45)\n at processChild (react-dom.js:892)",
7
+ "serverErrors": "",
8
+ "description": "User list crashes when trying to render users without IDs",
9
+ "status": "fixed",
10
+ "priority": "high",
11
+ "relatedTickets": [],
12
+ "swarmActions": [
13
+ {
14
+ "timestamp": "2025-11-02T10:30:00.000Z",
15
+ "action": "auto-analysis",
16
+ "result": "Priority set to high, found 0 related tickets"
17
+ },
18
+ {
19
+ "timestamp": "2025-11-02T11:15:00.000Z",
20
+ "action": "Added null checks for user.id in UserList component",
21
+ "result": "Fixed - users without IDs now display 'N/A' instead of crashing"
22
+ }
23
+ ],
24
+ "namespace": "ui/user-list",
25
+ "createdAt": "2025-11-02T10:00:00.000Z",
26
+ "updatedAt": "2025-11-02T11:15:00.000Z"
27
+ },
28
+ {
29
+ "id": "TKT-1730578200000",
30
+ "route": "/api/auth/login",
31
+ "f12Errors": "",
32
+ "serverErrors": "Error: connect ECONNREFUSED 127.0.0.1:5432\n at TCPConnectWrap.afterConnect [as oncomplete] (net.js:1148:16)\nPostgres connection failed",
33
+ "description": "Login endpoint fails when database is unreachable",
34
+ "status": "in-progress",
35
+ "priority": "critical",
36
+ "relatedTickets": ["TKT-1730578800000"],
37
+ "swarmActions": [
38
+ {
39
+ "timestamp": "2025-11-02T12:00:00.000Z",
40
+ "action": "auto-analysis",
41
+ "result": "Priority set to critical, found 1 related tickets"
42
+ },
43
+ {
44
+ "timestamp": "2025-11-02T12:30:00.000Z",
45
+ "action": "Investigating database connection pool settings",
46
+ "result": "Found connection pool is not retrying failed connections"
47
+ }
48
+ ],
49
+ "namespace": "database/connection",
50
+ "createdAt": "2025-11-02T11:30:00.000Z",
51
+ "updatedAt": "2025-11-02T12:30:00.000Z"
52
+ },
53
+ {
54
+ "id": "TKT-1730578800000",
55
+ "route": "/api/users/profile",
56
+ "f12Errors": "",
57
+ "serverErrors": "Error: Connection terminated unexpectedly\n at Connection.parseE (node_modules/pg/lib/connection.js:614:13)",
58
+ "description": "Profile endpoint intermittently fails with connection errors",
59
+ "status": "open",
60
+ "priority": "high",
61
+ "relatedTickets": ["TKT-1730578200000"],
62
+ "swarmActions": [
63
+ {
64
+ "timestamp": "2025-11-02T13:00:00.000Z",
65
+ "action": "auto-analysis",
66
+ "result": "Priority set to high, found 1 related tickets"
67
+ }
68
+ ],
69
+ "namespace": null,
70
+ "createdAt": "2025-11-02T12:40:00.000Z",
71
+ "updatedAt": "2025-11-02T13:00:00.000Z"
72
+ }
73
+ ]
74
+ }