github::ActivityMonitor method backfill_repo_history (public)

 <instance of github::ActivityMonitor[i]> backfill_repo_history \
    [ -repo repo ] [ -branch branch ] [ -start_page start_page ] \
    [ -max_pages max_pages ]

Defined in packages/xowiki/tcl/github-activity-monitor-procs.tcl

Backfill commit history for a single repo/branch using /repos/{repo}/commits. Uses synthetic negative event_id values. repo e.g. "openacs/openacs-core" branch e.g. "main" or "oacs-5-10"

Switches:
-repo (optional)
-branch (optional, defaults to "main")
-start_page (optional, defaults to "1")
-max_pages (optional, defaults to "50")

Testcases:
No testcase defined.
[ show source ]
Show another procedure: