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

[MRG] Add a command to generate report for local git repository #245

Merged
merged 9 commits into from
Oct 26, 2024

Conversation

zlfben
Copy link
Contributor

@zlfben zlfben commented Oct 13, 2024

Closes #244

cd <project name>
mle report-local --email=<git email> --start-date=YYYY-MM-DD --end-date=YYYY-MM-DD <path_to_git_repo>
  • --start-date and --end-date are optional parameters. If omitted, the command will generate a report for the default date range of the last 7 days.
  • Replace <git email> with your Git email and <path_to_git_repo> with the path to your local Git repository.

@zlfben zlfben requested a review from huangyz0918 October 13, 2024 14:41
@dosubot dosubot bot added size:L This PR changes 100-499 lines, ignoring generated files. documentation Improvements or additions to documentation enhancement New feature or request labels Oct 13, 2024
@zlfben
Copy link
Contributor Author

zlfben commented Oct 22, 2024

Tested successful with the default 7 day period. I'll need to add some more parameters like start-date and end-date.

@zlfben zlfben changed the title [WIP] Add a command to generate report for local git repository [MRG] Add a command to generate report for local git repository Oct 26, 2024
@zlfben zlfben requested a review from leeeizhang October 26, 2024 01:29
Copy link
Member

@huangyz0918 huangyz0918 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM.

I think maybe we should keep only one SummaryAgent and use different functions like summarize_git and summarize_github. What do you think?

@dosubot dosubot bot added the lgtm This PR has been approved by a maintainer label Oct 26, 2024
@huangyz0918 huangyz0918 merged commit 6192884 into main Oct 26, 2024
3 checks passed
@huangyz0918 huangyz0918 deleted the lefan/local-git branch October 26, 2024 02:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation enhancement New feature or request lgtm This PR has been approved by a maintainer size:L This PR changes 100-499 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support generating reports for local git repository
2 participants