-
Notifications
You must be signed in to change notification settings - Fork 1
Comparing changes
Open a pull request
base repository: nobl9/nobl9-go
base: v0.83.0
head repository: nobl9/nobl9-go
compare: v0.84.0
Commits on Jul 18, 2024
-
chore: Add SLO end-to-end tests (#494)
Added SLO end-to-end tests. The bigger object batches are run in batches, unfortunately for some of the objects it is not possible to run multiple `apply` operations concurrently, so we need to do it synchronously. The tested SLOs operate on static Agent and Direct sets which are applied before each test but do are not removed after the tests finish, they also have static names and project, so the apply will not create any new objects if they were already applied. ## Extra changes - switched SLO examples to use Agent instead of Direct as this is safer, since not all integrations support Direct mode - minor issues with Agent and Direct examples - fixed `docgen` which was not working with the current examples - fixed bad over total metric examples which were generated incorrectly - added new line in `http.go` for retry log which was there once before but got removed by accident
Configuration menu - View commit details
-
Copy full SHA for 4a6a10e - Browse repository at this point
Copy the full SHA 4a6a10eView commit details
Commits on Jul 22, 2024
-
chore: Update dependency cspell to v8.12.1 (#496)
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [cspell](https://streetsidesoftware.github.io/cspell/) ([source](https://togithub.com/streetsidesoftware/cspell/tree/HEAD/packages/cspell)) | [`8.11.0` -> `8.12.1`](https://renovatebot.com/diffs/npm/cspell/8.11.0/8.12.1) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>streetsidesoftware/cspell (cspell)</summary> ### [`v8.12.1`](https://togithub.com/streetsidesoftware/cspell/blob/HEAD/packages/cspell/CHANGELOG.md#small8121-2024-07-22-small) [Compare Source](https://togithub.com/streetsidesoftware/cspell/compare/v8.11.0...v8.12.1) - fix: make sure the version is up to date ([f6ab018](https://togithub.com/streetsidesoftware/cspell/commit/f6ab018)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - "after 10pm every weekday,before 5am every weekday,every weekend" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View the [repository job log](https://developer.mend.io/github/nobl9/nobl9-go). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MzguMCIsInVwZGF0ZWRJblZlciI6IjM3LjQzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiLCJqYXZhc2NyaXB0IiwicmVub3ZhdGUiXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 966b51d - Browse repository at this point
Copy the full SHA 966b51dView commit details
Commits on Jul 24, 2024
-
chore: Update dependency yaml to v2.5.0 (#497)
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [yaml](https://eemeli.org/yaml/) ([source](https://togithub.com/eemeli/yaml)) | [`2.4.5` -> `2.5.0`](https://renovatebot.com/diffs/npm/yaml/2.4.5/2.5.0) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>eemeli/yaml (yaml)</summary> ### [`v2.5.0`](https://togithub.com/eemeli/yaml/compare/v2.4.5...v2.5.0) [Compare Source](https://togithub.com/eemeli/yaml/compare/v2.4.5...v2.5.0) </details> --- ### Configuration 📅 **Schedule**: Branch creation - "after 10pm every weekday,before 5am every weekday,every weekend" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View the [repository job log](https://developer.mend.io/github/nobl9/nobl9-go). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MzguMCIsInVwZGF0ZWRJblZlciI6IjM3LjQzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiLCJqYXZhc2NyaXB0IiwicmVub3ZhdGUiXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 4512294 - Browse repository at this point
Copy the full SHA 4512294View commit details
Commits on Jul 25, 2024
-
chore: Allow sequential apply/delete execution for end-to-end tests (#…
…498) ## Motivation Since we're currently running into concurrency problems, we need to be able to constrain parallelism of apply/delete operations on demand. ## Testing ```shell export NOBL9_SDK_TEST_RUN_SEQUENTIAL_APPLY_AND_DELETE=true make test/e2e ``` https://github.com/nobl9/nobl9-go/actions/runs/10095740091
Configuration menu - View commit details
-
Copy full SHA for b3c4b77 - Browse repository at this point
Copy the full SHA b3c4b77View commit details
Commits on Jul 26, 2024
-
chore: Add Alert Silence end-to-end tests (#499)
Added v1alpha `AlertSilence` end-to-end tests.
Configuration menu - View commit details
-
Copy full SHA for 5088224 - Browse repository at this point
Copy the full SHA 5088224View commit details -
chore: Add Data Export end-to-end tests (#500)
Adds v1alpha `DataExport` e2e tests.
Configuration menu - View commit details
-
Copy full SHA for ae9b21d - Browse repository at this point
Copy the full SHA ae9b21dView commit details
Commits on Jul 29, 2024
-
chore: Add Annotations end-to-end tests (#501)
Adds v1alpha `Annotation` e2e tests.
Configuration menu - View commit details
-
Copy full SHA for 415cba1 - Browse repository at this point
Copy the full SHA 415cba1View commit details
Commits on Jul 30, 2024
-
feat: PC-13028 Support Azure Monitor managed service for Prometheus i…
…n Direct (#449) Support new integration with Azure Monitor managed service for Prometheus in Direct mode
Configuration menu - View commit details
-
Copy full SHA for cb65251 - Browse repository at this point
Copy the full SHA cb65251View commit details -
fix: Fix tests for Azure Prometheus Direct [PC-13028] (#504)
Fix failing tests for Azure Prometheus
Configuration menu - View commit details
-
Copy full SHA for 22b7418 - Browse repository at this point
Copy the full SHA 22b7418View commit details -
chore: Update dependency cspell to v8.13.0 (#508)
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [cspell](https://streetsidesoftware.github.io/cspell/) ([source](https://togithub.com/streetsidesoftware/cspell/tree/HEAD/packages/cspell)) | [`8.12.1` -> `8.13.0`](https://renovatebot.com/diffs/npm/cspell/8.12.1/8.13.0) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>streetsidesoftware/cspell (cspell)</summary> ### [`v8.13.0`](https://togithub.com/streetsidesoftware/cspell/blob/HEAD/packages/cspell/CHANGELOG.md#8130-2024-07-30) [Compare Source](https://togithub.com/streetsidesoftware/cspell/compare/v8.12.1...v8.13.0) - chore: Update Integration Test Performance Data ([#​6011](https://togithub.com/streetsidesoftware/cspell/issues/6011)) ([135838a](https://togithub.com/streetsidesoftware/cspell/commit/135838a)), closes [#​6011](https://togithub.com/streetsidesoftware/cspell/issues/6011) </details> --- ### Configuration 📅 **Schedule**: Branch creation - "after 10pm every weekday,before 5am every weekday,every weekend" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View the [repository job log](https://developer.mend.io/github/nobl9/nobl9-go). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40NDAuNyIsInVwZGF0ZWRJblZlciI6IjM3LjQ0MC43IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiLCJqYXZhc2NyaXB0IiwicmVub3ZhdGUiXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 0751b17 - Browse repository at this point
Copy the full SHA 0751b17View commit details
Commits on Jul 31, 2024
-
Synced the following files: - .golangci.yml - .github/renovate.json5 - .github/scripts/release-notes.sh Root repository ref: https://github.com/nobl9/go-repo-template Pull request generated by [gitsync](https://github.com/nieomylnieja/gitsync)
Configuration menu - View commit details
-
Copy full SHA for d663548 - Browse repository at this point
Copy the full SHA d663548View commit details
Commits on Aug 1, 2024
-
chore: Update developer docs and examples (#509)
- Update developer docs - Add test for making sure each new `manifest.Object` has generated examples - Add `UserGroup` to non-applicable objects
Configuration menu - View commit details
-
Copy full SHA for b75e9ca - Browse repository at this point
Copy the full SHA b75e9caView commit details
Commits on Aug 2, 2024
-
chore: Update dependency cspell to v8.13.1 (#511)
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [cspell](https://streetsidesoftware.github.io/cspell/) ([source](https://togithub.com/streetsidesoftware/cspell/tree/HEAD/packages/cspell)) | [`8.13.0` -> `8.13.1`](https://renovatebot.com/diffs/npm/cspell/8.13.0/8.13.1) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>streetsidesoftware/cspell (cspell)</summary> ### [`v8.13.1`](https://togithub.com/streetsidesoftware/cspell/blob/HEAD/packages/cspell/CHANGELOG.md#small8131-2024-08-02-small) [Compare Source](https://togithub.com/streetsidesoftware/cspell/compare/v8.13.0...v8.13.1) - chore: Update Integration Test Performance Data ([#​6028](https://togithub.com/streetsidesoftware/cspell/issues/6028)) ([738d2a9](https://togithub.com/streetsidesoftware/cspell/commit/738d2a9)), closes [#​6028](https://togithub.com/streetsidesoftware/cspell/issues/6028) </details> --- ### Configuration 📅 **Schedule**: Branch creation - "after 10pm every weekday,before 5am every weekday,every weekend" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View the [repository job log](https://developer.mend.io/github/nobl9/nobl9-go). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40NDAuNyIsInVwZGF0ZWRJblZlciI6IjM3LjQ0MC43IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiLCJqYXZhc2NyaXB0IiwicmVub3ZhdGUiXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 1106a0d - Browse repository at this point
Copy the full SHA 1106a0dView commit details
Commits on Aug 6, 2024
-
feat: PC-13263 Add Report kind (#495)
## Summary Add Report kind for creating, updating and deleting reports. Only System Health Review report type is supported. ## Release Notes New `Report` kind for handling creating, updating and deleting reports. Only System Health Review report type is currently supported. This feature is currently in early access, and is available only on demand. If you want to utilize SDK for reports management, please reach out to Nobl9 Support. --------- Co-authored-by: lukasz-dobek <lukasz.dobek@nobl9.com>
Configuration menu - View commit details
-
Copy full SHA for c739a50 - Browse repository at this point
Copy the full SHA c739a50View commit details -
chore: Update module golang.org/x/tools/cmd/goimports to v0.24.0 (#512)
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | golang.org/x/tools/cmd/goimports | `v0.23.0` -> `v0.24.0` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | --- ### Configuration 📅 **Schedule**: Branch creation - "after 10pm every weekday,before 5am every weekday,every weekend" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View the [repository job log](https://developer.mend.io/github/nobl9/nobl9-go). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xOC4xNyIsInVwZGF0ZWRJblZlciI6IjM4LjE4LjE3IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiLCJyZW5vdmF0ZSJdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 97658dc - Browse repository at this point
Copy the full SHA 97658dcView commit details
Commits on Aug 7, 2024
-
fix: Removing redundant validation in LogicMonitor [PC-13783] (#514)
## Release Notes Removing redundant validation for `ClientID` and `ClientSecret` in Logic Monitor
Configuration menu - View commit details
-
Copy full SHA for 70e68d0 - Browse repository at this point
Copy the full SHA 70e68d0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1f71b3f - Browse repository at this point
Copy the full SHA 1f71b3fView commit details
Commits on Aug 8, 2024
-
chore: Update dependency cspell to v8.13.2 (#515)
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [cspell](https://streetsidesoftware.github.io/cspell/) ([source](https://togithub.com/streetsidesoftware/cspell/tree/HEAD/packages/cspell)) | [`8.13.1` -> `8.13.2`](https://renovatebot.com/diffs/npm/cspell/8.13.1/8.13.2) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>streetsidesoftware/cspell (cspell)</summary> ### [`v8.13.2`](https://togithub.com/streetsidesoftware/cspell/blob/HEAD/packages/cspell/CHANGELOG.md#small8132-2024-08-08-small) [Compare Source](https://togithub.com/streetsidesoftware/cspell/compare/v8.13.1...v8.13.2) - chore: Update Integration Test Performance Data ([#​6060](https://togithub.com/streetsidesoftware/cspell/issues/6060)) ([c766d18](https://togithub.com/streetsidesoftware/cspell/commit/c766d18)), closes [#​6060](https://togithub.com/streetsidesoftware/cspell/issues/6060) </details> --- ### Configuration 📅 **Schedule**: Branch creation - "after 10pm every weekday,before 5am every weekday,every weekend" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View the [repository job log](https://developer.mend.io/github/nobl9/nobl9-go). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4yMC4xIiwidXBkYXRlZEluVmVyIjoiMzguMjAuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIiwiamF2YXNjcmlwdCIsInJlbm92YXRlIl19--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for dd4d013 - Browse repository at this point
Copy the full SHA dd4d013View commit details
Commits on Aug 12, 2024
-
chore: Update dependency cspell to v8.13.3 (#517)
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [cspell](https://streetsidesoftware.github.io/cspell/) ([source](https://togithub.com/streetsidesoftware/cspell/tree/HEAD/packages/cspell)) | [`8.13.2` -> `8.13.3`](https://renovatebot.com/diffs/npm/cspell/8.13.2/8.13.3) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>streetsidesoftware/cspell (cspell)</summary> ### [`v8.13.3`](https://togithub.com/streetsidesoftware/cspell/blob/HEAD/packages/cspell/CHANGELOG.md#small8133-2024-08-12-small) [Compare Source](https://togithub.com/streetsidesoftware/cspell/compare/v8.13.2...v8.13.3) - chore: Update Integration Test Performance Data ([#​6079](https://togithub.com/streetsidesoftware/cspell/issues/6079)) ([dd28ef5](https://togithub.com/streetsidesoftware/cspell/commit/dd28ef5)), closes [#​6079](https://togithub.com/streetsidesoftware/cspell/issues/6079) </details> --- ### Configuration 📅 **Schedule**: Branch creation - "after 10pm every weekday,before 5am every weekday,every weekend" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View the [repository job log](https://developer.mend.io/github/nobl9/nobl9-go). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4yMC4xIiwidXBkYXRlZEluVmVyIjoiMzguMjAuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIiwiamF2YXNjcmlwdCIsInJlbm92YXRlIl19--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for c7f18b6 - Browse repository at this point
Copy the full SHA c7f18b6View commit details
Commits on Aug 13, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 37596ab - Browse repository at this point
Copy the full SHA 37596abView commit details -
chore: PC-13744 Composite SLOs in examples and SDK e2e tests (#516)
## Motivation Recently added SDK e2e tests were developed when Composite SLOs were not released yet. We need to close that test coverage gap. ## Summary The code that generates examples of SLOs now includes all variants for Composite SLOs. Few cases required special handling: * Composite SLOs don't have `indicator` section and don't have an association with data sources * Composite SLOs depend on other SLOs. Normal SLOs depend only on objects of other kinds. YAML examples were regenerated from updated code. `Makefile` contains small improvement that when running e2e tests locally `NOBL9_SDK_TEST_RUN_SEQUENTIAL_APPLY_AND_DELETE` env var is set to `true`, because usually, tests run locally are run against smaller and slower dev environments. Fixed `check/generate` target in `Makefile` that was not checking generated yaml examples. ## Testing Locally: ``` make test/e2e ``` Run "End-to-end tests dispatch" workflow with and without sequential requests option: https://github.com/nobl9/nobl9-go/actions/runs/10355310664/job/28662650970 https://github.com/nobl9/nobl9-go/actions/runs/10355329422/job/28662712884
Configuration menu - View commit details
-
Copy full SHA for c2e5c03 - Browse repository at this point
Copy the full SHA c2e5c03View commit details -
fix: PC-13744 Removed anomaly config from composite e2e test (#520)
## Summary Removed anomaly config from composite tests
Configuration menu - View commit details
-
Copy full SHA for abca389 - Browse repository at this point
Copy the full SHA abca389View commit details
Commits on Aug 14, 2024
-
chore: Update dependency golangci/golangci-lint to v1.60.1 (#521)
[](https://renovatebot.com) This PR contains the following updates: | Package | Update | Change | |---|---|---| | [golangci/golangci-lint](https://togithub.com/golangci/golangci-lint) | minor | `v1.59.1` -> `v1.60.1` | --- ### Release Notes <details> <summary>golangci/golangci-lint (golangci/golangci-lint)</summary> ### [`v1.60.1`](https://togithub.com/golangci/golangci-lint/compare/v1.60.0...v1.60.1) [Compare Source](https://togithub.com/golangci/golangci-lint/compare/v1.59.1...v1.60.1) </details> --- ### Configuration 📅 **Schedule**: Branch creation - "after 10pm every weekday,before 5am every weekday,every weekend" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View the [repository job log](https://developer.mend.io/github/nobl9/nobl9-go). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4yNi4xIiwidXBkYXRlZEluVmVyIjoiMzguMjYuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIiwicmVub3ZhdGUiXX0=--> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Mateusz Hawrus <mateusz.hawrus@nobl9.com>
Configuration menu - View commit details
-
Copy full SHA for dc8fab2 - Browse repository at this point
Copy the full SHA dc8fab2View commit details
Commits on Aug 17, 2024
-
chore: Update dependency cspell to v8.14.1 (#522)
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [cspell](https://streetsidesoftware.github.io/cspell/) ([source](https://togithub.com/streetsidesoftware/cspell/tree/HEAD/packages/cspell)) | [`8.13.3` -> `8.14.1`](https://renovatebot.com/diffs/npm/cspell/8.13.3/8.14.1) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>streetsidesoftware/cspell (cspell)</summary> ### [`v8.14.1`](https://togithub.com/streetsidesoftware/cspell/blob/HEAD/packages/cspell/CHANGELOG.md#small8141-2024-08-17-small) [Compare Source](https://togithub.com/streetsidesoftware/cspell/compare/v8.13.3...v8.14.1) - fix: Fix publishing ([8a56148](https://togithub.com/streetsidesoftware/cspell/commit/8a56148)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - "after 10pm every weekday,before 5am every weekday,every weekend" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View the [repository job log](https://developer.mend.io/github/nobl9/nobl9-go). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4yNi4xIiwidXBkYXRlZEluVmVyIjoiMzguMjYuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIiwiamF2YXNjcmlwdCIsInJlbm92YXRlIl19--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for a2a4e66 - Browse repository at this point
Copy the full SHA a2a4e66View commit details
Commits on Aug 19, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 7579676 - Browse repository at this point
Copy the full SHA 7579676View commit details -
feat: add Replay support to Logic Monitor (#510)
## Motivation Adds Replay support to Logic Monitor data source. ## Summary Adds Logic Monitor to Agent and Direct max duration retrieval definitions. ## Release Notes Adds Replay support to Logic Monitor data source.
Configuration menu - View commit details
-
Copy full SHA for 6024cba - Browse repository at this point
Copy the full SHA 6024cbaView commit details
Commits on Aug 21, 2024
-
chore: Update dependency cspell to v8.14.2 (#524)
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [cspell](https://streetsidesoftware.github.io/cspell/) ([source](https://togithub.com/streetsidesoftware/cspell/tree/HEAD/packages/cspell)) | [`8.14.1` -> `8.14.2`](https://renovatebot.com/diffs/npm/cspell/8.14.1/8.14.2) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>streetsidesoftware/cspell (cspell)</summary> ### [`v8.14.2`](https://togithub.com/streetsidesoftware/cspell/blob/HEAD/packages/cspell/CHANGELOG.md#small8142-2024-08-20-small) [Compare Source](https://togithub.com/streetsidesoftware/cspell/compare/v8.14.1...v8.14.2) - chore: Update Integration Test Performance Data ([#​6126](https://togithub.com/streetsidesoftware/cspell/issues/6126)) ([012c897](https://togithub.com/streetsidesoftware/cspell/commit/012c897)), closes [#​6126](https://togithub.com/streetsidesoftware/cspell/issues/6126) </details> --- ### Configuration 📅 **Schedule**: Branch creation - "after 10pm every weekday,before 5am every weekday,every weekend" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View the [repository job log](https://developer.mend.io/github/nobl9/nobl9-go). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4yNi4xIiwidXBkYXRlZEluVmVyIjoiMzguMjYuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIiwiamF2YXNjcmlwdCIsInJlbm92YXRlIl19--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for f2f7faf - Browse repository at this point
Copy the full SHA f2f7fafView commit details
Commits on Aug 22, 2024
-
feat: PC-13831 unique SLOs validation and test (#526)
## Release Notes Added BudgetAdjustment validation for unique SLOs in filters
Configuration menu - View commit details
-
Copy full SHA for b988a29 - Browse repository at this point
Copy the full SHA b988a29View commit details
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.