summary refs log tree commit diff
path: root/pkgs/servers/consul
Commit message (Collapse)AuthorAge
* consul: 1.10.0 -> 1.10.1Maxine Aubrey2021-07-15
|
* consul: 1.9.7 -> 1.10.0Niklas Hambüchen2021-06-23
|
* consul: 1.9.6 -> 1.9.7Maxine Aubrey2021-06-22
|
* consul: 1.9.5 -> 1.9.6R. RyanTM2021-06-05
|
* consul: 1.9.4 -> 1.9.5Maxine Aubrey2021-04-16
|
* consul: 1.9.3 -> 1.9.4Maxine Aubrey2021-03-07
|
* consul: 1.9.2 -> 1.9.3R. RyanTM2021-03-03
|
* treewide: remove stdenv where not neededPavol Rusnak2021-01-25
|
* consul: 1.9.1 -> 1.9.2 (#110341)R. RyanTM2021-01-21
|
* treewide: with stdenv.lib; in meta -> with lib;Profpatsch2021-01-11
| | | | | | | | | | | | | | | | | | | Part of: https://github.com/NixOS/nixpkgs/issues/108938 meta = with stdenv.lib; is a widely used pattern. We want to slowly remove the `stdenv.lib` indirection and encourage people to use `lib` directly. Thus let’s start with the meta field. This used a rewriting script to mostly automatically replace all occurances of this pattern, and add the `lib` argument to the package header if it doesn’t exist yet. The script in its current form is available at https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
* consul: 1.9.0 -> 1.9.1R. RyanTM2020-12-11
|
* consul: 1.8.6 -> 1.9.0R. RyanTM2020-11-30
|
* consul: 1.8.5 -> 1.8.6R. RyanTM2020-11-25
|
* consul: 1.8.4 -> 1.8.5R. RyanTM2020-10-29
|
* consul: 1.8.3 -> 1.8.4R. RyanTM2020-10-17
|
* consul: 1.8.0 -> 1.8.3R. RyanTM2020-09-07
|
* buildGoModule packages: set doCheck = falsezowoq2020-08-10
|
* consul: 1.7.4 -> 1.8.0R. RyanTM2020-06-26
|
* consul: 1.7.3 -> 1.7.4R. RyanTM2020-06-14
|
* go-modules: Update files to use vendorSha256Colin L Rice2020-05-14
|
* consul: remove trailing whitespaceJörg Thalheim2020-05-07
|
* consul: reference nixosTestsJörg Thalheim2020-05-07
|
* consul: 1.7.2 -> 1.7.3R. RyanTM2020-05-07
|
* treewide get rid of go 1.12 (#83253)Colin2020-04-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * treewide Drop unneeded go 1.12 overrides * Fix packr to be go module compatible. I updated to version 2.8.0 which is the latest on master. Then due to the 2 different sets of go modules which are used, I split the build into two different derivations, then merged them togethor using symlinkJoin to have the same output structure as the existing derivation. * Remove consul dependency on go1.12 I updated the consul version to 1.7.2 and flipped it to building using modules. * Remove go1.12 from perkeep. Update the version to the latest unstable on master. * Update scaleway-cli to not be pinned to go1.12 Switched the version to 1.20 * Update prometheus-varnish-exporter to not depend on go1.12 * Update lnd to build with go1.12 Updated the version Forced only building subpackages with main to prevent panics over multiple modules in one repo * Remove go1.12 from openshift Had to update the version to 4.1.0 and do a bit of munging to get this to work * Remove go1.12 completely. These are no longer needed. * Update bazel-watcher and make it build with go 1.14
* treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-10
|
* consul: 1.6.2 -> 1.7.2Sebastien Bariteau2020-04-05
|
* consul: 1.6.1 -> 1.6.2Niklas Hambüchen2019-11-20
|
* consul: 1.6.0 -> 1.6.1Niklas Hambüchen2019-09-21
|
* consul: 1.5.2 -> 1.6.0Danielle Lancashire2019-08-31
|
* treewide: name -> pname (easy cases) (#66585)volth2019-08-15
| | | | | | | | | treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
* consul: 1.4.4 -> 1.5.2Niklas Hambüchen2019-06-30
|
* consul: 1.4.2 -> 1.4.4Niklas Hambüchen2019-06-30
|
* consul: 1.4.1 -> 1.4.2 (#56854)Danylo Hlynskyi2019-03-05
|
* consul: 1.3.0 -> 1.4.1Vincent Demeester2019-01-28
| | | | Signed-off-by: Vincent Demeester <vincent@sbr.pm>
* consul: 0.9.3 -> 1.3.0.Niklas Hambüchen2018-11-03
| | | | | | | | | | | | | | | | | 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>
* pkgs/*: remove unreferenced function argumentsvolth2018-07-21
|
* consul-ui: fix buildJohn Boehr2018-05-30
| | | | | | | Update the dependencies used for building consul-ui. therubyracer is no longer required and fails to build. Instead, a nodejs binary is required to build the assets. Patch out unnecessary executions of `bundle` which can cause failures.
* Get rid of most @rpath nonsense on DarwinDan Peebles2017-10-08
| | | | | | This requires some small changes in the stdenv, then working around the weird choice LLVM made to hardcode @rpath in its install name, and then lets us remove a ton of annoying workaround hacks in many of our Go packages. With any luck this will mean less hackery going forward.
* consul: 0.7.5 -> 0.9.3Niklas Hambüchen2017-09-28
|
* consul: fix output cycle on darwinDaiderd Jordan2017-09-09
|
* Update homepage attributes: http -> httpsmimadrid2017-08-03
| | | | | Homepage link "http://.../" is a permanent redirect to "https://.../" and should be updated https://repology.org/repository/nix_stable/problems
* pkgs: refactor needless quoting of homepage meta attribute (#27809)Silvan Mosberger2017-08-01
| | | | | | | | | | | | * pkgs: refactor needless quoting of homepage meta attribute A lot of packages are needlessly quoting the homepage meta attribute (about 1400, 22%), this commit refactors all of those instances. * pkgs: Fixing some links that were wrongfully unquoted in the previous commit * Fixed some instances
* Fix consul version being "unknown-unknown". Fixes #24606.Niklas Hambüchen2017-04-04
| | | | | See https://github.com/hashicorp/consul/blob/v0.7.5/scripts/build.sh#L44 for how consul's build script does it.
* consul: 0.7.3 -> 0.7.5Pradeep Chhetri2017-02-17
|
* consul: 0.7.0 -> 0.7.3Pradeep Chhetri2017-01-31
|
* consul: use gemdirJörg Thalheim2017-01-18
|
* consul: 0.6.4 -> 0.7.0Robin Gloster2016-09-18
|
* buildGoPackage: use Go 1.6 by defaultKamil Chmielewski2016-06-09
|
* no more goPackagesKamil Chmielewski2016-06-09
|
* consul: FIX consul-ui referenceKamil Chmielewski2016-06-09
|