Commit Graph

4530 Commits

Author SHA1 Message Date
Cody Lee
10eb043a21 Merge pull request #607 from unpoller/dependabot/github_actions/actions/setup-go-4
Bump actions/setup-go from 3 to 4
2023-09-08 14:45:26 -05:00
Cody Lee
d1d2f08122 Merge pull request #609 from unpoller/dependabot/github_actions/actions/checkout-4
Bump actions/checkout from 3 to 4
2023-09-08 14:44:59 -05:00
dependabot[bot]
88dd732c7b Bump actions/checkout from 3 to 4
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v3...v4)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-08 19:42:21 +00:00
dependabot[bot]
34bcc70b81 Bump actions/setup-go from 3 to 4
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 3 to 4.
- [Release notes](https://github.com/actions/setup-go/releases)
- [Commits](https://github.com/actions/setup-go/compare/v3...v4)

---
updated-dependencies:
- dependency-name: actions/setup-go
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-08 19:42:14 +00:00
Cody Lee
70e61b2b26 Merge pull request #493 from unpoller/docker-hub-push
add docker hub push
v2.8.2
2023-09-08 14:41:53 -05:00
Cody Lee
70fa5ceeed Merge pull request #602 from unpoller/dependabot/go_modules/golang.org/x/term-0.12.0
Bump golang.org/x/term from 0.11.0 to 0.12.0
2023-09-04 05:30:29 -05:00
dependabot[bot]
dc9b440a76 Bump golang.org/x/term from 0.11.0 to 0.12.0
Bumps [golang.org/x/term](https://github.com/golang/term) from 0.11.0 to 0.12.0.
- [Commits](https://github.com/golang/term/compare/v0.11.0...v0.12.0)

---
updated-dependencies:
- dependency-name: golang.org/x/term
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-04 02:03:39 +00:00
Cody Lee
7ea846c1b9 fix dependabot warning 2023-08-09 09:25:21 -05:00
Cody Lee
4659ddf688 add docker hub push to old repo 2023-08-09 09:24:59 -05:00
Cody Lee
cb56fd215e Merge pull request #593 from unpoller/dependabot/go_modules/golang.org/x/net-0.14.0
Bump golang.org/x/net from 0.12.0 to 0.14.0
v2.8.1
2023-08-07 06:18:59 -05:00
dependabot[bot]
8dc5846754 Bump golang.org/x/net from 0.12.0 to 0.14.0
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.12.0 to 0.14.0.
- [Commits](https://github.com/golang/net/compare/v0.12.0...v0.14.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-08-07 11:14:58 +00:00
Cody Lee
8d10f52b08 Merge pull request #590 from unpoller/homebrew-fix-etc
Fix Homebrew missing etc directory on install
2023-08-07 06:14:26 -05:00
Cody Lee
647b3af7d5 Merge pull request #594 from unpoller/dependabot/go_modules/golang.org/x/term-0.11.0
Bump golang.org/x/term from 0.10.0 to 0.11.0
2023-08-07 06:14:08 -05:00
dependabot[bot]
fb986b3dd3 Bump golang.org/x/term from 0.10.0 to 0.11.0
Bumps [golang.org/x/term](https://github.com/golang/term) from 0.10.0 to 0.11.0.
- [Commits](https://github.com/golang/term/compare/v0.10.0...v0.11.0)

---
updated-dependencies:
- dependency-name: golang.org/x/term
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-08-07 02:43:47 +00:00
Cody Lee
4093d3b484 homebrew fixes to make the etc directory and move to new non-deprecated goreleaser name 2023-08-03 16:23:53 -05:00
Cody Lee
fa3a4d7168 Merge pull request #584 from unpoller/integration-test
Integration Tests! 🧪
v2.8.0
2023-08-03 09:32:38 -05:00
Cody Lee
7e87e7f4fb rename package per per comment, add comments, and drop unnecessary compile time check 2023-08-03 09:27:09 -05:00
Cody Lee
9260a1fca3 Merge pull request #589 from unpoller/issue-588
plist is deprecated use the service definition instead
2023-08-03 07:54:22 -05:00
Cody Lee
c200664797 it is an array for run 2023-08-02 16:41:30 -05:00
Cody Lee
ec934ed878 plist is deprecated use the service definition instead 2023-08-02 16:38:35 -05:00
Cody Lee
11142c0209 remove nl 2023-07-31 16:16:48 -05:00
Cody Lee
ffb8579369 add integration test guard;
datadog integration test works

influx package tests

update unifi version

golanglint-ci and address *all* issues.

all tests pass

bump unifi version
2023-07-31 14:40:33 -05:00
Cody Lee
8cf461b0f5 Merge pull request #579 from unpoller/issue-575-influx-fix-2
#575 fixes last two data type casting issues for influxdb
v2.7.20
2023-07-18 17:01:05 -05:00
Cody Lee
c5e409adff per https://github.com/unpoller/unpoller/issues/575\#issuecomment-1641041603 fixes the other two data points that need to be re-cast 2023-07-18 16:56:50 -05:00
Cody Lee
bb8a2b91fb Merge pull request #578 from unpoller/issue-575-influxdb-types-back-to-int
cast back to int64 so existing timeseries continue to ingest
v2.7.19
2023-07-18 16:08:13 -05:00
Cody Lee
2b186a9451 anomalies 2023-07-18 14:20:51 -05:00
Cody Lee
0aa406a2dc cast back to int64 so existing timeseries continue to ingest, influxdb is very strict about int vs float storage 2023-07-18 13:48:57 -05:00
Cody Lee
10ea30d0f4 Merge pull request #577 from unpoller/issue-575-more-flexint
update unifi to v0.3.5, fix flexint conversions
v2.7.18
2023-07-18 12:19:15 -05:00
Cody Lee
0e4affbcd5 update unifi to v0.3.5, fix flexint conversions 2023-07-18 11:59:41 -05:00
Cody Lee
b2ef926f9d fixes package names from goreleaser change v2.7.17 2023-07-18 11:26:50 -05:00
Cody Lee
ce32620379 fix goreleaser nfpm v2.7.16 2023-07-18 11:08:21 -05:00
Cody Lee
d3e5eabc23 Merge pull request #576 from unpoller/issue-575-fix-data-type
bump unifi version and fix data types
v2.7.15
2023-07-18 11:02:52 -05:00
Cody Lee
0f915e88c9 bump unifi version and fix data types
https://github.com/unpoller/unpoller/issues/575
2023-07-18 10:57:23 -05:00
Cody Lee
6a65406ed2 Merge pull request #572 from unpoller/dependabot/go_modules/golang.org/x/net-0.12.0
Bump golang.org/x/net from 0.11.0 to 0.12.0
2023-07-10 06:18:05 -05:00
dependabot[bot]
02b8cee791 Bump golang.org/x/net from 0.11.0 to 0.12.0
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.11.0 to 0.12.0.
- [Commits](https://github.com/golang/net/compare/v0.11.0...v0.12.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-07-10 11:09:31 +00:00
Cody Lee
f7942186d7 Merge pull request #571 from unpoller/dependabot/go_modules/golang.org/x/crypto-0.11.0
Bump golang.org/x/crypto from 0.10.0 to 0.11.0
2023-07-10 06:08:11 -05:00
dependabot[bot]
00563189bf Bump golang.org/x/crypto from 0.10.0 to 0.11.0
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.10.0 to 0.11.0.
- [Commits](https://github.com/golang/crypto/compare/v0.10.0...v0.11.0)

---
updated-dependencies:
- dependency-name: golang.org/x/crypto
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-07-10 02:35:43 +00:00
Cody Lee
2f28df2a15 Merge pull request #570 from unpoller/upgrade-go-1-20
upgrade go version to 1.20.x
v2.7.14
2023-06-20 15:12:28 -04:00
Cody Lee
c1de571ef1 update golangci-lint 2023-06-20 13:55:18 -05:00
Cody Lee
b7e3d9d369 yaml is dumb 2023-06-20 13:51:29 -05:00
Cody Lee
13d472da75 Merge pull request #569 from unpoller/unifi-update-0-3-3
update unifi to v0.3.3
2023-06-20 14:50:31 -04:00
Cody Lee
79fc3264bc upgrade go version to 1.20.x 2023-06-20 13:49:16 -05:00
Cody Lee
3d041fa82d update unifi to v0.3.3 2023-06-20 13:46:32 -05:00
Cody Lee
ce6153f275 Merge pull request #567 from unpoller/dependabot/go_modules/golang.org/x/net-0.11.0
Bump golang.org/x/net from 0.10.0 to 0.11.0
2023-06-20 14:37:22 -04:00
Cody Lee
d85f3e578d Merge branch 'master' into dependabot/go_modules/golang.org/x/net-0.11.0 2023-06-20 14:30:46 -04:00
Cody Lee
0781f66e4d Merge pull request #566 from unpoller/dependabot/go_modules/github.com/prometheus/client_golang-1.16.0
Bump github.com/prometheus/client_golang from 1.15.1 to 1.16.0
2023-06-20 14:30:13 -04:00
dependabot[bot]
025133f518 Bump github.com/prometheus/client_golang from 1.15.1 to 1.16.0
Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) from 1.15.1 to 1.16.0.
- [Release notes](https://github.com/prometheus/client_golang/releases)
- [Changelog](https://github.com/prometheus/client_golang/blob/main/CHANGELOG.md)
- [Commits](https://github.com/prometheus/client_golang/compare/v1.15.1...v1.16.0)

---
updated-dependencies:
- dependency-name: github.com/prometheus/client_golang
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-06-20 18:27:23 +00:00
dependabot[bot]
52d200be37 Bump golang.org/x/net from 0.10.0 to 0.11.0
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.10.0 to 0.11.0.
- [Commits](https://github.com/golang/net/compare/v0.10.0...v0.11.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-06-20 18:27:21 +00:00
Cody Lee
20804821d1 Merge pull request #565 from unpoller/dependabot/go_modules/golang.org/x/crypto-0.10.0
Bump golang.org/x/crypto from 0.9.0 to 0.10.0
2023-06-20 14:26:35 -04:00
Cody Lee
bceb26994f Merge pull request #568 from unpoller/dependabot/go_modules/golang.org/x/term-0.9.0
Bump golang.org/x/term from 0.8.0 to 0.9.0
2023-06-20 11:37:25 -04:00