Commit Graph

49 Commits

Author SHA1 Message Date
Alexander Zobnin
41dc48e52a Update release pipeline 2020-11-13 11:52:16 +03:00
Alexander Zobnin
89e885b945 CI: fix release commit 2020-09-02 17:57:05 +03:00
Alexander Zobnin
98dab9acce CI: fix ssh keys 2020-09-02 17:31:56 +03:00
Alexander Zobnin
457f4416b3 CI: build before adding dist/ folder 2020-09-02 17:00:10 +03:00
Alexander Zobnin
627007021c CI: push release branch with dist/ 2020-09-02 16:44:02 +03:00
Alexander Zobnin
a0d57ee8d1 CI: fix missing package job 2020-09-02 11:45:19 +03:00
Alexander Zobnin
7d39e4aa15 CI: fix attached workspace path 2020-09-02 11:35:17 +03:00
Alexander Zobnin
2c1430fd75 CI: sign plugin during release (#1039)
* Add grafana toolkit package

* CI: skip adding binaries to release branch

* CI: test signing plugin

* CI: skip branch build for test releases

* CI: do not use ssh key for fetching

* CI: get plugin in a separate image to avoid git LFS error

* CI: fix attaching workspace

* CI: fix attaching dir

* CI: adjust release process

* CI: clean up
2020-09-02 09:48:54 +03:00
Alexander Zobnin
fc873bece2 revert removing release commit 2020-08-26 11:09:30 +03:00
Alexander Zobnin
46ff847bb1 Do not build release branch 2020-08-25 16:58:11 +03:00
Alexander Zobnin
90beb521b3 Add release commit to the release process 2020-08-25 15:50:05 +03:00
Alexander Zobnin
cb1daaaed1 format release notes 2020-06-04 16:46:54 +03:00
Alexander Zobnin
074035b2a9 fix asset name 2020-06-04 16:37:24 +03:00
Alexander Zobnin
8e30bb7676 fix editing release 2020-06-04 16:24:47 +03:00
Alexander Zobnin
aca5fd4d45 publish alpha/beta as a pre-release 2020-06-04 16:16:03 +03:00
Alexander Zobnin
116941f32b fix publishing script 2020-06-04 16:11:46 +03:00
Alexander Zobnin
f33380fa59 fix job 2020-06-04 15:43:11 +03:00
Alexander Zobnin
57605aa805 add publish release task 2020-06-04 15:41:40 +03:00
Alexander Zobnin
ec48fa0e55 New release process 2020-06-04 15:05:54 +03:00
Alexander Zobnin
c6402cc232 fix tests 2020-06-04 12:45:25 +03:00
Alexander Zobnin
c2aa84f349 Merge branch 'master' into backend 2020-05-28 12:02:36 +03:00
Alexander Zobnin
4b4357e452 fix codespell issues 2020-05-25 10:08:49 +03:00
Alexander Zobnin
3581a818fc codespell: exclude yarn.lock 2020-01-15 14:53:59 +03:00
Alec Sears
92e77617cf [Backend] Merge 'master' changes into the backend (#875)
* CI: fix shellcheck issues (#789)

Signed-off-by: Mario Trangoni <mjtrangoni@gmail.com>

* annotations: fix options in grafana 6.x, fix #813

* fix function editor in Grafana 6.4, closes #810

* add typings for grafana packages

* Add $__range_series variable for calculating function over the whole series, #531

* fix tests

* Don't set alert styles for react panels, fix #823

* docs: add range variables

* docs: percentile reference

* fix codespell

* update packages (build with node 12)

* update circleci node image to 12

* fix test configuration (babel)

* Fix 817 (#851)

* problems: update panel schema

* update packages (build with node 12)

* problems: use datasource from target

* problems: fix query editor after schema update

* problems: fix list layout

* update circleci node image to 12

* fix tests

* build(deps-dev): bump lodash from 4.17.10 to 4.17.13 (#852)

Bumps [lodash](https://github.com/lodash/lodash) from 4.17.10 to 4.17.13.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/compare/4.17.10...4.17.13)

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

* fix packages security alerts

* problems: fix tags adding and removal

* fix adding func from typeahead, closes #468

* update change log

* bump plugin version to 3.10.5

* problems: fix tag removal (list layout)

* Fix percentile() function, closes #862 (#863)

Like the other aggregation functions, the datapoints need to be sorted in
time before calling groupBy_perf().

* Update copyright, happy New Year!

* fix not acknowledged problem color with a message (#858)

* fix not acknowledged problem color with a message

* fix not acknowledged problem color with a message, closes #857

* Variable query editor (#856)

* refactor: convert module to typescript

* refactor: covert utils to typescript

* variable query editor WIP

* variable editor: fix type error after grafana/ui update

* variable editor: use FormLabel from grafana/ui

* variable editor: refactor

* variable editor: input validation and highlights

* variable editor: fix tests

* variable query: fix backward compatibility with empty queries

* fix linter errors

* variable editor: fix variable replacement in queries

* Fixes for backend

Co-authored-by: Mario Trangoni <mario@mariotrangoni.de>
Co-authored-by: Alexander Zobnin <alexanderzobnin@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Mark Reibert <mreibert@netskope.com>
Co-authored-by: memfiz <arnis.civciss@gmail.com>
2020-01-15 14:48:43 +03:00
Alexander Zobnin
72cca28dab fix codespell 2020-01-14 18:00:37 +03:00
vignesh-reddy
c300debe35 Backend: Merge master into the backend branch (#845)
* CI: fix shellcheck issues (#789)

Signed-off-by: Mario Trangoni <mjtrangoni@gmail.com>

* annotations: fix options in grafana 6.x, fix #813

* fix function editor in Grafana 6.4, closes #810

* add typings for grafana packages

* Add $__range_series variable for calculating function over the whole series, #531

* fix tests

* Don't set alert styles for react panels, fix #823

* docs: add range variables

* docs: percentile reference

* fix codespell

Co-authored-by: Mario Trangoni <mario@mariotrangoni.de>
Co-authored-by: Alexander Zobnin <alexanderzobnin@gmail.com>
2019-12-30 10:45:47 +03:00
Alexander Zobnin
cf9780c6ea update circleci node image to 12 2019-12-25 11:40:07 +03:00
Alexander Zobnin
bcbbc97152 fix codespell 2019-10-28 16:20:37 +03:00
Alec Sears
b919eff34f Also try to cache the go mod download cache 2019-10-10 16:02:02 -05:00
Alec Sears
cbcd24d5cc Go cache proper 2019-10-10 16:00:00 -05:00
Alec Sears
f7e19f0be3 Codespell fix 2019-10-10 15:57:51 -05:00
Alec Sears
49ecea2b90 Set up coverage 2019-10-10 15:35:44 -05:00
Alec Sears
a50c9a3e77 Update CircleCI to use Makefile and cache Go dependencies 2019-10-10 15:15:55 -05:00
Mario Trangoni
fe943ac0e4 CI: fix shellcheck issues (#789)
Signed-off-by: Mario Trangoni <mjtrangoni@gmail.com>
2019-10-04 18:10:17 +03:00
Mario Trangoni
a114b3f3bc ci: Add codespell spelling check
Signed-off-by: Mario Trangoni <mjtrangoni@gmail.com>
2019-04-10 19:54:42 +02:00
Alexander Zobnin
3428137f7c ci: fix release version test 2019-03-05 14:58:04 +03:00
Alexander Zobnin
021473f86f ci: add credentials for release script 2019-03-05 14:50:10 +03:00
Alexander Zobnin
872d92d37f ci: release process config 2019-03-05 14:43:23 +03:00
Alexander Zobnin
b4a3524115 ci: release script 2019-03-05 14:36:47 +03:00
Alexander Zobnin
52029e03fa circleci: fix building docs 2019-02-13 14:29:23 +03:00
Alexander Zobnin
559e767604 CI: clean up branch ignores 2018-10-21 21:59:41 +03:00
Alexander Zobnin
ec03d20ae1 CI: use latest ci config from docs branch 2018-10-21 20:51:48 +03:00
Alexander Zobnin
a390cd4e74 CI: use short hash for CI commits 2018-10-21 20:37:39 +03:00
Alexander Zobnin
fdd3d7ba03 CI: add job for deploying docs 2018-10-21 20:13:22 +03:00
Alexander Zobnin
0225bd4946 CI: install git lfs 2018-10-21 18:04:52 +03:00
Alexander Zobnin
5863c72fc7 CI: don't run other jobs on docs branch 2018-10-21 17:43:32 +03:00
Alexander Zobnin
bdac33d914 CI: add job for building docs 2018-10-21 17:41:20 +03:00
Alexander Zobnin
b1767fd720 CI: add lint job 2018-10-21 17:08:25 +03:00
Alexander Zobnin
d9e04368d8 Migrate to CircleCI 2.0
* Adding auto-generated CircleCI 2.0 config file

* Clean up autogenerated CircleCI config

* CircleCI: use yarn.lock for dependency cache

* CircleCI: split build and test tasks

* CircleCI: remove v1 config
2018-08-28 12:41:58 +03:00