Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: grafana-toolbox/grafana-pandas-datasource
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.3.0
Choose a base ref
...
head repository: grafana-toolbox/grafana-pandas-datasource
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 1 commit
  • 2 files changed
  • 1 contributor

Commits on Feb 6, 2022

  1. Update documentation

    amotl committed Feb 6, 2022
    Copy the full SHA
    365068f View commit details
Showing with 12 additions and 0 deletions.
  1. +2 −0 docs/backlog.rst
  2. +10 −0 docs/release.rst
2 changes: 2 additions & 0 deletions docs/backlog.rst
Original file line number Diff line number Diff line change
@@ -17,6 +17,8 @@ Priority 1
**********
Priority 2
**********
- [o] Add an example for the "rendering HTML panels" feature,
see https://github.com/panodata/grafana-pandas-datasource/issues/12
- [o] Add software tests
- [o] Integrate sinewave demo into codebase as "builtin:sinewave-demo"
- [o] Expand sinewave example from ``sine_wave:24`` to, e.g. ``fn:sin(freq=24)``.
10 changes: 10 additions & 0 deletions docs/release.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
#################################
Grafana pandas datasource release
#################################


1. Update changelog in ``CHANGES.rst``
2. Tag repository with ``git tag <new release>``
3. Update repository with ``git push && git push --tags``
4. Build packages with ``pip install build && python -m build``
5. Upload packages with ``pip install twine && twine upload dist/*``