grafana/pkg/services/sqlstore/migrator
Dan Cech 1f1461734c
Storage: Add support for sortBy selector (#80680)
* add support for sortBy field selector

* use label selectors instead of field selectors

* set entity_labels on create & update

* make entity server integration tests work

* test fixes

* be more consistent with handling of empty body, meta or status

* workaround for database is locked errors during migration

* fix double import of sqlite3

* rename functions and tidy up

* refactor update

* disable integration tests until we can fix the database locking issue
2024-02-07 15:05:10 -05:00
..
column.go Storage: include SQL implementation (#58018) 2022-11-04 17:30:22 -04:00
conditions.go Chore: Fix SQL related Go variable naming (#28887) 2020-11-11 06:21:08 +01:00
dialect_test.go Chore: add/update sqlstore-related helper functions (#77408) 2023-11-03 10:30:52 -04:00
dialect.go Folders: Introduce folder service function for fetching folders by org and UIDs that contain optionally the folder full path (#80716) 2024-01-25 09:27:13 +02:00
migrations.go SQLStore: Add deprecation comments for breaking migrations (#49740) 2022-06-03 17:42:08 +02:00
migrator.go Storage: Add support for sortBy selector (#80680) 2024-02-07 15:05:10 -05:00
mysql_dialect.go Chore: add/update sqlstore-related helper functions (#77408) 2023-11-03 10:30:52 -04:00
postgres_dialect.go Chore: use any rather than interface{} (#74066) 2023-08-30 18:46:47 +03:00
sqlite_dialect.go Folders: Introduce folder service function for fetching folders by org and UIDs that contain optionally the folder full path (#80716) 2024-01-25 09:27:13 +02:00
types.go Alerting: modify DB table, accessors and migration to restrict org access (#37414) 2021-08-12 16:04:09 +03:00
upsert_test.go Alerting: Write and Delete multiple alert instances. (#55350) 2022-10-06 14:22:58 +08:00