mirror of
https://github.com/grafana/grafana.git
synced 2025-02-15 01:53:33 -06:00
* add appending utility * add appending utility * update comment * rename to mutable * move mutable functions out of DataFrameHelper * move mutable functions out of DataFrameHelper * move mutable functions out of DataFrameHelper * turn DataFrameHelper into FieldCache * guess time from name * graph the numbers * return the timeField, not just the index * just warn on duplicate field names * only use a parser if the input is a string * append init all fields to the same length * typo * only parse string if value is a string * DataFrame: test fixes * Switch to null for missing values * Fixed tests |
||
---|---|---|
.. | ||
grafana-data | ||
grafana-runtime | ||
grafana-toolkit | ||
grafana-ui | ||
README.md | ||
tsconfig.json |
Grafana frontend packages
Releasing new version
We use Lerna for packages versioning and releases
Manual release
- Run
packages:prepare
script from root directory. This will perform cleanup, run all tests and bump version for all packages. Also, it will create@packages@[version]
tag and version bump commit withPackages: publish [version]
message. - Run
packages:build
script that will prepare distribution packages. - Run
packages:publish
to publish new versions- add
--dist-tag next
to publish undernext
tag
- add
- Push version commit
Building individual packages
To build induvidual packages run grafana-toolkit package:build --scope=<ui|toolkit|runtime|data>