Commit c70ea10
committed
Merge remote-tracking branch 'origin/master' into enelson-mcp-tool-metric
* origin/master: (22 commits)
feat: add UrlMatcher to inspect if the Misk Application has a handler for a given URL (#3457)
Fix edge-case issue with `RetryingTransacter` (#3456)
Add http_response_header_size to WebConfig (#3453)
add blpop to redis (#3441)
fix post message request field name (#3450)
Support getChatPermalink and threaded responses on slack api (#3447)
misk-hibernate: use single connection in Vitess shard targeting and improve interface (#3409)
[bug fix] Fix `del` operation in FakeRedis.kt (#3449)
fix: Use TCCL to load classes (#3448)
adds support for server instructions (#3430)
misk-testing: create TestFixtureBindingValidator (#3440)
fix: flaky ExclusiveTimingInterceptorTest (#3446)
fix: some more flakiness in SubscriptionTest (#3445)
Bump form-data in /misk-admin/web-actions/development-proxy (#3432)
fix: flaky SqsJobQueueTest (#3438)
Misk servlet embeddable to an external servlet containers (#3435)
feat: reattempt in introducing configurable http/2 control frame limiter with observability (#3422)
fix: flaky SubscriptionTest (#3437)
Bump tar-fs from 2.1.1 to 2.1.4 (#3431)
Bump sha.js from 2.4.11 to 2.4.12 in /misk-admin/web/tabs/database (#3434)
...
# Conflicts:
# misk-mcp/src/main/kotlin/misk/mcp/McpServerModule.kt
# misk-mcp/src/main/kotlin/misk/mcp/MiskMcpServer.ktFile tree
57 files changed
+2643
-852
lines changed- .github/workflows
- gradle
- misk-admin
- web-actions/development-proxy
- web/tabs/database
- misk-aws2-sqs/src/test/kotlin/misk/aws2/sqs/jobqueue
- misk-aws/src/test/kotlin/misk/jobqueue/sqs
- misk-hibernate
- api
- src
- main/kotlin/misk/hibernate
- test/kotlin/misk/hibernate
- vitess
- misk-mcp
- api
- src/main/kotlin/misk/mcp
- misk-redis
- api
- src
- main/kotlin/misk/redis
- testFixtures/kotlin/misk/redis/testing
- test/kotlin/misk/redis
- misk-slack
- api
- src
- main/kotlin/misk/slack/webapi
- helpers
- test/kotlin/misk/slack/webapi
- misk-sqldelight/src/main/kotlin/misk/sqldelight
- misk-testing
- api
- src
- main/kotlin/misk/testing
- test/kotlin/misk/testing
- misk-vitess/src/main/kotlin/misk/vitess
- misk
- api
- src
- main/kotlin/misk/web
- jetty
- test/kotlin/misk/web
- interceptors
- jetty
- samples/exemplar/src/test/kotlin/com/squareup/exemplar
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
57 files changed
+2643
-852
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| |||
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
67 | | - | |
| 67 | + | |
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
| |||
94 | 94 | | |
95 | 95 | | |
96 | 96 | | |
97 | | - | |
| 97 | + | |
98 | 98 | | |
99 | 99 | | |
100 | 100 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
| 39 | + | |
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
79 | | - | |
| 79 | + | |
80 | 80 | | |
81 | 81 | | |
82 | 82 | | |
| |||
Lines changed: 4 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments