Bryan Boreham
cca2907cda
Merge pull request #190 from ducksecops/patch-1
...
bump dockerfile to alpine 3.10 as base
2019-12-03 10:25:37 +00:00
Bryan Boreham
5a63de528d
Merge pull request #192 from weaveworks/importlib
...
Fix up load_source() call which doesn't exist in Python 3.5
2019-12-03 10:24:46 +00:00
Bryan Boreham
b037514813
Merge pull request #160 from weaveworks/new-pythons
...
Update versions of Python tested
2019-11-17 16:21:36 -08:00
Bryan Boreham
e192c20d07
Fix up load_source() call which doesn't exist in Python 3.5
...
Add two different versions depending on the Python version
2019-11-17 23:58:43 +00:00
Bryan Boreham
fd646d04fc
Change pip to pip3
...
Since the upstream build container we are using moved from Python 2.7 to 3.5
2019-11-17 19:37:24 +00:00
Bryan Boreham
d02940342d
Update versions of Python tested
...
Install 'pyenv' to run the installs.
2019-11-17 19:28:59 +00:00
Bryan Boreham
eff1574e82
Update build image to latest, including OpenSSL lib
2019-11-17 19:01:52 +00:00
Oriol Tauleria
7336fcec55
Repair tests ( #185 )
...
* Update deprecated convert to converter
* Solve deprecated use of yAxis tuple
* Change deprecated imp to importlib
* Change Deprecated assoc to evolve
* Change Deprecated cmp to eq and sort
2019-11-17 08:28:12 -08:00
Bryan Boreham
b69b869073
Merge pull request #180 from kevingessner/attrs-19.2
...
pin to attrs 19.2 and fix deprecated arguments
2019-11-17 08:21:33 -08:00
ducksecops
f6346e05e1
bump alpine to 3.10
2019-11-14 01:48:16 +00:00
Kevin Gessner
1d27ecfe0b
pin to attrs 19.2 and fix deprecated arguments
2019-10-01 20:24:34 +00:00
Bryan Boreham
7cf8c26775
Merge pull request #167 from weaveworks/release-0-5-4
...
Updates Changelog / setup.py version for v0.5.4 release
2019-08-30 11:54:59 +01:00
Bryan Boreham
ca31c913f7
Update CHANGELOG with a couple more changes
2019-08-30 10:52:23 +00:00
Bryan Boreham
bdacc82ee4
Merge pull request #169 from butlerx/feature/cardinality-metric-agg
...
add cardinality metric aggregator for elastic search
2019-08-30 11:24:00 +01:00
Bryan Boreham
d216cd10ee
Merge pull request #168 from butlerx/bugfix/alert-state
...
close #154 add ok for alert state
2019-08-30 11:17:44 +01:00
butlerx
5c69f82fde
add cardinality metric aggregator for elastic search
2019-07-22 12:19:58 +01:00
butlerx
48e612c278
close #154 add ok for alert state
2019-07-18 09:23:25 +01:00
Simon Howe
c815cf0d8f
Updates Changelog / setup.py version for v0.5.4 release
2019-07-03 10:09:36 +02:00
Bryan Boreham
28d6ec2215
Merge pull request #164 from vicmarbev/master
...
Add 'diff', 'percent_diff' and 'count_non_null' as RTYPE
2019-06-28 17:11:36 +01:00
vicmarbev
7db52f81a6
Modify comment to pass linting rule
2019-06-28 08:36:33 +02:00
vicmarbev
7d1c27558d
Modify comment to pass linting rule
2019-06-28 08:36:33 +02:00
vicmarbev
96dff90597
Add 'diff', 'percent_diff' and 'count_non_null' as RTYPE
2019-06-28 08:36:33 +02:00
Bryan Boreham
c9c033df3d
Merge pull request #166 from kevingessner/template-sort
...
support templating variable sort options
2019-06-27 10:58:15 +01:00
Bryan Boreham
577b5e26b4
Merge tag 'v0.5.3'
...
Fix up Changelog
2019-06-27 09:55:58 +00:00
Bryan Boreham
bd5be66e22
Merge pull request #161 from 2easy/2easy/alert_for
...
Add "for" param for alerts, Grafana 6.X
2019-06-27 10:47:46 +01:00
Kevin Gessner
4ec58c1d04
support templating variable sort options
2019-06-18 20:02:58 +00:00
Bryan Boreham
d59e9325e3
Merge pull request #163 from weaveworks/tooltip-value-desc-default
...
Set default sort order of "Weave" stacked-chart tooltips to DESC
2019-06-03 17:54:31 +01:00
Bryan Boreham
76d4c33852
Update docker client used in build
2019-06-03 16:26:05 +00:00
Bryan Boreham
d55d8f6208
Move off quay.io
2019-06-03 16:17:59 +00:00
Simon Howe
1f24c794f9
Correct build-golang location to dockerhub
2019-05-31 13:19:24 +02:00
Simon Howe
5287451f4b
Set default sort order of stacked-chart tooltips to DESC
...
- Easier to pick out the large outlier values if you have many series
2019-05-31 12:39:55 +02:00
Piotrek Olchawa
42941c5b06
Add "for" param for alerts, Grafana 6.X
...
This parametr sets a grace period during which no notifications
are set.
2019-05-05 21:55:23 +02:00
Bryan Boreham
f9c5a2944c
Merge pull request #159 from weaveworks/save-test-results
...
Save test results on CircleCI
2019-04-16 00:06:49 +01:00
Bryan Boreham
8dab6f6d61
Save test results on CircleCI
...
The JUNIT_XML setting was erroneously brought over from another repo;
here we can just tell tox to put the results in a subdir and save
that.
2019-04-15 15:44:09 +00:00
Bryan Boreham
ae18dbc61b
Merge pull request #158 from weaveworks/circle-20
...
Move to CircleCI 2.0
2019-04-15 16:21:03 +01:00
Bryan Boreham
b38cec5465
Move to CircleCI 2.0
2019-04-15 14:34:54 +00:00
Bryan Boreham
3b7b5e1685
Use raw string for regex with backslash
2019-04-15 10:37:38 +00:00
Matthias Radestock
d18af4492a
Merge pull request #150 from dholbach/drop-email
...
weave-users mailing list is closed
2019-01-07 12:35:28 +00:00
Daniel Holbach
b5769bf66a
weave-users mailing list is closed: https://groups.google.com/a/weave.works/forum/#!topic/weave-users/0QXWGOPdBfY
...
Signed-off-by: Daniel Holbach <daniel@weave.works>
2019-01-07 18:01:00 +05:30
Kevin Gessner
ccf3b91e22
add named values for the Template.hide parameter ( #142 )
...
* add named values for the Template.hide parameter
* Fix PEP 8 lint
2018-08-29 12:37:54 +01:00
Daniel Holbach
fd0826b352
license: document that assert.sh is LGPL3 ( #138 )
...
Following https://github.com/weaveworks/build-tools/pull/138
2018-07-30 10:25:18 +01:00
Jonathan Lange
9a2f910ccc
Release 0.5.3
2018-07-19 17:38:01 +01:00
Jonathan Lange
faba89c5b7
Release 0.5.2
2018-07-19 17:12:18 +01:00
vthriller
a88f7f9cf9
allow time overrides for tables ( #137 )
2018-07-09 15:57:07 +01:00
Gaël Lambert
06d9b338a4
Template: add refresh arg. ( #126 )
...
Allow to specify the refresh behavior of the template.
* On Dashboard Load
* On Time Range Change
Ref : http://docs.grafana.org/reference/templating/#query-options
>Controls when to update the variable option list (values in the dropdown). On Dashboard Load will slow down dashboard load as the variable query needs to be completed before dashboard can be initialized. Set this only to On Time Range Change if your variable options query contains a time range filter or is dependent on dashboard time range.
2018-06-29 13:38:48 +01:00
Kevin Gessner
e7a0d3e647
Add ExternalLink
class for dashboard-level links to other pages ( #132 )
2018-06-29 13:33:23 +01:00
Filippo Giunchedi
eebc8db7c6
Add 'hide' attribute to Template ( #135 )
...
* core: add type to Template
My use case for this is dashboards where the datasource is a templating
variable, thus needing to specify type in Template.
* Add sorting attributes to Legend
* core: add 'hide' attribute to Template
2018-06-29 13:27:56 +01:00
Filippo Giunchedi
b1e61facf4
Add sorting attributes to Legend ( #134 )
...
* core: add type to Template
My use case for this is dashboards where the datasource is a templating
variable, thus needing to specify type in Template.
* Add sorting attributes to Legend
2018-06-29 13:23:50 +01:00
Filippo Giunchedi
7ca39514db
core: add type to Template ( #133 )
...
My use case for this is dashboards where the datasource is a templating
variable, thus needing to specify type in Template.
2018-06-29 13:16:16 +01:00
Bryan Boreham
17f7762cd9
Use named parameters in PromGraph call to Target ( #130 )
...
'legendFormat' has moved from the 2nd to 3rd positional parameter, so
just name all the parameters to avoid hitting this again.
2018-06-15 10:15:28 +01:00