Commit Graph

4353 Commits

Author SHA1 Message Date
crustulumtheoneandonly
8b8f2ec3b7 Update unpoller image source from dockerhub to gh 2022-11-23 10:09:21 +01:00
Cody Lee
fb713d9f8f Merge pull request #440 from unpoller/package-fix
Fixes built packages
v2.1.9
2022-11-14 15:59:34 -06:00
Cody Lee
6e3ead13d6 full release option too 2022-11-13 16:15:43 -06:00
Cody Lee
c669518fdc --skip-errors for package_cloud push goreleaser is duplicating but this is okay v2.1.9-rc1 2022-11-13 15:41:05 -06:00
Cody Lee
a6673b4d42 fix missing docs, add missing license
fix broken pre/post scripts for packages
2022-11-13 14:39:33 -06:00
Cody Lee
66e897ace3 Merge pull request #438 from unpoller/packages-architectures
re-add 386 & arm deb and rpm packages
v2.1.8
2022-11-09 17:39:35 -06:00
Cody Lee
5473d8e859 Merge branch 'master' into packages-architectures 2022-11-09 17:39:26 -06:00
Cody Lee
88e9a00418 Update README.md 2022-11-09 17:39:09 -06:00
Cody Lee
82657bf920 remove termux as it doesnt really add anything 2022-11-09 17:26:06 -06:00
Cody Lee
d2b420ee08 packages for 386 and arm v2.1.8-rc1 2022-11-09 17:13:47 -06:00
Cody Lee
58f65ec2d8 Merge pull request #437 from unpoller/bump-datadogunifi-2
bump datadog plugin to pull in NPE fix
v2.1.7
2022-11-09 11:12:34 -06:00
Cody Lee
9f30b920dc add missing sum 2022-11-09 10:26:27 -06:00
Cody Lee
98a9204a41 bump datadog plugin to pull in NPE fix 2022-11-09 10:18:14 -06:00
Cody Lee
facec3f323 Merge pull request #2 from mrtazz/patch-1
move collector initialization up in Run method
2022-11-09 10:15:07 -06:00
Daniel Schauenberg
5b04503cf9 move collector initialization up in Run method
all logging methods rely on the collector being initialized. When this isn't the case logging anything causes the whole app to crash with a nil pointer dereference. Specifically the datadog plugin causes unpoller to crash when it's disabled because it write a debug log on an uninitialized collector.
2022-11-09 11:43:16 +01:00
Cody Lee
fc4c9a7a2e Merge pull request #436 from unpoller/upload-to-packagecloud
Packagecloud uploads
v2.1.6
2022-11-08 18:58:44 -06:00
Cody Lee
396d2bd1a6 commit suggestion v2.1.6-rc1 2022-11-08 18:50:14 -06:00
Cody Lee
ee707a3149 adds signing to packages
add ruby to so we can have packagecloud uploads

break up builds so we only publish amd64 artifacts to packagecloud, maybe fix packagecloud uploads

archives needs separate ids
2022-11-08 18:48:30 -06:00
Cody Lee
c8555c3a22 Merge pull request #428 from unpoller/bump-datadogunifi-1
bump datadogunifi for a build with a nil pointer fix
v2.1.5
2022-11-07 09:51:46 -06:00
Cody Lee
6b9392384f Merge branch 'master' into bump-datadogunifi-1 2022-11-07 09:46:26 -06:00
Cody Lee
2ae26abd27 Merge pull request #432 from unpoller/docker-images-and-packages
add goreleaser config to support building deps, rpm and docker images
2022-11-07 09:46:11 -06:00
Cody Lee
c6c87952db try to get docker publish to work v2.1.5-rc1 2022-11-07 09:26:28 -06:00
Cody Lee
31c49db63f fix manifests 2022-11-07 08:50:18 -06:00
Cody Lee
2a0bd50f61 push to ghcr.io only 2022-11-07 08:39:14 -06:00
Cody Lee
1d245518f1 fix bad var 2022-11-05 10:15:44 -05:00
Cody Lee
7ad17ad19f docker add qemu for proper emulation add dockerfile; 2022-11-05 10:03:07 -05:00
Cody Lee
5f0abedc2a docker add qemu for proper emulation add dockerfile; 2022-11-05 09:58:29 -05:00
Cody Lee
6d3a416940 more fixes to package build 2022-11-05 09:48:47 -05:00
Cody Lee
1929721df6 fix builds 2022-11-05 09:36:16 -05:00
Cody Lee
bf1610b1b3 fix 2022-11-05 09:26:05 -05:00
Cody Lee
d8ad4ae465 add universal macos fat binary 2022-11-05 09:24:10 -05:00
Cody Lee
494fdde17d add goreleaser config to support building deps, rpm and docker images 2022-11-05 09:19:04 -05:00
Cody Lee
3065cafce8 Merge pull request #431 from unpoller/goreleaser-support
goreleaser & testing with github actions
v2.1.4
2022-11-05 08:36:34 -05:00
Cody Lee
ff10f9cc2f keep a backup of travis for now but fully disable 2022-11-05 08:32:45 -05:00
Cody Lee
3f93222e40 add goreleaser support to build regularly again
probably do not need travis anymore either

disable lint in travis ci since it is broken
2022-11-04 17:02:52 -05:00
Cody Lee
79d2314dac bump datadogunifi for a build with a nil pointer fix 2022-10-27 16:32:28 -05:00
Cody Lee
8902b7ad9d Merge pull request #1 from unpoller/platinummonkey-patch-1
fix nil pointer bug
2022-10-27 16:27:55 -05:00
Cody Lee
8b3a8b37ff golanglint-ci is gone from travis 2022-10-27 16:25:49 -05:00
Cody Lee
1dcea47a76 fix nil pointer bug 2022-10-27 16:17:37 -05:00
David Newhall
fa10ecf176 Merge pull request #402 from bored-engineer/patch-1
Fix typos in README.md
2022-03-08 11:46:28 -08:00
Luke Young
e7486122ec Fix typos in README.md 2022-03-06 18:58:07 -08:00
David Newhall
ad3b540a3f Merge pull request #394 from unpoller/enable-datadogunifi-plugin
Enable datadog output as an option for reporting data.
notifiarr-bot-184509568867368963
2022-02-05 11:25:47 -08:00
Cody Lee
fbb28c15ab deal with golint on master branch failing CI for varnamelen lint check 2022-01-25 15:47:21 -06:00
Cody Lee
eaecfcdbfd add helpful comment back link for advanced options 2022-01-18 10:00:22 -06:00
Cody Lee
273ff7c90f drop advanced defaults for datadog plugin, leave these documented upstream in the datadogunifi README 2022-01-18 09:55:32 -06:00
Cody Lee
89587ae8d2 update default comments 2022-01-18 09:53:08 -06:00
Cody Lee
7d27b8bd52 address pr comment
switch to toml, not yaml in a toml 🤦

default disable

update examples
2022-01-18 09:50:23 -06:00
Cody Lee
27187efdf8 address golangci-lint 2022-01-18 08:39:42 -06:00
Cody Lee
6c6ae18b7c mirror default config settings 2022-01-17 15:15:32 -06:00
Cody Lee
5024d41ba3 Merge branch 'master' into enable-datadogunifi-plugin 2022-01-17 15:13:20 -06:00