Remove unused rate limiting config from providers#189
Merged
jeroenrinzema merged 6 commits intomainfrom Mar 6, 2026
Merged
Conversation
- Remove rate_limit and rate_interval from Provider, CreateProvider, and UpdateProvider schemas in resources.yml - Update generated Go code (resources_gen.go) to remove rate limiting types and constants - Remove RateLimit/RateInterval from Provider and ProviderUpdate structs in Go store - Remove rate_limit/rate_interval from all provider SQL queries - Remove rate_limit/rate_interval handling in Go controller (create/update) - Remove rate_limit/rate_interval UI fields from IntegrationModal.tsx - Remove rate_limit/rate_interval from TypeScript Provider type and ProviderCreateParams - Remove provider-specific rate_limit locale entries from en.json settings section - Update generated TypeScript (management.generated.ts) to remove provider rate limiting - Keep Balancer journey step rate limiting (separate feature, still in use) Co-authored-by: jeroenrinzema <3440116+jeroenrinzema@users.noreply.github.com>
Co-authored-by: jeroenrinzema <3440116+jeroenrinzema@users.noreply.github.com>
Co-authored-by: jeroenrinzema <3440116+jeroenrinzema@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Remove rate limiting configurations from wasm modules and UI
Remove unused rate limiting config from providers
Mar 6, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Provider rate limiting (
rate_limit,rate_interval) is not used. Remove it from the API spec, backend, and UI.OAPI Spec & Generated Code
rate_limitandrate_intervalfields fromProvider,CreateProvider,UpdateProviderschemas inresources.ymlresources_gen.go— removedProviderRateInterval,CreateProviderRateInterval,UpdateProviderRateIntervaltypes and constantsmanagement.generated.ts— removed corresponding TypeScript fieldsBackend
RateLimit/RateIntervalfromProviderandProviderUpdatestructsproviders.goandorganizations.goUI
IntegrationModal.tsxSelectcomponent importsrate_limit/rate_intervalfrom TypeScriptProviderinterface andProviderCreateParamsen.jsonNot touched
rate_limit/rate_interval— still used by Balancer stepOriginal prompt
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.