Jack Baldry
66b54e2dbd
Replace ambiguous relrefs with partial URIs to prevent 404s ( #62468 )
...
* Replace ambiguous relrefs with partial URIs to prevent 404s
Signed-off-by: Jack Baldry <jack.baldry@grafana.com>
* Fix local builds that depend on latest content
Signed-off-by: Jack Baldry <jack.baldry@grafana.com>
* Fix broken relref
Signed-off-by: Jack Baldry <jack.baldry@grafana.com>
---------
Signed-off-by: Jack Baldry <jack.baldry@grafana.com>
2023-01-30 12:48:12 +00:00
Ryan McKinley
0d2a786816
Schema: Add schema for library panels ( #62169 )
2023-01-30 04:14:12 +00:00
Matthew Jacobson
c006df375a
Alerting: Create endpoints for exporting in provisioning file format ( #58623 )
...
This adds provisioning endpoints for downloading alert rules and alert rule groups in a
format that is compatible with file provisioning. Each endpoint supports both json and
yaml response types via Accept header as well as a query parameter
download=true/false that will set Content-Disposition to recommend initiating a download
or inline display.
This also makes some package changes to keep structs with potential to drift closer
together. Eventually, other alerting file structs should also move into this new file
package, but the rest require some refactoring that is out of scope for this PR.
2023-01-27 11:39:16 -05:00
Dominik Prokop
d4015602ca
Dashboard schema: Update default value for timezone ( #62340 )
2023-01-27 15:43:13 +00:00
Dominik Prokop
83199c4bf5
Dashboard schema: Review and mature timezone property ( #62090 )
...
* Review and mature timezone property of Dashboard kind
* Update timezone type
2023-01-27 07:13:33 -08:00
Victor Marin
1464dd4095
Re-add RowHeight option to StatusHistory ( #62293 )
2023-01-27 12:52:32 +02:00
Andrej Ocenas
039b30b1ea
NodeGraph: Schema for panel options ( #62121 )
2023-01-26 18:02:41 +01:00
Will Browne
42732539ed
TestData: Introduce schema types ( #62130 )
...
* schematize data query
* add the stuff you dingus
* feat(testdatasource): add scenario to generated types
* use generated testdata query in frontend
* update code owners
* Add path exception for testdata datasource
* use specific numeric data types
* fix test
* fix e2e smoketest
* add test data query type
* use test data query type
* fix betterer
* Fix typo
* move to experimental
Co-authored-by: Alex Khomenko <Clarity-89@users.noreply.github.com>
Co-authored-by: Jack Westbrook <jack.westbrook@gmail.com>
Co-authored-by: Marcus Efraimsson <marcus.efraimsson@gmail.com>
Co-authored-by: sam boyer <sdboyer@grafana.com>
Co-authored-by: Alex Khomenko <Clarity-89@users.noreply.github.com>
2023-01-26 15:31:34 +00:00
Ezequiel Victorero
354f6d9e23
Schema: Create PublicDashboard core kind ( #62155 )
2023-01-26 10:51:00 -03:00
Dominik Prokop
b9a1d8e5f9
Dashboard schema: Review and mature refresh property ( #62104 )
...
* Review and mature refresh property
* Update type
* Update report
2023-01-26 01:45:12 -08:00
Victor Marin
6a93c77082
Refactor state timeline/status history to cue model and refactor TimelineChart
component ( #61631 )
...
* Adapt state timeline to scuemata
* Refactor status history to cue model
* Refactor
* Refactor TimelineChart as a core component
* wip
* Change as per CR
Co-authored-by: sam boyer <sdboyer@grafana.com>
2023-01-26 07:03:59 +00:00
Oscar Kilhed
f3aa058886
XY Panel: Add and use schema for XY Panel configuration ( #62148 )
...
* Add schema for XYChart
* Minor cleanup
* remove unessecary fields from ScatterFieldConfigVeneer, and cleaning up more
* Fix counts
Co-authored-by: sam boyer <sdboyer@grafana.com>
2023-01-25 22:29:07 +00:00
sam boyer
4a1d418157
Kindsys: Simpler PascalCase name handling ( #62150 )
2023-01-25 20:29:10 +00:00
Ryan McKinley
a0405912a8
Preferences: Add preferences kind and remove unused navbar settings ( #59621 )
2023-01-25 11:00:32 -08:00
Gabriel MABILLE
f99523048a
Schema: Covering service accounts Core Kind ( #62091 )
...
* Adding service accounts schema
Co-authored-by: Eric Leijonmarck <eric.leijonmarck@gmail.com>
* Change metadata field
Co-authored-by: Eric Leijonmarck <eric.leijonmarck@gmail.com>
* Merging the two DTOs into one schema
Co-authored-by: Eric Leijonmarck <eric.leijonmarck@gmail.com>
* Eric dedup things
Co-authored-by: Eric Leijonmarck <eric.leijonmarck@gmail.com>
* Add optional to teams/created/updated
Co-authored-by: Eric Leijonmarck <eric.leijonmarck@gmail.com>
* Lower case the OrgId
Co-authored-by: Eric Leijonmarck <eric.leijonmarck@gmail.com>
Co-authored-by: Eric Leijonmarck <eric.leijonmarck@gmail.com>
2023-01-25 18:07:00 +01:00
Alexa V
85bf098fdb
Dashboard schema: Review and mature fiscalYearStartMonth property ( #62105 )
2023-01-25 13:28:13 +00:00
Esteban Beltran
cebd71cc36
Docs: Update publish a plugin FAQ to cover more common questions ( #62001 )
2023-01-25 08:19:32 +00:00
Tania
3324be6fda
Docs: Fix schema attributes formatting in schema docs ( #62016 )
...
Docs: Fix schema attributes formatting
2023-01-24 17:53:22 +01:00
Alex Khomenko
18e0a060e6
AlertGroups: Generate models.gen.ts from models.cue ( #61227 )
...
* AlertGroups: Generate models.gen.ts from models.cue
* Update structure
* Update report
* Fix filenames
* Add missing file
2023-01-24 13:46:35 +02:00
Timur Olzhabayev
7ebbd01688
Linking criteria and adding file and env variables access ( #61830 )
...
* Linking criteria and adding file and env variables access
* Formatting
* Update docs/sources/developers/plugins/publish-a-plugin.md
Co-authored-by: Marcus Efraimsson <marcus.efraimsson@gmail.com>
Co-authored-by: Marcus Efraimsson <marcus.efraimsson@gmail.com>
2023-01-24 07:37:56 +00:00
Victor Marin
e6aaabed4d
Docs: Update visualization and barchart panels ( #61474 )
...
* Update docs
* Regen cue model for barchart
* Fix docs
* models.cue renamed to composable_panelcfg.cue
* Rename 'Bar' to 'x-axis' in options UI
* run gen-cue
2023-01-23 10:49:41 +02:00
Tania
5f93e67419
Codegen: Generate docs for composable kinds ( #61719 )
...
* Generate docs for composable kinds
* Fix getting the kind schema
* Generate composable kinds docs
* Add disclaimer to the generated docs
* Change docs disclaimer
2023-01-22 18:58:49 -05:00
George Robinson
d4256b352d
Docs: Rename Message templates to Notification templates ( #59477 )
...
This commit renames "Message templates" to "Notification templates"
in the user interface as it suggests that these templates cannot
be used to template anything other than the message. However, message
templates are much more general and can be used to template other fields
too such as the subject of an email, or the title of a Slack message.
2023-01-18 17:26:34 +00:00
sam boyer
61d8ab71a3
Dashboards: Promote dashboard kind to experimental maturity ( #61693 )
2023-01-18 11:36:35 -05:00
Tania
045a12047f
Codegen: Generate per-kind reference docs ( #60416 )
...
* Add docs generator
* Add json-to-md conversion
* Fix lint issues
* Remove check for kind type
* Disable prettier for generated docs
* Use schema ref names as identifiers for links & headers
* Display the default value (if so) in the description
* Undo 'draft:false' introduced by mistake
* Update pkg/codegen/jenny_docs.go
Co-authored-by: Jack Baldry <jack.baldry@grafana.com>
* Undraft and unlist kinds documentation (#61476 )
* Support running containers without root daemon
Signed-off-by: Jack Baldry <jack.baldry@grafana.com>
* Use section shortcode to automatically list child pages
Signed-off-by: Jack Baldry <jack.baldry@grafana.com>
* Undraft and unlist kinds documentation
This page and child pages are directly accessible but are not listed
in the table of contents.
Signed-off-by: Jack Baldry <jack.baldry@grafana.com>
* Add docs-preview to browse drafted pages
Signed-off-by: Jack Baldry <jack.baldry@grafana.com>
Signed-off-by: Jack Baldry <jack.baldry@grafana.com>
* Replace end of line and pipe characters in table codegen
* Remove draft status from generated docs
Signed-off-by: Jack Baldry <jack.baldry@grafana.com>
Co-authored-by: Joan López de la Franca Beltran <joanjan14@gmail.com>
Co-authored-by: Jack Baldry <jack.baldry@grafana.com>
Co-authored-by: Robert Horvath <robert.horvath@grafana.com>
2023-01-16 13:55:40 +01:00
Emil Tullstedt
fc47e0d35e
Docs: Update curl example to use --user for basic auth ( #61226 )
2023-01-11 11:18:26 +01:00
Esteban Beltran
9c0d830e26
Docs: Add source code url field description in publish a plugin documentation ( #61080 )
2023-01-06 13:28:51 +01:00
Timur Olzhabayev
3ceb3edcb9
Docs: Updating plugin publishing docs ( #60853 )
...
* Updating pluign publishing docs
* Update docs/sources/developers/plugins/publish-a-plugin.md
Co-authored-by: Christopher Moyer <35463610+chri2547@users.noreply.github.com>
* Update docs/sources/developers/plugins/publish-a-plugin.md
Co-authored-by: Christopher Moyer <35463610+chri2547@users.noreply.github.com>
Co-authored-by: Christopher Moyer <35463610+chri2547@users.noreply.github.com>
2023-01-02 17:09:36 +01:00
Timur Olzhabayev
b179ac91a2
Docs: Removing outdated plugin_dev doc ( #60849 )
...
* Removing outdated plugin dev doc
* Update docs/sources/developers/plugins/legacy/_index.md
Co-authored-by: Karen Germond <110922559+karengermond@users.noreply.github.com>
Co-authored-by: Karen Germond <110922559+karengermond@users.noreply.github.com>
2023-01-02 15:20:13 +01:00
Christopher Moyer
b5834fd6d3
docs: fixes links ( #60541 )
...
fixes links
2022-12-20 08:18:56 -06:00
Kristin Laemmert
06ec8ad185
chore(docs): remove warning about (resolved) bug ( #60539 )
...
chore: remove warning about now-resolved bug
2022-12-20 09:05:15 -05:00
Andriy
bce33eeb85
Add plugin spellcheck docs ( #60512 )
2022-12-19 15:59:34 +01:00
Marcus Efraimsson
6478d0a5ef
Plugins: Forward user header (X-Grafana-User) in backend plugin requests ( #58646 )
...
Grafana would forward the X-Grafana-User header to backend plugin request when
dataproxy.send_user_header is enabled. In addition, X-Grafana-User will be automatically
forwarded in outgoing HTTP requests for core/builtin HTTP datasources.
Use grafana-plugin-sdk-go v0.147.0.
Fixes #47734
Co-authored-by: Will Browne <wbrowne@users.noreply.github.com>
2022-12-15 15:28:25 +01:00
George Robinson
342b0f3668
Alerting: Rename contact point type to receiver in the user interface ( #59589 )
...
This commit renames contact point type to integration in the user interface
as "New contact point type" suggests that you are creating a new type,
when instead you are just creating a new integration of a pre-determined type,
such as email or Slack. You can also have two or more integrations of the same
type, something which is not apparent from the current text.
This change will also make it easier to explain the difference between
a contact point integration, and how to configure an integration of a certain type,
such as email.
2022-12-14 20:50:36 +00:00
Jack Baldry
c1c48dd610
Use relative aliases for all non-current Grafana aliases ( #60062 )
...
* Use relative aliases for all non-current Grafana aliases
Prevents non-latest documentation "stealing" the page away from latest
and through permanent redirects for latest pages that no longer exist.
The redirected pages are indexed by search engines but our robots.txt
forbids them crawling the non-latest page.
Signed-off-by: Jack Baldry <jack.baldry@grafana.com>
* Remove aliases from shared pages
Signed-off-by: Jack Baldry <jack.baldry@grafana.com>
* Rewrite all current latest aliases to be next
Signed-off-by: Jack Baldry <jack.baldry@grafana.com>
* Fix typo in latest alias
Signed-off-by: Jack Baldry <jack.baldry@grafana.com>
* Remove all current page aliases
find docs/sources -type f -name '*.md' -exec sed -z -i 's#\n *- /docs/grafana/next/[^\n]*\n#\n#' {} \;
find docs/sources -type f -name '*.md' -exec sed -Ez -i 's#\n((aliases:\n *-)|aliases:\n)#\n\2#' {} \;
Signed-off-by: Jack Baldry <jack.baldry@grafana.com>
* Prettier
Signed-off-by: Jack Baldry <jack.baldry@grafana.com>
Signed-off-by: Jack Baldry <jack.baldry@grafana.com>
2022-12-09 12:36:04 -04:00
Christopher Moyer
3a9d4cc688
Docs: removes dashboard images ( #59619 )
...
* removes dashboard images
* removes explore and developer docs screenshots
2022-12-01 08:32:25 -06:00
Timur Olzhabayev
5a3f0e8696
Docs: Updating sign plugin docs ( #59322 )
...
Updating sign plugin docs
2022-11-24 19:00:33 +01:00
Mitch Seaman
b0fc736e7a
Remove Annotations API version reference ( #57057 )
...
Remove minimum version reference in Annotations API docs, since docs are versioned and this feature has been released for years.
2022-11-21 10:07:59 +00:00
Marcus Andersson
5bd15026ff
Docs: How to add plugin interaction tracking ( #58652 )
...
* docs for plugin interaction tracking.
* Update docs/sources/developers/plugins/add-anonymous-usage-reporting.md
Co-authored-by: Marcus Efraimsson <marcus.efraimsson@gmail.com>
* Adding query type
* Fixed spelling issue
Co-authored-by: Marcus Efraimsson <marcus.efraimsson@gmail.com>
2022-11-16 10:06:42 +01:00
Timur Olzhabayev
41c491e2db
Cleaning up plugin developer docs ( #58596 )
2022-11-10 18:36:59 +01:00
Timur Olzhabayev
5bc7f693b5
Docs: Replacing toolkit with sign-plugin ( #58593 )
2022-11-10 18:31:42 +01:00
Esteban Beltran
cced175ccf
Docs: Replace toolkit command to scaffold plugins with create-plugin ( #58462 )
...
* Replace command to scaffold plugin with create-plugin
* Change link text
2022-11-09 08:15:23 -06:00
Gabriel MABILLE
101ce57a94
RBAC: Allow listing user permissions with scope ( #57538 )
...
* RBAC: Allow listing user permissions with scope
* Add docs
* Document the api endpoint
* Update docs
Co-authored-by: Garrett Guillotte <100453168+gguillotte-grafana@users.noreply.github.com>
* Split endpoint in two
* document reloadcache
* Update docs/sources/developers/http_api/access_control.md
* Fix test
* Ieva's nit.
* Simplify flag description
Co-authored-by: Garrett Guillotte <100453168+gguillotte-grafana@users.noreply.github.com>
2022-11-02 10:48:11 +01:00
Christopher Moyer
b9a0576638
docs: Refactors remaining enterprise topics, corrects relrefs ( #57707 )
...
* moves topics, correct relrefs
* Update docs/sources/dashboards/create-reports/index.md
Co-authored-by: Garrett Guillotte <100453168+gguillotte-grafana@users.noreply.github.com>
* Update docs/sources/administration/data-source-management/index.md
Co-authored-by: Garrett Guillotte <100453168+gguillotte-grafana@users.noreply.github.com>
* Update docs/sources/setup-grafana/configure-security/audit-grafana.md
Co-authored-by: Garrett Guillotte <100453168+gguillotte-grafana@users.noreply.github.com>
* Update docs/sources/setup-grafana/configure-security/configure-request-security.md
Co-authored-by: Garrett Guillotte <100453168+gguillotte-grafana@users.noreply.github.com>
* Update docs/sources/setup-grafana/configure-security/configure-team-sync.md
Co-authored-by: Garrett Guillotte <100453168+gguillotte-grafana@users.noreply.github.com>
* Update docs/sources/administration/data-source-management/index.md
Co-authored-by: Garrett Guillotte <100453168+gguillotte-grafana@users.noreply.github.com>
* Update docs/sources/dashboards/create-reports/index.md
Co-authored-by: Garrett Guillotte <100453168+gguillotte-grafana@users.noreply.github.com>
* Update docs/sources/dashboards/create-reports/index.md
Co-authored-by: Garrett Guillotte <100453168+gguillotte-grafana@users.noreply.github.com>
* Update docs/sources/administration/recorded-queries/index.md
Co-authored-by: Garrett Guillotte <100453168+gguillotte-grafana@users.noreply.github.com>
* Update docs/sources/dashboards/create-reports/index.md
Co-authored-by: Garrett Guillotte <100453168+gguillotte-grafana@users.noreply.github.com>
* Update docs/sources/dashboards/create-reports/index.md
Co-authored-by: Garrett Guillotte <100453168+gguillotte-grafana@users.noreply.github.com>
* Update docs/sources/dashboards/create-reports/index.md
Co-authored-by: Garrett Guillotte <100453168+gguillotte-grafana@users.noreply.github.com>
* Update docs/sources/dashboards/create-reports/index.md
Co-authored-by: Garrett Guillotte <100453168+gguillotte-grafana@users.noreply.github.com>
* Update docs/sources/dashboards/create-reports/index.md
Co-authored-by: Garrett Guillotte <100453168+gguillotte-grafana@users.noreply.github.com>
* Update docs/sources/dashboards/create-reports/index.md
Co-authored-by: Garrett Guillotte <100453168+gguillotte-grafana@users.noreply.github.com>
* Update docs/sources/dashboards/create-reports/index.md
Co-authored-by: Garrett Guillotte <100453168+gguillotte-grafana@users.noreply.github.com>
* removes link that goes nowhere
Co-authored-by: Garrett Guillotte <100453168+gguillotte-grafana@users.noreply.github.com>
2022-10-28 07:13:40 -05:00
brendamuir
998093a280
Docs: more refactoring for alerting ( #57741 )
...
* docs: more refactoring alerting
* performance limitations
* typo
* fix relrefs
2022-10-27 13:21:02 +01:00
brendamuir
596b4fecb0
Docs: Refactors notifications in alerting ( #57653 )
...
* Refactors notifications in alerting
* Fixes broken links
* adds headings
* fixes broken links
* Adds line space and intro sentences
2022-10-26 19:07:49 +01:00
Jack Westbrook
24c04740e3
Grafana UI: Export prop types for queryfield, modal and field components ( #57097 )
...
* chore(grafana-ui): export prop types for queryfield, modal and field components
* docs(migration-guide): add notes for react peerdependencies and additional type exposure
* Update docs/sources/developers/plugins/migration-guide.md
Co-authored-by: Timur Olzhabayev <timur.olzhabayev@grafana.com>
Co-authored-by: Timur Olzhabayev <timur.olzhabayev@grafana.com>
2022-10-17 17:54:43 +02:00
Garrett Guillotte
2bed451990
Docs: Contextualize base64 encoding in Basic Authorization ( #57046 )
2022-10-17 08:53:17 -07:00
Christopher Moyer
385079bea7
Docs: Basics docs refactor ( #56905 )
...
* renames directory
* fixes relrefs
2022-10-13 15:57:58 -05:00
Armand Grillet
83aa006c98
Add Alerting API to list of HTTP APIs ( #56863 )
...
This link has been asked many times and is only viewable on old docs pages.
2022-10-13 15:09:49 +02:00
Christopher Moyer
414d536186
Docs: refactors config panels and visualizations, corrects relrefs ( #55940 )
...
* refactors config panels and visualizations, corrects relrefs
* adds an alias
* Remove some old content
* moves visualizations topic to the root
* moves out panels and visualization topics to the root
* adds move and resize panel to add/organize panel; creates a create dashboard topic under build dashboards; adjusts context of add a panel to be from within an existing dashboard
* updates aliases
* creates search at root, moves dashboard preview to search, creates standalone search dashboard topic
* moves Set dashboard time range to use-dashboards, creates modify dashboard settings and adds moves Modify dashboard time settings to that topic
* moves existing query-options topic from working with panels to configure-panel-visualizations, moves panel time overrides and timeshift content to query options
* Moving things to better category, fixing links, improving ordering
* Move panel inspector to main panel topic
* completes partial fix of relrefs
* relref fixes con't
* restructures remaining panels topics
* more relref fixes
* Minor fix
* Minor tweak
* finishes fixing relrefs
Co-authored-by: Torkel Ödegaard <torkel@grafana.com>
Co-authored-by: Jack Baldry <jack.baldry@grafana.com>
2022-10-11 15:31:20 -05:00
Laura Benz
bc9a37ee8d
Glue: Add configuration support to PATCH ( #56117 )
...
* feat: add config to tests v0
* feat: add config to UpdateCorrelationCommand
* refactor: repair some tests
* refactor: repair another test
* refactor: repair last test
* refactor: remove possible test
* refactor: add comments
* refactor: add changes from code review
* refactor: implement more detailed patch
* feat: add tests for partial config update
* refactor: make error handling more detailed
Co-authored-by: Giordano Ricci <me@giordanoricci.com>
Co-authored-by: Giordano Ricci <me@giordanoricci.com>
2022-10-10 15:36:14 +02:00
brendamuir
939caa67a2
Docs: adds alertmanager overview ( #56527 )
...
* Docs: adds alertmanager overview
* updating with georges feedback
* adds deprecation note to API docs
* update to provisioning instuctions
2022-10-07 10:26:51 +01:00
Giordano Ricci
489b302c03
Glue: Correlations minor APIs behavior improvements ( #56078 )
...
* add correlation config type, CorrelationConfig validator & default values
* make config required when creating correlations
* make targetUID optional, add validation for createCommand & configType
* fix tests
* update remaining tests
* fix lint error
* Update pkg/services/correlations/models.go
Co-authored-by: Piotr Jamróz <pm.jamroz@gmail.com>
* update docs
Co-authored-by: Piotr Jamróz <pm.jamroz@gmail.com>
2022-10-04 09:39:55 +01:00
Marcus Andersson
d406e6d899
Docs: Added icon type improvements to plugin migration guide ( #56075 )
2022-09-30 13:17:11 +02:00
Tania
71578d0932
Docs: Document Reporting API ( #55434 )
...
* Docs: Document reporting api
* Update docs/sources/developers/http_api/reporting.md
Co-authored-by: Alex Khomenko <Clarity-89@users.noreply.github.com>
* Update docs/sources/developers/http_api/reporting.md
Co-authored-by: Alex Khomenko <Clarity-89@users.noreply.github.com>
* Update docs/sources/developers/http_api/reporting.md
Co-authored-by: Alex Khomenko <Clarity-89@users.noreply.github.com>
* Document the rest of endpoints
* Document more endpoints
* Fix scopes and links
* Remove rendering endpoints
* Fix status codes
* Apply review feedback
* Typo
Co-authored-by: Alex Khomenko <Clarity-89@users.noreply.github.com>
2022-09-28 17:03:43 +02:00
Christopher Moyer
f8240e4b0a
Docs: Refactors best practices and creates Build a dashboard section in the docs ( #55101 )
...
* starts refactor
* corrects broken relrefs
2022-09-26 10:07:24 -05:00
Tania
96cb415497
Docs: Describe applying a license ( #55078 )
...
* Docs: Describe adding a license via API
* Add missing word
2022-09-23 11:57:51 +02:00
Garrett Guillotte
a98a33774b
Docs: Fix relrefs in access control API docs ( #51940 )
...
* Fix relrefs in access control API docs
* Apply Prettier changes to fix CI
2022-09-22 15:13:23 -04:00
Christopher Moyer
7147d17567
Docs/refactors variables topics ( #54470 )
...
* refactor and partial relref fix
* finishes variables refactor
* Update docs/sources/variables/add-template-variables/index.md
Co-authored-by: Torkel Ödegaard <torkel@grafana.com>
* removes duplicate general options, adds links to general options within tasks
* adds configure variable selection options topic
* starts phase II of refactoring
* incorporates feedback, updates relrefs
* corrects final relrefs
* updates alias
Co-authored-by: Torkel Ödegaard <torkel@grafana.com>
2022-09-09 08:38:17 -05:00
Christopher Moyer
e15c8cf535
Docs: moves reporting docs per customer request ( #54591 )
...
* moves reporting docs per customer request
* corrects relrefs
* adjusts link and menutitle
* corrects typo
Co-authored-by: Torkel Ödegaard <torkel@grafana.com>
2022-09-08 08:55:57 -05:00
Timur Olzhabayev
b5b41988cf
Docs: Deprecating packages_api and removing it from our pipelines ( #54473 )
2022-09-01 18:15:44 +02:00
Timur Olzhabayev
f7302149d0
Fix: Adjusting plugin.json schema regex ( #54515 )
2022-09-01 15:53:38 +02:00
Christopher Moyer
ca3296da34
Docs: refactors and copy edits share dashboard topics ( #53972 )
...
* refactors and copy edits share dashboard topics
* fixes typo
* incorporates feedback
* completes splitting out reporting and playlists
2022-08-25 08:19:28 -05:00
Ryan McKinley
b483ac322f
Chore: replace React.FC<Props> with simple function component ( #54123 )
2022-08-24 16:54:34 -04:00
Christopher Moyer
666f84be57
refactors transformation topics ( #53984 )
2022-08-22 10:04:59 -05:00
Timur Olzhabayev
4ca845e479
Chore/extend plugin schema json ( #53950 )
...
* Allowing additional parameters in tokenAuth and jwtTokenAuth
2022-08-19 08:58:32 -04:00
Phil Z
8145caf554
Fix file extension ( #53838 )
2022-08-18 11:21:38 +02:00
Eve Meelan
59e638acb9
Legal: CLA formatting update ( #53853 )
...
* Formatting
* linter
2022-08-17 14:37:25 -05:00
Jean-Philippe Quéméner
2fef8e6f2c
Alerting: add docs for file provisioning ( #53101 )
2022-08-17 18:53:36 +02:00
Timur Olzhabayev
12381c74f4
Adding urlparams to the routes schema ( #53735 )
2022-08-15 15:39:50 +02:00
Giordano Ricci
c1b30c56c9
Correlations: Add GetCorrelation(s) HTTP APIs ( #52517 )
...
* Correlations: Get Single correlations
* Correlations: Get all correlations for given source ds
* Correlations: Get all correlations
* add tests
* add DB indices
* fix lint errors
* remove skip from tests
* use DatasourceService in test
2022-08-11 16:58:11 +01:00
Timur Olzhabayev
2107652c3f
Docs: Adding hint about healthcheck not being mandatory ( #53308 )
2022-08-04 18:51:52 +02:00
Giordano Ricci
09c4dbdb9f
Correlations: Add UpdateCorrelation HTTP API ( #52444 )
...
* Correlations: add UpdateCorrelation HTTP API
* handle correlation not found
* add tests
* fix lint errors
* add bad request to API spec
* change casing
* fix casing in docs
* fix tests
* update spec
2022-08-03 14:18:51 +01:00
Harry Tennent
c56aae6f63
Docs: update annotations API docs to include required field ( #52644 )
...
* Update annotations.md
A minor change to include the required fields when creating a new annotation via the annotations API. The error message when fields are missing is not descriptive and there is no indication in the current documentation (that I can see anyway) that would indicate these fields are required.
* Update annotations.md
Update required json body fields to only include fields that are actually required.
* Add required field in Swagger
Co-authored-by: Sofia Papagiannaki <1632407+papagian@users.noreply.github.com>
2022-08-03 08:01:25 +00:00
Christopher Moyer
d06ea6ea0e
fixes links ( #52899 )
2022-07-27 14:06:35 -05:00
Timur Olzhabayev
8ddf8ab6ee
Updating plugin packaging documentation ( #52744 )
...
* Updating packaging documentation
* Adding link to zipinfo manpage
* Removing unx as codespell doesnt like it
2022-07-27 15:19:47 +02:00
Giordano Ricci
9a06b00e92
Correlations: Add DeleteCorrelation HTTP API ( #51801 )
...
* Correlations: add DeleteCorrelation HTTP API
* fix error message copy
* add readonly check
* add source_uid in delete condition
* make path singular
* Revert "make path singular"
This reverts commit d15be89578e202e5cb64a3e964ee09521b72d87c.
* add tests
* fix lint errors
* fix lint errors
* change casing
* update spec
* Remove transaction
* change casing in param name in docs
2022-07-27 09:07:58 +01:00
Giordano Ricci
4b2144fe40
Correlations: change casing of *UID properties ( #52836 )
...
* Correlations: change casing of *UID properties
* add link to correlations HTTP API
2022-07-27 07:01:46 +01:00
ying-jeanne
86283bb99e
Chore: Rename dashboardUID to dashboardUIDs in search endpoint and up… ( #52766 )
...
* Chore: Rename dashboardUID to dashboardUIDs in search endpoint and update doc
* make it backward compatible
2022-07-26 22:28:14 -04:00
ying-jeanne
7da0a6d3ce
Chore: Add dashboard UID as query parameter of Get annotation endpoint ( #52764 )
...
* Chore: Add dashboard uid as query parameter of Get annotation endpoint
* Update pkg/api/annotations.go
Co-authored-by: Sofia Papagiannaki <1632407+papagian@users.noreply.github.com>
* update the dashboarUID
Co-authored-by: Sofia Papagiannaki <1632407+papagian@users.noreply.github.com>
2022-07-26 21:52:34 -04:00
Ieva
e947910910
Service accounts: update docs ( #52734 )
...
* update the docs
* Update docs/sources/administration/service-accounts/_index.md
Co-authored-by: Christopher Moyer <35463610+chri2547@users.noreply.github.com>
Co-authored-by: Christopher Moyer <35463610+chri2547@users.noreply.github.com>
2022-07-26 09:44:12 +01:00
ying-jeanne
ac502e5013
Chore: add dashboarduid in the connection endpoint response ( #52761 )
...
* Chore: add dashboarduid in the connection endpoint response
* add uid of dashboard in the markdown
2022-07-25 18:55:28 -04:00
Giordano Ricci
5ce4baf6f5
Correlations: Add CreateCorrelation HTTP API ( #51630 )
...
* Correlations: add migration
* Correlations: Add CreateCorrelation API
* Correlations: Make correlations work with provisioning
* Handle version changes
* Fix lining error
* lint fixes
* rebuild betterer results
* add a UID to each correlation
* Fix lint errors
* add docs
* better wording in API docs
* remove leftover comment
* handle ds updates
* Fix error message typo
* add bad data test
* make correlations a separate table
* skip readonly check when provisioning correlations
* delete stale correlations when datasources are deleted
* restore provisioned readonly ds
* publish deletion event with full data
* generate swagger and HTTP API docs
* apply source datasource permission to create correlation API
* Fix tests & lint errors
* ignore empty deletion events
* fix last lint errors
* fix more lint error
* Only publish deletion event if datasource was actually deleted
* delete DS provisioning deletes correlations, added & fixed tests
* Fix unmarshalling tests
* Fix linting errors
* Fix deltion event tests
* fix small linting error
* fix lint errors
* update betterer
* fix test
* make path singular
* Revert "make path singular"
This reverts commit 420c3d315e
.
* add integration tests
* remove unneeded id from correlations table
* update spec
* update leftover references to CorrelationDTO
* fix tests
* cleanup tests
* fix lint error
2022-07-25 15:19:07 +01:00
Vardan Torosyan
18867d6d78
Service account: Ensure that you can revert only service accounts which you can access ( #52626 )
...
* Service account: Ensure that you can revert only service accounts which you can access
* Remove prettier messup with docs
* Remove prettier messup with docs
* Prettier run
2022-07-22 10:35:01 +02:00
Vardan Torosyan
7251b8524f
Service accounts: Update docs to mention about reverting token to API key ( #52608 )
...
* Service accounts: Update docs to mention about reverting token to API key
* Update docs/sources/administration/api-keys/_index.md
2022-07-21 18:56:41 +02:00
Gabriel MABILLE
60da9eaac5
Docs: Fix access-control links ( #52537 )
2022-07-20 18:01:05 +02:00
Sofia Papagiannaki
e6b9ded949
API: Add service account routes to the swagger ( #52398 )
...
* API: Add service account routes to the swagger
2022-07-19 12:52:51 +03:00
Michael Mandrus
278f5b131b
add secretsmanager type to plugin.json ( #52408 )
2022-07-18 11:02:37 -04:00
Joan López de la Franca Beltran
9abe9fa702
Encryption: Expose secrets migrations through HTTP API ( #51707 )
...
* Encryption: Move secrets migrations into secrets.Migrator
* Encryption: Refactor secrets.Service initialization
* Encryption: Add support to run secrets migrations even when EE is disabled
* Encryption: Expose secrets migrations through HTTP API
* Update docs
* Fix docs links
* Some adjustments to makes errors explicit through HTTP response
2022-07-18 08:57:58 +02:00
Esteban Beltran
0573df931b
Docs: Fix broken grafana plugins tutorial links ( #52147 )
...
* Fix broken grafana plugins docs links
* Update docs/sources/developers/plugins/build-a-streaming-data-source-plugin.md
* Update docs/sources/developers/plugins/_index.md
* Update docs/sources/developers/plugins/_index.md
* Update docs/sources/developers/plugins/_index.md
* Update docs/sources/developers/plugins/add-support-for-annotations.md
* Update docs/sources/developers/plugins/add-support-for-explore-queries.md
* Update docs/sources/developers/plugins/build-a-logs-data-source-plugin.md
Co-authored-by: Garrett Guillotte <100453168+gguillotte-grafana@users.noreply.github.com>
2022-07-14 11:52:17 -07:00
Vardan Torosyan
73f4d7ac05
Service accounts: Update documentation with new changes ( #52015 )
...
* Service accounts: Update documentation with new changes
* Apply suggestions from code review
Co-authored-by: Ieva <ieva.vasiljeva@grafana.com>
* Add sections about migration, handle comments
Co-authored-by: Ieva <ieva.vasiljeva@grafana.com>
2022-07-11 21:32:07 +01:00
Joe Blubaugh
b808cd4432
Documentation: Show that admin/pause-all-alerts is only for legacy. ( #51862 )
...
Fixes #51728
2022-07-11 15:39:25 +08:00
Garrett Guillotte
1c6ee69c2d
Fix relrefs in devloper docs ( #51942 )
2022-07-08 12:21:29 -07:00
Vardan Torosyan
5eaba5b5b2
Service account: Update service accounts creation ( #51848 )
2022-07-07 17:32:56 +01:00
Timur Olzhabayev
cb17f91ab5
Updating migration docs and adding hint about polystat panel ( #51367 )
2022-06-27 09:43:35 +02:00
Ieva
d4acc8b7d3
fix broken links ( #51224 )
2022-06-22 10:34:48 +03:00
Garrett Guillotte
ef26c39cbd
Docs: Fix Admin docs relrefs ( #51060 )
...
* Fix relrefs in CLI docs
* Fix relrefs in licensing docs
* Fix relrefs in AWS licensing docs
* Fix RBAC relrefs
* Fix Enterprise relrefs
* Fix data source management relrefs
* Fix server/org user management relrefs
* Remove redundant force-user-logout doc
* Fix add/remove user from org relrefs
* Fix user management relrefs
* Fix user management relrefs
* Fix link text typos
* Fix and add stats and license relrefs
* Fix index page relrefs
* Fix developer docs plugin relref to admin plugins doc
* Update docs/sources/administration/enterprise-licensing/activate-aws-marketplace-license/_index.md
Co-authored-by: Fiona Artiaga <89225282+GrafanaWriter@users.noreply.github.com>
* Fix provisioning relrefs
Co-authored-by: Fiona Artiaga <89225282+GrafanaWriter@users.noreply.github.com>
2022-06-17 15:03:26 -07:00
Torkel Ödegaard
c6ab87008a
Dashboard: Remove super old prop that has not been used in years ( #50826 )
2022-06-17 14:55:35 +02:00
Garrett Guillotte
845cebdee2
Docs: Refactor administration docs ( #50592 )
...
* Move data source management to administration
* Move RBAC to administration
* Move team management up a docs org level
* Combine and rename admin preferences docs
* Move plugin management to administration
* Combine plugin management docs
* Combine API key docs
* Combine service account docs
* Combine server user management docs
* Move datasource management to administration
* Move enterprise licenses to administration
* Move CLI out of admin, update links to admin
* Merge org user management docs
* Restructure to Torkel's plan
* Fix typo
* Weigh admin topics for navigation
* Weigh administration topics and align to Torkel's plan
* Move server user management from server admin to admin/user management
* Move configure docker image to setup guide
* Move the remaining server admin docs to the root admin directory
* Reweight docker config
2022-06-16 21:09:16 +02:00
Kristin Laemmert
a33a023629
backend: add PlaylistUIDs to Playlist; remove playlist IDs from API ( #49609 )
...
* backend/api: refactor PlaylistId to PlaylistUid
* Add org_id to Get and Update playlist functions
Fix migration - no longer pad the uid; fix mysql syntax
The relevant tests are passing using postgres, mysql and the default sqllite backends, but there are a number of other failing tests when using postgres and myself so I'm not entirely confident with those results.
* fix bad query in GetPlaylistItem and add a test that would have caught the mistake in the first place. Reverted the playlist_uid column addition in playlist_item; it became unnecessary after this PR.
Added default value to the new UID column based on PR feedback.
* break this PRs migration into its own function
* Playlists: Update UI to use the updated API
Co-authored-by: Sofia Papagiannaki <1632407+papagian@users.noreply.github.com>
2022-06-14 15:32:52 -04:00
Jack Baldry
4cc3bc37a0
Use more relevant links to legacy alerting documentation ( #50607 )
...
Signed-off-by: Jack Baldry <jack.baldry@grafana.com>
2022-06-13 16:14:32 +02:00
Mark B
0a815a7777
typo fix ( #50554 )
2022-06-13 10:18:33 +02:00
Ivana Huckova
0ddb3b7521
Query history: Add swagger definitions ( #50498 )
...
* Query history: Add swagger definitions
* Update
* Remove changes in generated files
* Generate api files
* Add query history into api docs
* Add examples for commands
* Add missing parameters
* Generate api-spec and api-merged
* Fix linting
* Fix showing of example of queries
* Revert "Fix showing of example of queries"
This reverts commit b1eb073fbe
.
* Update
* Update
2022-06-13 09:47:40 +02:00
Jean-Philippe Quéméner
862f51216b
Alerting: improve provisioning docs ( #50347 )
...
* Alerting: improve provisioning docs
* add new provisioning page
* add api docs
* fix formatting and add better descriptions
* fix typo
2022-06-10 16:25:15 +02:00
brendamuir
e0e76f0252
Fixes term Grafana Alerting ( #50404 )
2022-06-08 13:35:37 +02:00
Gábor Farkas
19df6d52b7
docs: describe cookie handling in backend data source plugins ( #49986 )
...
* docs: describe cookie handling in backend data source plugins
* adjusted text
2022-06-07 12:58:46 +02:00
Christopher Moyer
a568d421f8
Docs: Setup refactor ( #49739 )
...
* builds out refactored setup topics
* Automatically fix some relrefs with mv-manager
Signed-off-by: Jack Baldry <jack.baldry@grafana.com>
* Use refs for tutorials content which is outside of this repository
Signed-off-by: Jack Baldry <jack.baldry@grafana.com>
* Manually fix complicated relrefs
Signed-off-by: Jack Baldry <jack.baldry@grafana.com>
* consolidates team sync and db encryption topics
* Fix relrefs
Signed-off-by: Jack Baldry <jack.baldry@grafana.com>
* updates setup index file
* Convert TOML to YAML
Signed-off-by: Jack Baldry <jack.baldry@grafana.com>
* Add current alias for new alerting content
Signed-off-by: Jack Baldry <jack.baldry@grafana.com>
* Add current aliases to new setup-grafana and configure-security pages
Signed-off-by: Jack Baldry <jack.baldry@grafana.com>
* Update docs/sources/setup-grafana/configure-grafana/_index.md
Co-authored-by: Torkel Ödegaard <torkel@grafana.com>
* moves saml docs, updates order in TOC
* Manually fix relrefs
Signed-off-by: Jack Baldry <jack.baldry@grafana.com>
* added usage insights topics, adjusted weights
* corrected relrefs
* Fix relrefs broken in rebase
Signed-off-by: Jack Baldry <jack.baldry@grafana.com>
Co-authored-by: Jack Baldry <jack.baldry@grafana.com>
Co-authored-by: Torkel Ödegaard <torkel@grafana.com>
2022-06-02 11:57:22 -05:00
Ieva
5dbea9996b
RBAC: Make RBAC action names more consistent ( #49730 )
...
* update action names
* correctly retrieve teams for signed in user
* remove test
* undo swagger changes
* undo swagger changes pt2
* add migration from old action names to the new ones
* rename from list to read
* linting
* also update alertign actions
* fix migration
2022-06-02 13:14:48 +01:00
Will Browne
abfc711c53
Plugins: Remove deprecated /api/tsdb/query metrics endpoint ( #49916 )
...
* remove /api/tsdb/query
* revert changes to alert rules
* regenerate spec based on 9.0.x
2022-06-01 13:05:15 +02:00
Marcus Efraimsson
a7813275a5
Plugins: Support headers field for check health ( #49930 )
2022-05-31 17:58:06 +02:00
Jack Baldry
0a23299878
Fix typo in curl command ( #46729 )
...
* Fix typo in curl command
Co-authored-by: eleijonmarck <eric.leijonmarck@gmail.com>
Signed-off-by: Jack Baldry <jack.baldry@grafana.com>
* Fix typo in another curl command
Co-authored-by: eleijonmarck <eric.leijonmarck@gmail.com>
Signed-off-by: Jack Baldry <jack.baldry@grafana.com>
Co-authored-by: eleijonmarck <eric.leijonmarck@gmail.com>
2022-05-30 14:02:04 +02:00
Christopher Moyer
8c84d62e3d
Docs: combines all SAML topics into one topic ( #49443 )
...
* combines all SAML topics
* resolves merge conflicts
* makes prettier
2022-05-27 07:42:51 -05:00
Jack Baldry
b84294dd27
Convert TOML front matter to YAML ( #49690 )
...
Signed-off-by: Jack Baldry <jack.baldry@grafana.com>
2022-05-26 11:06:25 -04:00
Torkel Ödegaard
e1909fe74b
AngularSupport: Update description for angular_support_enabled config option ( #49569 )
...
* AngularSupport: Update description for angular_support_enabled config option
* Update angular deprecration plan doc
* Update
* Update article
* Updated
2022-05-25 11:49:12 +02:00
Sofia Papagiannaki
060af782df
Docs: Add deprecation notices for datasource endpoints ( #49411 )
...
* Update markdown
* Update swagger
2022-05-23 16:11:47 +02:00
Sofia Papagiannaki
be0d043673
API: Add endpoint for updating a data source by its UID ( #49396 )
...
* API: Add endpoint for updating a data source by UID
* Update docs markdown
* Update swagger
* Apply suggestions from code review
Co-authored-by: Selene <selenepinillos@gmail.com>
2022-05-23 15:13:13 +02:00
Joan López de la Franca Beltran
e43879e55d
Encryption: Add support for multiple data keys per day ( #47765 )
...
* Add database migrations
* Use short uids as data key ids
* Add support for manual data key rotation
* Fix duplicated mutex unlocks
* Fix migration
* Manage current data keys per name
* Adjust key re-encryption and test
* Modify rename column migration for MySQL compatibility
* Refactor secrets manager and data keys cache
* Multiple o11y adjustments
* Fix stats query
* Apply suggestions from code review
Co-authored-by: Tania <yalyna.ts@gmail.com>
* Fix linter
* Docs: Rotate data encryption keys API endpoint
Co-authored-by: Tania <yalyna.ts@gmail.com>
2022-05-23 13:13:55 +02:00
Karl Persson
0cbe4fe661
Docs: RBAC GA ( #49062 )
2022-05-20 21:48:52 +02:00
Jack Baldry
dea6fb4c1b
Add current aliases ( #49346 )
...
Signed-off-by: Jack Baldry <jack.baldry@grafana.com>
2022-05-20 13:35:28 -05:00
Christopher Moyer
ee9ea64834
Docs: Moves http api docs to the developer docs ( #49255 )
...
* updates relrefs after move
Co-authored-by: Chris Moyer <chris.moyer@grafana.com>
* applies weights
Co-authored-by: Chris Moyer <chris.moyer@grafana.com>
Signed-off-by: Jack Baldry <jack.baldry@grafana.com>
* updates developer _index page
* make prettier
Signed-off-by: Jack Baldry <jack.baldry@grafana.com>
Co-authored-by: Jack Baldry <jack.baldry@grafana.com>
2022-05-20 12:46:27 -05:00
Jack Baldry
51dfcd7d37
Add current alias to all files ( #48635 )
...
* Add aliases to all files
Signed-off-by: Jack Baldry <jack.baldry@grafana.com>
* Prettify front matter
Signed-off-by: Jack Baldry <jack.baldry@grafana.com>
2022-05-17 08:24:11 -07:00
Giordano Ricci
143810bb95
Explore: simplify support for multiple query editors ( #48701 )
...
* Explore: simplify support for multiple query editors
* CloudWatch: remove usage of deprecated plugin methods
* Apply suggestions from code review
Co-authored-by: JitaC <70489351+achatterjee-grafana@users.noreply.github.com>
* Update docs/sources/developers/plugins/add-support-for-explore-queries.md
Co-authored-by: JitaC <70489351+achatterjee-grafana@users.noreply.github.com>
* Update docs/sources/developers/plugins/add-support-for-explore-queries.md
Co-authored-by: JitaC <70489351+achatterjee-grafana@users.noreply.github.com>
* run prettier
Co-authored-by: JitaC <70489351+achatterjee-grafana@users.noreply.github.com>
2022-05-05 10:36:50 +01:00
achatterjee-grafana
082cfbdb06
Docs: Refactor alerting documentation (part 1) ( #48664 )
...
* Initial commit
* Moved files, ad fixed broken relrefs.
* Fixed other broken relrefs
* More changes.
* Fixing broken relrefs
* More changes.
* Fixed last of the broken links
* More re-org.
* Added aliases and some weight adjustments
* More aliases.
* Fix fundamentals topic.
* Fixed remaining metadata issues
* Ran prettier
2022-05-04 08:22:11 -04:00
Garrett Guillotte
d93bcd547e
Docs: Clarify transformation functions reference docs ( #46903 )
...
* Docs: Remove 'Reference' prefix from all reference topic filenames: Per issue #46818 , prefixing reference topics with "Reference" can damage usability. Remove the prefix from filenames.
* Docs: Remove "Reference:" prefix from titles and ToC headings: Per issue #46818 , prefixing reference topics with "Reference" can damage usability. Remove the prefix from titles and ToC headings. H1s retain the prefix to emphasize the nature of the doc without affecting the docs' discoverability.
* Docs: Move Transformation functions reference alongside Transformation docs
* Docs: Update links to reference docs in Transformation docs
* Docs: Update links to reference docs in Panels docs
* Docs: Update links to query options reference across docs
* Docs: Update links to standard field definitions reference across docs
* Docs: Update links to calculation types reference across docs
* Docs: Update links to transformation functions reference across docs
* Docs: Rename apply transformation doc filename to add transformation
* Docs: Rename apply transformation doc to add transformation
* Docs: Update links to add transformation doc across docs
* Docs: Update relrefs in Transformation functions reference
2022-04-21 15:16:22 +02:00
Braden Snell
3fff301367
Plugins: Pass OAuth Token to CallResource Function ( #47028 )
...
* adds oauth support to call resource requests
* adds oauth docs for call resource
* fixes case where dsUID is empty
* improve datasource error handling
2022-04-05 17:40:34 +02:00
Andres Martinez Gotor
f220b24d9d
Docs: Development with local Grafana ( #47121 )
2022-04-01 15:23:23 +02:00
Timur Olzhabayev
00a8542ecf
Adding migration guide for dashboard and fixing signing doc ( #46238 )
2022-03-07 13:12:13 +01:00
Marcus Efraimsson
76495374dc
Docs: Include ID token example in Forward OAuth identity for the logged-in user section ( #46121 )
...
Ref #45938
2022-03-02 20:52:13 +01:00
Marcus Efraimsson
843e587a05
Docs: Fix typo in Forward OAuth identity for the logged-in user section ( #46043 )
...
Fixes #45938
2022-03-01 18:49:58 +01:00
Timur Olzhabayev
7c826cb43f
feat(45145): add more links to developers page ( #45585 )
2022-02-21 14:39:31 +01:00
Torkel Ödegaard
fed112ef3b
Angular: Add AngularJS plugin support deprecation plan to docs site ( #45149 )
...
* Angular: Add AngularJS plugin support deprecation plan to docs site
* Updated wording
* Update
* Update docs/sources/developers/angular_deprecation.md
Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com>
* Update docs/sources/developers/angular_deprecation.md
Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com>
* Update docs/sources/developers/angular_deprecation.md
Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com>
* Update docs/sources/developers/angular_deprecation.md
Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com>
* Update docs/sources/developers/angular_deprecation.md
Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com>
* Update docs/sources/developers/angular_deprecation.md
Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com>
Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com>
2022-02-11 12:35:04 +01:00
Marcus Andersson
eb9d85a2bf
Deprecation: use locationService in favor of getLocationSrv ( #44813 )
...
* deprecated
* updating documentation.
* added deprecation notice.
* Replacing deprecated getLocationSrv.
* Update docs/sources/developers/plugins/migration-guide.md
Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com>
* Update docs/sources/developers/plugins/migration-guide.md
Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com>
* Update docs/sources/developers/plugins/migration-guide.md
Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com>
* Update docs/sources/developers/plugins/migration-guide.md
Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com>
* updating according to feedback.
* Update docs/sources/developers/plugins/migration-guide.md
Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com>
* Update docs/sources/developers/plugins/migration-guide.md
Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com>
Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com>
2022-02-07 09:37:56 +01:00
Dan Cech
1e89fc157d
update snapshots server url ( #44563 )
...
* update snapshots server url
* update all old references to snapshot.raintank.io
2022-01-27 16:11:20 -05:00
Nathan Marrs
5c9d2d6b3e
Update documentation to to notify of removal of 2 modules from grafana-ui ( #44341 )
2022-01-25 09:57:12 -08:00
Christopher Moyer
449c608ef1
Docs/panel refactor ( #43569 )
...
* new refactored panel docs
* fixed links
* removed xtra sharing link, added links to panel display option tasks
* fixed typo
* add aliases
* incorporate PM feedback
* intermediate commit to resolve merge conflict
* final changes to resolve merge conflicts
2022-01-18 15:06:27 -06:00
Jack Westbrook
e888a40531
Plugins: Add notices to docs to prevent NPX commands from hanging ( #44043 )
...
* docs(plugins): add notice about npm 7 flag to prevent commands from hanging
* Apply suggestions from code review
Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com>
Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com>
2022-01-17 15:58:36 +01:00
Marcus Olsson
2b967c4c55
Add plugin publishing and signing criteria ( #40154 )
2022-01-10 15:32:11 +01:00
Marcus Olsson
1141df7b9b
Update Add support for annotations ( #43851 )
2022-01-10 13:35:09 +01:00
Timur Olzhabayev
e2dcfbf916
docs(static): add plugin submission how-to ( #43576 )
2022-01-07 13:43:41 +01:00
achatterjee-grafana
c4b21f7b51
Removed packahes_api relrefs. ( #42017 )
2021-11-22 16:58:51 -05:00
Marcus Andersson
d98cb8274c
Docs: Fixed broken link in the plugin migration guide ( #41148 )
...
* fixed broken link.
* updated title of link.
2021-11-01 10:15:53 -04:00
achatterjee-grafana
14225b07b2
Docs: Cleanup alerting documentation, part 1 ( #40737 )
...
* First commit.
* Adding shared content.
* More changes.
* More changes
* Updated few more topics, fixed broken relrefs.
* Checking in changes.
* Some more topics scrubbed.
* Minor update.
* Few more changes.
* Index pages are finally somewhat sorted. Added relevant information and new topics.
* Updated Alert grouping.
* Last bunch of changes for today.
* Updated folder names, relrefs, and some topic weights.
* Fixed typo in L37, notifications topic.
* Fixed another typo.
* Run prettier.
* Fixed remaining broken relrefs.
* Minor reorg, added link to basics some overview topic.
* Some more re-org of the basics section.
* Some more changes.
* More changes.
* Update docs/sources/shared/alerts/grafana-managed-alerts.md
Co-authored-by: Fiona Artiaga <89225282+GrafanaWriter@users.noreply.github.com>
* Update docs/sources/alerting/unified-alerting/_index.md
Co-authored-by: Eve Meelan <81647476+Eve832@users.noreply.github.com>
* Update docs/sources/alerting/unified-alerting/_index.md
Co-authored-by: Eve Meelan <81647476+Eve832@users.noreply.github.com>
* Update docs/sources/alerting/unified-alerting/opt-in.md
Co-authored-by: Eve Meelan <81647476+Eve832@users.noreply.github.com>
* Update docs/sources/alerting/unified-alerting/notification-policies.md
Co-authored-by: Eve Meelan <81647476+Eve832@users.noreply.github.com>
* Update docs/sources/alerting/unified-alerting/alert-groups.md
Co-authored-by: Eve Meelan <81647476+Eve832@users.noreply.github.com>
* Update docs/sources/alerting/unified-alerting/alerting-rules/_index.md
Co-authored-by: Fiona Artiaga <89225282+GrafanaWriter@users.noreply.github.com>
* Update docs/sources/alerting/unified-alerting/alerting-rules/alert-annotation-label.md
Co-authored-by: Eve Meelan <81647476+Eve832@users.noreply.github.com>
* Update docs/sources/alerting/unified-alerting/alerting-rules/alert-annotation-label.md
Co-authored-by: Fiona Artiaga <89225282+GrafanaWriter@users.noreply.github.com>
* Update docs/sources/alerting/unified-alerting/alerting-rules/alert-annotation-label.md
Co-authored-by: Fiona Artiaga <89225282+GrafanaWriter@users.noreply.github.com>
* Update docs/sources/alerting/unified-alerting/alerting-rules/create-cortex-loki-managed-recording-rule.md
Co-authored-by: Fiona Artiaga <89225282+GrafanaWriter@users.noreply.github.com>
* Ran prettier and applied suggestion from code review.
* Update docs/sources/alerting/unified-alerting/message-templating/_index.md
Co-authored-by: Fiona Artiaga <89225282+GrafanaWriter@users.noreply.github.com>
* Update docs/sources/alerting/unified-alerting/contact-points.md
Co-authored-by: Fiona Artiaga <89225282+GrafanaWriter@users.noreply.github.com>
* Update docs/sources/alerting/unified-alerting/contact-points.md
Co-authored-by: Fiona Artiaga <89225282+GrafanaWriter@users.noreply.github.com>
* Change from code review. Also fixed typo "bos" in playlist topic.
* Ran prettier to fix formatting issues.
* Update docs/sources/alerting/unified-alerting/alerting-rules/edit-cortex-loki-namespace-group.md
Co-authored-by: Fiona Artiaga <89225282+GrafanaWriter@users.noreply.github.com>
* Update docs/sources/alerting/unified-alerting/contact-points.md
Co-authored-by: Fiona Artiaga <89225282+GrafanaWriter@users.noreply.github.com>
* Update docs/sources/alerting/unified-alerting/basics/alertmanager.md
Co-authored-by: Fiona Artiaga <89225282+GrafanaWriter@users.noreply.github.com>
* Update docs/sources/alerting/unified-alerting/basics/alertmanager.md
Co-authored-by: Fiona Artiaga <89225282+GrafanaWriter@users.noreply.github.com>
* Update docs/sources/alerting/unified-alerting/basics/evaluate-grafana-alerts.md
Co-authored-by: Fiona Artiaga <89225282+GrafanaWriter@users.noreply.github.com>
* Update docs/sources/alerting/unified-alerting/contact-points.md
Co-authored-by: Fiona Artiaga <89225282+GrafanaWriter@users.noreply.github.com>
* More changes from code review.
* Replaced drop down with drop-down
* Fix broken relrefs
* Update docs/sources/alerting/unified-alerting/alerting-rules/create-cortex-loki-managed-rule.md
Co-authored-by: Eve Meelan <81647476+Eve832@users.noreply.github.com>
* Update docs/sources/alerting/unified-alerting/alerting-rules/rule-list.md
Co-authored-by: Eve Meelan <81647476+Eve832@users.noreply.github.com>
* Few more.
* Couple more.
Co-authored-by: Fiona Artiaga <89225282+GrafanaWriter@users.noreply.github.com>
Co-authored-by: Eve Meelan <81647476+Eve832@users.noreply.github.com>
2021-10-27 16:57:54 -04:00
achatterjee-grafana
c44f51d5c3
Fixed broken relrefs ( #40533 )
2021-10-15 15:55:44 -04:00
Zoltán Bedi
4eff846285
Plugins: Update schema of scopes from string to string array ( #39337 )
...
* Plugins: Update schema of scopes from string to string array
* Update metadata.md
2021-09-17 14:04:56 +02:00
Giordano Ricci
f79173c99d
Explore: Reuse Dashboard's QueryRows component ( #38942 )
...
* WIP
* Functional without custom wrapper component, needs highlight
* Remove latency from explore
* Sync eventbus
* Some cleanup & removal of unused code
* Avoid clearing queries when running all empty queries
* Run remaining queries when removing one
* Update snapshots
* fix failing tests
* type cleanup
* Refactor QueryRows
* update snapshot
* Remove highlighter expressions
* minor fixes in queryrows
* remove unwanted change
* fix failing e2e test
* Persist refId in explore url state
* make traces test slightly more robust
* add test for query duplication
2021-09-15 16:26:23 +01:00
Marcus Andersson
aba8af1d59
Docs: plugin migration guide 7.0.0 to 8.0.0 ( #38911 )
...
* restructuring to new storybook inspired structure.
* added instructions on how to handle breaking changes in the legend.
* start adding migration steps for 7 -> 8
* added information about the data frame format changes.
* added plugin.json changes.
* added emotion 11 imports.
* added information about theme v1 being deprecated.
* added steps for backend plugin migration.
* added reference to the migrate hooks v6 -> v7.
* docs(pluginmigration): introduce getColorForTheme changes
* Update docs/sources/developers/plugins/migration-guide.md
Co-authored-by: Levente Balogh <balogh.levente.hu@gmail.com>
* Update docs/sources/developers/plugins/migration-guide.md
Co-authored-by: Jack Westbrook <jack.westbrook@gmail.com>
* Update docs/sources/developers/plugins/migration-guide.md
Co-authored-by: Levente Balogh <balogh.levente.hu@gmail.com>
* Update docs/sources/developers/plugins/migration-guide.md
Co-authored-by: Levente Balogh <balogh.levente.hu@gmail.com>
* Update docs/sources/developers/plugins/migration-guide.md
Co-authored-by: Levente Balogh <balogh.levente.hu@gmail.com>
* docs(migration-guide): introduce useStyles to v8 deprecation notes
* Apply suggestions from code review
Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com>
* Update docs/sources/developers/plugins/migration-guide.md
Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com>
* Update docs/sources/developers/plugins/migration-guide.md
Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com>
* Update docs/sources/developers/plugins/migration-guide.md
Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com>
* Update docs/sources/developers/plugins/migration-guide.md
Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com>
* suggestion from review.
* Update docs/sources/developers/plugins/migration-guide.md
Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com>
* docs(Migration Guide): update the example for `grafanaDependency`
* docs(Migration Guide): remove the time-series migration part for now
* Update docs/sources/developers/plugins/migration-guide.md
Co-authored-by: Will Browne <wbrowne@users.noreply.github.com>
* Update docs/sources/developers/plugins/migration-guide.md
Co-authored-by: Ursula Kallio <73951760+osg-grafana@users.noreply.github.com>
* docs(Migration Guide): update wording about plugin signing
* Update docs/sources/developers/plugins/migration-guide.md
Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com>
* Update docs/sources/developers/plugins/migration-guide.md
Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com>
* Update docs/sources/developers/plugins/migration-guide.md
Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com>
Co-authored-by: Jack Westbrook <jack.westbrook@gmail.com>
Co-authored-by: Levente Balogh <balogh.levente.hu@gmail.com>
Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com>
Co-authored-by: Will Browne <wbrowne@users.noreply.github.com>
Co-authored-by: Ursula Kallio <73951760+osg-grafana@users.noreply.github.com>
2021-09-15 17:23:10 +02:00
Serge Zaitsev
abfdfcf405
Plugins: Support multiple HTTP methods in plugin.json routes ( #39069 )
...
* Fix: support comma-separated methods in plugin.json
* update docs about multiple methods per route
2021-09-13 13:32:11 +02:00
leplan73
258e2cd91e
#31983 Changed regexp ( #38642 )
2021-09-08 11:20:13 -04:00
achatterjee-grafana
e32e135c73
Docs move "visualizations" folder up one level in TOC ( #38523 )
...
* Moved Visualizations folder one level up. Fixed a bunch of broken relrefs.
* More broken relrefs.
* Fixed the last of the broken relrefs
* Adjusted weight and added alias.
* Added aliases to a bunch of visualization topics.
* More topics with aliases.
* More aliases, adjusted some weight and other metadata information.
2021-08-25 14:14:00 -04:00
Stephanie Closson
8bb9600cc6
Chore: Updated plugin schema docs ref PR@38463 ( #38501 )
...
* updated plugin schema docs ref PR@38463
* Documentation updates as per review
2021-08-24 11:45:41 -03:00
Stephanie Closson
8d126de305
Added enterprise features to the schema ( #38463 )
2021-08-23 16:39:26 -03:00
Teppo Kurki
5c69f899b5
doc: add missing LoadingState.Streaming ( #37903 )
...
The final query is missing this and does not work without it.
2021-08-14 09:35:33 -04:00
Matt Abrams
f76248cdbf
[docs] : fix broken link ( #37860 )
...
found a broken link. This PR points the hyperlink at the new URL 👍
2021-08-13 07:45:38 -04:00
Josh Hunt
88487806e3
Docs: Clarify how to enable "Forward OAuth Identity" for data sources ( #37696 )
...
* Docs: Clarify how to enable "Forward OAuth Identity" for data sources
* Update docs/sources/developers/plugins/add-authentication-for-data-source-plugins.md
Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com>
* Update add-authentication-for-data-source-plugins.md
Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com>
2021-08-09 17:22:40 +01:00
Connor Lindsey
b78a67cec7
PackageJson: Prettify markdown/mdx on commit with lint-staged ( #37616 )
...
* Format md,mdx files with prettier on lint-staged
* Manually run prettier on docs/sources
2021-08-06 07:52:36 -06:00
Serge Zaitsev
9f36e36c89
Pick changes from PR 33811, use UID in dashboard navlinks ( #36899 )
...
* pick changes from PR 33811, use UID in dashboard navlinks
* use proper spelling for UID
* add uid to the plugin schema
* Update docs/sources/developers/plugins/plugin.schema.json
Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com>
Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com>
2021-07-22 09:11:33 +02:00
Marcus Andersson
8e386b9da5
Docs: added documentation for the "prepare time series"-transformation. ( #36761 )
...
* added documentation for the prepare time series transformation.
* Update docs/sources/developers/plugins/data-frames.md
Co-authored-by: Jack Westbrook <jack.westbrook@gmail.com>
* Update docs/sources/panels/transformations/types-options.md
Co-authored-by: Jack Westbrook <jack.westbrook@gmail.com>
* Update docs/sources/panels/transformations/types-options.md
Co-authored-by: Marcus Olsson <marcus.olsson@hey.com>
* Update docs/sources/panels/transformations/types-options.md
Co-authored-by: Marcus Olsson <marcus.olsson@hey.com>
* changed according to feedbcak.
Co-authored-by: Jack Westbrook <jack.westbrook@gmail.com>
Co-authored-by: Marcus Olsson <marcus.olsson@hey.com>
2021-07-16 10:41:15 +02:00
DBaldovskiy
f84a74018c
Update custom-panel-option-editors.md ( #36005 )
...
Variable name fix
2021-06-21 23:11:34 +02:00
Diana Payton
d50b7c526b
Docs: Document new value mappings ( #35067 )
...
* Update value-mappings.md
* Update value-mappings.md
* Update whats-new-in-v8-0.md
* Update add-authentication-for-data-source-plugins.md
* Update _index.md
* updates
* Update docs/sources/panels/value-mappings.md
Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com>
* Update value-mappings.md
* Update value-mappings.md
* Update panel-editor.md
* Update panel-editor.md
* Update docs/sources/panels/value-mappings.md
Co-authored-by: Torkel Ödegaard <torkel@grafana.org>
* Update value-mappings.md
* Update value-mappings.md
* Update value-mappings.md
* Update value-mappings.md
* Update value-mappings.md
* Update value-mappings.md
Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com>
Co-authored-by: Torkel Ödegaard <torkel@grafana.org>
2021-06-03 09:21:26 -07:00
Marcus Olsson
fcdfa88089
Docs: Improve docs for plugin authentication ( #33325 )
...
* Improve docs for plugin authentication
* Add docs for forwarding oauth identity
* Fix review comment
* Fix review comment
2021-05-31 22:02:36 +02:00
Diana Payton
66e2624ae0
Docs: Override content ( #34859 )
...
* content updates
* Update panel-editor.md
* Update panel-editor.md
* content updates
* edits
* Update field-overrides.md
* Delete field-options-and-overrides.md
* link updates
* Update field-overrides.md
* Update field-overrides.md
* Update field-overrides.md
* fixing links
* reordering
* Update docs/sources/panels/field-overrides.md
Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com>
* Update docs/sources/panels/panel-editor.md
Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com>
* Update docs/sources/panels/panel-editor.md
Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com>
* Update docs/sources/panels/panel-editor.md
Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com>
* Update docs/sources/panels/panel-editor.md
Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com>
* Update docs/sources/panels/visualizations/table/_index.md
Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com>
* Update docs/sources/panels/visualizations/table/_index.md
Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com>
Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com>
2021-05-28 22:45:00 +02:00
Robby Milo
327fa124a4
cleanup shortcodes, asset paths ( #34826 )
2021-05-28 11:27:40 +02:00
achatterjee-grafana
adbe383456
Update alert doc structure ( #34659 )
...
* Restructured and fixed broken relrefs.
* Added relrefs.
* created shared alerts section.
2021-05-25 10:51:28 -04:00
Marcus Olsson
10a25ba4e5
Docs: Improve plugin signing docs ( #33562 )
...
* Improve plugin signing docs
* Remove reference to root_url config
2021-05-11 13:34:56 +02:00
Arve Knudsen
c2c1ec7d0f
Chore: Move from master to main branch ( #33693 )
...
* Chore: Move from master branch to main
Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
* CI: Upgrade build pipeline tool to v2
Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
2021-05-06 16:29:29 +02:00
Nicholas Auger
fa620c1c38
cla.md formatting update to match cla-assistant ( #33188 )
...
@RichiH
2021-04-20 19:56:12 +02:00
Robby Milo
9ef7770631
update cla ( #33180 )
...
Co-authored-by: kyle <kyle@grafana.com>
2021-04-20 19:16:34 +02:00
Diana Payton
db29a8a8de
Docs: Replace next with latest in aliases ( #33054 )
2021-04-15 23:08:58 +02:00
Diana Payton
b3ac63dad7
Docs: Replace links with relrefs ( #32916 )
...
* Update configuration.md
* Update set-up-for-high-availability.md
* Update glossary.md
* Update glossary.md
* Update cloudwatch.md
* Update add-authentication-for-data-source-plugins.md
* Update add-support-for-explore-queries.md
* fix links
* fix links
* Update license-expiration.md
* Update license-restrictions.md
* Update _index.md
* Update trace-integration.md
* Update admin.md
* Update graph-time-series-as-bars.md
* Update graph-time-series-as-bars.md
* Update graph-time-series-as-lines.md
* Update graph-time-series-as-points.md
* Update release-notes-7-3-0.md
* fix links
* fix links
2021-04-14 08:13:18 -07:00
Torkel Ödegaard
9873809547
Docs: Sync master docs against next version ( #32602 )
...
Co-authored-by: Robby Milo <robbymilo@gmail.com>
2021-04-12 09:42:10 +02:00
Marcus Olsson
f345459441
Docs: Document plugin authentication in metadata schema ( #32703 )
...
* Update plugin schema
* Fix review comments
2021-04-08 18:13:18 +02:00
Diana Payton
ec624aa1ef
Docs: Add Grafana basics section ( #32693 )
...
* moved files
* single sourcing
* Update _index.md
* Update heatmap.md
* Update _index.md
* Update _index.md
* Fixed 7 broken relrefs
* Fixed one more broken relref.
Co-authored-by: achatterjee-grafana <aparajita.chatterjee@grafana.com>
2021-04-05 13:06:14 -07:00
Marcus Efraimsson
aad43869c3
Plugins: Support set body content in plugin routes ( #32551 )
...
Adds support for overriding the body and length in plugin routes.
2021-03-31 16:38:35 +02:00
G Gordon Worley III
0fbe7f7f52
Docs: Add mention of preferredVisualisationType in logs datasource guide ( #31910 )
...
* Add mention of preferredVisualisationType to get Log Panel to display
The instructions don't work right now. As described, it was necessary for me to set the preferredVisualisationType to 'logs' to get the log view in Explore. I spent several hours digging around the code to figure this out, so hopefully we can save others the time with this doc update.
* Update docs/sources/developers/plugins/build-a-logs-data-source-plugin.md
Co-authored-by: Andrej Ocenas <mr.ocenas@gmail.com>
* Update docs/sources/developers/plugins/build-a-logs-data-source-plugin.md
Co-authored-by: Andrej Ocenas <mr.ocenas@gmail.com>
* Update docs/sources/developers/plugins/build-a-logs-data-source-plugin.md
Co-authored-by: Andrej Ocenas <mr.ocenas@gmail.com>
Co-authored-by: Andrej Ocenas <mr.ocenas@gmail.com>
2021-03-18 10:44:53 +01:00
Andrej Ocenas
a1c7e0630d
Docs: Update section on plugin dev for explore ( #31905 )
...
* Update section on preferredVisualisationType
* wording changes
* Update docs/sources/developers/plugins/add-support-for-explore-queries.md
Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com>
* Update docs/sources/developers/plugins/add-support-for-explore-queries.md
Co-authored-by: Ursula Kallio <73951760+osg-grafana@users.noreply.github.com>
* Update docs/sources/developers/plugins/add-support-for-explore-queries.md
Co-authored-by: Ursula Kallio <73951760+osg-grafana@users.noreply.github.com>
Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com>
Co-authored-by: Ursula Kallio <73951760+osg-grafana@users.noreply.github.com>
2021-03-16 17:25:10 +01:00
Marcus Olsson
cf929237e1
Update plugin annotations docs ( #31808 )
2021-03-15 10:03:44 +01:00
Marcus Olsson
c2a6f9623e
Docs: Update plugin docs for annotation support ( #31715 )
...
* Update plugin docs for annotation support
* Update docs/sources/developers/plugins/add-support-for-annotations.md
Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>
* Update docs/sources/developers/plugins/add-support-for-annotations.md
Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>
Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>
2021-03-08 10:46:48 +01:00
Marcus Olsson
5cbc58fd97
Remove format for plugin routes ( #31633 )
2021-03-03 16:01:08 +01:00
Marcus Olsson
475fd994a0
Add guide on custom option editors ( #31254 )
2021-03-01 14:12:52 +01:00
Torkel Ödegaard
584886fa46
AppPlugins: Options to disable showing config page in nav ( #31354 )
...
* AppPlugins: Options to disable showing config page in nav
* rename
* Added autoEnabled
* updated
* Things are working sort of
* Simplify
2021-02-25 10:00:21 +01:00
achatterjee-grafana
58ce62912c
Explore rewrite ( #30804 )
...
* Created new topic on tracing capability and began breaking down and re-org.
* This commit fixed a bunch of broken relrefs along with other changes.
* More changes.
* Checkin changes.
* Check in changes.
* More changes.
* More changes.
* Updated file path.
* Updated image path and more content reorg.
* Update docs/sources/explore/_index.md
Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>
* Adding suugestions from review.
* Some more changes from review.
Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>
2021-02-02 12:04:00 -05:00
Fabien Wernli
af6893e41d
Fix documentation for streaming data sources ( #30704 )
...
The added code is now mandatory since 7.4.x
See https://github.com/grafana/grafana/issues/30686
2021-01-28 13:35:49 +01:00
Diana Payton
e25458bb6f
Docs: Add whats new 7.4 links ( #30463 )
...
* Update whats-new-in-v7-4.md
* Update add-query-editor-help.md
* Update whats-new-in-v7-4.md
* Update docs/sources/whatsnew/whats-new-in-v7-4.md
Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com>
Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com>
2021-01-20 14:24:14 -08:00
kay delaney
b9b6af9491
Dashboards: Adds cheat sheet toggle to supported query editors ( #28857 )
...
* Dashboards: Adds cheat sheet toggle to supported query editors
2021-01-19 23:52:09 +01:00
Marcus Olsson
6f0bfa78ec
Add jwtTokenAuth to plugin metadata schema ( #30346 )
2021-01-19 16:01:35 +01:00
Marcus Olsson
2096d25f9c
Update signing docs ( #30296 )
...
* Update signing docs
* Update docs/sources/developers/plugins/sign-a-plugin.md
Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com>
* Update docs/sources/developers/plugins/sign-a-plugin.md
Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com>
* Update docs/sources/developers/plugins/sign-a-plugin.md
Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com>
2021-01-19 08:43:16 +01:00
Diana Payton
97a104598a
Docs: Remove survey ( #29549 )
...
* removed the survey code
* Update _index.md
2020-12-09 07:55:50 -08:00
Marcus Olsson
d0f8adae04
Docs: Plugin schema updates ( #28232 )
...
* WIP
* Update plugin metadata schema
* Fix review comments
* Update descriptions
* Add description
* Fix review comment
2020-12-08 10:41:33 +01:00
Marcus Olsson
9508656b15
Update broken aliases ( #29603 )
2020-12-04 16:26:59 +01:00
Marcus Olsson
c52fd933f6
Docs: Fix broken link for plugins ( #29346 )
2020-12-01 13:52:32 +01:00
Joan López de la Franca Beltran
c22a39ab2d
Plugins: Add support for includes' icon ( #29416 )
...
* Plugins: Add support for includes' icon
* Docs: Add plugin includes' icon reference
2020-11-27 10:48:37 +01:00
Ivana Huckova
83329ae7e4
Explore/Logs: Update Parsed fields to Detected fields ( #28881 )
...
* Change all parsed fields and functions to detected fields
* Update
* Sneak in UI improvement, add tooltip
* Update docs/sources/whatsnew/whats-new-in-v6-5.md
Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>
* Update docs/sources/whatsnew/whats-new-in-v6-5.md
Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>
* Remove changes from old Whats new
* Rename LogMessageParsed
Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>
2020-11-23 20:10:09 +01:00
Robby Milo
81d30615b4
Docs: fix relref ( #28977 )
2020-11-10 14:38:45 +01:00
Robby Milo
abee02dbcd
Docs: updates for file-based menu ( #28500 )
...
* initial
* cleanup
* remove bad aliases
* cleanup, fix links
* add docs-file-based-command
* update docs
* update readme
* fix broken links
* fix spelling
Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>
2020-11-09 12:26:49 -08:00
Marcus Olsson
f39a8d630b
Docs: Plugin signing docs ( #28671 )
...
* WIP
* Update plugin signing docs
* Fix review comments
2020-11-05 16:40:33 +01:00
ndeevy
97262fb8fc
Docs: Made usage of config/configuration consistent #19270 ( #28167 )
...
Rebased ndeevy:docs-config/configuration-consistency-update from grafana/master to resolve conflicts
Co-authored-by: ndeevy <ndeevy@redhat.com>
2020-11-03 12:09:49 +01:00
Diana Payton
5254a7ec5d
Docs: Add survey content ( #28446 )
...
* Update change-home-dashboard.md
* added survey code
Added survey blurb.
* Update whats-new-in-v7-3.md
* minor edits
2020-10-22 13:22:34 -07:00
Nitesh Koushik S
8e56dd0279
JSON syntax update ( #28193 )
...
JSON syntax update
2020-10-13 11:10:48 +02:00
Nitesh Koushik S
effb62d709
Grammar correction ( #28185 )
...
Grammar correction
2020-10-12 10:34:10 +02:00
Nitesh Koushik S
0cb3c7e340
Grammar correction ( #28179 )
...
Grammar correction
2020-10-12 07:42:29 +02:00
Nitesh Koushik S
bcfddb83ea
Grammar correction ( #28177 )
...
Grammar correction
2020-10-12 07:25:47 +02:00
Darryl
2b312d24c4
Docs: Remove and update vague link text #27824 ( #28055 )
2020-10-07 09:31:16 -07:00
John S
4d3067e139
Docs: Refactor inconsistent unordered lists ( #27826 )
...
* Docs: Refactor inconsistent unordered lists
* add requested changes
* Update docs/sources/linking/data-link-variables.md
Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>
* Update docs/sources/http_api/_index.md
Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>
* Update docs/sources/guides/whats-new-in-v6-0.md
Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>
* Update docs/sources/auth/auth-proxy.md
Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>
* resolve weird line breaks
* revert unintentional change
* Update docs/sources/auth/auth-proxy.md
Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>
* Update docs/sources/auth/auth-proxy.md
Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>
* Update docs/sources/auth/auth-proxy.md
Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>
Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>
2020-10-02 11:02:11 -07:00
achatterjee-grafana
add777ad40
Change metadata of doc topics ( #27943 )
...
* Changes. to metadata in Manage users
* changes to install section
* Added titile
* More changes.
* Updated administration folder metadata, moved 2 files from installation folder.
* Added links to Administration landing page, other metadata changes worked out.
* Updated alerting section metadata.
* Updated metadata of Auth section. Broke index and created separate Grafana Authentication section.
* Added correct weight.
* Updated metadata for the Best practices section.
* Updated metadata in templates, broke Overview topic.
* Updated subment Variable types metadata
* Fixed yaml file and H1 description of Variables syntax topic.
* Couple more metadata changes.
* Added aliases files, as suggested by Diana.
2020-10-01 17:37:26 -04:00
Diana Payton
715f0133ee
Docs: Remove reference folder ( #27944 )
...
* Delete stack_guide_graphite.md
* moved json-model
* Moved Export and import
* Delete _index.md
* Moved Scripted dashboards
* Moved Share dashboard
* fixed links
2020-10-01 14:13:39 -07:00
DECarreras
54df058b95
Docs: Fixed lazy numbering in all documentation files ( #27975 )
2020-10-01 12:45:05 -04:00
Amal
22b2d4d412
Minor change for readability ( #27938 )
2020-10-01 10:43:59 +02:00
Amal
f05ec42bd5
Minor change for better readability of docs ( #27937 )
...
* Minor change for better readability of docs
* Update docs/sources/developers/plugins/backend/plugin-protocol.md
Accepting review suggestions
Co-authored-by: Marcus Olsson <marcus.olsson@hey.com>
Co-authored-by: Marcus Olsson <marcus.olsson@hey.com>
2020-10-01 10:43:09 +02:00
denominator
1d2b839a1d
Docs: Fix note format for documentation ( #27940 )
2020-09-30 12:45:07 -07:00
Amal
ca4e48a8e4
Typo correction in docs ( #27934 )
2020-09-30 17:35:54 +02:00
Amal
831fe2d2b3
Update plugin-protocol.md ( #27932 )
2020-09-30 17:35:16 +02:00
Marcus Olsson
03f059b7c5
Docs: Fix typo and clarify need for query editor ( #27796 )
...
* Fix typo and clarify need for query editor
* Update docs/sources/developers/plugins/add-support-for-annotations.md
Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>
Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>
2020-09-29 17:26:01 +02:00
Diana Payton
552e4cb84d
Docs: Remove feature folder ( #27830 )
...
* moved files out of tutorials folder
* link update
* updated weights
* moved Explore
* move files and fix links
* moved files out of features
* Revert "moved files out of features"
This reverts commit 5e44cbcc95
.
* fixed links
2020-09-25 13:53:13 -07:00
Marcus Olsson
3b8701a35d
Docs: Add reference to plugin examples ( #27809 )
...
* Add reference to plugin examples
* Remove unintended whitespace
2020-09-25 16:47:52 +02:00
achatterjee-grafana
8018059fc4
Fixed Heading 2 "General resources" format. ( #27771 )
2020-09-24 13:29:40 -04:00
Amal
ed185ea0f2
Correcting case in docs ( #27739 )
...
* Correcting case in documentation
* Correcting case in docs
2020-09-23 16:20:22 -04:00
Zoltán Bedi
36875b7839
Update working-with-data-frames.md ( #27736 )
...
Fix bad url for dataframe
2020-09-23 19:49:55 +02:00
Diana Payton
5d77d96d7b
Docs: 7.2 filter options ( #27689 )
...
* Update field-options.md
* Update menu.yaml
* Create _index.md
* Update _index.md
* added files
* moving content
* updated links
* fixed links and deleted old file
* content changes
* Update configure-all-fields.md
* Content updates
* contnet updates
* updated content
* Update whats-new-in-v7-2.md
* content updates
* added content
* Update filter-table-columns.md
* Update standard-field-options.md
* moved files
* content edits
* Update _index.md
* Update _index.md
* fixed links and merge conflicts
* Update menu.yaml
* Update menu.yaml
2020-09-23 10:48:30 -07:00
Marcus Olsson
4189b196ff
Docs: Add missing properties to plugin metadata schema ( #27445 )
...
* Update plugin metadata schema
* Add missing properties to plugin schema
* Fix review comments
2020-09-17 13:19:40 +02:00
Marcus Olsson
e6453198a9
Docs: Add data frames plugin guide ( #27430 )
2020-09-16 14:39:46 +02:00
Torkel Ödegaard
58124efdb5
Docs: Rename field configuration options page to field options ( #27604 )
2020-09-16 09:38:28 +02:00
Marcus Olsson
d9630c5b71
Docs: Add docs for updating variables from plugin ( #27247 )
...
* Add docs for updating variables from plugin
* Update reference
* Update docs/sources/developers/plugins/add-support-for-variables.md
Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>
* Fix review comments
* Fix review comments
Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>
2020-08-28 11:09:35 +02:00
Marcus Olsson
d1ee1d93c8
Add plugin migration guide ( #27118 )
2020-08-25 17:31:40 +02:00
Ryan McKinley
0fb7ee05d1
Chore: Minor cleanup ( #27112 )
2020-08-20 14:37:49 -07:00
Sriramajeyam Sugumaran
98f8ec7c89
plugin.json schema updates ( #27029 )
...
* added $schema field support in plugin.schema.json
More details can be found in https://github.com/grafana/plugin-validator/issues/1
* Others category in plugin.json, minimum 1 keyword
* Allow others as a category if the plugin doesn't fall into appropriate category. Refer https://github.com/grafana/plugin-validator/issues/3 for more details
* Mandate minimum one keyword for better discovery in plugin repository.
* Dropped enum from plugin.json $schema
2020-08-19 21:27:44 +02:00
Marcus Olsson
689ca1be87
Add guide for sharing plugins ( #27043 )
...
* Add guide for sharing plugins
* Fix review comments
2020-08-19 09:01:07 +02:00
Marcus Olsson
dd0b0fe0b1
Add instructions on how to format multiple variables ( #27032 )
...
* Add instructions on how to format multiple variables
* Update docs/sources/developers/plugins/add-support-for-variables.md
Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>
* Fix review comment
Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>
2020-08-18 16:42:24 +02:00
Marcus Olsson
585543d707
Add guide on adding support for variable queries ( #26810 )
...
* Add guide on adding support for variable queries
* Fix review comments
* Update instruction for custom editor
* Update docs/sources/developers/plugins/add-support-for-variables.md
Co-authored-by: Alexander Zobnin <alexanderzobnin@gmail.com>
* Update docs/sources/developers/plugins/add-support-for-variables.md
Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>
* Update docs/sources/developers/plugins/add-support-for-variables.md
Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>
* Fix review comments
* Fix review comments
Co-authored-by: Alexander Zobnin <alexanderzobnin@gmail.com>
Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>
2020-08-17 12:00:33 +02:00
Marcus Olsson
7319527f71
Improve validation for grafanaDependency ( #26936 )
2020-08-17 11:59:43 +02:00
Marcus Olsson
338943d349
Add skipDataQuery to plugin.json schema ( #26940 )
...
* Add skipDataQuery to plugin.json schema
* Fix typo
2020-08-17 11:31:25 +02:00
Marcus Olsson
5a58f2b4c5
Update plugin metadata schema ( #26720 )
...
* Update plugin metadata schema
* Update docs/sources/developers/plugins/metadata.md
Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>
Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>
2020-08-05 08:37:51 -07:00
Marcus Olsson
fa4084f90a
Docs: Add plugins guide on error handling ( #26518 )
2020-07-31 07:07:03 -07:00
Marcus Olsson
2613ed85a6
Docs: Fix inconsistencies in plugin guide for annotations ( #26480 )
2020-07-21 12:51:38 -07:00
Robby Milo
429c4c903b
add plugin aliases ( #26206 )
2020-07-09 07:42:04 -07:00
Diana Payton
3a57ba20cf
Docs: Update _index.md ( #26028 )
2020-07-06 13:07:54 -07:00
ChrisDGH
45bbee2dea
Update _index.md
2020-07-02 15:03:03 -04:00
Diana Payton
e07d0ae452
Docs: Reorganize reference topics ( #25915 )
...
* moved annotations.md
* Update annotations.md
* moved dashboard_folders.md
* moved dashboard_history.md
* moved playlist.md
* moved search.md
2020-06-30 14:18:38 -07:00
Diana Payton
78996516af
Docs: Update configuration.md ( #25707 )
...
* Update configuration.md
* moved configuration.md to administration folder
* updated links
* Added quota section
* Update upgrading.md
* Update configuration.md
* Update configuration.md
* Update configuration.md
* Updating links
* Update configuration.md
* Update configuration.md
* Update configuration.md
Reworked the security options
* Update configuration.md
* Update configuration.md
* Update provisioning.md
* Update provisioning.md
* Update configuration.md
* Update configuration.md
* Update docs/sources/administration/configuration.md
Co-authored-by: Marcus Efraimsson <marcus.efraimsson@gmail.com>
Co-authored-by: Marcus Efraimsson <marcus.efraimsson@gmail.com>
2020-06-23 09:56:44 -07:00
Diana Payton
035497c7bd
Docs: Edit plugin signature topics ( #25491 )
...
* Update sign-a-plugin.md
* Update plugin-signature-verification.md
* Update docs/sources/plugins/plugin-signature-verification.md
Co-authored-by: Marcus Efraimsson <marcus.efraimsson@gmail.com>
* Update docs/sources/plugins/plugin-signature-verification.md
Co-authored-by: Marcus Efraimsson <marcus.efraimsson@gmail.com>
Co-authored-by: Marcus Efraimsson <marcus.efraimsson@gmail.com>
2020-06-11 08:33:27 -07:00
Alex Khomenko
85d5d8a0e6
Docs: Fix intro to timeseries URL ( #25530 )
...
* Docs: Fix intro to timeseries URL
* Update docs/sources/developers/plugins/data-frames.md
Co-authored-by: Marcus Olsson <accounts+github@marcus.se.net>
Co-authored-by: Marcus Olsson <accounts+github@marcus.se.net>
2020-06-11 15:15:50 +03:00
Marcus Olsson
79fea5df2a
Docs: Update guide on authenticating data source plugins ( #24884 )
...
* Update guide on authenticating data source plugins
* Fix broken references
2020-06-11 12:12:27 +02:00
Amal
029b1db0d1
Docs: Grammatical correction ( #25336 )
2020-06-08 12:46:58 -07:00
Marcus Efraimsson
24673dc7d1
Docs: Adds plugin signature verification pages ( #25257 )
...
Co-authored-by: Kyle Brandt <kyle@grafana.com>
Co-authored-by: Marcus Olsson <accounts+github@marcus.se.net>
2020-06-02 16:44:02 +02:00
Diana Payton
ff465396ab
Docs: added content to _index.md pages ( #24949 )
2020-05-21 08:31:06 -07:00
Marcus Olsson
6b29c11776
Add guide for streaming data sources ( #24786 )
2020-05-19 09:05:48 +02:00
Marcus Olsson
c5950d6380
Update plugin metadata ( #24791 )
2020-05-19 09:05:38 +02:00
Daniel Lee
6aeb00a859
docs: fixes ambiguous links ( #24811 )
2020-05-18 20:47:31 +02:00
Diana Payton
0e53b15375
Docs: Update links for 7.0 ( #24751 )
...
* update menu
* updated alert list
* Update alert-list-panel.md
* Update alert-list-panel.md
* Update bar-gauge-panel.md
* Delete bar_gauge.md
* Delete dashlist.md
* Update dashboard-list-panel.md
* deleted old panels
* Update gauge-panel.md
* Update graph-panel.md
* Update heatmap.md
* Update logs-panel.md
* Update news-panel.md
* Updated stat panel
* Update table-panel.md
* Update text-panel.md
* Fixed broken links
* Update _index.md
* Update alerts-overview.md
* Update add-a-panel.md
* Update field-configuration-options.md
* removed beta text
* Update inspect-panel.md
* Update panel-editor.md
* Update thresholds.md
* Update transformations.md
* Update _index.md
* Update _index.md
* Update _index.md
* Update _index.md
* Update _index.md
* Update transformations.md
2020-05-15 13:58:39 -07:00
Robby Milo
ce8b5030c1
Docs: fix links ( #24704 )
...
* fix broken links
* fix another link
2020-05-14 20:08:32 +02:00