Commit Graph

62 Commits

Author SHA1 Message Date
Andre Medeiros 568ed6f51c update otel and fastjson 2023-03-24 14:00:15 -04:00
dependabot[bot] 4cc321abfb Bump github.com/adjust/rmq/v5 from 5.0.1 to 5.1.1 (#123)
Bumps [github.com/adjust/rmq/v5](https://github.com/adjust/rmq) from 5.0.1 to 5.1.1.
- [Release notes](https://github.com/adjust/rmq/releases)
- [Commits](https://github.com/adjust/rmq/compare/v5.0.1...v5.1.1)

---
updated-dependencies:
- dependency-name: github.com/adjust/rmq/v5
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-24 13:57:18 -04:00
Andre Medeiros b6cf6b6687 pgx/v4 to pgx/v5 2023-03-24 13:12:09 -04:00
dependabot[bot] 3c88ab2041 Bump github.com/gofrs/uuid from 4.3.0+incompatible to 4.4.0+incompatible (#115)
Bumps [github.com/gofrs/uuid](https://github.com/gofrs/uuid) from 4.3.0+incompatible to 4.4.0+incompatible.
- [Release notes](https://github.com/gofrs/uuid/releases)
- [Commits](https://github.com/gofrs/uuid/compare/v4.3.0...v4.4.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-16 11:11:13 -04:00
dependabot[bot] 9304c5c894 Bump go.uber.org/zap from 1.23.0 to 1.24.0 (#112)
Bumps [go.uber.org/zap](https://github.com/uber-go/zap) from 1.23.0 to 1.24.0.
- [Release notes](https://github.com/uber-go/zap/releases)
- [Changelog](https://github.com/uber-go/zap/blob/master/CHANGELOG.md)
- [Commits](https://github.com/uber-go/zap/compare/v1.23.0...v1.24.0)

---
updated-dependencies:
- dependency-name: go.uber.org/zap
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-16 11:10:51 -04:00
dependabot[bot] 31307defb3 Bump github.com/go-co-op/gocron from 1.17.1 to 1.18.1 (#122)
Bumps [github.com/go-co-op/gocron](https://github.com/go-co-op/gocron) from 1.17.1 to 1.18.1.
- [Release notes](https://github.com/go-co-op/gocron/releases)
- [Commits](https://github.com/go-co-op/gocron/compare/v1.17.1...v1.18.1)

---
updated-dependencies:
- dependency-name: github.com/go-co-op/gocron
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-16 11:10:32 -04:00
André Medeiros 9341e08123 feat(ops): add distributed tracing (#109)
* tracing

* instrument redis

* add instrumentation around queue acks

* adjust backoff schedules for reddit

* set proper http client on reddit

* populate account last message ID on upsert

* pass last message id on upsert

* schedule accounts in a predictable order
2022-11-05 15:59:33 -04:00
Andre Medeiros 6cf7c54c86 upgrade rmq to v5 2022-11-01 19:02:25 -04:00
dependabot[bot] f2b270a3de Bump github.com/bugsnag/bugsnag-go/v2 from 2.1.2 to 2.2.0 (#104)
Bumps [github.com/bugsnag/bugsnag-go/v2](https://github.com/bugsnag/bugsnag-go) from 2.1.2 to 2.2.0.
- [Release notes](https://github.com/bugsnag/bugsnag-go/releases)
- [Changelog](https://github.com/bugsnag/bugsnag-go/blob/master/CHANGELOG.md)
- [Commits](https://github.com/bugsnag/bugsnag-go/compare/v2.1.2...v2.2.0)

---
updated-dependencies:
- dependency-name: github.com/bugsnag/bugsnag-go/v2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-10-31 21:05:53 -04:00
dependabot[bot] eee5bafdfc Bump github.com/gofrs/uuid from 4.0.0+incompatible to 4.3.0+incompatible (#105)
Bumps [github.com/gofrs/uuid](https://github.com/gofrs/uuid) from 4.0.0+incompatible to 4.3.0+incompatible.
- [Release notes](https://github.com/gofrs/uuid/releases)
- [Commits](https://github.com/gofrs/uuid/compare/v4.0.0...v4.3.0)

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

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-10-31 21:05:38 -04:00
dependabot[bot] 46fc9e6635 Bump go.uber.org/zap from 1.21.0 to 1.23.0 (#106)
Bumps [go.uber.org/zap](https://github.com/uber-go/zap) from 1.21.0 to 1.23.0.
- [Release notes](https://github.com/uber-go/zap/releases)
- [Changelog](https://github.com/uber-go/zap/blob/master/CHANGELOG.md)
- [Commits](https://github.com/uber-go/zap/compare/v1.21.0...v1.23.0)

---
updated-dependencies:
- dependency-name: go.uber.org/zap
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-10-31 21:05:13 -04:00
dependabot[bot] 228cc24cac Bump github.com/jackc/pgx/v4 from 4.16.1 to 4.17.2 (#107)
Bumps [github.com/jackc/pgx/v4](https://github.com/jackc/pgx) from 4.16.1 to 4.17.2.
- [Release notes](https://github.com/jackc/pgx/releases)
- [Changelog](https://github.com/jackc/pgx/blob/v4.17.2/CHANGELOG.md)
- [Commits](https://github.com/jackc/pgx/compare/v4.16.1...v4.17.2)

---
updated-dependencies:
- dependency-name: github.com/jackc/pgx/v4
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-10-31 21:03:01 -04:00
dependabot[bot] 6fd16dda17 Bump github.com/spf13/cobra from 1.4.0 to 1.6.1 (#103)
Bumps [github.com/spf13/cobra](https://github.com/spf13/cobra) from 1.4.0 to 1.6.1.
- [Release notes](https://github.com/spf13/cobra/releases)
- [Commits](https://github.com/spf13/cobra/compare/v1.4.0...v1.6.1)

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

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-10-26 20:58:35 -04:00
dependabot[bot] 47e5b40b2f Bump github.com/heroku/x from 0.0.50 to 0.0.55 (#101)
Bumps [github.com/heroku/x](https://github.com/heroku/x) from 0.0.50 to 0.0.55.
- [Release notes](https://github.com/heroku/x/releases)
- [Commits](https://github.com/heroku/x/compare/v0.0.50...v0.0.55)

---
updated-dependencies:
- dependency-name: github.com/heroku/x
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-10-26 20:55:39 -04:00
dependabot[bot] 208ae5557f Bump github.com/jackc/pgconn from 1.12.1 to 1.13.0 (#93)
Bumps [github.com/jackc/pgconn](https://github.com/jackc/pgconn) from 1.12.1 to 1.13.0.
- [Release notes](https://github.com/jackc/pgconn/releases)
- [Changelog](https://github.com/jackc/pgconn/blob/master/CHANGELOG.md)
- [Commits](https://github.com/jackc/pgconn/compare/v1.12.1...v1.13.0)

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

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-10-26 20:37:51 -04:00
dependabot[bot] e0e4329f71 Bump github.com/stretchr/testify from 1.7.1 to 1.8.1 (#102)
Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.7.1 to 1.8.1.
- [Release notes](https://github.com/stretchr/testify/releases)
- [Commits](https://github.com/stretchr/testify/compare/v1.7.1...v1.8.1)

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

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-10-26 20:32:28 -04:00
dependabot[bot] e885e00471 Bump github.com/go-co-op/gocron from 1.13.0 to 1.17.1 (#99)
Bumps [github.com/go-co-op/gocron](https://github.com/go-co-op/gocron) from 1.13.0 to 1.17.1.
- [Release notes](https://github.com/go-co-op/gocron/releases)
- [Commits](https://github.com/go-co-op/gocron/compare/v1.13.0...v1.17.1)

---
updated-dependencies:
- dependency-name: github.com/go-co-op/gocron
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-10-26 20:26:48 -04:00
dependabot[bot] e55a2a07f5 Bump github.com/jackc/pgx/v4 from 4.16.0 to 4.16.1
Bumps [github.com/jackc/pgx/v4](https://github.com/jackc/pgx) from 4.16.0 to 4.16.1.
- [Release notes](https://github.com/jackc/pgx/releases)
- [Changelog](https://github.com/jackc/pgx/blob/master/CHANGELOG.md)
- [Commits](https://github.com/jackc/pgx/compare/v4.16.0...v4.16.1)

---
updated-dependencies:
- dependency-name: github.com/jackc/pgx/v4
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-07-13 20:11:50 +00:00
dependabot[bot] 72450d54d7 Bump github.com/jackc/pgconn from 1.12.0 to 1.12.1
Bumps [github.com/jackc/pgconn](https://github.com/jackc/pgconn) from 1.12.0 to 1.12.1.
- [Release notes](https://github.com/jackc/pgconn/releases)
- [Changelog](https://github.com/jackc/pgconn/blob/master/CHANGELOG.md)
- [Commits](https://github.com/jackc/pgconn/compare/v1.12.0...v1.12.1)

---
updated-dependencies:
- dependency-name: github.com/jackc/pgconn
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-05-26 21:54:29 +00:00
dependabot[bot] 7e9cf6e78a Bump go.uber.org/zap from 1.13.0 to 1.21.0 (#77)
Bumps [go.uber.org/zap](https://github.com/uber-go/zap) from 1.13.0 to 1.21.0.
- [Release notes](https://github.com/uber-go/zap/releases)
- [Changelog](https://github.com/uber-go/zap/blob/master/CHANGELOG.md)
- [Commits](https://github.com/uber-go/zap/compare/v1.13.0...v1.21.0)

---
updated-dependencies:
- dependency-name: go.uber.org/zap
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-05-26 17:53:28 -04:00
André Medeiros b1f266bf91 migrate out of logrus (#76) 2022-05-23 14:17:25 -04:00
André Medeiros f9b9c595cf Better testing (#62)
* some tests

* more tests

* tidy up go.mod

* more tests

* add postgres

* beep

* again

* Set up schema

* fix device test
2022-05-07 12:37:21 -04:00
Andre Medeiros 41f504d10c add contact endpoint 2022-05-01 13:57:30 -04:00
dependabot[bot] f7cbaad454 Merge pull request #68 from christianselig/dependabot/go_modules/github.com/sideshow/apns2-0.23.0 2022-05-01 16:53:05 +00:00
dependabot[bot] b97e712d57 Bump github.com/jackc/pgx/v4 from 4.15.0 to 4.16.0
Bumps [github.com/jackc/pgx/v4](https://github.com/jackc/pgx) from 4.15.0 to 4.16.0.
- [Release notes](https://github.com/jackc/pgx/releases)
- [Changelog](https://github.com/jackc/pgx/blob/master/CHANGELOG.md)
- [Commits](https://github.com/jackc/pgx/compare/v4.15.0...v4.16.0)

---
updated-dependencies:
- dependency-name: github.com/jackc/pgx/v4
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-22 08:16:30 +00:00
dependabot[bot] 63f1fc9763 Bump github.com/sideshow/apns2 from 0.22.0 to 0.23.0
Bumps [github.com/sideshow/apns2](https://github.com/sideshow/apns2) from 0.22.0 to 0.23.0.
- [Release notes](https://github.com/sideshow/apns2/releases)
- [Commits](https://github.com/sideshow/apns2/compare/v0.22.0...v0.23.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-19 08:20:04 +00:00
dependabot[bot] 59e435eb2d Bump github.com/sideshow/apns2 from 0.20.0 to 0.22.0 (#63) 2022-03-28 17:56:16 +00:00
Andre Medeiros 493f449802 add bugsnag 2022-03-28 13:20:01 -04:00
dependabot[bot] 48129f82ff Bump github.com/spf13/cobra from 1.2.1 to 1.4.0 (#59) 2022-03-26 17:50:48 +00:00
dependabot[bot] 16281f3a4c Bump github.com/adjust/rmq/v4 from 4.0.1 to 4.0.5 (#61) 2022-03-26 17:49:14 +00:00
dependabot[bot] bb4cfa9904 Bump github.com/joho/godotenv from 1.3.0 to 1.4.0 (#26) 2022-03-26 17:48:06 +00:00
dependabot[bot] b5c55f56a5 Bump github.com/go-redis/redis/v8 from 8.11.4 to 8.11.5 (#58) 2022-03-26 17:46:50 +00:00
dependabot[bot] 7b1e37f6c3 Bump github.com/stretchr/testify from 1.7.0 to 1.7.1 (#60) 2022-03-26 17:46:44 +00:00
dependabot[bot] 8ffbfee217 Bump github.com/DataDog/datadog-go (#33) 2022-03-26 17:46:13 +00:00
dependabot[bot] 4829b84ea3 Bump github.com/jackc/pgx/v4 from 4.13.0 to 4.15.0 (#46) 2022-03-26 17:45:35 +00:00
dependabot[bot] b819f90550 Bump github.com/go-co-op/gocron from 1.9.0 to 1.13.0 (#50) 2022-03-26 17:45:04 +00:00
dependabot[bot] 1bb41ab3e9 Bump github.com/heroku/x from 0.0.32 to 0.0.50 (#51) 2022-03-26 17:43:14 +00:00
Andre Medeiros fc617b535c fix tests 2022-03-26 13:29:58 -04:00
Andre Medeiros 553dc53eed Add validations 2021-10-12 10:18:40 -04:00
Andre Medeiros 4955f74f52 user following 2021-10-09 10:59:20 -04:00
dependabot[bot] df1fc279d9 Bump github.com/go-redis/redis/v8 from 8.11.3 to 8.11.4
Bumps [github.com/go-redis/redis/v8](https://github.com/go-redis/redis) from 8.11.3 to 8.11.4.
- [Release notes](https://github.com/go-redis/redis/releases)
- [Changelog](https://github.com/go-redis/redis/blob/master/CHANGELOG.md)
- [Commits](https://github.com/go-redis/redis/compare/v8.11.3...v8.11.4)

---
updated-dependencies:
- dependency-name: github.com/go-redis/redis/v8
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-10-05 08:28:17 +00:00
Andre Medeiros 2902720675 go mod tidy 2021-09-25 09:06:08 -04:00
André Medeiros fac63f8509 Merge pull request #23 from christianselig/dependabot/go_modules/github.com/go-co-op/gocron-1.9.0
Bump github.com/go-co-op/gocron from 1.7.1 to 1.9.0
2021-09-25 09:05:00 -04:00
dependabot[bot] 8ed6c1cfcf Bump github.com/heroku/x from 0.0.31 to 0.0.32
Bumps [github.com/heroku/x](https://github.com/heroku/x) from 0.0.31 to 0.0.32.
- [Release notes](https://github.com/heroku/x/releases)
- [Commits](https://github.com/heroku/x/compare/v0.0.31...v0.0.32)

---
updated-dependencies:
- dependency-name: github.com/heroku/x
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-09-20 08:26:13 +00:00
dependabot[bot] 32c605f4f2 Bump github.com/go-co-op/gocron from 1.7.1 to 1.9.0
Bumps [github.com/go-co-op/gocron](https://github.com/go-co-op/gocron) from 1.7.1 to 1.9.0.
- [Release notes](https://github.com/go-co-op/gocron/releases)
- [Commits](https://github.com/go-co-op/gocron/compare/v1.7.1...v1.9.0)

---
updated-dependencies:
- dependency-name: github.com/go-co-op/gocron
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-09-14 08:21:11 +00:00
André Medeiros a84832a380 Merge pull request #21 from christianselig/dependabot/go_modules/github.com/go-co-op/gocron-1.7.1
Bump github.com/go-co-op/gocron from 1.6.2 to 1.7.1
2021-09-11 08:53:58 -04:00
dependabot[bot] 66d202fe9b Bump github.com/DataDog/datadog-go
Bumps [github.com/DataDog/datadog-go](https://github.com/DataDog/datadog-go) from 4.8.1+incompatible to 4.8.2+incompatible.
- [Release notes](https://github.com/DataDog/datadog-go/releases)
- [Changelog](https://github.com/DataDog/datadog-go/blob/master/CHANGELOG.md)
- [Commits](https://github.com/DataDog/datadog-go/compare/v4.8.1...v4.8.2)

---
updated-dependencies:
- dependency-name: github.com/DataDog/datadog-go
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-09-07 08:23:56 +00:00
dependabot[bot] 823957739c Bump github.com/go-co-op/gocron from 1.6.2 to 1.7.1
Bumps [github.com/go-co-op/gocron](https://github.com/go-co-op/gocron) from 1.6.2 to 1.7.1.
- [Release notes](https://github.com/go-co-op/gocron/releases)
- [Commits](https://github.com/go-co-op/gocron/compare/v1.6.2...v1.7.1)

---
updated-dependencies:
- dependency-name: github.com/go-co-op/gocron
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-08-30 08:25:15 +00:00
Andre Medeiros 12b67879ee fix more logs 2021-08-14 13:51:18 -04:00
dependabot[bot] fd2ddb1b5c Bump github.com/go-redis/redis/v8 from 8.11.0 to 8.11.3
Bumps [github.com/go-redis/redis/v8](https://github.com/go-redis/redis) from 8.11.0 to 8.11.3.
- [Release notes](https://github.com/go-redis/redis/releases)
- [Changelog](https://github.com/go-redis/redis/blob/master/CHANGELOG.md)
- [Commits](https://github.com/go-redis/redis/compare/v8.11.0...v8.11.3)

---
updated-dependencies:
- dependency-name: github.com/go-redis/redis/v8
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-08-14 15:40:45 +00:00