Alvar Penning
56dac55c32
tests/run.sh: Local integration test run
...
Introduce a new, generic shell script to execute the integration tests
through Docker on the own machine.
Co-authored-by: Eric Lippmann <eric.lippmann@icinga.com>
Co-authored-by: Julian Brost <julian.brost@icinga.com>
2026-03-24 12:13:15 +01:00
dependabot[bot]
2ab628ba99
build(deps): bump github.com/lib/pq from 1.11.2 to 1.12.0 in /tests
...
Bumps [github.com/lib/pq](https://github.com/lib/pq ) from 1.11.2 to 1.12.0.
- [Release notes](https://github.com/lib/pq/releases )
- [Changelog](https://github.com/lib/pq/blob/master/CHANGELOG.md )
- [Commits](https://github.com/lib/pq/compare/v1.11.2...v1.12.0 )
---
updated-dependencies:
- dependency-name: github.com/lib/pq
dependency-version: 1.12.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2026-03-18 18:13:27 +00:00
Yonas Habteab
7497d4c317
tests: retry deferred test assertion in t.Cleanup
...
Just like all other test assertions, this one should also be retried
until it succeeds or times out. It seems this wasn't a problem before,
but with the upcoming changes to Icinga 2.16, this assertion will fail
occasionally since the queries are now sent with a bit of delay. By
retrying the assertion, we can ensure that it will eventually succeed
once the queries are processed or time out after a reasonable period.
2026-03-16 10:05:41 +01:00
dependabot[bot]
feb032ee87
build(deps): bump golang.org/x/sync from 0.19.0 to 0.20.0 in /tests
...
Bumps [golang.org/x/sync](https://github.com/golang/sync ) from 0.19.0 to 0.20.0.
- [Commits](https://github.com/golang/sync/compare/v0.19.0...v0.20.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/sync
dependency-version: 0.20.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2026-03-09 19:44:57 +00:00
dependabot[bot]
f330d4f6de
build(deps): bump github.com/icinga/icinga-go-library in /tests
...
Bumps [github.com/icinga/icinga-go-library](https://github.com/icinga/icinga-go-library ) from 0.8.2 to 0.9.0.
- [Release notes](https://github.com/icinga/icinga-go-library/releases )
- [Changelog](https://github.com/Icinga/icinga-go-library/blob/main/CHANGELOG.md )
- [Commits](https://github.com/icinga/icinga-go-library/compare/v0.8.2...v0.9.0 )
---
updated-dependencies:
- dependency-name: github.com/icinga/icinga-go-library
dependency-version: 0.9.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2026-03-04 15:49:58 +00:00
dependabot[bot]
e747a90054
build(deps): bump go.opentelemetry.io/otel/sdk in /tests
...
Bumps [go.opentelemetry.io/otel/sdk](https://github.com/open-telemetry/opentelemetry-go ) from 1.28.0 to 1.40.0.
- [Release notes](https://github.com/open-telemetry/opentelemetry-go/releases )
- [Changelog](https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md )
- [Commits](https://github.com/open-telemetry/opentelemetry-go/compare/v1.28.0...v1.40.0 )
---
updated-dependencies:
- dependency-name: go.opentelemetry.io/otel/sdk
dependency-version: 1.40.0
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2026-03-01 22:28:26 +00:00
dependabot[bot]
56671a461b
build(deps): bump filippo.io/edwards25519 from 1.1.0 to 1.1.1 in /tests
...
Bumps [filippo.io/edwards25519](https://github.com/FiloSottile/edwards25519 ) from 1.1.0 to 1.1.1.
- [Commits](https://github.com/FiloSottile/edwards25519/compare/v1.1.0...v1.1.1 )
---
updated-dependencies:
- dependency-name: filippo.io/edwards25519
dependency-version: 1.1.1
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2026-02-19 19:30:49 +00:00
dependabot[bot]
8ea054e039
build(deps): bump github.com/redis/go-redis/v9 in /tests
...
Bumps [github.com/redis/go-redis/v9](https://github.com/redis/go-redis ) from 9.17.3 to 9.18.0.
- [Release notes](https://github.com/redis/go-redis/releases )
- [Changelog](https://github.com/redis/go-redis/blob/master/RELEASE-NOTES.md )
- [Commits](https://github.com/redis/go-redis/compare/v9.17.3...v9.18.0 )
---
updated-dependencies:
- dependency-name: github.com/redis/go-redis/v9
dependency-version: 9.18.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2026-02-16 18:53:44 +00:00
dependabot[bot]
6def607844
build(deps): bump github.com/lib/pq from 1.11.1 to 1.11.2 in /tests
...
Bumps [github.com/lib/pq](https://github.com/lib/pq ) from 1.11.1 to 1.11.2.
- [Release notes](https://github.com/lib/pq/releases )
- [Changelog](https://github.com/lib/pq/blob/master/CHANGELOG.md )
- [Commits](https://github.com/lib/pq/compare/v1.11.1...v1.11.2 )
---
updated-dependencies:
- dependency-name: github.com/lib/pq
dependency-version: 1.11.2
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2026-02-10 18:13:56 +00:00
dependabot[bot]
278b7a8999
build(deps): bump github.com/lib/pq from 1.10.9 to 1.11.1 in /tests
...
Bumps [github.com/lib/pq](https://github.com/lib/pq ) from 1.10.9 to 1.11.1.
- [Release notes](https://github.com/lib/pq/releases )
- [Changelog](https://github.com/lib/pq/blob/master/CHANGELOG.md )
- [Commits](https://github.com/lib/pq/compare/v1.10.9...v1.11.1 )
---
updated-dependencies:
- dependency-name: github.com/lib/pq
dependency-version: 1.11.1
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2026-01-29 18:13:06 +00:00
dependabot[bot]
8b6006185a
build(deps): bump github.com/redis/go-redis/v9 in /tests
...
Bumps [github.com/redis/go-redis/v9](https://github.com/redis/go-redis ) from 9.17.2 to 9.17.3.
- [Release notes](https://github.com/redis/go-redis/releases )
- [Changelog](https://github.com/redis/go-redis/blob/v9.17.3/RELEASE-NOTES.md )
- [Commits](https://github.com/redis/go-redis/compare/v9.17.2...v9.17.3 )
---
updated-dependencies:
- dependency-name: github.com/redis/go-redis/v9
dependency-version: 9.17.3
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2026-01-26 19:59:25 +00:00
dependabot[bot]
bbf2873856
build(deps): bump github.com/icinga/icinga-go-library in /tests
...
Bumps [github.com/icinga/icinga-go-library](https://github.com/icinga/icinga-go-library ) from 0.8.1 to 0.8.2.
- [Release notes](https://github.com/icinga/icinga-go-library/releases )
- [Changelog](https://github.com/Icinga/icinga-go-library/blob/main/CHANGELOG.md )
- [Commits](https://github.com/icinga/icinga-go-library/compare/v0.8.1...v0.8.2 )
---
updated-dependencies:
- dependency-name: github.com/icinga/icinga-go-library
dependency-version: 0.8.2
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-12-15 12:55:45 +00:00
dependabot[bot]
d3260b4889
build(deps): bump golang.org/x/sync from 0.18.0 to 0.19.0 in /tests
...
Bumps [golang.org/x/sync](https://github.com/golang/sync ) from 0.18.0 to 0.19.0.
- [Commits](https://github.com/golang/sync/compare/v0.18.0...v0.19.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/sync
dependency-version: 0.19.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-12-08 18:07:48 +00:00
Julian Brost
1a206d35b7
Bump version of icinga-testing to use icinga/icinga2:edge container image
...
The Icinga 2 snapshot container images are no longer pushed as
`icinga/icinga2:master` to Docker Hub but as `icinga/icinga2:edge` instead.
https://github.com/Icinga/icinga-testing/pull/33
https://github.com/Icinga/icinga2/pull/10505
https://icinga.com/blog/enhanced-icinga-2-container-images/
2025-12-03 11:37:30 +01:00
dependabot[bot]
4923eba976
build(deps): bump github.com/redis/go-redis/v9 in /tests
...
Bumps [github.com/redis/go-redis/v9](https://github.com/redis/go-redis ) from 9.17.1 to 9.17.2.
- [Release notes](https://github.com/redis/go-redis/releases )
- [Changelog](https://github.com/redis/go-redis/blob/v9.17.2/RELEASE-NOTES.md )
- [Commits](https://github.com/redis/go-redis/compare/v9.17.1...v9.17.2 )
---
updated-dependencies:
- dependency-name: github.com/redis/go-redis/v9
dependency-version: 9.17.2
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-12-01 20:37:49 +00:00
dependabot[bot]
6b99cab172
build(deps): bump github.com/redis/go-redis/v9 in /tests
...
Bumps [github.com/redis/go-redis/v9](https://github.com/redis/go-redis ) from 9.17.0 to 9.17.1.
- [Release notes](https://github.com/redis/go-redis/releases )
- [Changelog](https://github.com/redis/go-redis/blob/master/RELEASE-NOTES.md )
- [Commits](https://github.com/redis/go-redis/compare/v9.17.0...v9.17.1 )
---
updated-dependencies:
- dependency-name: github.com/redis/go-redis/v9
dependency-version: 9.17.1
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-11-26 18:19:11 +00:00
dependabot[bot]
20a9361c73
build(deps): bump github.com/redis/go-redis/v9 in /tests
...
Bumps [github.com/redis/go-redis/v9](https://github.com/redis/go-redis ) from 9.16.0 to 9.17.0.
- [Release notes](https://github.com/redis/go-redis/releases )
- [Changelog](https://github.com/redis/go-redis/blob/master/RELEASE-NOTES.md )
- [Commits](https://github.com/redis/go-redis/compare/v9.16.0...v9.17.0 )
---
updated-dependencies:
- dependency-name: github.com/redis/go-redis/v9
dependency-version: 9.17.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-11-21 08:37:28 +00:00
dependabot[bot]
4888fbbfd3
build(deps): bump go.uber.org/zap from 1.27.0 to 1.27.1 in /tests
...
Bumps [go.uber.org/zap](https://github.com/uber-go/zap ) from 1.27.0 to 1.27.1.
- [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.27.0...v1.27.1 )
---
updated-dependencies:
- dependency-name: go.uber.org/zap
dependency-version: 1.27.1
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-11-20 18:07:19 +00:00
dependabot[bot]
776cbad6e1
build(deps): bump github.com/icinga/icinga-go-library in /tests
...
Bumps [github.com/icinga/icinga-go-library](https://github.com/icinga/icinga-go-library ) from 0.8.0 to 0.8.1.
- [Release notes](https://github.com/icinga/icinga-go-library/releases )
- [Changelog](https://github.com/Icinga/icinga-go-library/blob/main/CHANGELOG.md )
- [Commits](https://github.com/icinga/icinga-go-library/compare/v0.8.0...v0.8.1 )
---
updated-dependencies:
- dependency-name: github.com/icinga/icinga-go-library
dependency-version: 0.8.1
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-11-17 07:46:12 +00:00
dependabot[bot]
f0760458b6
build(deps): bump github.com/icinga/icinga-go-library in /tests
...
Bumps [github.com/icinga/icinga-go-library](https://github.com/icinga/icinga-go-library ) from 0.7.2 to 0.8.0.
- [Release notes](https://github.com/icinga/icinga-go-library/releases )
- [Changelog](https://github.com/Icinga/icinga-go-library/blob/main/CHANGELOG.md )
- [Commits](https://github.com/icinga/icinga-go-library/compare/v0.7.2...v0.8.0 )
---
updated-dependencies:
- dependency-name: github.com/icinga/icinga-go-library
dependency-version: 0.8.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-11-12 10:24:30 +00:00
dependabot[bot]
ebd5a2df35
build(deps): bump golang.org/x/sync from 0.17.0 to 0.18.0 in /tests
...
Bumps [golang.org/x/sync](https://github.com/golang/sync ) from 0.17.0 to 0.18.0.
- [Commits](https://github.com/golang/sync/compare/v0.17.0...v0.18.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/sync
dependency-version: 0.18.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-11-10 18:33:16 +00:00
dependabot[bot]
50e1aebeb6
build(deps): bump github.com/redis/go-redis/v9 in /tests
...
Bumps [github.com/redis/go-redis/v9](https://github.com/redis/go-redis ) from 9.14.1 to 9.16.0.
- [Release notes](https://github.com/redis/go-redis/releases )
- [Changelog](https://github.com/redis/go-redis/blob/master/RELEASE-NOTES.md )
- [Commits](https://github.com/redis/go-redis/compare/v9.14.1...v9.16.0 )
---
updated-dependencies:
- dependency-name: github.com/redis/go-redis/v9
dependency-version: 9.16.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-10-23 18:07:06 +00:00
dependabot[bot]
fd589d588b
build(deps): bump github.com/redis/go-redis/v9 in /tests
...
Bumps [github.com/redis/go-redis/v9](https://github.com/redis/go-redis ) from 9.14.0 to 9.14.1.
- [Release notes](https://github.com/redis/go-redis/releases )
- [Changelog](https://github.com/redis/go-redis/blob/v9.14.1/RELEASE-NOTES.md )
- [Commits](https://github.com/redis/go-redis/compare/v9.14.0...v9.14.1 )
---
updated-dependencies:
- dependency-name: github.com/redis/go-redis/v9
dependency-version: 9.14.1
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-10-20 18:11:28 +00:00
dependabot[bot]
b1697a5933
build(deps): bump github.com/redis/go-redis/v9 in /tests
...
Bumps [github.com/redis/go-redis/v9](https://github.com/redis/go-redis ) from 9.13.0 to 9.14.0.
- [Release notes](https://github.com/redis/go-redis/releases )
- [Changelog](https://github.com/redis/go-redis/blob/master/RELEASE-NOTES.md )
- [Commits](https://github.com/redis/go-redis/compare/v9.13.0...v9.14.0 )
---
updated-dependencies:
- dependency-name: github.com/redis/go-redis/v9
dependency-version: 9.14.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-09-10 18:07:43 +00:00
dependabot[bot]
cbf700d879
build(deps): bump golang.org/x/sync from 0.16.0 to 0.17.0 in /tests
...
Bumps [golang.org/x/sync](https://github.com/golang/sync ) from 0.16.0 to 0.17.0.
- [Commits](https://github.com/golang/sync/compare/v0.16.0...v0.17.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/sync
dependency-version: 0.17.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-09-08 19:03:53 +00:00
dependabot[bot]
c44b3bfe79
build(deps): bump github.com/redis/go-redis/v9 in /tests
...
Bumps [github.com/redis/go-redis/v9](https://github.com/redis/go-redis ) from 9.12.1 to 9.13.0.
- [Release notes](https://github.com/redis/go-redis/releases )
- [Changelog](https://github.com/redis/go-redis/blob/master/RELEASE-NOTES.md )
- [Commits](https://github.com/redis/go-redis/compare/v9.12.1...v9.13.0 )
---
updated-dependencies:
- dependency-name: github.com/redis/go-redis/v9
dependency-version: 9.13.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-09-04 05:19:12 +00:00
dependabot[bot]
4c91affd7d
build(deps): bump github.com/stretchr/testify in /tests
...
Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify ) from 1.11.0 to 1.11.1.
- [Release notes](https://github.com/stretchr/testify/releases )
- [Commits](https://github.com/stretchr/testify/compare/v1.11.0...v1.11.1 )
---
updated-dependencies:
- dependency-name: github.com/stretchr/testify
dependency-version: 1.11.1
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-08-28 00:18:17 +00:00
dependabot[bot]
d1d8302725
build(deps): bump github.com/stretchr/testify in /tests
...
Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify ) from 1.10.0 to 1.11.0.
- [Release notes](https://github.com/stretchr/testify/releases )
- [Commits](https://github.com/stretchr/testify/compare/v1.10.0...v1.11.0 )
---
updated-dependencies:
- dependency-name: github.com/stretchr/testify
dependency-version: 1.11.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-08-26 07:45:30 +00:00
dependabot[bot]
c3fd597cec
build(deps): bump github.com/redis/go-redis/v9 in /tests
...
Bumps [github.com/redis/go-redis/v9](https://github.com/redis/go-redis ) from 9.11.0 to 9.12.1.
- [Release notes](https://github.com/redis/go-redis/releases )
- [Changelog](https://github.com/redis/go-redis/blob/master/RELEASE-NOTES.md )
- [Commits](https://github.com/redis/go-redis/compare/v9.11.0...v9.12.1 )
---
updated-dependencies:
- dependency-name: github.com/redis/go-redis/v9
dependency-version: 9.12.1
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-08-12 20:35:51 +00:00
dependabot[bot]
ee8e195c8d
build(deps): bump golang.org/x/sync from 0.15.0 to 0.16.0 in /tests
...
Bumps [golang.org/x/sync](https://github.com/golang/sync ) from 0.15.0 to 0.16.0.
- [Commits](https://github.com/golang/sync/compare/v0.15.0...v0.16.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/sync
dependency-version: 0.16.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-07-10 18:45:23 +00:00
dependabot[bot]
90cdcb3470
build(deps): bump github.com/redis/go-redis/v9 in /tests
...
Bumps [github.com/redis/go-redis/v9](https://github.com/redis/go-redis ) from 9.10.0 to 9.11.0.
- [Release notes](https://github.com/redis/go-redis/releases )
- [Changelog](https://github.com/redis/go-redis/blob/master/CHANGELOG.md )
- [Commits](https://github.com/redis/go-redis/compare/v9.10.0...v9.11.0 )
---
updated-dependencies:
- dependency-name: github.com/redis/go-redis/v9
dependency-version: 9.11.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-06-24 19:06:14 +00:00
dependabot[bot]
83d66a4e5e
build(deps): bump github.com/icinga/icinga-go-library in /tests
...
Bumps [github.com/icinga/icinga-go-library](https://github.com/icinga/icinga-go-library ) from 0.7.1 to 0.7.2.
- [Commits](https://github.com/icinga/icinga-go-library/compare/v0.7.1...v0.7.2 )
---
updated-dependencies:
- dependency-name: github.com/icinga/icinga-go-library
dependency-version: 0.7.2
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-06-17 09:33:01 +00:00
dependabot[bot]
fb24c7413c
build(deps): bump github.com/go-sql-driver/mysql in /tests
...
Bumps [github.com/go-sql-driver/mysql](https://github.com/go-sql-driver/mysql ) from 1.9.2 to 1.9.3.
- [Release notes](https://github.com/go-sql-driver/mysql/releases )
- [Changelog](https://github.com/go-sql-driver/mysql/blob/v1.9.3/CHANGELOG.md )
- [Commits](https://github.com/go-sql-driver/mysql/compare/v1.9.2...v1.9.3 )
---
updated-dependencies:
- dependency-name: github.com/go-sql-driver/mysql
dependency-version: 1.9.3
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-06-13 18:27:43 +00:00
Julian Brost
5c01c2c2d7
Merge pull request #964 from Icinga/streamline-redis-and-db-types
...
Drop some superfluous Redis -> DB value mappings
2025-06-10 14:38:34 +02:00
Yonas Habteab
6954dc4e6e
tests: fix SQL syntax error with postgres adapter
2025-06-10 14:16:14 +02:00
dependabot[bot]
94fc7668e3
build(deps): bump github.com/redis/go-redis/v9 in /tests
...
Bumps [github.com/redis/go-redis/v9](https://github.com/redis/go-redis ) from 9.9.0 to 9.10.0.
- [Release notes](https://github.com/redis/go-redis/releases )
- [Changelog](https://github.com/redis/go-redis/blob/master/CHANGELOG.md )
- [Commits](https://github.com/redis/go-redis/compare/v9.9.0...v9.10.0 )
---
updated-dependencies:
- dependency-name: github.com/redis/go-redis/v9
dependency-version: 9.10.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-06-06 18:24:58 +00:00
dependabot[bot]
156b4e7034
build(deps): bump golang.org/x/sync from 0.14.0 to 0.15.0 in /tests
...
Bumps [golang.org/x/sync](https://github.com/golang/sync ) from 0.14.0 to 0.15.0.
- [Commits](https://github.com/golang/sync/compare/v0.14.0...v0.15.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/sync
dependency-version: 0.15.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-06-06 07:53:41 +00:00
Yonas Habteab
c4a69d71b5
Move CommentType to history package & support both comment.entry_type formats
2025-06-05 14:35:53 +02:00
Yonas Habteab
b32379a1be
Make is_acknowledged a boolenum & add is_sticky_acknowledgement
2025-06-05 14:23:23 +02:00
dependabot[bot]
c36f2044b1
build(deps): bump github.com/icinga/icinga-go-library in /tests
...
Bumps [github.com/icinga/icinga-go-library](https://github.com/icinga/icinga-go-library ) from 0.7.0 to 0.7.1.
- [Commits](https://github.com/icinga/icinga-go-library/compare/v0.7.0...v0.7.1 )
---
updated-dependencies:
- dependency-name: github.com/icinga/icinga-go-library
dependency-version: 0.7.1
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-06-02 12:15:54 +00:00
dependabot[bot]
d115a553d9
build(deps): bump github.com/redis/go-redis/v9 in /tests
...
Bumps [github.com/redis/go-redis/v9](https://github.com/redis/go-redis ) from 9.8.0 to 9.9.0.
- [Release notes](https://github.com/redis/go-redis/releases )
- [Changelog](https://github.com/redis/go-redis/blob/master/CHANGELOG.md )
- [Commits](https://github.com/redis/go-redis/compare/v9.8.0...v9.9.0 )
---
updated-dependencies:
- dependency-name: github.com/redis/go-redis/v9
dependency-version: 9.9.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-05-27 18:29:26 +00:00
dependabot[bot]
f21a1c1957
build(deps): bump github.com/icinga/icinga-go-library in /tests
...
Bumps [github.com/icinga/icinga-go-library](https://github.com/icinga/icinga-go-library ) from 0.6.3 to 0.7.0.
- [Commits](https://github.com/icinga/icinga-go-library/compare/v0.6.3...v0.7.0 )
---
updated-dependencies:
- dependency-name: github.com/icinga/icinga-go-library
dependency-version: 0.7.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-05-27 12:42:11 +00:00
dependabot[bot]
ac955afc56
build(deps): bump golang.org/x/sync from 0.13.0 to 0.14.0 in /tests
...
Bumps [golang.org/x/sync](https://github.com/golang/sync ) from 0.13.0 to 0.14.0.
- [Commits](https://github.com/golang/sync/compare/v0.13.0...v0.14.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/sync
dependency-version: 0.14.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-05-05 18:41:09 +00:00
dependabot[bot]
44923bc71d
build(deps): bump github.com/redis/go-redis/v9 in /tests
...
Bumps [github.com/redis/go-redis/v9](https://github.com/redis/go-redis ) from 9.7.3 to 9.8.0.
- [Release notes](https://github.com/redis/go-redis/releases )
- [Changelog](https://github.com/redis/go-redis/blob/master/CHANGELOG.md )
- [Commits](https://github.com/redis/go-redis/compare/v9.7.3...v9.8.0 )
---
updated-dependencies:
- dependency-name: github.com/redis/go-redis/v9
dependency-version: 9.8.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-05-01 00:23:51 +00:00
dependabot[bot]
db26953bc9
build(deps): bump golang.org/x/net from 0.36.0 to 0.38.0 in /tests
...
Bumps [golang.org/x/net](https://github.com/golang/net ) from 0.36.0 to 0.38.0.
- [Commits](https://github.com/golang/net/compare/v0.36.0...v0.38.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/net
dependency-version: 0.38.0
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-04-16 23:24:40 +00:00
dependabot[bot]
adc17282f5
build(deps): bump github.com/go-sql-driver/mysql in /tests
...
Bumps [github.com/go-sql-driver/mysql](https://github.com/go-sql-driver/mysql ) from 1.9.1 to 1.9.2.
- [Release notes](https://github.com/go-sql-driver/mysql/releases )
- [Changelog](https://github.com/go-sql-driver/mysql/blob/master/CHANGELOG.md )
- [Commits](https://github.com/go-sql-driver/mysql/compare/v1.9.1...v1.9.2 )
---
updated-dependencies:
- dependency-name: github.com/go-sql-driver/mysql
dependency-version: 1.9.2
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-04-09 07:09:27 +00:00
Alvar
26ea14057e
Merge pull request #935 from Icinga/dependabot/go_modules/tests/golang.org/x/sync-0.13.0
...
build(deps): bump golang.org/x/sync from 0.12.0 to 0.13.0 in /tests
2025-04-08 07:31:45 +00:00
dependabot[bot]
afc4e73b87
build(deps): bump golang.org/x/sync from 0.12.0 to 0.13.0 in /tests
...
Bumps [golang.org/x/sync](https://github.com/golang/sync ) from 0.12.0 to 0.13.0.
- [Commits](https://github.com/golang/sync/compare/v0.12.0...v0.13.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/sync
dependency-version: 0.13.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-04-07 19:37:50 +00:00
dependabot[bot]
c207fd6b34
build(deps): bump github.com/icinga/icinga-go-library in /tests
...
Bumps [github.com/icinga/icinga-go-library](https://github.com/icinga/icinga-go-library ) from 0.6.1 to 0.6.3.
- [Commits](https://github.com/icinga/icinga-go-library/compare/v0.6.1...v0.6.3 )
---
updated-dependencies:
- dependency-name: github.com/icinga/icinga-go-library
dependency-version: 0.6.3
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-04-04 18:47:59 +00:00
Yonas Habteab
2356ffbed3
Add integration tests for dependency syncs
2025-04-04 12:16:14 +02:00