Commit Graph

3682 Commits (72af8a70440761a470a9804fea5b367b0aff953c)

Author SHA1 Message Date
Sven Klemm f017c04a65 [mssql] fix $__timeGroup rounding (#12470) 7 years ago
Sven Klemm c2c22c142b [postgres] fix timeGroup macro rounding (#12468) 7 years ago
Will Weber c03d527d25 pkg/social/github: Allow changing of userinfo data (#12471) 7 years ago
Carl Bergquist 88783d6e0a avoid calling os.Exit outside main.go (#12459) 7 years ago
bergquist d440b9a8d1 registry: adds more comments 7 years ago
bergquist f0f6d0e915 registry: adds comments to interfaces 7 years ago
bergquist c4292b43f5 alerting: only log when screenshot been uploaded 7 years ago
Austin Winstanley a0e8437f8f Used PostgreSQL TSDB as a model the set up the __timeFilter, __timeFrom, and __timeTo macros for Microsoft SQL and MySQL 7 years ago
Marcus Efraimsson 8af5da7383
Revert "auth proxy: use real ip when validating white listed ip's" 7 years ago
Torkel Ödegaard 7a7c6f8fab fix: log close/flush was done too early, before server shutdown log message was called, fixes #12438 7 years ago
Dan Cech 3056d9a80e support passing api token in Basic auth password (#12416) 7 years ago
Augustin ef0bf9f701 ensure that if the dasboardID is negative, it will not bypass the checking of the right (#12398) 7 years ago
bergquist f83306bb5b removes unused return object 7 years ago
Dan Cech 583df47c2f handle "dn" ldap attribute more gracefully (#12385) 7 years ago
Austin Winstanley 105b3d6804 Switched MySQL and MSSQL macros for timeFilter and related to use BETWEEN and calculate UNIX time server side instead of database side. Fixes #11618 #11619 7 years ago
bergquist 4a46dd886b routing: raise panic if duplicate routes are added 7 years ago
bergquist dbfafa1cb5 routing: allows routes to be added to existing groups 7 years ago
Marcus Efraimsson f106de0efd
enhance error message if phantomjs executable is not found 7 years ago
Torkel Ödegaard 132df4553c fix: annnotation api & sql issue 7 years ago
Augustin eb4d860fcb Light improve of massive delete annotation api (#12390) 7 years ago
Austin Winstanley defb0396b7 Return a 404 when deleting a datasource through the API if it doesn't exist and add a test for it to confirm #12313 7 years ago
mrsiano cc1e3a0e3c Pass configured/auth headers to a Datasource. 7 years ago
bergquist 503c8cd8ef tech: adds comments about route register code 7 years ago
Marcus Efraimsson 5377ad4e96
remove unused argument in default scenario of guardian test 7 years ago
Torkel Ödegaard 24d0b43e62 fix: fixed permission issue with api key with viewer role in dashboards with default permissions 7 years ago
bergquist 3479cf4b39 expose functions to use sessions 7 years ago
Marcus Efraimsson 6d48d0a80c
set current org when adding/removing user to org 7 years ago
bergquist 4c5fe68e7e adds inTransactionCtx that calls inTransactionWithRetryCtx 7 years ago
bergquist 1181e96799 merge create user handlers 7 years ago
bergquist da91b91b4b transactions: start sessions and transactions at the same place 7 years ago
Marcus Efraimsson c02dd7462a
cloudwatch: handle invalid time range 7 years ago
Marcus Efraimsson b418e14bd9
make sure to use real ip when validating white listed ip's 7 years ago
Francisco Guimarães acdc2bf100 Adding Cloudwatch AWS/AppSync metrics and dimensions 7 years ago
bergquist 09e71e00a3 sql: adds tests for InTransaction 7 years ago
bergquist 03dae10e79 bus: noop should still execute fn 7 years ago
bergquist a3ee778ddb removes unused code 7 years ago
bergquist 9c1758b593 bus: Dispatch now passes empty ctx if handler require it 7 years ago
bergquist 9ca9a7c302 bus: dont start transaction when creating session 7 years ago
bergquist 629eab0b1e bus: dont mix ctx/classic handlers 7 years ago
bergquist e2275701d8 bus: DispatchCtx can now invoke any handler 7 years ago
Torkel Ödegaard 5af0b924ff refactoring: renamed AddCtxHandler to AddHandlerCtx PR #12203 7 years ago
Torkel Ödegaard 442e0e437b refactoring: transaction manager PR #12203 7 years ago
bergquist 6775a82c82 fixes typo in code 7 years ago
bergquist 1bd31aa313 check if admin exists or create one in one transaction 7 years ago
bergquist 263572813a replace begin/end with wrapper function 7 years ago
bergquist 8143610024 bus: support multiple dispatch in one transaction 7 years ago
David Kaltschmidt d5196ab322 remove internal influx ifql datasource 7 years ago
bergquist c63533f004 tests: rewrite into table tests 7 years ago
bergquist bf4ee9bcc6 influxdb: adds mode func to backend 7 years ago
Daniel Lee 10d30f0b73 dsproxy: move http client variable back 7 years ago