- 21 Jun, 2018 1 commit
-
-
Tobias Skarhed committed
-
- 20 Jun, 2018 1 commit
-
-
Tobias Skarhed committed
-
- 18 Jun, 2018 15 commits
-
-
* Begin Karma to Jest: time_srv * Remove experimental fix * location search stubs for each test * Fix issue where time service was not available for other tests
Tobias Skarhed committed -
Tobias Skarhed committed
-
[skip ci]
bergquist committed -
#11607 Cleanup time of temporary files is now configurable
Carl Bergquist committed -
[skip ci]
bergquist committed -
[skip ci]
Marcus Efraimsson committed -
Copy correct annotation props when creating a snapshot
Marcus Efraimsson committed -
[skip ci]
Marcus Efraimsson committed -
Set current org when adding/removing user to org
Marcus Efraimsson committed -
Marcus Efraimsson committed
-
bus: support multiple dispatch in one transaction
Carl Bergquist committed -
To not get into a situation where a user has a current organization assign which he is not a member of we try to always make sure that a user has a valid current organization assigned.
Marcus Efraimsson committed -
[skip ci]
Marcus Efraimsson committed -
auth proxy: whitelist proxy ip instead of client ip
Marcus Efraimsson committed -
This change updates the `.dockerignore` file to no longer contain the `vendor/` directory. When a Go project provides a `vendor/` directory within the repository, the best practice is to build that project using their vendored dependencies. By putting it in the `.dockerignore` file we prevent consumers from easily doing that. The `vendor/` directory is used to include all of the dependencies needed to build a project. This makes it so that we can reproducibly build the project, at any given commit, because the dependencies will always be present. Also, using the vendor directory avoids us needing to continually re-download all the dependencies, and it protects us from build failures if GitHub is down or a dependency gets removed or renamed. In addition to the change above, this also removes an extra `/tmp` entry from the `.dockerignore` file. Fixes #12304 Signed-off-by: Tim Heckman <t@heckman.io>
Tim Heckman committed
-
- 16 Jun, 2018 2 commits
-
-
bergquist committed
-
cloudwatch: handle invalid time range
Carl Bergquist committed
-
- 15 Jun, 2018 21 commits
-
-
bergquist committed
-
bergquist committed
-
this make it possible for handler to use `withSession` when transactions is not nedded and `inTransactionCtx` if its needed without knowing who owns the session/transaction
bergquist committed -
Marcus Efraimsson committed
-
Marcus Efraimsson committed
-
bergquist committed
-
bergquist committed
-
bergquist committed
-
bergquist committed
-
bergquist committed
-
bergquist committed
-
bergquist committed
-
bergquist committed
-
Torkel Ödegaard committed
-
Torkel Ödegaard committed
-
bergquist committed
-
bergquist committed
-
bergquist committed
-
this makes it possible to run multiple DispatchCtx in one transaction. The TransactionManager will start/end the transaction and pass the dbsession in the context.Context variable
bergquist committed -
Influxdb: add mode functions
Carl Bergquist committed -
use ng-if for the panel timeInfo
Marcus Efraimsson committed
-