No description
Find a file
Virgil 19838779ef feat(api): normalize CLI list arguments
Co-Authored-By: Virgil <virgil@lethean.io>
2026-04-01 16:31:22 +00:00
.core feat(api): merge go-api + php-api into polyglot repo 2026-03-14 10:03:29 +00:00
cmd/api feat(api): normalize CLI list arguments 2026-04-01 16:31:22 +00:00
docs feat(api): expose swagger server metadata 2026-04-01 16:07:16 +00:00
go-io feat(api): add stable openapi operation ids 2026-04-01 07:36:35 +00:00
go-log feat(api): add stable openapi operation ids 2026-04-01 07:36:35 +00:00
pkg/provider feat(provider): expose registry spec files 2026-04-01 14:38:45 +00:00
src/php feat(api): add MCP resource listing endpoint 2026-04-01 13:42:29 +00:00
.gitattributes feat(api): merge go-api + php-api into polyglot repo 2026-03-14 10:03:29 +00:00
.gitignore chore: add .core/ and .idea/ to .gitignore 2026-03-15 10:17:49 +00:00
api.go feat(api): standardise panic responses 2026-04-01 16:25:45 +00:00
api_test.go feat(api): standardise panic responses 2026-04-01 16:25:45 +00:00
authentik.go feat(api): merge go-api + php-api into polyglot repo 2026-03-14 10:03:29 +00:00
authentik_integration_test.go chore: migrate to dappco.re vanity import path 2026-03-21 23:50:37 +00:00
authentik_test.go chore: migrate to dappco.re vanity import path 2026-03-21 23:50:37 +00:00
authz_test.go chore: migrate to dappco.re vanity import path 2026-03-21 23:50:37 +00:00
bridge.go fix(bridge): enforce tool schema enum validation 2026-04-01 15:54:32 +00:00
bridge_test.go fix(bridge): enforce tool schema enum validation 2026-04-01 15:54:32 +00:00
brotli.go feat(api): merge go-api + php-api into polyglot repo 2026-03-14 10:03:29 +00:00
brotli_test.go chore: migrate to dappco.re vanity import path 2026-03-21 23:50:37 +00:00
cache.go feat(api): auto-attach request metadata 2026-04-01 14:00:04 +00:00
cache_test.go feat(cache): refresh request meta on cache hits 2026-04-01 13:53:37 +00:00
CLAUDE.md feat(api): merge go-api + php-api into polyglot repo 2026-03-14 10:03:29 +00:00
client.go feat(api): add runtime OpenAPI client 2026-04-01 14:16:10 +00:00
client_test.go feat(api): add runtime OpenAPI client 2026-04-01 14:16:10 +00:00
codegen.go chore: migrate to dappco.re vanity import path 2026-03-21 23:50:37 +00:00
codegen_test.go chore: migrate to dappco.re vanity import path 2026-03-21 23:50:37 +00:00
composer.json feat(api): merge go-api + php-api into polyglot repo 2026-03-14 10:03:29 +00:00
export.go chore: migrate to dappco.re vanity import path 2026-03-21 23:50:37 +00:00
export_test.go chore: migrate to dappco.re vanity import path 2026-03-21 23:50:37 +00:00
expvar_test.go chore: migrate to dappco.re vanity import path 2026-03-21 23:50:37 +00:00
go.mod feat(api): add stable openapi operation ids 2026-04-01 07:36:35 +00:00
go.sum chore: migrate to dappco.re vanity import path 2026-03-21 23:50:37 +00:00
graphql.go feat(api): merge go-api + php-api into polyglot repo 2026-03-14 10:03:29 +00:00
graphql_test.go chore: migrate to dappco.re vanity import path 2026-03-21 23:50:37 +00:00
group.go feat(api): merge go-api + php-api into polyglot repo 2026-03-14 10:03:29 +00:00
group_test.go chore: migrate to dappco.re vanity import path 2026-03-21 23:50:37 +00:00
gzip_test.go chore: migrate to dappco.re vanity import path 2026-03-21 23:50:37 +00:00
httpsign_test.go chore: migrate to dappco.re vanity import path 2026-03-21 23:50:37 +00:00
i18n.go fix(i18n): preserve matched locale tags 2026-04-01 07:22:25 +00:00
i18n_test.go fix(i18n): preserve matched locale tags 2026-04-01 07:22:25 +00:00
LICENCE feat(api): merge go-api + php-api into polyglot repo 2026-03-14 10:03:29 +00:00
location_test.go chore: migrate to dappco.re vanity import path 2026-03-21 23:50:37 +00:00
middleware.go feat(api): standardise panic responses 2026-04-01 16:25:45 +00:00
middleware_test.go feat(api): auto-attach request metadata 2026-04-01 14:00:04 +00:00
modernization_test.go chore: migrate to dappco.re vanity import path 2026-03-21 23:50:37 +00:00
norace_test.go feat(api): merge go-api + php-api into polyglot repo 2026-03-14 10:03:29 +00:00
openapi.go feat(api): standardise panic responses 2026-04-01 16:25:45 +00:00
openapi_test.go feat(api): standardise panic responses 2026-04-01 16:25:45 +00:00
options.go feat(api): expose swagger server metadata 2026-04-01 16:07:16 +00:00
pprof_test.go chore: migrate to dappco.re vanity import path 2026-03-21 23:50:37 +00:00
race_test.go feat(api): merge go-api + php-api into polyglot repo 2026-03-14 10:03:29 +00:00
ratelimit.go feat(api): emit rate limit headers on success and reject 2026-04-01 16:01:09 +00:00
ratelimit_test.go feat(api): emit rate limit headers on success and reject 2026-04-01 16:01:09 +00:00
response.go feat(api): attach request metadata to responses 2026-04-01 13:48:53 +00:00
response_meta.go feat(api): auto-attach request metadata 2026-04-01 14:00:04 +00:00
response_test.go chore: migrate to dappco.re vanity import path 2026-03-21 23:50:37 +00:00
secure_test.go chore: migrate to dappco.re vanity import path 2026-03-21 23:50:37 +00:00
sessions_test.go chore: migrate to dappco.re vanity import path 2026-03-21 23:50:37 +00:00
slog_test.go chore: migrate to dappco.re vanity import path 2026-03-21 23:50:37 +00:00
sse.go fix(api): make SSE drain wait for clients 2026-04-01 05:13:44 +00:00
sse_test.go feat(api): drain SSE clients on shutdown 2026-04-01 09:45:30 +00:00
static_test.go chore: migrate to dappco.re vanity import path 2026-03-21 23:50:37 +00:00
swagger.go feat(api): expose swagger server metadata 2026-04-01 16:07:16 +00:00
swagger_test.go feat(api): expose swagger server metadata 2026-04-01 16:07:16 +00:00
timeout_test.go fix(api): disable non-positive timeouts 2026-04-01 13:12:51 +00:00
tracing.go feat(api): merge go-api + php-api into polyglot repo 2026-03-14 10:03:29 +00:00
tracing_test.go chore: migrate to dappco.re vanity import path 2026-03-21 23:50:37 +00:00
websocket.go feat(api): merge go-api + php-api into polyglot repo 2026-03-14 10:03:29 +00:00
websocket_test.go chore: migrate to dappco.re vanity import path 2026-03-21 23:50:37 +00:00