Commit Graph

135 Commits (37374bdecf56d2f2fe705cecbd2c4e0c5fa035ca)

Author SHA1 Message Date
Arve Knudsen 5a0780801b
SQLStore: Close session in withDbSession (#31775) 5 years ago
Arve Knudsen 87c3a2b790
PluginManager: Make Plugins, Renderer and DataSources non-global (#31866) 5 years ago
Carl Bergquist 3b36636318
Annotations: Make the annotation clean up batch size configurable (#31487) 5 years ago
Dafydd e17198af83
WIP: Skip this call when we skip migrations (#31216) 5 years ago
Tom Wilkie 07aa956667
Add option in database config to skip migrations for faster startup. (#30146) 5 years ago
Arve Knudsen 25048ebdf8
Chore: Add CloudWatch HTTP API tests (#29691) 5 years ago
Dafydd 08fbe345a9
Instrumentation: re-enable database wrapper feature to expose counter and histogram for database queries (#29662) 5 years ago
ying-jeanne 375e8e4fd0
SQLStore: customise the limit of retrieved datasources per organisation (#29358) 5 years ago
Arve Knudsen dd2d206d99
Backend: Remove more globals (#29644) 5 years ago
Arve Knudsen 12661e8a9d
Move middleware context handler logic to service (#29605) 5 years ago
taciomcosta 10ff4eecef
Backend: fix IPv6 address parsing erroneous (#28585) 5 years ago
Arve Knudsen b5379c5335
Chore: Fix SQL related Go variable naming (#28887) 5 years ago
Arve Knudsen 7897c6b7d5
Chore: Fix staticcheck issues (#28854) 5 years ago
Carl Bergquist 62f5641aa9
Database; Remove database metric feature flag and update changelog (#28438) 5 years ago
Carl Bergquist 74d1d3c6a8
Instrumentation: Add counters and histograms for database queries (#28236) 5 years ago
Sofia Papagiannaki 4937f0daab
SQLStore: Run tests as integration tests (#28265) 5 years ago
Will Browne c764e3c37b
remove org deprecation logs (#27788) 5 years ago
Wouter Smeenk 39eba5065b
Dashboard: Support configuring default timezone via config file (#27404) 5 years ago
Carl Bergquist 20747015f6
Annotation: Add clean up job for old annotations (#26156) 5 years ago
Arve Knudsen 45adfe7732
Data sources: Use SQL store directly, not via bus (#27000) 6 years ago
Arve Knudsen 94d0934e90
CloudWatch: Fix a few API status codes (#26578) 6 years ago
Arve Knudsen 102448040d
SQLite: Set 0640 permissions on SQLite database file (#26339) 6 years ago
Arve Knudsen d28d495235
Chore: Enable PR testing in Drone (#26189) 6 years ago
Torkel Ödegaard 2f22781cd8
Orgs: Add future deprecation notice (#24502) 6 years ago
Mario Trangoni 5116420e9a
Fix misspell issues (#23905) 6 years ago
Arve Knudsen 0fd6edab64
services/sqlstore: Order results in UserSearch by username/email (#23328) 6 years ago
Noval Agung Prayogo ea35ae4d1f
Chore: Update the xorm dependency (#22376) 6 years ago
Carl Bergquist 3798ac903d
Upgrade golangci-lint and fixes some linting errors. (#22909) 6 years ago
Dima Ryskin 44b7f3ea1c
AlertNotifications: Translate notifications IDs to UIDs in Rule builder (#19882) 6 years ago
Carl Bergquist f9962eabff
chore: avoid aliasing imports in services (#22499) 6 years ago
Shavonn Brown 3e5abe7c21 Admin: Adds setting to disable creating initial admin user (#19505) 6 years ago
Arve Knudsen 2a78d2a61c
pkg/services: Check errors (#19712) 6 years ago
Arve Knudsen b858a5f496
Don't truncate IPv6 addresses (#19573) 6 years ago
Carl Bergquist 6809d2bb29
codestyle: moves cache to infra (#17519) 7 years ago
Marcus Efraimsson b7a9533476
Database: Initialize xorm with an empty schema for postgres (#17357) 7 years ago
Oleg Gaidarenko 35f227de11
Feature: LDAP refactoring (#16950) 7 years ago
Tom Petr 73e405978b add support for periodically reloading mysql client certs (#14892) 7 years ago
Andrej Ocenas 3dbc3251d1
Chore: Deduplicate sqlstore transaction code (#17069) 7 years ago
zhulongcheng 2fff8f77dc move log package to /infra (#17023) 7 years ago
Oleg Gaidarenko 67cbc7d4cf
Chore: use remote cache instead of session storage (#16114) 7 years ago
Marcus Efraimsson d433ca7d40
fix util for splitting host and port 7 years ago
Torkel Ödegaard a2dd6f378f fixed sqlite issue introduced by #14709 7 years ago
Mario Trangoni 8261613b51 pkg/util/{ip.go,url.go}: Fix some golint issues 7 years ago
Vlad Ellis c208186f26 Parse database host correctly when using IPv6 7 years ago
tpetr 32dfc4e8b1 forgot go fmt 7 years ago
tpetr 5bc8d50864 pull connection string args from url instead 7 years ago
tpetr a693d42e31 add support for defining additonal database connection string args via extra_connection_string_args 7 years ago
bergquist 74124ec8ed makes cache mode configurable 7 years ago
Marcus Efraimsson 6ef941ea17
fix failing tests 7 years ago
Torkel Ödegaard 93453c2d94 added caching of signed in user DB calls 7 years ago