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

Implement pagination to fetch GitHub repository list & save Repository topics as Meta Data #9

Merged
merged 3 commits into from
Mar 30, 2023

Conversation

shahariaazam
Copy link
Member

Added

  • Store GitHub repository topic as meta data
  • New Meta data key in README.md file

Fixed

  • PostgreSQL storage can now store multiple meta data with same meta key (but different value)

- Store GitHub repository topic as meta data
- New Meta data key in README.md file

Fixed
- PostgreSQL storage can now store multiple meta data with same meta key (but different value)
@shahariaazam shahariaazam force-pushed the fix-github-repository-pagination-and-topics branch from 1c66579 to 2a9affd Compare March 30, 2023 16:32
@codecov
Copy link

codecov bot commented Mar 30, 2023

Codecov Report

Patch coverage: 90.41% and project coverage change: +0.06 🎉

Comparison is base (11fa9e2) 67.29% compared to head (d719d73) 67.35%.

Additional details and impacted files
@@            Coverage Diff             @@
##           master       #9      +/-   ##
==========================================
+ Coverage   67.29%   67.35%   +0.06%     
==========================================
  Files          11       11              
  Lines         801      824      +23     
==========================================
+ Hits          539      555      +16     
- Misses        225      231       +6     
- Partials       37       38       +1     
Impacted Files Coverage Δ
pkg/source/scanner/github_repo_scanner.go 88.23% <90.14%> (-6.93%) ⬇️
pkg/storage/postgresql.go 48.51% <100.00%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@sonarqubecloud
Copy link

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

84.4% 84.4% Coverage
0.0% 0.0% Duplication

@shahariaazam shahariaazam merged commit 28f177a into master Mar 30, 2023
@shahariaazam shahariaazam added this to the First stable release milestone Mar 30, 2023
@shahariaazam shahariaazam deleted the fix-github-repository-pagination-and-topics branch September 16, 2023 20:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant