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(manager): limit page size to 100 #1559

Merged
merged 1 commit into from
Nov 27, 2023

Conversation

yungbender
Copy link

Secure Coding Practices Checklist GitHub Link

Secure Coding Checklist

  • Input Validation
  • Output Encoding
  • Authentication and Password Management
  • Session Management
  • Access Control
  • Cryptographic Practices
  • Error Handling and Logging
  • Data Protection
  • Communication Security
  • System Configuration
  • Database Security
  • File Management
  • Memory Management
  • General Coding Practices

Copy link

jira-linking bot commented Nov 27, 2023

Commits missing Jira IDs:
068307f

@codecov-commenter
Copy link

Codecov Report

Attention: 1 lines in your changes are missing coverage. Please review.

Comparison is base (fd0ec91) 68.47% compared to head (aad4eae) 68.47%.

Files Patch % Lines
manager/base.py 75.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1559      +/-   ##
==========================================
- Coverage   68.47%   68.47%   -0.01%     
==========================================
  Files          53       53              
  Lines        5923     5926       +3     
==========================================
+ Hits         4056     4058       +2     
- Misses       1867     1868       +1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@yungbender yungbender force-pushed the referer branch 2 times, most recently from 858f77e to d7780f4 Compare November 27, 2023 14:23
@jdobes jdobes merged commit 9404052 into RedHatInsights:master Nov 27, 2023
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants