ajax-panel icon indicating copy to clipboard operation
ajax-panel copied to clipboard

Ajax Panel Plugin for Grafana

Results 61 ajax-panel issues
Sort by recently updated
recently updated
newest added

Bumps [terser](https://github.com/terser/terser) from 4.8.0 to 4.8.1. Changelog Sourced from terser's changelog. v4.8.1 (backport) Security fix for RegExps that should not be evaluated (regexp DDOS) Commits See full diff in compare...

dependencies

I'm testing Ajax plugin to grab some snapshots from a surveillance server through its API. I have it all set up and working but I need to enter user and...

Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.14.4 to 1.14.8. Commits 3d81dc3 Release version 1.14.8 of the npm package. 62e546a Drop confidential headers across schemes. 2ede36d Release version 1.14.7 of the npm package. 8b347cb...

dependencies

After updating to grafana 8 I have found that my iframes are no longer loading if they have `ctrl.range.from.format("x")` or `ctrl.range.to.format("x")` in them. The `template` parameters are still working ok....

Thank you @ryantxu for creating this amazing Panel and making it available to the Open Source Community. I will like to report that the AJAX Panel v0.1.0 is not working...

package main import ( “fmt” “net/http” “github.com/gorilla/mux” ) func showRecord(w http.ResponseWriter, r *http.Request) { out :=“Hello World” w.Header().Set(“Content-Type”, “text/plain”) fmt.Fprintf(w,out) } func handleRequests() { router :=mux.NewRouter() router.HandleFunc("/dashboard/show",showRecord).Methods(“GET”) http.ListenAndServe(":8080", router) }...

Hi @ryantxu Thank you for this cool panel, it's very useful for many use-cases :) The version currently available on grafana website (0.7.0-dev) hasn't been updated for a while and...

Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=path-parse&package-manager=npm_and_yarn&previous-version=1.0.6&new-version=1.0.7)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

Bumps [postcss](https://github.com/postcss/postcss) from 7.0.35 to 7.0.36. Release notes Sourced from postcss's releases. 7.0.36 Backport ReDoS vulnerabilities from PostCSS 8. Changelog Sourced from postcss's changelog. 7.0.36 Backport ReDoS vulnerabilities from PostCSS...

dependencies