Commit Graph

33 Commits (f96e4e9ad2c3cca53334df977461eb96de9a250f)

Author SHA1 Message Date
Peter Štibraný 413378dd3a
Retry aborted transactions on Spanner. (#103289) 4 months ago
Joan López de la Franca Beltran 2b0de82aa9
SQLStore: Add test for nested transactions events (#60500) 3 years ago
Yuri Tseretyan 9f503a261a
Traces: Create span when a new session is opened (#61115) 3 years ago
Sofia Papagiannaki 46fb4081ba
SQLStore: Optionally retry queries if sqlite returns database is locked (#56096) 3 years ago
Sofia Papagiannaki 8b77ee2734
SQLStore: Ensure that sessions are always closed (#55864) 3 years ago
Marcus Efraimsson 862a6a2fa6
Logging: Introduce API for contextual logging (#55198) 3 years ago
Serge Zaitsev 0b55c41d05
Chore: Remove global bus variable (#50765) 3 years ago
Kat Yang 31630edf0c
Chore: Remove Wrapf (#50128) 3 years ago
Kat Yang 098563179b
Chore: Remove final x from sqlstore (#48086) 3 years ago
Yuriy Tseretyan 6a7a486c6f
Reuse opened session in the context (#44939) 3 years ago
idafurjes dca3dddafd
Add store interface (#44694) 4 years ago
idafurjes 65e60759fb
Rename AddEventListenerCtx to AddEventListener and PublishCtx to Publish (#43566) 4 years ago
idafurjes a65e0be110
Replace AddEventListener with AddEventListenerCtx and Publish with PublishCtx (#42284) 4 years ago
ying-jeanne 54de1078c8
remove the global log error/warn etc functions (#41404) 4 years ago
ying-jeanne 681218275e
remove crit and trace (#40320) 4 years ago
Alexander Emelin e288cd0836
fix sqlite3 tx retry condition operator precedence (#32897) 4 years ago
Arve Knudsen 9593d57914
Chore: Enable errorlint linter (#29227) 5 years ago
Arve Knudsen b5379c5335
Chore: Fix SQL related Go variable naming (#28887) 5 years ago
Arve Knudsen a2fbffe48a
Server: Add health check route (#26999) 5 years ago
Arve Knudsen 4c56eb3991
Chore: Enable goprintffuncname and nakedret linters (#26376) 5 years ago
Noval Agung Prayogo ea35ae4d1f
Chore: Update the xorm dependency (#22376) 5 years ago
Carl Bergquist 3798ac903d
Upgrade golangci-lint and fixes some linting errors. (#22909) 5 years ago
jianweizhang 140e267639
delete redundant alias (#21907) 6 years ago
Arve Knudsen 2a78d2a61c
pkg/services: Check errors (#19712) 6 years ago
Marcus Efraimsson 5884e235fc
database: retry transaction if sqlite returns database is locked error (#17276) 6 years ago
Oleg Gaidarenko 756da8a134
Fix: tighten revive exit code & make it happy (#17127) 6 years ago
Andrej Ocenas 3dbc3251d1
Chore: Deduplicate sqlstore transaction code (#17069) 6 years ago
zhulongcheng 2fff8f77dc move log package to /infra (#17023) 6 years ago
bergquist 12c9860882 string formating fixes 7 years ago
bergquist 4c5fe68e7e adds inTransactionCtx that calls inTransactionWithRetryCtx 7 years ago
bergquist da91b91b4b transactions: start sessions and transactions at the same place 7 years ago
bergquist f4b089d551 notifications: make journaling ctx aware 7 years ago
bergquist 9ca9a7c302 bus: dont start transaction when creating session 7 years ago
Torkel Ödegaard 442e0e437b refactoring: transaction manager PR #12203 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
Dan Cech 1dfff74da9 move database-specific code into dialects (#11884) 7 years ago
Torkel Ödegaard 359421b5e8 refactor: sqlstore inTransaction consolidated to one version, fixes #8376 8 years ago
Torkel Ödegaard f697f81950 sqlite: fixed database table looked handling, now retries up to 5 times, fixes #7992 8 years ago
Torkel Ödegaard 10820f31c2 Changed go package path 11 years ago
Torkel Ödegaard 3752379106 Worked on event system, needs a little more work 11 years ago