Skip to content

Commit

Permalink
0.7.8
Browse files Browse the repository at this point in the history
  • Loading branch information
yesoreyeram committed Aug 13, 2021
1 parent 0740a59 commit f429182
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 12 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

Change history of the project. All the feature updates, bug fixes, breaking changes will be documented here.

## [ 0.7.8 ]

- Bug fixes, docs update

## [ 0.7.7 ]

- Bug fixes and docs update
Expand All @@ -11,7 +15,7 @@ Change history of the project. All the feature updates, bug fixes, breaking chan
## [ 0.7.6 ]

- UnixTimeStamp variable added (alpha)
- Changed try url to [heroku](https://yesoreyeram-grafana.herokuapp.com/explore)
- Changed try url to [heroku](https://grafana-infinity-datasource.herokuapp.com/explore)

## [ 0.7.5 ]

Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ Visualize data from JSON, CSV, XML, GraphQL and HTML endpoints.

Using the following links,You can try **Infinity datasource plugin** without installing grafana/plugin. You can change the URL, customize headers to get the results of your API

### [Try before installing - JSON](https://yesoreyeram-grafana.herokuapp.com/d/try/try?orgId=1&editPanel=2)
### [Try before installing - JSON](https://grafana-infinity-datasource.herokuapp.com/d/try/try?orgId=1&editPanel=2)

### [Try before installing - CSV](https://yesoreyeram-grafana.herokuapp.com/d/try/try?orgId=1&editPanel=3)
### [Try before installing - CSV](https://grafana-infinity-datasource.herokuapp.com/d/try/try?orgId=1&editPanel=3)

### [Demo](https://yesoreyeram-grafana.herokuapp.com)
### [Demo](https://grafana-infinity-datasource.herokuapp.com)

## Documentation

Expand Down
2 changes: 1 addition & 1 deletion src/components/website/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ export const Header = (props: HeaderProps) => {
<ul className="navbar-nav d-flex mb-2 mb-lg-0">
<a
className="nav-links special-menu highlight rounded text-white fw-bolder"
href="https://yesoreyeram-grafana.herokuapp.com/explore"
href="https://grafana-infinity-datasource.herokuapp.com"
target="_blank"
rel="noreferrer"
>
Expand Down
2 changes: 1 addition & 1 deletion src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ export default function Home({ data }: HomeProps) {
<a
className="btn btn-primary text-black mx-4"
style={{ backgroundImage: 'linear-gradient(#FADE2A,#F05A28)', color: 'black', border: 'none' }}
href="https://yesoreyeram-grafana.herokuapp.com/explore"
href="https://grafana-infinity-datasource.herokuapp.com"
target="_blank"
rel="noreferrer"
>
Expand Down
4 changes: 2 additions & 2 deletions src/plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,11 +57,11 @@
},
{
"name": "Demo",
"url": "https://yesoreyeram-grafana.herokuapp.com"
"url": "https://grafana-infinity-datasource.herokuapp.com"
},
{
"name": "Try before installing",
"url": "https://yesoreyeram-grafana.herokuapp.com/explore"
"url": "https://grafana-infinity-datasource.herokuapp.com/explore"
},
{
"name": "Github",
Expand Down
2 changes: 1 addition & 1 deletion src/wiki/global-queries.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ next_page_title: 'Configuration'
next_page_slug: '/wiki/configuration'
---

> DEPRECATED. From v0.7.7, This feature is deprecated in favour of Grafana panel library. From v0.8 this feature may be removed.
> DEPRECATED. From v0.7.8, This feature is deprecated in favour of Grafana panel library. From v0.8 this feature may be removed.
Working with same queries in multiple dashboards might be hard some times. To change a query, you need to update all the dashboards. So Infinity datasource gives an option to register queries globally and then allows to reuse the queries across dashboards.

Expand Down
6 changes: 3 additions & 3 deletions src/wiki/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ grafana-cli --pluginUrl <ZIP_FILE_URL> plugins install yesoreyeram-infinity-data
Example:

```shell
grafana-cli --pluginUrl https://github.com/yesoreyeram/grafana-infinity-datasource/releases/download/v0.7.7/yesoreyeram-infinity-datasource-0.7.7.zip plugins install yesoreyeram-infinity-datasource
grafana-cli --pluginUrl https://github.com/yesoreyeram/grafana-infinity-datasource/releases/download/v0.7.8/yesoreyeram-infinity-datasource-0.7.8.zip plugins install yesoreyeram-infinity-datasource
```

### Install using helm chart
Expand All @@ -57,7 +57,7 @@ Example:
```yml
plugins:
- https://github.com/yesoreyeram/grafana-infinity-datasource/releases/download/v0.7.7/yesoreyeram-infinity-datasource-0.7.7.zip;yesoreyeram-infinity-datasource
- https://github.com/yesoreyeram/grafana-infinity-datasource/releases/download/v0.7.8/yesoreyeram-infinity-datasource-0.7.8.zip;yesoreyeram-infinity-datasource
```
### Install using docker
Expand All @@ -71,5 +71,5 @@ docker run -p 3000:3000 -e "GF_INSTALL_PLUGINS=yesoreyeram-infinity-datasource"
If you need to install a custom version of the plugin with docker, use the following command.

```shell
docker run -p 3000:3000 -e "GF_INSTALL_PLUGINS=https://github.com/yesoreyeram/grafana-infinity-datasource/releases/download/v0.7.7/yesoreyeram-infinity-datasource-0.7.7.zip;yesoreyeram-infinity-datasource" grafana/grafana:8.1.1
docker run -p 3000:3000 -e "GF_INSTALL_PLUGINS=https://github.com/yesoreyeram/grafana-infinity-datasource/releases/download/v0.7.8/yesoreyeram-infinity-datasource-0.7.8.zip;yesoreyeram-infinity-datasource" grafana/grafana:8.1.1
```

1 comment on commit f429182

@vercel
Copy link

@vercel vercel bot commented on f429182 Aug 13, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.