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: 76f000712ed3
Choose a base ref
...
head repository: NixOS/nix
compare: 20a1e20d9194
Choose a head ref
  • 11 commits
  • 4 files changed
  • 2 contributors

Commits on Sep 25, 2020

  1. Copy the full SHA
    83fec38 View commit details
    Browse the repository at this point in the history
  2. Support StringMap configuration settings.

    Allows Configuration values that are space-separated key=value pairs.
    kquick committed Sep 25, 2020
    Copy the full SHA
    a439e94 View commit details
    Browse the repository at this point in the history
  3. Complete conversion of "url" to "host" with associated variable renam…

    …ing.
    
    Completes the change begun in commit 56f1e0d to consistently use the
    "host" attribute for "github" and "gitlab" inputs instead of a "url"
    attribute.
    kquick committed Sep 25, 2020
    Copy the full SHA
    c2f48cf View commit details
    Browse the repository at this point in the history
  4. Update to use access-tokens configuration for github/gitlab access.

    This change provides support for using access tokens with other
    instances of GitHub and GitLab beyond just github.com and
    gitlab.com (especially company-specific or foundation-specific
    instances).
    
    This change also provides the ability to specify the type of access
    token being used, where different types may have different handling,
    based on the forge type.
    kquick committed Sep 25, 2020
    Copy the full SHA
    8fba2a8 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    ef2a14b View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    5a35cc2 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2020

  1. Copy the full SHA
    66c3959 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    5e78385 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2020

  1. Copy the full SHA
    002ce84 View commit details
    Browse the repository at this point in the history
  2. Simplify

    edolstra committed Sep 30, 2020
    Copy the full SHA
    274357e View commit details
    Browse the repository at this point in the history
  3. Style

    edolstra committed Sep 30, 2020
    Copy the full SHA
    20a1e20 View commit details
    Browse the repository at this point in the history