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: jerakia/python-jerakia
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: jerakia/python-jerakia
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: dev/cli
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 13 commits
  • 4 files changed
  • 3 contributors

Commits on Oct 25, 2018

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

Commits on Oct 26, 2018

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

Commits on Oct 31, 2018

  1. Configuration menu
    Copy the full SHA
    090d00d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    765003b View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2018

  1. Minor fixes

    jonandernovella committed Nov 5, 2018
    Configuration menu
    Copy the full SHA
    b9d36fb View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2018

  1. cli overhaul

    jonandernovella committed Nov 7, 2018
    Configuration menu
    Copy the full SHA
    b3ccb38 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bb448dd View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2018

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

Commits on Nov 9, 2018

  1. Configuration menu
    Copy the full SHA
    386ce49 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    13e4089 View commit details
    Browse the repository at this point in the history
  3. Fixed syntax error

    jonandernovella committed Nov 9, 2018
    Configuration menu
    Copy the full SHA
    e6d297c View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2019

  1. Click did not pull in click-plugins, so it would fail unless I added …

    …it manually.
    
     [...] File "/Users/jj/src/git/safespring/python-jerakia/jerakia/cli.py", line 11, in <module>
        from click_plugins import with_plugins
    ImportError: No module named click_plugins
    
    ...
    pip install click_plugins
    ..
    jerakia lookup --help
    
    Usage: jerakia lookup [OPTIONS] NAMESPACE KEY
    icepic authored Feb 6, 2019
    Configuration menu
    Copy the full SHA
    726bc18 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from safespring/icepic-patch-1

    Click did not pull in click-plugins, so it would fail unless I added …
    beddari authored Feb 6, 2019
    Configuration menu
    Copy the full SHA
    e15f6be View commit details
    Browse the repository at this point in the history
Loading