8000 Comparing main...v6.11 · erlef/rebar3_hex · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
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: erlef/rebar3_hex
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: erlef/rebar3_hex
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v6.11
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 5 commits
  • 8 files changed
  • 2 contributors

Commits on Jun 20, 2021

  1. Change api domain value to binary in rebar3_hex_user (#242)

    * Change api domain value to binary in rebar3_hex_user
    
    The domain value for write permissions should be a binary vs an atom.
    
    * Ignore some functions temporarily and bump hex_core to 0.8.2 in test
    starbelly committed Jun 20, 2021
    Configuration menu
    Copy the full SHA
    95beda1 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2021

  1. Gracefully handle required missing retire arguments (#254)

    * Gracefully handle required missing retire arguments
    
    - Add helper function in rebar3_hex_retire that gets a required param or raises
    - add basic tests for retire in integration suite
    - add post retirement route support in hex api model
    
    Co-authored-by: Paulo F. Oliveira <paulo.ferraz.oliveira@gmail.com>
    starbelly and paulo-ferraz-oliveira committed Jul 11, 2021
    Configuration menu
    Copy the full SHA
    485019a View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2021

  1. Improve local password collection (#257)

    - Resolves an issue where by if we accept a local password over 32 bytes we'll crash at key generation
      time. Instead, we now warn if the password is over 32 chars and prompt the user to try again. On the
      third attempt we throw a provider error.
     - To go along with the above, we now will warn the user if confirmation of a local password
       does not match the original entered local password vs immediately throwing, instead the user has 3 attempts
       to correctly confirm.
    starbelly authored Sep 6, 2021
    Configuration menu
    Copy the full SHA
    11a784a View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2021

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

Commits on Dec 21, 2021

  1. Bump hex_core to 0.8.4 to support licenses validations (#267)

    * Bump hex_core to 0.8.4 to support license validations
    starbelly authored Dec 21, 2021
    Configuration menu
    Copy the full SHA
    b863f6a View commit details
    Browse the repository at this point in the history
Loading
0