about summary refs log tree commit diff
path: root/pkgs/servers/consul
AgeCommit message (Collapse)AuthorFilesLines
2019-01-28consul: 1.3.0 -> 1.4.1Vincent Demeester1-2/+2
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
2018-11-03consul: 0.9.3 -> 1.3.0.Niklas Hambüchen6-157/+12
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>
2018-07-21pkgs/*: remove unreferenced function argumentsvolth1-1/+1
2018-05-30consul-ui: fix buildJohn Boehr5-43/+67
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.
2017-10-08Get rid of most @rpath nonsense on DarwinDan Peebles1-4/+0
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.
2017-09-28consul: 0.7.5 -> 0.9.3Niklas Hambüchen1-2/+2
2017-09-09consul: fix output cycle on darwinDaiderd Jordan1-0/+4
2017-08-03Update homepage attributes: http -> httpsmimadrid1-1/+1
Homepage link "http://.../" is a permanent redirect to "https://.../" and should be updated https://repology.org/repository/nix_stable/problems
2017-08-01pkgs: refactor needless quoting of homepage meta attribute (#27809)Silvan Mosberger1-1/+1
* 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
2017-04-04Fix consul version being "unknown-unknown". Fixes #24606.Niklas Hambüchen1-0/+4
See https://github.com/hashicorp/consul/blob/v0.7.5/scripts/build.sh#L44 for how consul's build script does it.
2017-02-17consul: 0.7.3 -> 0.7.5Pradeep Chhetri1-2/+10
2017-01-31consul: 0.7.0 -> 0.7.3Pradeep Chhetri1-2/+2
2017-01-18consul: use gemdirJörg Thalheim1-3/+1
2016-09-18consul: 0.6.4 -> 0.7.0Robin Gloster1-2/+2
2016-06-09buildGoPackage: use Go 1.6 by defaultKamil Chmielewski1-2/+2
2016-06-09no more goPackagesKamil Chmielewski1-5/+2
2016-06-09consul: FIX consul-ui referenceKamil Chmielewski1-4/+5
2016-06-09consul: extracted from goPackagesKamil Chmielewski2-3/+26
2016-06-07goPackages: use Go 1.6 by defaultrushmorem1-3/+3
2016-05-17consul: 0.5.2 -> 0.6.4 (using go 1.6)Nahum Shalman1-5/+5
consul: 0.5.2 -> 0.6.4 (using go 1.6) consul-ui: 0.5.2 -> 0.6.4 (using go 1.6) consul-alerts: 2015-08-09 -> 0.3.3 (using go 1.6) consul-template: 0.9.0 -> 0.14.0 (using go 1.6) vault: 0.2.0 -> 0.5.2 (using go 1.6)
2015-07-08consul-ui: Remove uneeded nodejsWilliam A. Kennington III1-2/+2
2015-07-08ruby: Fixup libv8 versionsWilliam A. Kennington III2-3/+3
2015-07-06consul-ui: Update dependenciesWilliam A. Kennington III2-15/+15
2015-05-18consul-alerts: Make go-packageWilliam A. Kennington III2-342/+0
2015-05-18consul-template: Move to go-packagesWilliam A. Kennington III1-34/+0
2015-05-18consul: Move into the go-packages frameworkWilliam A. Kennington III2-63/+39
2015-02-25consul: Remove dependency on go-depsWilliam A. Kennington III2-0/+10
2015-02-24consul: Update to 0.5.0 and consul_template: 0.7.0William A. Kennington III3-41/+104
2015-02-17Add consul-template packageBrian McKenna2-0/+47
2015-02-07Add consul alertsJaka Hudoklin1-0/+27
2015-01-21consule: use new bundlerEnvCharles Strahan2-12/+18
2014-12-30ruby: WIPCharles Strahan1-1/+1
2014-12-28Merge branch 'master' of github.com:nixos/nixpkgs into pleasant-rubyCharles Strahan2-27/+36
Conflicts: pkgs/applications/version-management/redmine/default.nix pkgs/development/interpreters/ruby/gem.nix pkgs/development/interpreters/ruby/generated.nix pkgs/development/interpreters/ruby/patches.nix pkgs/development/tools/vagrant/default.nix pkgs/servers/consul/default.nix
2014-11-18bundixify consul-uiCharles Strahan4-8/+90
2014-11-17consul: 0.4.0 -> 0.4.1William A. Kennington III2-27/+36
2014-11-09rename rubyLibs to rubyPackagesCharles Strahan1-3/+3
2014-09-11consul: 0.3.0 -> 0.4.0William A. Kennington III3-109/+102
2014-08-14consul*: fix evaluationVladimír Čunát2-11/+12
CC #2955.
2014-06-25consul: new packageCharles Strahan3-0/+288