mattermost/server/channels/store/storetest
2025-12-17 16:23:26 +01:00
..
mocks MM-65960: Avoid replica race lag when accessing TelemetryID (#34586) 2025-12-11 17:34:36 -04:00
access_control_policy_store.go [MM-65956] Tweak auto add to make it consistent with child policies (#33990) 2025-11-19 20:18:45 +00:00
attributes_store.go Flag post API (#33765) 2025-10-02 20:24:29 +05:30
audit_store.go Simplify request generation in store tests (#25422) 2023-11-16 09:51:18 +01:00
autotranslation.go MM-65756 Database Migrations, Indexes and Methods for Auto-Translation (#34047) 2025-11-22 09:32:01 +08:00
bot_store.go s/Get(Master|Replica)X/Get\1/g (#29520) 2024-12-10 09:57:19 -04:00
channel_bookmark.go MM-61375: Update file handling for bookmarks (#30034) 2025-02-13 17:11:13 -06:00
channel_member_history_store.go [MM-64360] Data retention: optionally preserve pinned posts (#31165) 2025-06-09 15:41:07 -04:00
channel_store.go [MM-64900] Migrate to use request.CTX instead of context.Context (#33541) 2025-09-18 16:14:24 +02:00
channel_store_categories.go MM-63368: Remove MySQL (#33458) 2025-07-22 20:40:55 +05:30
cluster_discovery_store.go Simplify request generation in store tests (#25422) 2023-11-16 09:51:18 +01:00
command_store.go Simplify request generation in store tests (#25422) 2023-11-16 09:51:18 +01:00
command_webhook_store.go Simplify request generation in store tests (#25422) 2023-11-16 09:51:18 +01:00
compliance_store.go [MM-64654] Migrate to modern Go features (#31820) 2025-07-18 12:54:51 +02:00
content_flagging_store.go Migrate content flagging settings to database (#33989) 2025-10-13 12:24:01 +05:30
desktop_tokens_store.go fixed most init errors in channels/store/storetest dir | 24 files edited (#26522) 2024-10-29 10:50:38 +01:00
draft_store.go [MM-61691] Deleting drafts when permanently deleting a user (#30233) 2025-03-13 19:19:38 +05:30
emoji_store.go Simplify request generation in store tests (#25422) 2023-11-16 09:51:18 +01:00
file_info_store.go Filter burn on read posts from search results (#34747) 2025-12-17 16:23:26 +01:00
group_store.go Fix errcheck linter errors in helpers (#31578) 2025-11-12 13:00:51 +01:00
job_store.go MM-65661 - channel admin abac override previous jobs (#33872) 2025-09-26 12:33:31 +02:00
license_store.go Simplify request generation in store tests (#25422) 2023-11-16 09:51:18 +01:00
link_metadata_store.go Add URL validation to LinkMetadata cache and store (#31814) 2025-07-17 17:50:58 +02:00
notify_admin_store.go fixed most init errors in channels/store/storetest dir | 24 files edited (#26522) 2024-10-29 10:50:38 +01:00
oauth_store.go Simplify request generation in store tests (#25422) 2023-11-16 09:51:18 +01:00
outgoing_oauth_connection.go fixed most init errors in channels/store/storetest dir | 24 files edited (#26522) 2024-10-29 10:50:38 +01:00
plugin_store.go [MM-64654] Migrate to modern Go features (#31820) 2025-07-18 12:54:51 +02:00
post_acknowledgements_store.go MM-57326: [Shared Channels] Message priority, acknowledgement and persistent notifications need to be synced (#30736) 2025-06-16 02:30:21 +02:00
post_persistent_notification_store.go [MM-62427] Add message attachments validation (#30180) 2025-03-20 12:53:50 +01:00
post_priority_store.go [MM-62427] Add message attachments validation (#30180) 2025-03-20 12:53:50 +01:00
post_store.go Add cursor-based Posts Reporting API for compliance and auditing (#34252) 2025-11-17 09:02:19 -07:00
preference_store.go [MM-64654] Migrate to modern Go features (#31820) 2025-07-18 12:54:51 +02:00
product_notices_store.go Simplify request generation in store tests (#25422) 2023-11-16 09:51:18 +01:00
property_field_store.go [MM-65769] add updatedSince to field search (#34037) 2025-10-08 10:54:29 +00:00
property_group_store.go Adds the main Property System Architecture components (#29644) 2025-01-13 11:41:44 +00:00
property_value_store.go Flag post API (#33765) 2025-10-02 20:24:29 +05:30
reaction_store.go [MM-64900] Migrate to use request.CTX instead of context.Context (#33541) 2025-09-18 16:14:24 +02:00
read_receipt_store.go [MM-61758] Burn on read feature (#34703) 2025-12-11 07:59:50 +01:00
remote_cluster_store.go Adds includeDeleted flag to get remote cluster app and store methods (#28182) 2024-09-13 23:08:53 +02:00
retention_policy_store.go [MM-64654] Migrate to modern Go features (#31820) 2025-07-18 12:54:51 +02:00
role_store.go s/Get(Master|Replica)X/Get\1/g (#29520) 2024-12-10 09:57:19 -04:00
scheduled_post_store.go [MM-64654] Migrate to modern Go features (#31820) 2025-07-18 12:54:51 +02:00
scheme_store.go MM-55733 add request context to Channelstore.Save method (#26141) 2024-02-24 13:08:51 +01:00
session_store.go MM-62161: Replace SELECT * in session_store.go (#30422) 2025-03-12 19:35:33 +00:00
settings.go MM-63368: Remove MySQL (#33458) 2025-07-22 20:40:55 +05:30
shared_channel_store.go [MM-64654] Migrate to modern Go features (#31820) 2025-07-18 12:54:51 +02:00
status_store.go [AI assisted] MM-64298: Process setting status offline in batches (#31065) 2025-06-17 09:20:34 +05:30
store.go [MM-61758] Burn on read feature (#34703) 2025-12-11 07:59:50 +01:00
storetestlib.go MM-53032: Fix module path after repo rename (#23689) 2023-06-11 10:54:35 +05:30
system_store.go Deprecate admin advisor (#26045) 2024-02-26 09:05:00 +05:30
team_store.go [MM-64654] Migrate to modern Go features (#31820) 2025-07-18 12:54:51 +02:00
temporary_post_store.go [MM-61758] Burn on read feature (#34703) 2025-12-11 07:59:50 +01:00
terms_of_service_store.go MM-54502 - Update regex to force first character to be alpha (#24675) 2024-07-31 17:27:52 +03:00
thread_store.go [MM-64900] Migrate to use request.CTX instead of context.Context (#33541) 2025-09-18 16:14:24 +02:00
tokens_store.go MM-66299: type handling for ConsumeTokenOnce (#34247) 2025-10-22 18:03:33 -03:00
upload_session_store.go [MM-64654] Migrate to modern Go features (#31820) 2025-07-18 12:54:51 +02:00
user_access_token_store.go [MM-64654] Migrate to modern Go features (#31820) 2025-07-18 12:54:51 +02:00
user_store.go MM-66202: Migrate to aws-sdk-go-v2 (#34496) 2025-11-20 11:26:09 +01:00
user_terms_of_service.go Simplify request generation in store tests (#25422) 2023-11-16 09:51:18 +01:00
utils.go MM-63368: Remove MySQL (#33458) 2025-07-22 20:40:55 +05:30
utils_test.go [MM-64654] Migrate to modern Go features (#31820) 2025-07-18 12:54:51 +02:00
webhook_store.go [GH-26715] Added Pagination Support for IncomingWebHooks (#27502) 2024-08-09 16:44:22 -04:00