grafana/pkg
Carl Bergquist e4eb0817e4 Cloudwatch: fix for flaky tests (#16649)
The iteration order over maps is not specified and is not guaranteed
to be the same from one iteration to the next. If a map entry that
has not yet been reached is removed during iteration, the corresponding
iteration value will not be produced. If a map entry is created during
iteration, that entry may be produced during the iteration or may be skipped.
The choice may vary for each entry created and from one iteration to
the next. If the map is nil, the number of iterations is 0.

https://golang.org/ref/spec#For_range
2019-04-17 19:06:32 +02:00
..
api Search: Fixes search limits and adds a page parameter (#16458) 2019-04-17 13:07:50 +02:00
bus bus: noop should still execute fn 2018-06-15 12:46:20 +02:00
cmd Chore: Implement revive (#16200) 2019-03-27 17:53:49 +01:00
components tech: replace bmizerany/assert with stretchr/testify (#16625) 2019-04-17 10:25:58 +02:00
events feat(signup): progress on new sign up and email verification flow, #2353 2015-08-28 15:14:24 +02:00
extensions Build: adding dependency used by extensions (#16622) 2019-04-16 15:26:39 +02:00
infra tech: replace bmizerany/assert with stretchr/testify (#16625) 2019-04-17 10:25:58 +02:00
log log phantomjs output even if it timeout and include orgId when render alert 2019-03-06 13:53:23 +01:00
login replace dep with go modules (#16017) 2019-04-16 12:00:55 +02:00
middleware Chore: refactor auth proxy (#16504) 2019-04-16 14:09:18 +02:00
models Security: Store datasource passwords encrypted in secureJsonData (#16175) 2019-04-15 11:11:17 +02:00
plugins replace dep with go modules (#16017) 2019-04-16 12:00:55 +02:00
registry add functionality to override service in registry 2018-10-30 13:37:30 +01:00
services Search: Fixes search limits and adds a page parameter (#16458) 2019-04-17 13:07:50 +02:00
setting Plugins: Unifying alpha state & options for all plugins (#16530) 2019-04-12 13:46:42 +02:00
tsdb Cloudwatch: fix for flaky tests (#16649) 2019-04-17 19:06:32 +02:00
util Provisioning: Do not allow deletion of provisioned dashboards (#16211) 2019-04-10 13:29:10 +02:00