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: Cron job to gather Github info and digest them to a SQLite database #592

Merged
merged 45 commits into from
Sep 9, 2024

Conversation

ZibanPirate
Copy link
Member

@ZibanPirate ZibanPirate commented Sep 3, 2024

  • A cron gather Github information about repos listed in dzcode, and digest it into database.
  • we then use this database instead of always querying Github, which is both slow and fragile.

Type of change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (changes that require a fresh clone of the repo)
  • I'm not sure

@github-actions github-actions bot added the feature Feature label Sep 3, 2024
Base automatically changed from rspack to main September 3, 2024 21:38
@github-advanced-security
Copy link

This pull request sets up GitHub code scanning for this repository. Once the scans have completed and the checks have passed, the analysis results for this pull request branch will appear on this overview. Once you merge this pull request, the 'Security' tab will show more code scanning analysis results (for example, for the default branch). Depending on your configuration and choice of analysis tool, future pull requests will be annotated with code scanning analysis results. For more information about GitHub code scanning, check out the documentation.

@ZibanPirate ZibanPirate added this to the Stable Infrastructure milestone Sep 4, 2024
api/src/_utils/validator/is-map-of-string-number.ts Outdated Show resolved Hide resolved
api/src/_utils/validator/validate-plain-object.ts Outdated Show resolved Hide resolved
api/src/project/repository.ts Outdated Show resolved Hide resolved
packages/models/src/contributor/index.ts Outdated Show resolved Hide resolved
packages/models/src/language/index.ts Outdated Show resolved Hide resolved
packages/models/src/project-reference/index.spec.ts Outdated Show resolved Hide resolved
web/src/pages/contribute/index.tsx Outdated Show resolved Hide resolved
api/package.json Outdated Show resolved Hide resolved
@ZibanPirate ZibanPirate marked this pull request as ready for review September 8, 2024 20:54
@souhaib-benbouzid souhaib-benbouzid merged commit 042e64e into main Sep 9, 2024
14 checks passed
@souhaib-benbouzid souhaib-benbouzid deleted the feat/digest-cron branch September 9, 2024 16:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature Feature
Projects
Status: Merged
Development

Successfully merging this pull request may close these issues.

2 participants