-
Notifications
You must be signed in to change notification settings - Fork 93
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
Add support for tracking commits pushed to branch (core) #601
base: activities
Are you sure you want to change the base?
Add support for tracking commits pushed to branch (core) #601
Conversation
* Configurable favicon.ico and logo.webp * modified link * fix: side navbar collapse on link click * remove my comments made my me * "fix:Scroll in Activity of user "
* hidden leaderboard filters in mobile view * Added filter icon button
* initial commit * issue page created using ActiveProject.tsx
* fix theme for footer * upadate color of footer
* refactor: implemented dynamic import on /people route * chore: removed useEffect in HoverCardWrapper * chore: removed useEffect from import in HoverCardWrapper * fix: small html fix
* experimental-commit-for-issue-forms * reverse chnages in footer
* enable/disable features from env variables * create featureIsEnabled function * add typesafety * update Readme --------- Co-authored-by: Rithvik Nishad <mail@rithviknishad.dev>
* init * fixes * added cron jobs * fixed routes * lint fix * comment envs * fix url verification challenge not working * some optimizations and support for showing manually added eod updates in app home * adds missing general updates in eod channel updates * Adds support for reacting to activity and clear updates message * correct cron schedule for utc tz * improve app home * update env * use consistent naming for envs --------- Co-authored-by: rithviknishad <mail@rithviknishad.dev>
…eviews to avoid rate limit (ohcnetwork#439) * improve message format * log only errors * optimize how reviews are pulled to avoid github's rate limit
* Added contrbutors OG image using genratemetadata * convert css to tailwind css and change logo.webp to .jpg and creat symlink * fix font url * og image modified to opengraph-image.tsx * merge conflicts and move opengraph-image.tsx to data repo * revert the changes og-image.tsx keep on leaderboard repo * revert the changes og-image.tsx keep on leaderboard repo * logo.png delted --------- Co-authored-by: Rithvik Nishad <rithvikn2001@gmail.com>
…#588/fix-logo Add logo.png to repository
…o GraduteAttribute page) (ohcnetwork#585)
👷 Deploy request for leaderboard-develop pending review.Visit the deploys page to approve it
|
How can i test the scraper for debugging? i can't run it on local machine? |
There were two directions for each fetched Fork
i went with the second one for now. |
Not a fan of N+1 approach. If this was deployed for a much bigger github org, which has too many forks, fetching commit history of each fork's branches might go off the limits pretty quickly. Let's do a 2 part PR. Let's first get the org's repo commits tracked first. We can figure out something for the fork's. We only ideally care about commits pushed directly to default branch and commits pushed to PR branches alone. |
This reverts commit ae0677a.
I do agree with you, Please check this out #602 (comment) |
Review is required in this PR, @rithviknishad |
Part of #373
pushed_commits
tracking for core team members with direct push access to orgpushed_commits
tracking for non-core team contributors through forked repositories (Add support for tracking commits pushed to branch (Forked) #602)