- 14 Oct, 2020 26 commits
-
-
Ryan McKinley committed
-
* Chore: Add dashboard-alt icon * Chore: use new Input component in Share Modal * Update packages/grafana-ui/src/types/icon.ts Co-authored-by: Ivana Huckova <30407135+ivanahuckova@users.noreply.github.com> * Update public/app/features/dashboard/components/ShareModal/ShareLink.tsx Co-authored-by: Ivana Huckova <30407135+ivanahuckova@users.noreply.github.com> * Update packages/grafana-ui/src/types/icon.ts Co-authored-by: Ivana Huckova <30407135+ivanahuckova@users.noreply.github.com> Co-authored-by: Ivana Huckova <30407135+ivanahuckova@users.noreply.github.com>
Giordano Ricci committed -
Agnès Toulet committed
-
Ryan McKinley committed
-
* Add short link functionality to Explore and Rich history * Update documentation * Implement short url for explore * Implement short link in Rich history * Update docs * Add error alert
Ivana Huckova committed -
* Variables: Fixes so constant set from url get completed state * Tests: fixes broken test
Hugo Häggmark committed -
* updated to latest version of api-documenter. * saved lockfile after upgrade. * adding yarn to docker environment. * adding packages to trigger paths. * added steps to workflow for generating docs. * reverted back to api-documenter 0.9.3
Marcus Andersson committed -
Dashboard: Fixed issue accessing horizontal table scrollbar when placed at bottom of dashboard (#28250)
Torkel Ödegaard committed -
* Gauge: Improve text sizing and support non threshold color modes * Updated tests
Torkel Ödegaard committed -
Marcus Andersson committed
-
Jack Westbrook committed
-
Hi - Added hyperlink to Data Source Proxy. Pls review and approve. Thanks, Ashish
ashishagarwal06 committed -
* Cloud monitoring: out-of-the-box dashboards * Remove redundant information related to dev account * Update docs/sources/features/datasources/cloudmonitoring.md Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com> * Rename JSON files * Fix docs * Fixe docs * Parameterise dashboards by CM datasource * Fix metric kind in CloudSQL dashboard * Set alias to instance name for GCE dashboard panels Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>
Sofia Papagiannaki committed -
* added steps to generate docs. * re-generated the drone.yml file. * removed metrics reporting from pr pipeline. * fixed spelling issues. * fixed so package generation should work. * some small refactorings. * fixed spelling error. * adding echo to verify that we execute the correct script. * removed echo statement. * changed scripts a bit. * added ci flag to script. * adding exit 1 * increased the limit. * added missing space. * fixed shellcheck error. * fixing lint errors. * renamed build step. * changed logic. * increased limit. * changed to echo instead of echo -e * fixed shellcheck errors. * trying to debug script, * trying to simplify the find statement. * fixed issue with text formatting on linux. * imported build step. * Update scripts/ci-reference-docs-lint.sh Co-authored-by: Arve Knudsen <arve.knudsen@gmail.com> * removed cleanup of packages. * increased limit. * will build frontend docs on master but not lint it. * will always run the linting step. Co-authored-by: Arve Knudsen <arve.knudsen@gmail.com>
Marcus Andersson committed -
Dashboard: Do not allow users without edit permission to a folder to see new dashboard page (#28249)
Torkel Ödegaard committed -
* openshift wip * Docker: switches from grafana group to root group * Docker: make group fully configurable * Docker: create custom grafana group if needed * Docker: removes duplicated group permission * Docker: more unneccesary changes
Leonard Gram committed -
* fixing so we will present a better error message when loading ad hoc filter variables. * added tests to verify url parsing. * added a test to make sure it works the oppisite way.
Marcus Andersson committed -
* intial frontend resolution/redirection logic * backend scaffolding * enough of the frontend to actually test end to end * bugfixes * add tests * cleanup * explore too hard for now * fix build * Docs: add docs * FE test * redirect directly from backend * validate incoming uids * add last_seen_at * format documentation * more documentation feedback * very shaky migration of get route to middleware * persist unix timestamps * add id, orgId to table * fixes for orgId scoping * whoops forgot the middleware * only redirect to absolute URLs under the AppUrl domain * move lookup route to /goto/:uid, stop manually setting 404 response code * renaming things according to PR feedback * tricky deletion * sneaky readd * fix test * more BE renaming * FE updates -- no more @ts-ignore hacking :) and accounting for subpath * Simplify code Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com> * Short URLs: Drop usage of bus Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com> * ShortURLService: Make injectable Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com> * Rename file Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com> * Add handling of url parsing and creating of full shortURL to backend * Update test, remove unused imports * Update pkg/api/short_urls.go Co-authored-by: Arve Knudsen <arve.knudsen@gmail.com> * Add correct import * Pass context to short url service * Remove not needed error log * Rename dto and field to denote URL rather than path * Update api docs based on feedback/suggestion * Rename files to singular * Revert to send relative path to backend * Fixes after review * Return dto when creating short URL that includes the full url Use full url to provide shorten URL to the user * Fix after review * Fix relative url path when creating new short url Co-authored-by: Arve Knudsen <arve.knudsen@gmail.com> Co-authored-by: Ivana <ivana.huckova@gmail.com> Co-authored-by: Ivana Huckova <30407135+ivanahuckova@users.noreply.github.com> Co-authored-by: Marcus Efraimsson <marcus.efraimsson@gmail.com>
Pete Davids committed -
* Use new editor * Add basic fields * Add labels * Add ids * Add ManualEntryEditor * Use tooltip prop * Switch to inline labels * Fix inline label tooltip position * Allow resetting max-width * Replace form inputs * Add random walk editor * separate editors * Add logs and endpoints fields * Add PredictablePulseEditor * Add CSVWaveEditor * Add grow prop * Add default query * Fix types * Fix manual editor * Fix type issues * Handle scenario change * Sort scenarios by label * Add ManualEditor test * Fix label height * test manual editor * Update test * Setup QueryEditor tests * Fix selected value * Connect CSVWaveEditor * Convert stream data to numbers * Fix random walk editor * Cleanup * Convert scenarios to ts * Remove extra icon styles * Minor tweaks * Update e2e tests * Remove useEffect * Add missing aria-labels * Use new button components
Alex Khomenko committed -
Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
Arve Knudsen committed -
Hi - Made minor change grafana to Grafana. Thanks, Ashish
ashishagarwal06 committed -
* Add new logql v2 functions * Fix autocompletion if missing ending } * Refactor operators regex, add pipe operator and tests * Add parsers * Update tests * Add parsers to suggestions, add test * Add operators to syntax * Create pipe operator autocomplete + highlighting + add tests * Add to documentation that pipe operations are available in in Loki 2.0+ * Update snapshot test * Update operators list, add regex quotes and move cursor * Fix spelling * Update documentation * Update
Ivana Huckova committed -
* NamedColors: Refactoring, performance improvements, and simplifications * More simplifification * Updated to use new function * Updates * Updates * Updated BarGauge to use fallback color intead of magic string * Updates * Fixed unused import
Torkel Ödegaard committed -
Hi - There is minor change grafana to Grafana in scripted-dashboards page. Thanks, Ashish
ashishagarwal06 committed -
Hi - Made minor change grafana to Grafana in More examples section. Thanks, Ashish
ashishagarwal06 committed -
* Azure: Fixes merging of requests with different Azure sources * Refactor: Changes return type
Hugo Häggmark committed
-
- 13 Oct, 2020 14 commits
-
-
Hi - Added Dot at the end of line to make it consistent. Thanks, Ashish
ashishagarwal06 committed -
* Build: handles verify-repos failures correctly * shellcheck
Leonard Gram committed -
Hi - Added Dot(.) to end the paragraph. Thanks
ashishagarwal06 committed -
* Add tempo datasource, mostly copy of jaeger datasource code * Add label to input field * Add logo * Remove access option from configuration * Add white space to field label * Add documentation * Fix link in docs * Update public/app/plugins/datasource/tempo/ConfigEditor.tsx Co-authored-by: Zoltán Bedi <zoltan.bedi@gmail.com> * Update public/app/plugins/datasource/tempo/QueryField.tsx Co-authored-by: Zoltán Bedi <zoltan.bedi@gmail.com> * Add data source to the docs menu * Add simple implementation for testDatasource * Wording updates to the docs. Co-authored-by: Zoltán Bedi <zoltan.bedi@gmail.com>
Andrej Ocenas committed -
Hi - I have added hyperlink to Prometheus. Pls review and merge. Thanks, Ashish
ashishagarwal06 committed -
* Use latest @grafana/eslint-config * Version bump
Steven Vachon committed -
Torkel Ödegaard committed
-
Hi, I have added hyperlink to alert notification for quick redirection. Thanks, Ashish
ashishagarwal06 committed -
* Use latest @grafana/eslint-config * Updated lockfile
Steven Vachon committed -
Sofia Papagiannaki committed
-
Removal of repeated words
Nitesh Koushik S committed -
* Added link to Plugins HI - Added link to Plugins for quick redirection Thanks, Ashish * Update configuration.md
ashishagarwal06 committed -
Hi - Added Dot(.) at the end of line. Thanks, Ashish
ashishagarwal06 committed -
Hi - I have observed Dot(.) is missing in many places of paragraphs in document. So raising this PR. Added Dot(.) to below line This page shows how to use regex to filter/modify values in the variable dropdown. Thanks, Ashish
ashishagarwal06 committed
-