alexandear / import-gitlab-commits

Import commits from a private GitLab repository in an anonymized way.
MIT License
161 stars 14 forks source link

Update fetchCommitPage to not specify Since #53

Closed fdobrovolny closed 8 months ago

fdobrovolny commented 8 months ago

In its previous state, fetchCommitPage checked for commits solely from the point at which the user joined a specific GitLab instance during the initial load. This amendment uses a check of the entire commit history.

Use case:

We have migrated from a public GitLab.com to a privately hosted Gitlab instance. Therefore, the users are newer than most of their commit history.

This does change the behavior of the importer, so not sure if it should be accepted.

alexandear commented 8 months ago

Thanks for the PR. I'll review and merge it later today or tomorrow.