Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Knowledge Graph Integration #118

Merged
merged 67 commits into from
Nov 17, 2022
Merged

Knowledge Graph Integration #118

merged 67 commits into from
Nov 17, 2022

Conversation

MO-Elmu
Copy link
Collaborator

@MO-Elmu MO-Elmu commented Nov 8, 2022

New release branch for 11/17

haweston and others added 13 commits August 1, 2022 17:00
* Basic Alarm Config Panel
* Use template var syntax for queries but not for transformations or panels. WIP for updating the SceneViewer panel correctly.

* Use useLocation for URL updates

* Check variable value directly from URL. Scene will only update the URL if the selection is made within the scene panel.

* Use URL location search to parse variables. URL will be updated on every tag event.

* Bump terser from 4.8.0 to 4.8.1

Bumps [terser](https://github.com/terser/terser) from 4.8.0 to 4.8.1.
- [Release notes](https://github.com/terser/terser/releases)
- [Changelog](https://github.com/terser/terser/blob/master/CHANGELOG.md)
- [Commits](https://github.com/terser/terser/commits)

---
updated-dependencies:
- dependency-name: terser
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

* Updated grafana utils and added AWS SDK V3 support

* VideoPlayer component avoids panel refresh on temp var updates

* Clean up

* Fixed VideoPlayer test

* Fixed compilation errors

* add backend request looper and streaming support

* remove frontend requestLooper

* add streaming to query editor

* add replace logic for GetAlarms

* update how last timestamp is calculated

* fix index panic

* fix duplicate data on first streaming request

* Data source: Prevent editor error in explore

* Update VideoPlayer rerender logic

* remove stray console.log

* Latest grafana-utils lib

* Update version to v1.2.0

* Updated dashboard datasource readme

* Create .github

to enable more issue templates

* Delete .github

* Update issue templates

adding issue templates

* Create config.yml

* Update issue templates

adding updated feature request template

* Update feature_request.md

updating hidden text format

* Update bug_report.md

updating default bug template

* hide when streaming is not avaliabe

* use OS

* integrate with new build 1.0.1066.0

* fix incompatible version

* fix build

* new build 1.0.1119.0

* enable alerting in plugin.json

* Update aws-iot-twinmaker-grafana-utils

* Fixed yarn.lock file

* Adds the Active Camera template variable support and updates plugin to 1.0.1127.0 (#102)

* Adds the activeCamera URL parameter and setting for SceneViewer prop

* Updates to using a template variable

* Make the Active Camera consistent with the others. Only support template variable

* Update the name as per requested

* update to build 1.0.1135.0

* DataSource: Add frontent request looper fallback

* fix lint issue

* remove unused var

* Update UxSDK to version 1.0.1137.0

* Set min to 1 for max results for GetAlarm query

* update Grafana AWS SDK dependencies

* Update version to v1.2.1 for release

* new build 1.0.1156.0 to fix reload

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Harry Wandersman <hwanders@amazon.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Todd Treece <todd.treece@grafana.com>
Co-authored-by: Todd Treece <360020+toddtreece@users.noreply.github.com>
Co-authored-by: Mukesh Ranjan Sahay <43108986+mukeshsahay@users.noreply.github.com>
Co-authored-by: Mukesh Sahay <muksahay@amazon.com>
Co-authored-by: Avi Shuaib <msshui@amazon.com>
Co-authored-by: msshui-amzn <105250788+msshui-amzn@users.noreply.github.com>
Co-authored-by: taleena <27587456+taleena@users.noreply.github.com>
Co-authored-by: Ryan McKinley <ryantxu@gmail.com>
Co-authored-by: Xinyi <sheilaxxy@gmail.com>
Co-authored-by: Jonathan Wills <65614034+jwills-jdubs@users.noreply.github.com>
…/grafana-iot-twinmaker-app into toddtreece/alarm-batch-put
@CLAassistant
Copy link

CLAassistant commented Nov 8, 2022

CLA assistant check
All committers have signed the CLA.

package.json Outdated
@@ -1,6 +1,6 @@
{
"name": "grafana-iot-twinmaker-app",
"version": "1.2.1",
"version": "1.2.2",
Copy link
Collaborator

Choose a reason for hiding this comment

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

do we need to bump version in this PR? we should at least bump its minor version to 1.3.0

Copy link
Collaborator

Choose a reason for hiding this comment

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

We've already updated the version a recent commit on main: https://github.com/grafana/grafana-iot-twinmaker-app/blob/main/package.json#L3

hwandersman and others added 26 commits November 11, 2022 15:42
* move write ARN test to separate client API
Update GetSessionToken error logging
Fixes issue with multiple Athena tabular conditions
@hwandersman hwandersman merged commit 0947ce1 into main Nov 17, 2022
@mukeshsahay mukeshsahay deleted the 11172022_Release branch January 24, 2023 06:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

8 participants