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

Commits on Jan 3, 2019

  1. Trap internal AssertionError from python libraries

    For some really broken messages, we end up in a cannot-happen codepath.
    Trap this one and just consider that MIME part empty, and try again
    later.
    mhagander committed Jan 3, 2019
    Configuration menu
    Copy the full SHA
    514f638 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b0f5f31 View commit details
    Browse the repository at this point in the history
  3. Continue loading after failures of parsing

    We continued in the mode where we just generated diffs, but not when
    making updates. Now continue in both cases, but of course don't do the
    actual update if the parsing failed.
    mhagander committed Jan 3, 2019
    Configuration menu
    Copy the full SHA
    0ea76dc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    23cd373 View commit details
    Browse the repository at this point in the history
  5. Tabs to 4 spaces

    pep8 standard for indentation
    mhagander committed Jan 3, 2019
    Configuration menu
    Copy the full SHA
    65b4db1 View commit details
    Browse the repository at this point in the history
  6. Fix indentation

    Per pep8 warnings, adjust indentation for consistency
    mhagander committed Jan 3, 2019
    Configuration menu
    Copy the full SHA
    03ef41a View commit details
    Browse the repository at this point in the history
  7. Whitespace fixes

    mhagander committed Jan 3, 2019
    Configuration menu
    Copy the full SHA
    4186f31 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    6b4ae60 View commit details
    Browse the repository at this point in the history
  9. Fix incorrect import

    mhagander committed Jan 3, 2019
    Configuration menu
    Copy the full SHA
    972e1a2 View commit details
    Browse the repository at this point in the history
  10. Fix comparison operators

    mhagander committed Jan 3, 2019
    Configuration menu
    Copy the full SHA
    1632a54 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    f668603 View commit details
    Browse the repository at this point in the history
Loading