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

Commits on Feb 7, 2018

  1. Add rfc6598 args and code

    Craig Lewis committed Feb 7, 2018
    Configuration menu
    Copy the full SHA
    fcd0844 View commit details
    Browse the repository at this point in the history
  2. --exclude-ula exists in the code, but not the documentation.

    --skip-trust-lla exists in the documenation, but not the code.
    Adding --skip-trust-lla.
    Craig Lewis committed Feb 7, 2018
    Configuration menu
    Copy the full SHA
    bd23a16 View commit details
    Browse the repository at this point in the history
  3. --trust-rfc1918 was listed twice, and only the first one is used.

    The code for the 2nd case doesn't match the arg, and --trust-lla does
    exist.
    Craig Lewis committed Feb 7, 2018
    Configuration menu
    Copy the full SHA
    b828008 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1 from centraldesktop/feature/rfc6598-support

    Feature/rfc6598 support
    treyhyde authored Feb 7, 2018
    Configuration menu
    Copy the full SHA
    523b68b View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2018

  1. Unit tests for the include and exclude regexps

    Craig Lewis committed Feb 10, 2018
    Configuration menu
    Copy the full SHA
    7d6e224 View commit details
    Browse the repository at this point in the history
  2. Document how to run regexp unit tests

    Craig Lewis committed Feb 10, 2018
    Configuration menu
    Copy the full SHA
    8e5a94c View commit details
    Browse the repository at this point in the history
  3. RFC6598 is 100.64.0.0/10, not 100.64.0.0/16

    Craig Lewis committed Feb 10, 2018
    Configuration menu
    Copy the full SHA
    b4cbe2d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e72889c View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2018

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

Commits on Feb 15, 2018

  1. Refactor the functions into an include, so that test_ip_regexps doesn't

    have to jump through hoops to pull the functions in.
    Craig Lewis committed Feb 15, 2018
    Configuration menu
    Copy the full SHA
    c8cfcb2 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2018

  1. Merge pull request #2 from centraldesktop/feature/rfc6598-is-a-10-not-16

    Feature/rfc6598 is a 10 not 16
    treyhyde authored Feb 16, 2018
    Configuration menu
    Copy the full SHA
    db9ee62 View commit details
    Browse the repository at this point in the history
Loading