sourcegraph/internal/database
Keegan Carruthers-Smith 27569d1fc7
all: run gofmt -s -w from 1.19 (#41629)
gofmt in go1.19 does a lot of reformating of godoc strings, mostly to
make them more consistent around lists.

Test Plan: CI
2022-09-13 07:44:06 +00:00
..
basestore all: run gofmt -s -w from 1.19 (#41629) 2022-09-13 07:44:06 +00:00
batch internal/trace: back using OpenTelemetry span instead of OpenTracing (#40710) 2022-08-26 16:22:31 +00:00
connections sg hacking hour: reduce log output from migrations in tests (#40023) 2022-08-05 19:16:34 +02:00
dbcache encryption: Lazily decrypt external_services (#40237) 2022-08-15 13:07:30 -05:00
dbconn all: run gofmt -s -w from 1.19 (#41629) 2022-09-13 07:44:06 +00:00
dbtest all: run gofmt -s -w from 1.19 (#41629) 2022-09-13 07:44:06 +00:00
dbutil DB Backend: remove unused interfaces (#37177) 2022-06-14 12:15:46 -06:00
locker logging(gitstart): migrate internal/database to lib/log (#36466) 2022-06-20 23:04:01 +00:00
migration all: run gofmt -s -w from 1.19 (#41629) 2022-09-13 07:44:06 +00:00
postgresdsn postgresdsn: add a test case for search_path (#40731) 2022-08-23 11:54:15 +00:00
access_tokens_test.go logging(gitstart): migrate internal/database to lib/log (#36466) 2022-06-20 23:04:01 +00:00
access_tokens.go DB Backend: embed dbutil.DB in TransactableHandle (#37165) 2022-06-14 17:45:10 +00:00
authenticator_test.go Standardize database encryption (#40050) 2022-08-08 20:29:09 +00:00
authenticator.go encryption: Lazily decrypt batch_changes_site_credentials (#40228) 2022-08-15 15:58:13 +00:00
authz.go admin-analytics: add user administration backend API endpoints (#39926) 2022-08-05 17:18:21 +06:00
bitbucket_project_permissions_test.go dbworker: allow Scan functions to return multiple records (#40444) 2022-08-18 13:18:53 -07:00
bitbucket_project_permissions.go dbworker: allow Scan functions to return multiple records (#40444) 2022-08-18 13:18:53 -07:00
CODENOTIFY CODENOTIFY: subscribe to files may touch external_service_repos table (#24719) 2021-09-08 09:25:35 +00:00
conf_test.go logging(gitstart): migrate internal/database to lib/log (#36466) 2022-06-20 23:04:01 +00:00
conf.go Backend: fix instances of tx.Done(err) referencing wrong err (#35656) 2022-05-18 14:36:44 -06:00
database_test.go database: fix wrong assertions in nested-transactions test (#40012) 2022-08-05 14:38:37 +00:00
database.go Approach 2: add repo_statistics and gitserver_repos_statistics tables (#40577) 2022-08-19 14:09:44 +02:00
dbstore_db_test.go Remove dbtesting package (#28426) 2021-12-02 08:24:03 -07:00
doc.go db: rename internal/db package to internal/database (#17607) 2021-01-25 20:24:15 +04:00
encryption_tables.go Standardize database encryption (#40050) 2022-08-08 20:29:09 +00:00
encryption_test.go Standardize database encryption (#40050) 2022-08-08 20:29:09 +00:00
encryption_utils.go Standardize database encryption (#40050) 2022-08-08 20:29:09 +00:00
encryption.go Standardize database encryption (#40050) 2022-08-08 20:29:09 +00:00
err_test.go all: use any instead of interface{} (#35102) 2022-05-09 10:59:39 +02:00
event_logs_test.go Eliminate usage stats deprecated package (#40674) 2022-08-24 15:10:26 -07:00
event_logs.go user-management: exclude non-active-user-events from "events_count" aggregation (#41322) 2022-09-07 11:21:05 +06:00
external_accounts_test.go Check for account list length when marking llinked accounts as expired (#40860) 2022-08-26 08:45:43 +02:00
external_accounts.go Check for account list length when marking llinked accounts as expired (#40860) 2022-08-26 08:45:43 +02:00
external_services_test.go status messages: change to admin-only, remove old code (#41126) 2022-09-01 10:29:31 +02:00
external_services.go status messages: change to admin-only, remove old code (#41126) 2022-09-01 10:29:31 +02:00
feature_flags_test.go logging(gitstart): migrate internal/database to lib/log (#36466) 2022-06-20 23:04:01 +00:00
feature_flags.go Enable adding overrides for rollout feature flags (#37312) 2022-06-16 18:01:40 +05:30
gen.go sg migration: Remove schemadoc (#35905) 2022-05-24 16:19:19 +00:00
gen.sh migration: Improve drift schema fetching (#37043) 2022-06-27 16:06:42 -05:00
gitserver_localclone_jobs_test.go logging(gitstart): migrate internal/database to lib/log (#36466) 2022-06-20 23:04:01 +00:00
gitserver_localclone_jobs.go database: remove dbutil-based constructors (#35614) 2022-05-19 10:24:44 +08:00
gitserver_repos_test.go repos: consolidate test helpers (#40483) 2022-08-17 14:33:31 +00:00
gitserver_repos.go Collection of multiple smaller clean ups in gitserver codebase (#39395) 2022-08-03 14:05:45 +02:00
global_state_test.go global state: Rewrite store (#38781) 2022-07-15 09:56:53 -05:00
global_state.go global state: Rewrite store (#38781) 2022-07-15 09:56:53 -05:00
helpers.go db: rename internal/db package to internal/database (#17607) 2021-01-25 20:24:15 +04:00
main_test.go deps: upgrade github.com/sourcegraph/log (#41058) 2022-09-01 08:01:59 -07:00
mockerr.go db: rename internal/db package to internal/database (#17607) 2021-01-25 20:24:15 +04:00
mocks_temp.go status messages: change to admin-only, remove old code (#41126) 2022-09-01 10:29:31 +02:00
namespaces_test.go logging(gitstart): migrate internal/database to lib/log (#36466) 2022-06-20 23:04:01 +00:00
namespaces.go database: remove dbutil-based constructors (#35614) 2022-05-19 10:24:44 +08:00
oauth_token_helper_test.go OAuth: support automatic token refresh and retry logic for GitLab (#39840) 2022-08-17 17:03:30 +00:00
oauth_token_helper.go OAuth: support automatic token refresh and retry logic for GitLab (#39840) 2022-08-17 17:03:30 +00:00
org_invitations_test.go logging(gitstart): migrate internal/database to lib/log (#36466) 2022-06-20 23:04:01 +00:00
org_invitations.go DB Backend: embed dbutil.DB in TransactableHandle (#37165) 2022-06-14 17:45:10 +00:00
org_members_db_test.go logging(gitstart): migrate internal/database to lib/log (#36466) 2022-06-20 23:04:01 +00:00
org_members.go DB Backend: embed dbutil.DB in TransactableHandle (#37165) 2022-06-14 17:45:10 +00:00
org_stats_test.go logging(gitstart): migrate internal/database to lib/log (#36466) 2022-06-20 23:04:01 +00:00
org_stats.go DB Backend: embed dbutil.DB in TransactableHandle (#37165) 2022-06-14 17:45:10 +00:00
orgs_test.go encryption: Lazily decrypt external_services (#40237) 2022-08-15 13:07:30 -05:00
orgs.go DB Backend: embed dbutil.DB in TransactableHandle (#37165) 2022-06-14 17:45:10 +00:00
phabricator.go encryption: Lazily decrypt external_services (#40237) 2022-08-15 13:07:30 -05:00
repo_kvps_test.go Search backend: add support for arbitrary repo key-value pairs (#40112) 2022-08-11 15:17:33 +00:00
repo_kvps.go Search backend: add support for arbitrary repo key-value pairs (#40112) 2022-08-11 15:17:33 +00:00
repo_statistics_test.go repo stats tables: fix migration to only update function (#41038) 2022-08-30 13:23:00 +02:00
repo_statistics.go Approach 2: add repo_statistics and gitserver_repos_statistics tables (#40577) 2022-08-19 14:09:44 +02:00
repos_perm_test.go encryption: Lazily decrypt external_services (#40237) 2022-08-15 13:07:30 -05:00
repos_perm.go permissions: Add unrestricted column to repo_permissions (#35226) 2022-05-10 10:52:16 -05:00
repos_test.go site-admin repos page: use faster stats table queries (#40604) 2022-08-19 14:55:41 +02:00
repos.go site-admin repos page: use faster stats table queries (#40604) 2022-08-19 14:55:41 +02:00
saved_searches_test.go logging(gitstart): migrate internal/database to lib/log (#36466) 2022-06-20 23:04:01 +00:00
saved_searches.go DB Backend: embed dbutil.DB in TransactableHandle (#37165) 2022-06-14 17:45:10 +00:00
schema.codeinsights.json insights: refactor just in time converter to account for correct series backfill starts (#39923) 2022-08-04 15:33:40 -04:00
schema.codeinsights.md insights: refactor just in time converter to account for correct series backfill starts (#39923) 2022-08-04 15:33:40 -04:00
schema.codeintel.json migration: Make store initialization intelligent (#39629) 2022-08-01 15:03:13 +00:00
schema.codeintel.md migration: Make store initialization intelligent (#39629) 2022-08-01 15:03:13 +00:00
schema.json repo stats: do not insert all-zeroes (#40899) 2022-08-26 14:10:03 +02:00
schema.md Use normalized changeset spec fields in database (#39471) 2022-08-24 14:59:50 +00:00
search_contexts_test.go logging(gitstart): migrate internal/database to lib/log (#36466) 2022-06-20 23:04:01 +00:00
search_contexts.go logging(gitstart): migrate internal/database to lib/log (#36466) 2022-06-20 23:04:01 +00:00
security_event_logs_test.go logging(gitstart): migrate internal/database to lib/log (#36466) 2022-06-20 23:04:01 +00:00
security_event_logs.go admin-analytics: add user administration backend API endpoints (#39926) 2022-08-05 17:18:21 +06:00
settings_test.go logging(gitstart): migrate internal/database to lib/log (#36466) 2022-06-20 23:04:01 +00:00
settings.go DB Backend: embed dbutil.DB in TransactableHandle (#37165) 2022-06-14 17:45:10 +00:00
sub_repo_perms_store_test.go logging(gitstart): migrate internal/database to lib/log (#36466) 2022-06-20 23:04:01 +00:00
sub_repo_perms_store.go authz: Gracefully handle temporary provider errors (#37107) 2022-06-15 16:30:05 +02:00
survey_responses_test.go NPS Survey: Update use cases to be a free-form field (#38387) 2022-07-08 14:13:42 +01:00
survey_responses.go NPS Survey: Update use cases to be a free-form field (#38387) 2022-07-08 14:13:42 +01:00
temporary_settings_test.go logging(gitstart): migrate internal/database to lib/log (#36466) 2022-06-20 23:04:01 +00:00
temporary_settings.go database: remove dbutil-based constructors (#36210) 2022-05-30 23:48:20 +00:00
test_util.go Standardize database encryption (#40050) 2022-08-08 20:29:09 +00:00
testing.go all: use any instead of interface{} (#35102) 2022-05-09 10:59:39 +02:00
user_credentials_test.go encryption: Lazily decrypt user_credentials (#40177) 2022-08-15 14:47:23 +00:00
user_credentials.go encryption: Fix bytea payload writes (#40587) 2022-08-19 09:34:59 +02:00
user_emails_test.go logging(gitstart): migrate internal/database to lib/log (#36466) 2022-06-20 23:04:01 +00:00
user_emails.go Finish some deprecations and remove more unused routes (#39304) 2022-07-25 11:30:38 +00:00
user_public_repos_test.go logging(gitstart): migrate internal/database to lib/log (#36466) 2022-06-20 23:04:01 +00:00
user_public_repos.go database: remove dbutil-based constructors (#36449) 2022-06-02 14:46:50 +00:00
users_builtin_auth_test.go logging(gitstart): migrate internal/database to lib/log (#36466) 2022-06-20 23:04:01 +00:00
users_test.go encryption: Lazily decrypt external_services (#40237) 2022-08-15 13:07:30 -05:00
users.go all: run gofmt -s -w from 1.19 (#41629) 2022-09-13 07:44:06 +00:00
webhook_logs_test.go encryption: Fix bytea payload writes (#40587) 2022-08-19 09:34:59 +02:00
webhook_logs.go encryption: Fix bytea payload writes (#40587) 2022-08-19 09:34:59 +02:00