Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated default plugins
Browse files Browse the repository at this point in the history
ritchiecarroll committed Dec 10, 2024
1 parent 24656fc commit 8661216
Showing 133 changed files with 1,875 additions and 24,193 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# Change Log

## 2.1.8

- Improves migration handling for non-query panels to eliminate error message display

## [2.1.7]

- Handles migration for non-query clock panels to eliminate error message display
- Fixes [#186](https://github.com/grafana/clock-panel/issues/186)
- Fixes [#189](https://github.com/grafana/clock-panel/issues/189)
- Cleans up any legacy (angular) settings in top level of panel json
- Adds tests for migrations

## [2.1.2]
- Improving wrapping of the panel elements to be more responsive to different panel sizes https://github.com/grafana/clock-panel/pull/117
- Fixing a placeholder for the font size field https://github.com/grafana/clock-panel/pull/116
-
## [2.1.1]
- Migrate to create-plugin instead of toolkit
- Small typo fixes
- Bump grafana packages / dependencies

## [2.1.0]
- Added support to set timezone from template variable

Original file line number Diff line number Diff line change
@@ -8,32 +8,32 @@ Hash: SHA512
"signedByOrg": "grafana",
"signedByOrgName": "Grafana Labs",
"plugin": "grafana-clock-panel",
"version": "2.1.0",
"time": 1657138674279,
"version": "2.1.8",
"time": 1727356341614,
"keyId": "7e4d0c6a708866e7",
"files": {
"CHANGELOG.md": "9b869c87daa9357c8f99486ae5bff906b88c0299c4b3d7a0cc260af14c003e6a",
"CHANGELOG.md": "7ce57b042be80d78db0b9bcceef19a020b1cfae179ad0fc4cb0f5dc2ba4c60e5",
"LICENSE": "b46400c1ab5630edeb4e43b240a027d203375ebe5a9efb7de88c604c5c5cace0",
"README.md": "cf72649d76d2ae93a697d5ae7656580524051589806a1ee97ed947181cc8d403",
"README.md": "265b2b3c4f46881ff656089aa2561f98ae672c6045f7db73e667853d2ff11960",
"img/clock.svg": "d27cbdb85432fe1ad96eeec6758c2c4a0b189b306ba2040519aec09938889fbc",
"img/countdown1.png": "ce51c235273667dde4a8fedc36ea70c6bfa7670b247514a2ae1654bd872548aa",
"img/screenshot-clock-options.png": "55f428cc45f65e53a118db2b969353cd01e0d2f879848b1df503750ed27007cf",
"img/screenshot-clocks.png": "4dcf3c3d303e63239689df853b80ef79557eaf5496679400f362e68f57f60577",
"img/screenshot-showcase.png": "43c6520f1efa3343d839b9462a22ce962d2b041f2d5d9c743a8603caa8392a71",
"module.js": "44126ce1fd2e37a22383626788ec97be1b66ec770d1f92a5650b7f7485cdedd5",
"module.js.LICENSE.txt": "422f5bb82e4990f0c357ed67ab47dd488d1db9eb19dc1ee1d19ef2e8f27593fc",
"module.js.map": "19cd11680662de3e5717419c575be1174101a9f6b5dec0e055455c70eaebb121",
"plugin.json": "30855e0cd4fde2072e07b7af0f02c0999609d1de127f69371939687fb7da615b"
"module.js": "400978228f2993962bc0b794d7c1eceb2b84d40a65c27710e1e2b7821272a0a2",
"module.js.LICENSE.txt": "71f2699fd278800e3b685a3232025864b829081d5c892e6a3cb66b3e3fdf0cbf",
"module.js.map": "a0a55a545a5d5b5f8489a850522bec3814fb96d90caeecd19ccba1fc78f60b4b",
"plugin.json": "439cc7da1dda3ab18a0464b34fc079d88a22306ed4b617881fb6af040fbfa0fd"
}
}
-----BEGIN PGP SIGNATURE-----
Version: OpenPGP.js v4.10.10
Version: OpenPGP.js v4.10.11
Comment: https://openpgpjs.org

wrgEARMKAAYFAmLF7fIAIQkQfk0ManCIZucWIQTzOyW2kQdOhGNlcPN+TQxq
cIhm57Z3AgkBVMJXfSYr21U07ITvuVTqJ5aKJEWlXwNNTac4cHZdbT4omz6p
ZJwiUmgSzn3fqmsAnMvg/mZ0BXtJlNMHV1B0ddcCBianXdZkAD0FlYApdXr8
zXwU7wIBCEU9EV/rwTb0gtIB4UMtbpfsNQmIGcK5IP92j+r2UN+ANn6YOi7e
kPfUdlR8
=Z2oh
wrkEARMKAAYFAmb1XbUAIQkQfk0ManCIZucWIQTzOyW2kQdOhGNlcPN+TQxq
cIhm57+ZAgkBj52J/G3Ehhq4EOa9w/ueAqNXEu4jp8PZ9WsZhPt82Rvu3Zpb
FJnOmDlE4TzaBPfl8/ycWel+YhTN/xJ8fQlfwQ0CCQFVmSICLbCc5nHbr2Dp
7NVP9EqcobxMIOOBCc7pZuEfLNs1kuk4e8lIy/c2Ko0a3S6dxJoex0Ez5Ooe
9yP/d+ujzQ==
=HA1m
-----END PGP SIGNATURE-----
Original file line number Diff line number Diff line change
@@ -11,8 +11,8 @@ Show the time in another office or show a countdown/countup to an important even
- **Mode**:

Default is time.
If countdown is chosen then set the Countdown Deadline to start the countdown.
If countup is chosen then set the Countup Startline to start the countup.
If countdown is chosen then set the Countdown End Time to start the countdown.
If countup is chosen then set the Countup Begin Time to start the countup.

- **12 or 24 hour**:

@@ -26,7 +26,7 @@ Show the time in another office or show a countdown/countup to an important even

Locales for date-formatting are supplied by the moment library. The locale can be set or left to default. Default is moment's guess.

- **Countdown Deadline**:
- **Countdown End Time**:

Used in conjunction with the mode being set to countdown. Choose a date and time to count down to.

@@ -36,7 +36,7 @@ Show the time in another office or show a countdown/countup to an important even

The text to show when the countdown ends. E.g. LIFTOFF

- **Countup Startline**:
- **Countup Begin Time**:

Used in conjunction with the mode being set to countup. Choose a date and time to count up from.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -1,18 +1,3 @@
/*! *****************************************************************************
Copyright (c) Microsoft Corporation.

Permission to use, copy, modify, and/or distribute this software for any
purpose with or without fee is hereby granted.

THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THIS SOFTWARE.
***************************************************************************** */

/*! Moment Duration Format v2.2.1
* https://github.com/jsmreese/moment-duration-format
* Date: 2018-01-21
@@ -32,4 +17,4 @@ PERFORMANCE OF THIS SOFTWARE.

//! moment-timezone.js

//! version : 0.5.34
//! version : 0.5.38

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"dependencies": {
"grafanaDependency": "\u003e=8.0.0",
"grafanaDependency": "\u003e=8.3.0",
"plugins": []
},
"id": "grafana-clock-panel",
@@ -10,11 +10,11 @@
"url": "https://grafana.com"
},
"build": {
"time": 1657138674187,
"time": 1727356341031,
"repo": "https://github.com/grafana/clock-panel",
"branch": "master",
"hash": "dfcdaf668efc3a5a5845b245313832b2eaa8df2f",
"build": 33
"branch": "main",
"hash": "1934c7de9c2f06cbda45bd36c09bcdbf0d0c3167",
"build": 256
},
"description": "Clock panel for grafana",
"keywords": [
@@ -45,10 +45,9 @@
"path": "img/screenshot-clock-options.png"
}
],
"updated": "2022-07-06",
"version": "2.1.0"
"updated": "2024-09-26",
"version": "2.1.8"
},
"name": "Clock",
"skipDataQuery": true,
"type": "panel"
}

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit 8661216

Please sign in to comment.