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

Changelog generator hangs indefinitely when using excluded tags #1007

Open
tobon4 opened this issue Jan 13, 2022 · 1 comment
Open

Changelog generator hangs indefinitely when using excluded tags #1007

tobon4 opened this issue Jan 13, 2022 · 1 comment

Comments

@tobon4
Copy link

tobon4 commented Jan 13, 2022

Describe the bug

A repository containing 100+ tags: In the repository 5 services reside. Since there is no option to use "include-tags" we need
to exclude tags. For some reason the generator gets completely stuck. This does not happen in other repositories.

It's not possible to see any log or verbose output, since this is not available upon cancelation of the action/workflow.

Question: How do troubleshoot this further? We suspect some tag(s) are causing the problem, or some issue with the history
in the repository.

(We haven't run it locally yet, perhaps that is needed as the next step, but please guide us forward)

To Reproduce

N/A: Since this is only in one of our private repositories the chance of reproducing the problem on your side is slim.
The only thing I can attach is a screenshot. Let me know what else to attach.

Expected behavior
The generator should not hang indefinitely. It should error out at some point if there is a problem.

Screenshots
s1

Desktop (please complete the following information):

Smartphone (please complete the following information):
N/A

Additional context
Add any other context about the problem here.

@aloknj
Copy link

aloknj commented Jan 24, 2022

github_changelog_generator --user=$USER --project=$PROJECT --max-issues 100`

While executing above CLI command, tools hangs indefinitely:

WARNING: Faraday::Connection#authorization is deprecated; it will be removed in version 2.0.
While initializing your connection, use #request(:authorization, ...) instead.
See https://lostisland.github.io/faraday/middleware/authentication for more usage info.
Warning: Can't find any tags in repo. Make sure, that you push tags to remote repo via 'git push --tags'
Fetching tags dates: 0/0
Sorting tags...
Received issues: 100
Pull Request count: 2276
Filtered pull requests: 98
Filtered issues: 0
Fetching events for issues and PR: 98
Fetching closed dates for issues: 98/98

Hangs indefinitely ...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants