Commit Graph

4324 Commits

Author SHA1 Message Date
Cody Lee e6ee32f508
Merge branch 'master' of ../webserver into merge-them-all 2022-11-23 21:00:59 -06:00
Cody Lee 4ce8a079d3
fix imports first pass 2022-11-23 20:59:50 -06:00
Cody Lee 69d6332ade
fix imports first pass 2022-11-23 20:59:34 -06:00
Cody Lee 46a22c33c2
cleanup 2022-11-23 20:58:27 -06:00
Cody Lee dd916e3c37
Merge branch 'master' of ../influxunifi into merge-them-all 2022-11-23 20:58:03 -06:00
Cody Lee cec311bf3b
minor fix 2022-11-23 20:55:33 -06:00
Cody Lee ec84bfa82d
cleanup 2022-11-23 20:50:00 -06:00
Cody Lee ae6e408be4
Merge branch 'master' of ../datadogunifi into merge-them-all 2022-11-23 20:49:20 -06:00
Cody Lee ca96b98cca
more path changes 2022-11-23 20:46:52 -06:00
Cody Lee 269e7858de
finish merge 2022-11-23 20:29:39 -06:00
Cody Lee c475ed8d5b
Merge branch 'master' of ../poller into merge-them-all 2022-11-23 20:29:08 -06:00
Cody Lee 5b9d96c883
finish merge 2022-11-23 20:25:54 -06:00
Cody Lee 8deb07970c
Merge branch 'master' of ../unifi into merge-them-all 2022-11-23 20:25:12 -06:00
Cody Lee a51259ae26
Merge pull request #444 from unpoller/update-datadog-2
updates datadogunifi for issue #442
2022-11-23 19:29:56 -06:00
Cody Lee 07172394f8
fix 2022-11-23 19:19:14 -06:00
Cody Lee 7a7af8019b
updates datadogunifi for issue #442 2022-11-23 19:18:09 -06:00
Cody Lee 47bdfa7bec disable check 2022-11-23 19:15:55 -06:00
Cody Lee 8f3e94758a update unpoller/unifi 2022-11-23 19:04:01 -06:00
Cody Lee 90a03d333b go mod tidy 2022-11-23 19:01:47 -06:00
Cody Lee 2164d6f502 nil guard when disabled datadog plugin for logging 2022-11-23 18:07:38 -06:00
Cody Lee ac572d18ba
Merge pull request #441 from crustulumtheoneandonly/patch-1
Update unpoller image source from dockerhub to gh
2022-11-23 11:50:40 -06:00
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
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 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
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 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
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
2022-11-08 18:58:44 -06:00
Cody Lee 396d2bd1a6
commit suggestion 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
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 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