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: NixOS/nix
base: fc8eed8a3e34
Choose a base ref
...
head repository: NixOS/nix
compare: e2d398c20002
Choose a head ref
  • 6 commits
  • 7 files changed
  • 3 contributors

Commits on Sep 16, 2020

  1. Fetch commits from github/gitlab using Auth header

    `nix flake info` calls the github 'commits' API, which requires
    authorization when the repository is private. Currently this request
    fails with a 404.
    
    This commit adds an authorization header when calling the 'commits' API.
    It also changes the way that the 'tarball' API authenticates, moving the
    user's token from a query parameter into the Authorization header.
    
    The query parameter method is recently deprecated and will be disallowed
    in November 2020. Using them today triggers a warning email.
    imalsogreg committed Sep 16, 2020
    Copy the full SHA
    a303c0b View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2020

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

Commits on Sep 29, 2020

  1. Copy the full SHA
    cebd2fc View commit details
    Browse the repository at this point in the history
  2. Cleanup

    edolstra committed Sep 29, 2020
    Copy the full SHA
    de86abb View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    5999978 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    e2d398c View commit details
    Browse the repository at this point in the history