Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into gamab/managed_service…
Browse files Browse the repository at this point in the history
…_accounts
  • Loading branch information
gamab committed Oct 4, 2024
2 parents 7b5a59e + 132f59e commit 0b77ee6
Show file tree
Hide file tree
Showing 47 changed files with 720 additions and 287 deletions.
9 changes: 9 additions & 0 deletions .all-contributorsrc
Original file line number Diff line number Diff line change
Expand Up @@ -295,6 +295,15 @@
"contributions": [
"code"
]
},
{
"login": "ivanortegaalba",
"name": "Ivan Ortega Alba",
"avatar_url": "https://avatars.githubusercontent.com/u/5699976?v=4",
"profile": "https://github.com/ivanortegaalba",
"contributions": [
"code"
]
}
],
"contributorsPerLine": 7
Expand Down
93 changes: 93 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,96 @@
# (Thu Oct 03 2024)

#### 🐛 Bug Fix

- `@grafana/[email protected]`
- Types-bundler: Update readme [#1162](https://github.com/grafana/plugin-tools/pull/1162) ([@jackw](https://github.com/jackw))

#### Authors: 1

- Jack Westbrook ([@jackw](https://github.com/jackw))

---

# (Thu Oct 03 2024)

#### 🐛 Bug Fix

- `@grafana/[email protected]`
- Create Plugin: Remove topnav feature flag from Scenes templates [#1139](https://github.com/grafana/plugin-tools/pull/1139) ([@jackw](https://github.com/jackw))
- Update grafana patch dependencies [#1156](https://github.com/grafana/plugin-tools/pull/1156) ([@renovate[bot]](https://github.com/renovate[bot]))

#### Authors: 2

- [@renovate[bot]](https://github.com/renovate[bot])
- Jack Westbrook ([@jackw](https://github.com/jackw))

---

# (Wed Oct 02 2024)

#### 🐛 Bug Fix

- `@grafana/[email protected]`
- Plugin E2e: Support scenes powered dashboard UI [#1155](https://github.com/grafana/plugin-tools/pull/1155) ([@sunker](https://github.com/sunker))

#### Authors: 1

- Erik Sundell ([@sunker](https://github.com/sunker))

---

# (Tue Oct 01 2024)

#### 🐛 Bug Fix

- `@grafana/[email protected]`
- Update grafana dependencies [#1113](https://github.com/grafana/plugin-tools/pull/1113) ([@renovate[bot]](https://github.com/renovate[bot]))
- Update grafana patch dependencies [#1141](https://github.com/grafana/plugin-tools/pull/1141) ([@renovate[bot]](https://github.com/renovate[bot]))

#### Authors: 1

- [@renovate[bot]](https://github.com/renovate[bot])

---

# (Mon Sep 30 2024)

#### 🚀 Enhancement

- `@grafana/[email protected]`
- Create Plugin: Update go sdk when running update cmd [#1143](https://github.com/grafana/plugin-tools/pull/1143) ([@jackw](https://github.com/jackw))

#### Authors: 1

- Jack Westbrook ([@jackw](https://github.com/jackw))

---

# (Mon Sep 30 2024)

:tada: This release contains work from a new contributor! :tada:

Thank you, Ivan Ortega Alba ([@ivanortegaalba](https://github.com/ivanortegaalba)), for all your work!

#### 🐛 Bug Fix

- `@grafana/[email protected]`
- Update dashboard variables settings URL [#1144](https://github.com/grafana/plugin-tools/pull/1144) ([@ivanortegaalba](https://github.com/ivanortegaalba))
- `@grafana/[email protected]`
- Switch to createDataFrame [#1133](https://github.com/grafana/plugin-tools/pull/1133) ([@tolzhabayev](https://github.com/tolzhabayev))

#### 🔩 Dependency Updates

- Chore(deps-dev): Bump vite from 5.2.11 to 5.4.8 [#1135](https://github.com/grafana/plugin-tools/pull/1135) ([@dependabot[bot]](https://github.com/dependabot[bot]))

#### Authors: 3

- [@dependabot[bot]](https://github.com/dependabot[bot])
- Ivan Ortega Alba ([@ivanortegaalba](https://github.com/ivanortegaalba))
- Timur Olzhabayev ([@tolzhabayev](https://github.com/tolzhabayev))

---

# (Wed Sep 25 2024)

#### 🐛 Bug Fix
Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,9 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
<td align="center"><a href="https://github.com/kevinwcyu"><img src="https://avatars.githubusercontent.com/u/19530599?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Kevin Yu</b></sub></a><br /><a href="https://github.com/grafana/plugin-tools/commits?author=kevinwcyu" title="Code">💻</a></td>
<td align="center"><a href="https://github.com/ashharrison90"><img src="https://avatars.githubusercontent.com/u/20999846?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Ashley Harrison</b></sub></a><br /><a href="https://github.com/grafana/plugin-tools/commits?author=ashharrison90" title="Code">💻</a></td>
</tr>
<tr>
<td align="center"><a href="https://github.com/ivanortegaalba"><img src="https://avatars.githubusercontent.com/u/5699976?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Ivan Ortega Alba</b></sub></a><br /><a href="https://github.com/grafana/plugin-tools/commits?author=ivanortegaalba" title="Code">💻</a></td>
</tr>
</table>

<!-- markdownlint-restore -->
Expand Down
2 changes: 1 addition & 1 deletion docusaurus/docs/get-started/best-practices.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ keywords:
- plugins
- plugin
- best practices
sidebar_position: 10
sidebar_position: 30
---

# Best practices for plugin development
Expand Down
70 changes: 0 additions & 70 deletions docusaurus/docs/get-started/folder-structure.md

This file was deleted.

2 changes: 1 addition & 1 deletion docusaurus/docs/get-started/get-started.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ The file structure should look like this:
└── tsconfig.json
```

For more information about these files, refer to [Folder structure](/get-started/folder-structure/).
For more information about these files, refer to [Anatomy of a plugin](/key-concepts/anatomy-of-a-plugin/).

## Build and run your plugin in Docker

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ However, if you want a custom visualization, you can add a hint to your returned
Construct a data frame with specific metadata like this:

```ts
const firstResult = new MutableDataFrame({
const firstResult = createDataFrame({
fields: [...],
meta: {
preferredVisualisationType: 'logs',
Expand Down
Loading

0 comments on commit 0b77ee6

Please sign in to comment.