Commit Graph

55 Commits (unistore-distributor-option2)

Author SHA1 Message Date
Matheus Macabu 3539764008
Hackaton: Add more unit tests, take 3 (#101525) 3 months ago
Marcus Efraimsson e4c1a7a141
Tracing: Standardize on otel tracing (#75528) 2 years ago
Ryan McKinley 025b2f3011
Chore: use any rather than interface{} (#74066) 2 years ago
Serge Zaitsev aebcecf538
Chore: Fix goimports grouping in other backend platform packages (#62422) 2 years ago
Emil Tullstedt b7fc837c35
Chore: Upgrade golangci-lint to v1.50.1 (#60379) 2 years ago
ying-jeanne ed98d7bc27
Chore: remove busmock (#57170) 3 years ago
Matthew Jacobson 5dee2ed24c
Alerting: Add first Grafana reserved label grafana_folder (#50262) 3 years ago
Serge Zaitsev ae9491c3a7
Chore: Make test tracer noop and return no errors (#50797) 3 years ago
Serge Zaitsev 0b55c41d05
Chore: Remove global bus variable (#50765) 3 years ago
Serge Zaitsev e86b6662a1
Chore: Remove bus.Bus field (#47695) 3 years ago
Serge Zaitsev 18e93c7077
Chore: Remove bus (#47511) 3 years ago
idafurjes 30aa24a183
Chore: Implement OpenTelemtry in Grafana (#42674) 3 years ago
idafurjes 65e60759fb
Rename AddEventListenerCtx to AddEventListener and PublishCtx to Publish (#43566) 3 years ago
idafurjes 8e6d6af744
Rename DispatchCtx to Dispatch (#43563) 3 years ago
idafurjes 7936c4c522
Rename AddHandlerCtx to AddHandler (#43557) 3 years ago
idafurjes c80e7764d8
Chore: Remove Dispatch and AddHandler (#42603) 4 years ago
idafurjes e6123bc3ef
Replace AddHandler with AddHandlerCtx in tests (#42585) 4 years ago
idafurjes a65e0be110
Replace AddEventListener with AddEventListenerCtx and Publish with PublishCtx (#42284) 4 years ago
idafurjes 87f148aa27
Chore: Add context to playlist (#41337) 4 years ago
idafurjes 972764cf8f
Add context for Publish and AddEventListener (#41665) 4 years ago
Arve Knudsen 78596a6756
Migrate to Wire for dependency injection (#32289) 4 years ago
Marcus Efraimsson 337998d58b
Chore: Ease the migration of always using context.Context when interacting with the bus (#36733) 4 years ago
Ganesh Vernekar f2bb3faea8
Alerting: Add integration test case for email channel (#36029) 4 years ago
Arve Knudsen 3fdf4be529
Chore: Enable more go-ruleguard rules (#29781) 4 years ago
Carl Bergquist cffc1b13ad
adds tracing for all bus calls that passes ctx (#29434) 5 years ago
Arve Knudsen 2bf964c61e
Chore: Fix linting issues caught by ruleguard (#28799) 5 years ago
Arve Knudsen dff84f6a31
Chore: Remove dead code (#28664) 5 years ago
Arve Knudsen ea2bb7036c
Auth proxy: Ignore stale cache entries (#23979) 5 years ago
Arve Knudsen 07582a8e85
Chore: Fix various spelling errors in back-end code (#25241) 5 years ago
Marcus Olsson 17724e9f84
Bus: Remove unused wildcard handlers and clean up tests (#20327) 6 years ago
Arve Knudsen 08f01a6c4f
pkg/bus: Check errors (#19748) 6 years ago
Mario Trangoni 87760d4fde Codestyle: Fix govet issues (#17178) 6 years ago
bergquist 03dae10e79 bus: noop should still execute fn 7 years ago
bergquist 9c1758b593 bus: Dispatch now passes empty ctx if handler require it 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 263572813a replace begin/end with wrapper function 7 years ago
bergquist 8143610024 bus: support multiple dispatch in one transaction 7 years ago
Karsten Weiss de8696d5d3 Outdent code after if block that ends with return (golint) 7 years ago
Carl Bergquist 28f7b6dad1 Enable Grafana extensions at build time. (#11752) 7 years ago
huydx adb441e5c8 (format) run go fmt in pkg 9 years ago
Carl Bergquist c38f6ff182 Make alerting notifcations sync (#6158) 9 years ago
Dieter Plaetinck 194273a643 clarify which handler is not found 10 years ago
Torkel Ödegaard ba883d25fe More middleware unit tests cover all current auth mechanisms 10 years ago
Torkel Ödegaard 3752379106 Worked on event system, needs a little more work 10 years ago
woodsaj a712f1a231 Add inital implementation of Notification events. 10 years ago
Torkel Ödegaard 68cc3f86dd Handle default datasource management 11 years ago