Commit Graph

43 Commits (f3df64b7f408084c9097b3d0cb707447e8a9c3af)

Author SHA1 Message Date
Peter Štibraný f3df64b7f4
Pass BOOL values as real types (int/bool) instead of strings to SQL parameters. (#101961) 4 months ago
Ryan McKinley 429da7fd68
SQL/Blob: Add support for blob storage to SQL backend (#98192) 6 months ago
Ryan McKinley 025b2f3011
Chore: use any rather than interface{} (#74066) 2 years ago
Matthew Jacobson 44972d0cd5
SQLStore: Fix Postgres dialect treating "false" migrator default as true (#69353) 2 years ago
Dan Cech a6279b2d62
Database: Make dialects independent of xorm Engine (#69955) 2 years ago
Serge Zaitsev bc2813ef06
Chore: Fix goimports grouping in pkg/services (#62420) 2 years ago
Alexander Weaver ea8c5ce929
SQLStore: Create utility for bulk inserts (#57632) 3 years ago
Joe Blubaugh b476ae62fb
Alerting: Write and Delete multiple alert instances. (#55350) 3 years ago
Joe Blubaugh 22c937340e
Revert "Alerting: Write and Delete multiple alert instances. (#54072)" (#54885) 3 years ago
Joe Blubaugh 5e4fd94413
Alerting: Write and Delete multiple alert instances. (#54072) 3 years ago
Joe Blubaugh a0f96ed4e1
SQLStore: Support Upserting multiple rows. (#52228) 3 years ago
Kat Yang 31630edf0c
Chore: Remove Wrapf (#50128) 3 years ago
Kat Yang 3c3039f5b3
Chore: Remove Wrap (#50048) 3 years ago
Leonard Gram f46038ed3a
Search: sort results correctly when using postgres (#46466) 3 years ago
Sofia Papagiannaki d718ee1918
SQLStore: Prevent concurrent migrations (#44101) 3 years ago
Arve Knudsen 78596a6756
Migrate to Wire for dependency injection (#32289) 4 years ago
Sofia Papagiannaki 8c31e25926
AlertingNG: Save alert instances (#30223) 5 years ago
Arve Knudsen 25048ebdf8
Chore: Add CloudWatch HTTP API tests (#29691) 5 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 676d393ec9
Chore: Fix issues reported by staticcheck; enable stylecheck linter (#28866) 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
Arve Knudsen d28d495235
Chore: Enable PR testing in Drone (#26189) 5 years ago
Arve Knudsen 5070f7a75b
Chore: Start harmonizing linting with plugin SDK (#25854) 5 years ago
Andrej Ocenas e5dd7efdee
Provisioning: Allows specifying uid for datasource and use that in derived fields (#23585) 5 years ago
Noval Agung Prayogo ea35ae4d1f
Chore: Update the xorm dependency (#22376) 5 years ago
Sofia Papagiannaki 2283ceec09
SQLStore: Fix PostgreSQL failure to create organisation for first time (#21648) 6 years ago
Sofia Papagiannaki 7b70e7db2d
AuthProxy: Optimistic lock pattern for remote cache Set (#17485) 6 years ago
Oleg Gaidarenko b37ee65bd3
Chore: prepare our SQL for cockroach db (#16471) 6 years ago
Marcus Efraimsson 09b3014683
fix only create/drop database indices if not exists/exists 7 years ago
Marcus Efraimsson d093244282
sqlstore: add support for checking if error is constraint validation error 7 years ago
Dan Cech 1dfff74da9 move database-specific code into dialects (#11884) 7 years ago
Karsten Weiss de8696d5d3 Outdent code after if block that ends with return (golint) 7 years ago
Karsten Weiss b7adf28501 Remove redundancy in variable declarations (golint) 7 years ago
Anton Hvornum 08dc08550c Corrected a PostgreSQL SELECT statement. (#9460) 8 years ago
Dan Cech 24d4e50343 utf8mb4 encoding (#7959) 8 years ago
bergquist e5c64732f1 fix(sql): Add boolstr to all dialects 9 years ago
Torkel Ödegaard c7e3ed096f fix(postgres): fixes db migration issue with_credentials column for postgres, fixes #3505 10 years ago
Torkel Ödegaard 835fd383ad fix(postgres): Dashboard search is now case insensitive when using Postgres, fixes #1896 10 years ago
Torkel Ödegaard 02a89c752b Progress on database schema migration for account -> org refactor 10 years ago
Torkel Ödegaard 0a695ba17a Final work on migration, now there is no usage of xorm table sync 11 years ago
Torkel Ödegaard afb847acc8 a lot of work on database schema and migration setup, postgres now works, every integration test passes for all database types, only token table left to do 11 years ago
Torkel Ödegaard 8bb9126b77 added postgres support for db migrations 11 years ago