oncall-engine/grafana-plugin
Michael Derynck cdb2946b70
fix: disable recaptcha when site key is not set (#5451)
# What this PR does
Although recaptcha verification is disabled by default on the backend
for OSS installs, the plugin was still making use of the site key and
trying to load recaptcha. As that recaptcha site was removed this no
longer works. The updated plugin code will skip recaptcha verification
if it does not have a site key set.

## Which issue(s) this PR closes

Related to #5449

## Checklist

- [ ] Unit, integration, and e2e (if applicable) tests updated
- [x] Documentation added (or `pr:no public docs` PR label added if not
required)
- [x] Added the relevant release notes label (see labels prefixed w/
`release:`). These labels dictate how your PR will
    show up in the autogenerated release notes.

---------

Co-authored-by: GitHub Actions <actions@github.com>
2025-02-14 14:30:08 +00:00
..
.config Migrate react-router to v6 (#4703) 2024-07-26 10:36:20 +00:00
e2e-tests Back merge irm (#5098) 2024-10-01 12:59:24 +00:00
pkg ci: update oss plugin release process (#5051) 2024-09-23 11:56:16 -04:00
src fix: disable recaptcha when site key is not set (#5451) 2025-02-14 14:30:08 +00:00
tools/eslint-rules address outstanding CVEs + remove plop from grafana-plugin/ (#4871) 2024-08-20 10:29:01 -04:00
.bra.toml [IRM] - changes to get incident working in IRM plugin (#4987) 2024-09-05 17:50:08 +00:00
.dockerignore move ms teams related models, containers, components etc to oncall (#3594) 2024-01-08 10:50:19 +00:00
.eslintignore generate types, create http client and add exemplary usage (#3384) 2023-11-29 05:16:13 +00:00
.eslintrc.js Fixed deprecated imports of H/VGroup in favor of Stack (#4897) 2024-08-27 09:37:30 +00:00
.gitignore chore: Switch to pnpm + adjust to IRM (#4969) 2024-09-02 12:48:23 +00:00
.prettierrc.js Migrate from grafana-toolkit to grafana plugin tools (#3837) 2024-02-21 07:49:10 -07:00
.stylelintrc add selector-max-type stylelint rule 2022-11-02 11:44:42 +00:00
CHANGELOG.md chore: back merge irm (#5111) 2024-10-02 10:34:21 +00:00
Dockerfile.dev chore: Switch to pnpm + adjust to IRM (#4969) 2024-09-02 12:48:23 +00:00
go.mod Back merge irm (#5098) 2024-10-01 12:59:24 +00:00
go.sum Back merge irm (#5098) 2024-10-01 12:59:24 +00:00
jest.config.js fix tests and types generator (#4746) 2024-07-26 15:59:55 +00:00
jest.setup.ts Chore: Remove topnav references (#5092) 2024-09-30 16:22:04 +00:00
knip.json Configure knip and remove dead code (#3999) 2024-03-06 08:06:03 +00:00
LICENSE World, meet OnCall! 2022-06-03 08:09:47 -06:00
Magefile.go New OnCall plugin initialization process (#4657) 2024-08-16 16:43:52 +00:00
package.json chore: back merge irm (#5111) 2024-10-02 10:34:21 +00:00
playwright.config.ts test: use 4 workers, disable timezone test (#5044) 2024-09-19 11:25:17 +00:00
pnpm-lock.yaml Back merge irm (#5098) 2024-10-01 12:59:24 +00:00
README.md move some grafana-plugin/README contents (#3525) 2023-12-08 10:30:01 -05:00
tsconfig.json chore: Switch to pnpm + adjust to IRM (#4969) 2024-09-02 12:48:23 +00:00
webpack.config.ts chore: always point livereload to localhost (#5029) 2024-09-17 15:11:30 +00:00

Grafana OnCall

Developer-Friendly Alert Management with Brilliant Slack Integration

  • Connect monitoring systems
  • Collect and analyze data
  • On-call rotation
  • Automatic escalation
  • Never miss alerts with calls and SMS

Documentation