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

Feature Request: Specify since with specific date #26

Closed
JeffersGlass opened this issue Nov 10, 2022 · 5 comments
Closed

Feature Request: Specify since with specific date #26

JeffersGlass opened this issue Nov 10, 2022 · 5 comments

Comments

@JeffersGlass
Copy link

It would be nice to be able to run a dinghy report with updates from a specific date. My use cases are:

  • I've just returned from a long time away from a project, and would like a summary from all information since the last time I know I looked at it
  • Running a digest of all updates since the last release.

Alternatively, the ability to use since: release/{release-name} or since: commit/{commit-hash} or since: tag/{tag} would also work for my purposes. I don't know if any of the above are simpler/harder to implement given the GitHub API.

@nedbat
Copy link
Owner

nedbat commented Nov 10, 2022

These are interesting ideas, thanks! The simplest approach might be to use different fields than since for these other ways to indicate a point in time: since-release: {release-name}, since-commit: {ref}, since-tag: {ref}?

@nedbat
Copy link
Owner

nedbat commented Jul 30, 2023

Maybe I'm wrong, but this also seems like it would be useful as a command-line argument, and not so much in the yaml, since you wouldn't be using the same point in time multiple times. It's for a one-off, correct?

@nedbat
Copy link
Owner

nedbat commented Jul 31, 2023

since=DATE and a command-line --since=SINCE option are implemented in commit 7dd9b7b.

@nedbat nedbat closed this as completed Jul 31, 2023
@nedbat
Copy link
Owner

nedbat commented Jul 31, 2023

This is now available as dinghy 1.3.0.

@JeffersGlass
Copy link
Author

Fantastic! Thank you so much @nedbat !

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