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/nixpkgs
base: df28b4b6e5a9
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 32340793aafe
Choose a head ref
  • 3 commits
  • 9 files changed
  • 2 contributors

Commits on Nov 3, 2018

  1. consul: 0.9.3 -> 1.3.0.

    Removes the old UI build tooling; it is no longer necessary
    because as of 1.2.0 it's bundled into the server binary.
    It doesn't even need to have JS built, because it's bundled into
    the release commit's source tree (see #48714).
    
    The UI is enabled by default, so the NixOS service is
    updated to directly use `ui = webUi;` now.
    
    Fixes #48714.
    Fixes #44192.
    Fixes #41243.
    Fixes #35602.
    
    Signed-off-by: Niklas Hambüchen <mail@nh2.me>
    nh2 committed Nov 3, 2018
    Copy the full SHA
    2cb7f5f View commit details
    Browse the repository at this point in the history
  2. nixos manual: Add changelog for consul

    Signed-off-by: Niklas Hambüchen <mail@nh2.me>
    nh2 committed Nov 3, 2018
    Copy the full SHA
    32c2d48 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #49165 from nh2/consul-1.3.0

    consul: 0.9.3 -> 1.3.0 with vendored UI
    c0bw3b committed Nov 3, 2018
    Copy the full SHA
    3234079 View commit details
    Browse the repository at this point in the history