Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: executablebooks/github-activity
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.1.2
Choose a base ref
...
head repository: executablebooks/github-activity
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.1.3
Choose a head ref
  • 13 commits
  • 12 files changed
  • 4 contributors

Commits on Oct 9, 2020

  1. Configuration menu
    Copy the full SHA
    cfd0dc2 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2020

  1. [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.
    minrk committed Oct 29, 2020
    Configuration menu
    Copy the full SHA
    6e81445 View commit details
    Browse the repository at this point in the history
  2. [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
    minrk committed Oct 29, 2020
    Configuration menu
    Copy the full SHA
    48054b6 View commit details
    Browse the repository at this point in the history
  3. 👌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)
    minrk committed Oct 29, 2020
    Configuration menu
    Copy the full SHA
    78452a9 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #36 from minrk/heading-newlines

    👌IMPROVE: add blank lines below headings
    choldgraf authored Oct 29, 2020
    Configuration menu
    Copy the full SHA
    a35b8b9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4a155e4 View commit details
    Browse the repository at this point in the history
  6. ♻ REFACTOR: Removing unused code

    Remove no longer used code
    choldgraf authored Oct 29, 2020
    Configuration menu
    Copy the full SHA
    c7b073a View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2020

  1. ✨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)
    minrk authored Oct 30, 2020
    Configuration menu
    Copy the full SHA
    b729075 View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2020

  1. 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
    minrk authored Dec 11, 2020
    Configuration menu
    Copy the full SHA
    c576896 View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2021

  1. Configuration menu
    Copy the full SHA
    c740a45 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2021

  1. Configuration menu
    Copy the full SHA
    48e48e8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f016eb1 View commit details
    Browse the repository at this point in the history
  3. 🚀 RLS: v0.1.3

    choldgraf committed Feb 20, 2021
    Configuration menu
    Copy the full SHA
    ca2819b View commit details
    Browse the repository at this point in the history
Loading