mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
feat: add drone datasource to the plugins list (#91671)
This commit is contained in:
parent
f3769d1ab0
commit
08d9cb095a
@ -83,6 +83,7 @@ With a Grafana Enterprise license, you also get access to premium data sources,
|
||||
- [CockroachDB](/grafana/plugins/grafana-cockroachdb-datasource)
|
||||
- [Databricks](/grafana/plugins/grafana-databricks-datasource)
|
||||
- [DataDog](/grafana/plugins/grafana-datadog-datasource)
|
||||
- [Drone](/grafana/plugins/grafana-drone-datasource)
|
||||
- [Dynatrace](/grafana/plugins/grafana-dynatrace-datasource)
|
||||
- [Gitlab](/grafana/plugins/grafana-gitlab-datasource)
|
||||
- [Honeycomb](/grafana/plugins/grafana-honeycomb-datasource)
|
||||
|
@ -53,7 +53,7 @@ describe('buildCategories', () => {
|
||||
it('should add enterprise phantom plugins', () => {
|
||||
const enterprisePluginsCategory = categories[3];
|
||||
expect(enterprisePluginsCategory.title).toBe('Enterprise plugins');
|
||||
expect(enterprisePluginsCategory.plugins.length).toBe(25);
|
||||
expect(enterprisePluginsCategory.plugins.length).toBe(26);
|
||||
expect(enterprisePluginsCategory.plugins[0].name).toBe('Adobe Analytics');
|
||||
expect(enterprisePluginsCategory.plugins[enterprisePluginsCategory.plugins.length - 1].name).toBe('Wavefront');
|
||||
});
|
||||
|
@ -245,6 +245,12 @@ function getEnterprisePhantomPlugins(): DataSourcePluginMeta[] {
|
||||
name: 'Netlify',
|
||||
imgUrl: 'public/img/plugins/netlify.svg',
|
||||
}),
|
||||
getPhantomPlugin({
|
||||
id: 'grafana-drone-datasource',
|
||||
description: 'Drone datasource',
|
||||
name: 'Drone',
|
||||
imgUrl: 'public/img/plugins/drone.svg',
|
||||
}),
|
||||
];
|
||||
}
|
||||
|
||||
|
11
public/img/plugins/drone.svg
Normal file
11
public/img/plugins/drone.svg
Normal file
@ -0,0 +1,11 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg width="200px" height="200px" viewBox="0 0 200 200" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<!-- Generator: Sketch 53.1 (72631) - https://sketchapp.com -->
|
||||
<title>drone-logo-vector-dark</title>
|
||||
<desc>Created with Sketch.</desc>
|
||||
<g id="Landing" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<g id="logos" transform="translate(-50.000000, -50.000000)" fill="#1E375A">
|
||||
<path d="M90.2882214,69.3797473 L89.4295832,70.2383855 L124.476463,105.285265 C119.520903,113.022443 116.666667,122.524707 116.666667,133.333333 C116.666667,163.38141 138.72549,183.333333 166.666667,183.333333 C177.107498,183.333333 186.726972,180.547433 194.681066,175.489868 L229.90668,210.715482 C211.655003,234.822389 182.652657,250 150,250 C94.7802198,250 50,206.593407 50,150 C50,116.344376 65.8368878,87.3523756 90.2882214,69.3797473 Z M106.958511,59.4830419 C119.995354,53.3798856 134.591235,50 150,50 C205.21978,50 250,93.4065934 250,150 C250,165.565882 246.612323,180.134166 240.551518,193.076049 L208.85687,161.381401 C213.81243,153.644224 216.666667,144.14196 216.666667,133.333333 C216.666667,103.285256 194.607843,83.3333333 166.666667,83.3333333 C156.225835,83.3333333 146.606361,86.1192334 138.652268,91.1767986 L106.958511,59.4830419 Z M166.666667,163.333333 C149.901961,163.333333 136.666667,151.362179 136.666667,133.333333 C136.666667,115.304487 149.901961,103.333333 166.666667,103.333333 C183.431373,103.333333 196.666667,115.304487 196.666667,133.333333 C196.666667,151.362179 183.431373,163.333333 166.666667,163.333333 Z" id="drone-logo-vector-dark"></path>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 1.7 KiB |
Loading…
Reference in New Issue
Block a user