grafana/pkg
Carl Bergquist aed3d0d3ad
Remotecache: Avoid race condition in Set causing error on insert. (#17082)
* remotecache: avoid race condition in set

since set called the database twice without transactions another
operation could insert a value before the first operation completed.
which would raise an error on insert since the data have been inserted
by the other request.

closes #17079
2019-05-15 11:24:04 +02:00
..
api move log package to /infra (#17023) 2019-05-13 08:45:54 +02:00
bus bus: noop should still execute fn 2018-06-15 12:46:20 +02:00
cmd Chore: Use executable dir instead of pwd in CLI for isDev check (#16974) 2019-05-14 14:13:41 +02:00
components move log package to /infra (#17023) 2019-05-13 08:45:54 +02:00
events feat(signup): progress on new sign up and email verification flow, #2353 2015-08-28 15:14:24 +02:00
extensions LDAP Refactoring to support syncronizing more than one user at a time. (#16705) 2019-04-26 15:47:16 +03:00
infra Remotecache: Avoid race condition in Set causing error on insert. (#17082) 2019-05-15 11:24:04 +02:00
login move log package to /infra (#17023) 2019-05-13 08:45:54 +02:00
middleware Chore: remove use of == false (#17036) 2019-05-14 10:18:28 +03:00
models move log package to /infra (#17023) 2019-05-13 08:45:54 +02:00
plugins move log package to /infra (#17023) 2019-05-13 08:45:54 +02:00
registry add functionality to override service in registry 2018-10-30 13:37:30 +01:00
services Chore: remove use of == false (#17036) 2019-05-14 10:18:28 +03:00
setting move log package to /infra (#17023) 2019-05-13 08:45:54 +02:00
tsdb move log package to /infra (#17023) 2019-05-13 08:45:54 +02:00
util Chore: Use x/xerrors instead of pkg/errors (#16668) 2019-04-23 11:50:31 +02:00