Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feat api rate limiter #241

Merged
merged 14 commits into from
Nov 1, 2024

Merge branch 'main' into feat-api-rate-limiter

4fff6e8
Select commit
Loading
Failed to load commit list.
Merged

Feat api rate limiter #241

Merge branch 'main' into feat-api-rate-limiter
4fff6e8
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded Oct 31, 2024 in 0s

95.56% of diff hit (target 95.14%)

View this Pull Request on Codecov

95.56% of diff hit (target 95.14%)

Annotations

Check warning on line 196 in django_project/gap_api/admin.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

django_project/gap_api/admin.py#L196

Added line #L196 was not covered by tests

Check warning on line 198 in django_project/gap_api/admin.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

django_project/gap_api/admin.py#L198

Added line #L198 was not covered by tests

Check warning on line 201 in django_project/gap_api/admin.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

django_project/gap_api/admin.py#L201

Added line #L201 was not covered by tests

Check warning on line 206 in django_project/gap_api/admin.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

django_project/gap_api/admin.py#L204-L206

Added lines #L204 - L206 were not covered by tests

Check warning on line 55 in django_project/gap_api/mixins/rate_limiter.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

django_project/gap_api/mixins/rate_limiter.py#L55

Added line #L55 was not covered by tests

Check warning on line 216 in django_project/gap_api/mixins/rate_limiter.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

django_project/gap_api/mixins/rate_limiter.py#L216

Added line #L216 was not covered by tests

Check warning on line 221 in django_project/gap_api/mixins/rate_limiter.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

django_project/gap_api/mixins/rate_limiter.py#L218-L221

Added lines #L218 - L221 were not covered by tests

Check warning on line 223 in django_project/gap_api/mixins/rate_limiter.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

django_project/gap_api/mixins/rate_limiter.py#L223

Added line #L223 was not covered by tests

Check warning on line 227 in django_project/gap_api/mixins/rate_limiter.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

django_project/gap_api/mixins/rate_limiter.py#L227

Added line #L227 was not covered by tests

Check warning on line 111 in django_project/gap_api/models/rate_limiter.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

django_project/gap_api/models/rate_limiter.py#L110-L111

Added lines #L110 - L111 were not covered by tests

Check warning on line 133 in django_project/gap_api/models/rate_limiter.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

django_project/gap_api/models/rate_limiter.py#L133

Added line #L133 was not covered by tests