martin

Results 7 issues of martin

I think this is useful when we want to send xml for example. I have to integrate an app with old applications and need tests on that endpoint. It could...

I tried to retain the behavior of merge by default. Please tell me if the tests are relevant and if I should add examples. Closes: https://github.com/juhaku/utoipa/issues/1303

Hey, love the lib. I have a use case where's id like to merge `OpenApi` documents from the derive macro as so: ```rs #[derive(OpenApi)] #[openapi( merge( (api = one::OneApi), (api...

# Comprehensive Summary of your change Use the gitlab API to delete the manifests / repositories. Used the endpoint https://docs.gitlab.com/api/container_registry/#delete-a-registry-repository-tag to do it. It doesn't delete repositories with no tags...

help wanted
release-note/update

# Comprehensive Summary of your change Fixes how the display statistics are displayed in Dutch (or when the label of the stats are generaly too long). This was the problem:...

- [x] I have looked for existing issues (including closed) about this ## Feature Request I would like to be able to configure the base url of the model through...

feat

## Description The `IssueCommentWebhookEventPayload` struct in octocrab (v0.45.0) is missing several fields that are present in the actual GitHub webhook payload for issue comment events. ## Missing Fields Based on...