Commit 1af08db
Correlation ID for Unified Request Tracking (#1443)
* Add correlation ID system for unified request tracking
Signed-off-by: Shoumi <shoumimukherjee@gmail.com>
* replace undefined bearer_scheme with security
Signed-off-by: Shoumi <shoumimukherjee@gmail.com>
* lint & test fixes
Signed-off-by: Shoumi <shoumimukherjee@gmail.com>
* fixes for lint
Signed-off-by: Shoumi <shoumimukherjee@gmail.com>
* pylint fixes
Signed-off-by: Shoumi <shoumimukherjee@gmail.com>
* test fixes
Signed-off-by: Shoumi <shoumimukherjee@gmail.com>
* Bandit fixes
Signed-off-by: Shoumi <shoumimukherjee@gmail.com>
* fix for test
Signed-off-by: Shoumi <shoumimukherjee@gmail.com>
* addiitonal changes for UI & middleware
Signed-off-by: Shoumi <shoumimukherjee@gmail.com>
* fix bug
Signed-off-by: Shoumi <shoumimukherjee@gmail.com>
* dropdown mismatch fix
Signed-off-by: Shoumi <shoumimukherjee@gmail.com>
* fixes for UI
Signed-off-by: Shoumi <shoumimukherjee@gmail.com>
* UI fixes for adding user details
Signed-off-by: Shoumi <shoumimukherjee@gmail.com>
* admin ui fixes
Signed-off-by: Shoumi <shoumimukherjee@gmail.com>
* flake8 fixes
Signed-off-by: Shoumi <shoumimukherjee@gmail.com>
* test fixes
Signed-off-by: Shoumi <shoumimukherjee@gmail.com>
* lint fixes
Signed-off-by: Shoumi <shoumimukherjee@gmail.com>
* fix for doctest
Signed-off-by: Shoumi <shoumimukherjee@gmail.com>
* auth issue fixes
Signed-off-by: Shoumi <shoumimukherjee@gmail.com>
* update for failing tests
Signed-off-by: Shoumi <shoumimukherjee@gmail.com>
* flake8 fixes
Signed-off-by: Shoumi <shoumimukherjee@gmail.com>
* flake8 issue
Signed-off-by: Shoumi <shoumimukherjee@gmail.com>
* prevent SQLite rollback error on validation failures
Signed-off-by: Shoumi <shoumimukherjee@gmail.com>
* false positive issues
Signed-off-by: Shoumi <shoumimukherjee@gmail.com>
* fix lint issue
Signed-off-by: Shoumi <shoumimukherjee@gmail.com>
* update alembic file
Signed-off-by: Shoumi <shoumimukherjee@gmail.com>
* updated alembic revision
Signed-off-by: Shoumi <shoumimukherjee@gmail.com>
* changes in table schema
Signed-off-by: Shoumi <shoumimukherjee@gmail.com>
* gateway service fixes
Signed-off-by: Shoumi <shoumimukherjee@gmail.com>
* updated tests
Signed-off-by: Shoumi <shoumimukherjee@gmail.com>
* fix doctest coverage
Signed-off-by: Shoumi <shoumimukherjee@gmail.com>
* fix: resolve rebase conflicts and fix test issues for correlation ID PR
- Fix Alembic migration to chain after main branch head (356a2d4eed6f)
- Fix is_active/enabled attribute access in services (server, prompt, resource, export)
- Update export_service to use getattr with fallback for backwards compatibility
- Add db.refresh before return in tool_service.register_tool to handle
session expiry after audit/logging commits
- Add SessionLocal patches in conftest.py for audit_trail_service and log_aggregator
- Update test assertions for expected db.refresh call count
- Apply isort import ordering fixes across service files
Signed-off-by: Mihai Criveti <crivetimihai@gmail.com>
* Linting
Signed-off-by: Mihai Criveti <crivetimihai@gmail.com>
* fix: ensure cross-database compatibility for migrations and update tag fuzz test
- Use sa.false() instead of string literals for Boolean server_defaults
in migration (SQLite uses 0/1, not "false"/"true")
- Use sa.text("'{}'") for JSON server_defaults to ensure proper quoting
- Update fuzz test to expect dict tags format {id, label} instead of strings
Signed-off-by: Mihai Criveti <crivetimihai@gmail.com>
---------
Signed-off-by: Shoumi <shoumimukherjee@gmail.com>
Signed-off-by: Mihai Criveti <crivetimihai@gmail.com>
Co-authored-by: Mihai Criveti <crivetimihai@gmail.com>1 parent 89be0e9 commit 1af08db
File tree
65 files changed
+8955
-422
lines changed- docs/docs/deployment
- mcpgateway
- alembic/versions
- middleware
- plugins/framework/external/mcp
- routers
- services
- static
- templates
- toolops
- utils
- plugins/vault
- tests
- e2e
- fuzz
- security
- unit/mcpgateway
- middleware
- services
- utils
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
65 files changed
+8955
-422
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
537 | 537 | | |
538 | 538 | | |
539 | 539 | | |
540 | | - | |
| 540 | + | |
541 | 541 | | |
542 | 542 | | |
543 | 543 | | |
| |||
659 | 659 | | |
660 | 660 | | |
661 | 661 | | |
| 662 | + | |
| 663 | + | |
| 664 | + | |
| 665 | + | |
| 666 | + | |
| 667 | + | |
| 668 | + | |
| 669 | + | |
| 670 | + | |
| 671 | + | |
| 672 | + | |
662 | 673 | | |
663 | 674 | | |
664 | 675 | | |
| |||
1193 | 1204 | | |
1194 | 1205 | | |
1195 | 1206 | | |
| 1207 | + | |
| 1208 | + | |
| 1209 | + | |
| 1210 | + | |
| 1211 | + | |
| 1212 | + | |
| 1213 | + | |
| 1214 | + | |
| 1215 | + | |
| 1216 | + | |
1196 | 1217 | | |
1197 | 1218 | | |
1198 | 1219 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1619 | 1619 | | |
1620 | 1620 | | |
1621 | 1621 | | |
1622 | | - | |
| 1622 | + | |
1623 | 1623 | | |
1624 | 1624 | | |
1625 | 1625 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
| 34 | + | |
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
| 39 | + | |
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
68 | | - | |
| 68 | + | |
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
73 | | - | |
| 73 | + | |
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
78 | | - | |
| 78 | + | |
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
82 | | - | |
| 82 | + | |
83 | 83 | | |
84 | 84 | | |
85 | | - | |
| 85 | + | |
86 | 86 | | |
87 | | - | |
| 87 | + | |
88 | 88 | | |
89 | 89 | | |
90 | | - | |
| 90 | + | |
91 | 91 | | |
92 | | - | |
| 92 | + | |
93 | 93 | | |
94 | 94 | | |
95 | 95 | | |
96 | 96 | | |
97 | 97 | | |
98 | | - | |
| 98 | + | |
99 | 99 | | |
100 | 100 | | |
101 | 101 | | |
| |||
127 | 127 | | |
128 | 128 | | |
129 | 129 | | |
130 | | - | |
0 commit comments