Benjamin Staffin
fe5a2b0a39
prom2json: fold into go-packages.nix
2015-08-29 23:19:48 -07:00
Benjamin Staffin
853602fae5
prometheus-cli: fold into go-packages.nix
2015-08-29 23:17:13 -07:00
Benjamin Staffin
87655d9fe8
prometheus-alertmanager: fold into go-packages.nix
2015-08-29 22:55:22 -07:00
Benjamin Staffin
d74e65bd6f
prometheus: fold definition into go-packages.nix
2015-08-29 22:46:57 -07:00
William A. Kennington III
affead28cb
goPackages: Update core packages from golang
2015-08-29 19:11:11 -07:00
William A. Kennington III
043839368e
goPackages: Exclude commonly useless go packages from being built
2015-08-29 19:10:24 -07:00
Benjamin Staffin
04bb91bcce
consul: revert to stable 0.5.2 rather than a snapshot
...
Follup to #9515 : It appears that Prometheus doesn't actually require an
unreleased version of Consul.
2015-08-29 23:23:09 +02:00
William A. Kennington III
26f9ea6dd5
goPackages: Fix tools
2015-08-29 13:25:00 -07:00
William A. Kennington III
83cf8b0cf8
goPackages: Split into multiple derivations
...
This should reduce the closure size for end users who only need go
binaries as well as reduce the size of closures hydra builders consume.
2015-08-29 12:58:03 -07:00
Benjamin Staffin
49f9aba5dd
goPackages: update various Prometheus dependencies
...
Improving style and adding dates along the dependency tree.
2015-08-29 00:19:16 -07:00
William A. Kennington III
2d16959bb8
goPackages: gcloud-golang don't mark broken as this breaks anything depending on metadata
2015-08-28 16:29:48 -07:00
William A. Kennington III
43ea4b670c
ipfs: Update
2015-08-28 15:43:35 -07:00
Luca Bruno
01a874b3cf
gcloud-golang: mark as broken
2015-08-28 15:17:29 +02:00
William A. Kennington III
27ab91161d
mongo-tools: Update
2015-08-27 01:02:27 -07:00
William A. Kennington III
2c4186b045
Fix go-tools to include cover/vet for 1.4 but not 1.5 onward
2015-08-27 01:02:00 -07:00
Arseniy Seroka
7795085c73
Merge pull request #9422 from kamilchm/glide05
...
glide: 0.4.1 -> 0.5.0
2015-08-25 20:37:25 +03:00
Kamil Chmielewski
66cf9fd257
glide: 0.4.1 -> 0.5.0
2015-08-23 20:42:15 +02:00
William A. Kennington III
bf0da55a8c
gotools: Fix build and update to 2015-08-19
2015-08-19 13:54:54 -07:00
William A. Kennington III
901482ad99
Merge branch 'master.upstream' into staging.upstream
2015-08-19 13:54:48 -07:00
William A. Kennington III
ef07bd04dc
golang: Remove the last references to go-1.3
2015-08-19 13:53:11 -07:00
William A. Kennington III
c3592084cf
golint: Update to 2015-06-23
2015-08-19 13:51:09 -07:00
Kamil Chmielewski
992247745e
glide: init at 0.4.1, and dependencies:
...
cli-go: init at 1.2.0
cookoo: init at 1.2.0
go-gypsy: init at current master
2015-08-17 17:18:43 +02:00
William A. Kennington III
4624985561
Merge branch 'master.upstream' into staging.upstream
2015-08-07 13:40:39 -07:00
Pascal Wittmann
7f2200117d
serfdom: fix build by updating from 0.6.3 to 0.6.4
...
and using an old version of memberlist
2015-08-06 15:59:51 +02:00
William A. Kennington III
e2c9270eb6
lxd: Init and update goPackages
2015-08-05 16:24:35 -07:00
William A. Kennington III
7ebe164ae0
Merge branch 'master.upstream' into staging.upstream
2015-07-30 15:03:10 -07:00
William A. Kennington III
93bfbc9b2d
mongo-tools: Init in goPackages
2015-07-30 11:19:07 -07:00
William A. Kennington III
6ffe4beca4
etcd: Init at 2.1.1
2015-07-29 18:28:25 -07:00
William A. Kennington III
fd9e9201d6
goPackages: Updates
2015-07-29 18:18:07 -07:00
Dan Peebles
5523ab8807
go-packages: further simplification
...
This change is the result of replacing:
buildGoPackage rec \{\s+rev\s+=\s+"(.*)";\s+name\s+=\s+"(.*)-\$\{stdenv.lib.strings.substring 0 7 rev\}";\s+goPackagePath\s+=\s+"github.com/(.*)/\2";\s+src\s+=\s+fetchFromGitHub\s+\{\s+inherit rev;\s+owner\s+=\s+"\3";\s+repo\s+=\s+"\2";\s+sha256\s+=\s"(.*)";\s+\};\s+\};
with:
buildFromGitHub {\n rev = "$1";\n owner = "$3";\n repo = "$2";\n sha256 = "$4";\n };
in pkgs/top-level/go-packages.nix.
I also inherited `rev` in `buildFromGitHub` to prevent a mass rebuild of Go packages, even though it's unused.
2015-07-29 05:14:13 +00:00
Dan Peebles
ac7a6e04c2
go-packages: start factoring out repetitive patterns
2015-07-29 04:55:57 +00:00
lethalman
5d60c20fd8
Merge pull request #8731 from cheecheeo/fzf-master
...
fzf
2015-07-24 10:13:01 +02:00
Luca Bruno
bbc7e18ed7
go go-systemd: disable on go 1.3 (ZHF)
2015-07-21 15:24:45 +02:00
Luca Bruno
840fcacdb9
go go-etcd: disable on go 1.3 (ZHF)
2015-07-21 15:24:38 +02:00
Luca Bruno
4579e57604
go tools: add package alias to fix other packages (ZHF)
2015-07-21 15:21:07 +02:00
John Chee
2d006f090e
go-shellwords: init at 35d512af75e283aae4ca1fc3d44b159ed66189a4
...
patch by @magnetophon
2015-07-09 18:05:12 -07:00
John Chee
092e6e23b3
junegunn.go-runewidth: init at travisish
...
patch by @magnetophon
2015-07-09 18:05:05 -07:00
Joachim Schiele
9980367639
ipfs: added to go-packages
2015-06-21 22:06:58 +02:00
Jaka Hudoklin
f1480c8296
goPackages: fix influxdb8 and related packages
2015-06-19 13:23:55 +02:00
Bob van der Linden
361cf81f30
goPackages: oauth2: use propagatedBuildInputs instead of extraSrcs
2015-06-17 20:13:49 +02:00
Bob van der Linden
5093fd9cc9
added drive package
2015-06-17 20:13:48 +02:00
Bob van der Linden
6cd67cb218
goPackages: grpc: fix dependencies so that grpc builds
2015-06-16 22:20:00 +02:00
Benjamin Staffin
23bc70208c
Prometheus: update to 0.14.0
2015-06-01 15:28:47 -07:00
Benjamin Staffin
c40c1be798
prometheus-mesos-exporter: Fix misplaced dependencies
...
goPackages.mesos-stats doesn't actually have any dependencies of its
own; the mesos_exporter app does.
2015-05-30 11:50:59 -07:00
Benjamin Staffin
1a2f179c32
goPackages.logrus: update to 0.8.2
2015-05-29 17:57:47 -07:00
Benjamin Staffin
b2de6ccc8e
Update prometheus and its various helper packages
...
Updates to:
- prometheus
- prometheus-alertmanager
- prometheus-cli
- prometheus-mesos-exporter
- prometheus-node-exporter
- prometheus-pushgateway
- prometheus-statsd-bridge
2015-05-23 17:34:43 -07:00
William A. Kennington III
1dc671956b
consul: 0.5.1 -> 0.5.2
2015-05-22 15:59:05 -07:00
Joachim Schiele
d254729034
goPackage: enabled checks for goquery/cascadia
2015-05-21 12:55:44 +02:00
Joachim Schiele
ed8e6f62df
new goPackage(s): goquery, cascadia
2015-05-21 12:51:04 +02:00
William A. Kennington III
cf94a678f3
consul-alerts: Fix
2015-05-19 22:21:28 -07:00