mattermost/server/einterfaces/mocks
Felipe Martin 81a1d725a0
[WIP] [MM-55031] OAuth Outgoing Connection App integration (#25379)
* OAuthOutgoingConnection model

* added store

* make generated

* add missing license headers

* fix receiver name

* i18n

* i18n sorting

* update migrations from master

* make migrations-extract

* update retrylayer tests

* replaced sql query with id pagination

* fixed flaky tests

* missing columns

* missing columns on save/update

* typo

* improved tests

* remove enum from mysql colum

* add password credentials to store

* license changes

* OAuthOutgoingConnectionInterface

* Oauth -> OAuth

* make generated

* merge migrations

* renamed migrations

* model change suggestions

* refactor test functionsn

* migration typo

* refactor store table names

* updated sanitize test

* cleanup merge

* refactor symbol

* list endpoint

* oauthoutgoingconnection -> outgoingoauthconnection

* signature change

* i18n update

* granttype typo

* naming

* api list

* uppercase typo

* i18n

* missing license header

* fixed path in comments

* updated openapi definitions

* sanitize connections

* make generated

* test license and no feature flag

* removed t.fatal

* updated testhelper calls

* yaml schema fixes

* switched interface name

* suggested translation

* missing i18n translation

* address comments

* updated i18n
2023-12-26 10:46:20 +01:00
..
AccountMigrationInterface.go Use request.CTX instead of *request.Context (#24877) 2023-10-30 16:33:37 +01:00
CloudInterface.go [CLD-6678] Various improvements for IP filtering feature (#25485) 2023-11-28 09:09:50 -05:00
CloudJobInterface.go [MM-54132] Use annotated logger for log messages from jobs (#24275) 2023-09-07 08:50:22 +02:00
ClusterInterface.go MM-53032: Fix module path after repo rename (#23689) 2023-06-11 10:54:35 +05:30
ClusterMessageHandler.go MM-53032: Fix module path after repo rename (#23689) 2023-06-11 10:54:35 +05:30
ComplianceInterface.go [MM-54435] Use annotated logger to capture compliance export logs (#24791) 2023-10-23 10:20:32 +02:00
DataRetentionInterface.go MM-53032: Fix module path after repo rename (#23689) 2023-06-11 10:54:35 +05:30
DataRetentionJobInterface.go [MM-54132] Use annotated logger for log messages from jobs (#24275) 2023-09-07 08:50:22 +02:00
ElasticsearchAggregatorInterface.go [MM-54132] Use annotated logger for log messages from jobs (#24275) 2023-09-07 08:50:22 +02:00
ElasticsearchFixChannelIndexInterface.go MM-53032: Fix module path after repo rename (#23689) 2023-06-11 10:54:35 +05:30
ElasticsearchIndexerInterface.go MM-53032: Fix module path after repo rename (#23689) 2023-06-11 10:54:35 +05:30
IndexerJobInterface.go MM-53032: Fix module path after repo rename (#23689) 2023-06-11 10:54:35 +05:30
IPFilteringInterface.go [CLD-6324] Cloud IP Filtering (#24726) 2023-11-14 09:12:04 -05:00
LdapInterface.go [MM-32406] Introduce trace logging level for LDAP messages (#25118) 2023-11-03 08:06:16 +01:00
LdapSyncInterface.go [MM-54132] Use annotated logger for log messages from jobs (#24275) 2023-09-07 08:50:22 +02:00
LicenseInterface.go MM-53032: Fix module path after repo rename (#23689) 2023-06-11 10:54:35 +05:30
MessageExportInterface.go Use request.CTX instead of *request.Context (#24877) 2023-10-30 16:33:37 +01:00
MessageExportJobInterface.go [MM-54132] Use annotated logger for log messages from jobs (#24275) 2023-09-07 08:50:22 +02:00
MetricsInterface.go [MM-40638] Type all of the websocket event names as a new type WebsocketEventType (#25454) 2023-11-22 11:09:48 +01:00
MfaInterface.go MM-53032: Fix module path after repo rename (#23689) 2023-06-11 10:54:35 +05:30
NotificationInterface.go Use request.CTX instead of *request.Context (#24877) 2023-10-30 16:33:37 +01:00
OAuthOutgoingConnectionInterface.go [WIP] [MM-55031] OAuth Outgoing Connection App integration (#25379) 2023-12-26 10:46:20 +01:00
OAuthProvider.go Use request.CTX instead of *request.Context (#24877) 2023-10-30 16:33:37 +01:00
OutgoingOAuthConnectionInterface.go [WIP] [MM-55031] OAuth Outgoing Connection App integration (#25379) 2023-12-26 10:46:20 +01:00
SamlInterface.go Use request.CTX instead of *request.Context (#24877) 2023-10-30 16:33:37 +01:00
Scheduler.go Use request.CTX instead of *request.Context (#24877) 2023-10-30 16:33:37 +01:00