-
Notifications
You must be signed in to change notification settings - Fork 14
Comparing changes
Open a pull request
base repository: executablebooks/github-activity
base: v0.1.2
head repository: executablebooks/github-activity
compare: v0.1.3
- 13 commits
- 12 files changed
- 4 contributors
Commits on Oct 9, 2020
-
Configuration menu - View commit details
-
Copy full SHA for cfd0dc2 - Browse repository at this point
Copy the full SHA cfd0dc2View commit details
Commits on Oct 29, 2020
-
[FIX] always attempt to resolve refs
previous behavior used `_valid_git_reference_check` which assumes the target repo is cloned and up-to-date in the current directory Instead, always attempt to resolve refs with the GitHub API and only fallback on date parsing if it fails, avoiding the need to clone the repo.
Configuration menu - View commit details
-
Copy full SHA for 6e81445 - Browse repository at this point
Copy the full SHA 6e81445View commit details -
[TST] use new repo URL for test_cli
repo has been migrated from choldgraf/github-activity to executablebooks org github-activity produces empty results when run on the old URL
Configuration menu - View commit details
-
Copy full SHA for 48054b6 - Browse repository at this point
Copy the full SHA 48054b6View commit details -
👌IMPROVE: add blank lines below headings
follows conventions of markdown formatters such as prettier ensures trailing newline in output as well, which some editors complain about when missing Officially a style change, but some markdown parsers don't handle headings without surrounding space. (this is unlikely to be an issue anymore, but it was the case in some markdown processors in the Jupyter ecosystem for a while)
Configuration menu - View commit details
-
Copy full SHA for 78452a9 - Browse repository at this point
Copy the full SHA 78452a9View commit details -
Merge pull request #36 from minrk/heading-newlines
👌IMPROVE: add blank lines below headings
Configuration menu - View commit details
-
Copy full SHA for a35b8b9 - Browse repository at this point
Copy the full SHA a35b8b9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4a155e4 - Browse repository at this point
Copy the full SHA 4a155e4View commit details -
Configuration menu - View commit details
-
Copy full SHA for c7b073a - Browse repository at this point
Copy the full SHA c7b073aView commit details
Commits on Oct 30, 2020
-
✨NEW: heading_level argument for increasing heading level (#38)
useful for embedding changelog output as a subsection in existing documents --heading-level=3 sets base heading level, i.e. increasing from (h1, h2) to (h3, h4)
Configuration menu - View commit details
-
Copy full SHA for b729075 - Browse repository at this point
Copy the full SHA b729075View commit details
Commits on Dec 11, 2020
-
MAINT: use tqdm for progress (#39)
tqdm.auto.tqdm produces widgets in notebooks and nice terminal progress bars in cli additionally, send log messages to stderr so that rendered output can more easily be captured, e.g. github-activity | pbpaste
Configuration menu - View commit details
-
Copy full SHA for c576896 - Browse repository at this point
Copy the full SHA c576896View commit details
Commits on Jan 11, 2021
-
Configuration menu - View commit details
-
Copy full SHA for c740a45 - Browse repository at this point
Copy the full SHA c740a45View commit details
Commits on Feb 20, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 48e48e8 - Browse repository at this point
Copy the full SHA 48e48e8View commit details -
Configuration menu - View commit details
-
Copy full SHA for f016eb1 - Browse repository at this point
Copy the full SHA f016eb1View commit details -
Configuration menu - View commit details
-
Copy full SHA for ca2819b - Browse repository at this point
Copy the full SHA ca2819bView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v0.1.2...v0.1.3