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: whipper-team/whipper
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.7.1
Choose a base ref
...
head repository: whipper-team/whipper
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.7.2
Choose a head ref
  • 10 commits
  • 8 files changed
  • 2 contributors

Commits on Oct 27, 2018

  1. Fix flake8 W605 warning

    JoeLametta committed Oct 27, 2018
    Configuration menu
    Copy the full SHA
    e33876c View commit details
    Browse the repository at this point in the history
  2. Update README's Docker part with Docker Hub info

    Now Docker adopters can use whipper trough Docker Hub's automatically built images.
    Thanks to user "anarcat" for proposing and thoroughly explaining how to reach this goal.
    
    Closes #301.
    JoeLametta authored Oct 27, 2018
    Configuration menu
    Copy the full SHA
    f9cb126 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2018

  1. Add initial AppStream metainfo.xml file

    AppStream metainfo.xml files are used to provide "metadata necessary for
    an application-centric view on package repositories." This is an initial
    and somewhat basic one written from scratch for whipper.
    
    See https://www.freedesktop.org/wiki/Distributions/AppStream/
    and https://www.freedesktop.org/software/appstream/docs/
    Freso committed Oct 28, 2018
    Configuration menu
    Copy the full SHA
    43f3fbe View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2018

  1. Explicitly encode path as UTF-8 in truncate_filename()

    `os.pathconf()` expects a bytes object, but the path is stored as a
    unicode object. Since there's no specified encoding, Python chokes when
    trying to convert it to a bytes object. Explicitly encoding it as UTF-8
    allows Python to change it to a bytes object smoothly.
    
    Fixes #315
    Freso committed Oct 29, 2018
    Configuration menu
    Copy the full SHA
    0fff37c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5e8d911 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #319 from Freso/issue-315-fix-unicode-error-in-tru…

    …ncate_filename
    
    Explicitly encode path as UTF-8 in truncate_filename()
    JoeLametta authored Oct 29, 2018
    Configuration menu
    Copy the full SHA
    996cfd7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    540703e View commit details
    Browse the repository at this point in the history
  5. Merge pull request #318 from Freso/add-metainfo-xml-file

    Add AppStream metainfo.xml file
    JoeLametta authored Oct 29, 2018
    Configuration menu
    Copy the full SHA
    833cdb5 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2018

  1. Configuration menu
    Copy the full SHA
    24a0dce View commit details
    Browse the repository at this point in the history
  2. Push whipper v0.7.2 release

    🎃  🎃  🎃
    JoeLametta committed Oct 31, 2018
    Configuration menu
    Copy the full SHA
    30785b8 View commit details
    Browse the repository at this point in the history
Loading