mattermost/server/cmd/mmctl/commands
Akis Maziotis 762ff9b96c
[chore] migration of plugin-store (#27506)
Plugin store is gradually migrated from:
- https://plugins-store.test.mattermost.com
to
- https://plugins.releases.mattermost.com

We reflect that change here

Note: Currently both CDN's are working as expected, to facilitate the mgiration. Upon succesfull migration, https://plugins-store.test.mattermost.com will be decomissioned
2024-07-03 08:23:43 +03:00
..
importer [MM-54730] Don't use old hardcoded rule for validating imported posts (#25823) 2024-04-19 11:45:32 -06:00
auth.go [GH-26382] format command mmctl auth list (#26423) 2024-03-25 09:20:16 +01:00
auth_e2e_test.go MM-53032: Fix module path after repo rename (#23689) 2023-06-11 10:54:35 +05:30
auth_test.go [GH-26382] format command mmctl auth list (#26423) 2024-03-25 09:20:16 +01:00
auth_utils.go chore: remove deprecated "io/ioutil" imports (#25119) 2023-11-16 12:15:30 +01:00
auth_utils_test.go chore: remove deprecated "io/ioutil" imports (#25119) 2023-11-16 12:15:30 +01:00
bot.go Simplify page size in mmctl (#26664) 2024-04-10 12:47:06 +02:00
bot_e2e_test.go [GH-25494] add request context to public methods in bot go (#26408) 2024-03-11 13:24:35 +01:00
bot_test.go MM-57245: Bump up Go version to 1.21 (#26512) 2024-03-21 09:12:35 +05:30
channel.go Print & Return errors using multierror if an error happens (#26625) 2024-04-30 22:16:05 +02:00
channel_e2e_test.go [MM-58020] Improve error message of NotFound errors in store (#26870) 2024-05-07 15:30:48 +02:00
channel_test.go Print & Return errors using multierror if an error happens (#26625) 2024-04-30 22:16:05 +02:00
channel_users.go [GH-21216] Function removeUserFromChannel return error (#26428) 2024-03-25 12:53:22 +01:00
channel_users_e2e_test.go [GH-21216] Function removeUserFromChannel return error (#26428) 2024-03-25 12:53:22 +01:00
channel_users_test.go [GH-21216] Function removeUserFromChannel return error (#26428) 2024-03-25 12:53:22 +01:00
channelargs.go MM-53032: Fix module path after repo rename (#23689) 2023-06-11 10:54:35 +05:30
channelargs_test.go MM-57245: Bump up Go version to 1.21 (#26512) 2024-03-21 09:12:35 +05:30
command.go [MM-49243] - Use paged requests to request the list of teams (#26278) 2024-04-04 10:09:15 +02:00
command_e2e_test.go Mm 16623 fix all initialism errors in channels/app and channels/api4 dir (#25743) 2023-12-20 06:46:54 +01:00
command_test.go [MM-49243] - Use paged requests to request the list of teams (#26278) 2024-04-04 10:09:15 +02:00
commandargs.go MM-53032: Fix module path after repo rename (#23689) 2023-06-11 10:54:35 +05:30
completion.go [MM-56000] Add LDAP job command to mmctl (#25633) 2024-04-22 12:19:53 +02:00
completion_test.go [MM-56853] Add mmctl shell completion for commands (#26214) 2024-03-21 14:50:44 +01:00
config.go chore: remove deprecated "io/ioutil" imports (#25119) 2023-11-16 12:15:30 +01:00
config_e2e_test.go Fix "doesn't exists" typo (#26307) 2024-02-27 08:13:12 +05:30
config_test.go MM-57245: Bump up Go version to 1.21 (#26512) 2024-03-21 09:12:35 +05:30
docs.go Includes mmctl into the mono-repo (#23091) 2023-06-05 12:42:55 +02:00
enterprise.go Source available metrics (#24879) 2024-01-08 10:47:24 -04:00
errors.go MM-53032: Fix module path after repo rename (#23689) 2023-06-11 10:54:35 +05:30
export.go [MM-56074] mmctl job commands (#26855) 2024-06-17 12:07:05 -04:00
export_e2e_test.go Centralize the GetPackagePath (#27004) 2024-05-15 12:05:13 -03:00
export_test.go [MM-57295] Bulk export: add roles and permission schemes (#26523) 2024-03-26 08:43:25 -06:00
extract.go [MM-56074] mmctl job commands (#26855) 2024-06-17 12:07:05 -04:00
extract_e2e_test.go Centralize the GetPackagePath (#27004) 2024-05-15 12:05:13 -03:00
group.go MM-53032: Fix module path after repo rename (#23689) 2023-06-11 10:54:35 +05:30
group_e2e_test.go [MM-56061] Only render where field in model.AppError when it's present (#25648) 2023-12-11 10:27:51 +01:00
group_test.go MM-57245: Bump up Go version to 1.21 (#26512) 2024-03-21 09:12:35 +05:30
import.go [MM-56074] mmctl job commands (#26855) 2024-06-17 12:07:05 -04:00
import_e2e_test.go Centralize the GetPackagePath (#27004) 2024-05-15 12:05:13 -03:00
import_test.go [MM-56074] mmctl job commands (#26855) 2024-06-17 12:07:05 -04:00
init.go Simplify page size in mmctl (#26664) 2024-04-10 12:47:06 +02:00
init_test.go MM-53032: Fix module path after repo rename (#23689) 2023-06-11 10:54:35 +05:30
integrity.go MM-53032: Fix module path after repo rename (#23689) 2023-06-11 10:54:35 +05:30
integrity_test.go MM-57245: Bump up Go version to 1.21 (#26512) 2024-03-21 09:12:35 +05:30
job.go [MM-56074] mmctl job commands (#26855) 2024-06-17 12:07:05 -04:00
job_test.go [MM-56074] mmctl job commands (#26855) 2024-06-17 12:07:05 -04:00
ldap.go [MM-56074] mmctl job commands (#26855) 2024-06-17 12:07:05 -04:00
ldap_e2e_test.go [MM-56000] Add LDAP job command to mmctl (#25633) 2024-04-22 12:19:53 +02:00
ldap_test.go [MM-56074] mmctl job commands (#26855) 2024-06-17 12:07:05 -04:00
license.go chore: remove deprecated "io/ioutil" imports (#25119) 2023-11-16 12:15:30 +01:00
license_e2e_test.go chore: remove deprecated "io/ioutil" imports (#25119) 2023-11-16 12:15:30 +01:00
license_test.go MM-57245: Bump up Go version to 1.21 (#26512) 2024-03-21 09:12:35 +05:30
logs.go Simplify page size in mmctl (#26664) 2024-04-10 12:47:06 +02:00
logs_e2e_test.go MM-53032: Fix module path after repo rename (#23689) 2023-06-11 10:54:35 +05:30
logs_test.go MM-57245: Bump up Go version to 1.21 (#26512) 2024-03-21 09:12:35 +05:30
main_test.go MM-53032: Fix module path after repo rename (#23689) 2023-06-11 10:54:35 +05:30
mmctl_e2e_test.go Includes mmctl into the mono-repo (#23091) 2023-06-05 12:42:55 +02:00
mmctl_test.go MM-53032: Fix module path after repo rename (#23689) 2023-06-11 10:54:35 +05:30
mmctl_unit_test.go Includes mmctl into the mono-repo (#23091) 2023-06-05 12:42:55 +02:00
oauth.go Simplify page size in mmctl (#26664) 2024-04-10 12:47:06 +02:00
oauth_test.go mmctl: add listing oauth apps (#25497) 2023-12-05 12:25:35 -05:00
permission_role_test.go MM-57245: Bump up Go version to 1.21 (#26512) 2024-03-21 09:12:35 +05:30
permissions.go MM-53032: Fix module path after repo rename (#23689) 2023-06-11 10:54:35 +05:30
permissions_e2e_test.go MM-57245: Bump up Go version to 1.21 (#26512) 2024-03-21 09:12:35 +05:30
permissions_reset_e2e_test.go MM-53032: Fix module path after repo rename (#23689) 2023-06-11 10:54:35 +05:30
permissions_role.go MM-53032: Fix module path after repo rename (#23689) 2023-06-11 10:54:35 +05:30
permissions_role_e2e_test.go MM-53032: Fix module path after repo rename (#23689) 2023-06-11 10:54:35 +05:30
permissions_test.go MM-57245: Bump up Go version to 1.21 (#26512) 2024-03-21 09:12:35 +05:30
plugin.go [GH-21224] return error in plugin cmd (#26305) 2024-03-05 13:18:30 +01:00
plugin_e2e_test.go [chore] migration of plugin-store (#27506) 2024-07-03 08:23:43 +03:00
plugin_marketplace.go Simplify page size in mmctl (#26664) 2024-04-10 12:47:06 +02:00
plugin_marketplace_e2e_test.go Cleanup usage of global logger (#26835) 2024-04-24 11:52:33 +02:00
plugin_marketplace_test.go MM-57245: Bump up Go version to 1.21 (#26512) 2024-03-21 09:12:35 +05:30
plugin_test.go MM-57245: Bump up Go version to 1.21 (#26512) 2024-03-21 09:12:35 +05:30
post.go MM-53032: Fix module path after repo rename (#23689) 2023-06-11 10:54:35 +05:30
post_e2e_test.go MM-53032: Fix module path after repo rename (#23689) 2023-06-11 10:54:35 +05:30
post_test.go MM-57245: Bump up Go version to 1.21 (#26512) 2024-03-21 09:12:35 +05:30
roles.go MM-53032: Fix module path after repo rename (#23689) 2023-06-11 10:54:35 +05:30
roles_test.go MM-57245: Bump up Go version to 1.21 (#26512) 2024-03-21 09:12:35 +05:30
root.go Print panic message when mmctl panics (#27390) 2024-07-02 13:58:37 +02:00
root_test.go Print panic message when mmctl panics (#27390) 2024-07-02 13:58:37 +02:00
saml.go MM-53032: Fix module path after repo rename (#23689) 2023-06-11 10:54:35 +05:30
saml_test.go MM-57245: Bump up Go version to 1.21 (#26512) 2024-03-21 09:12:35 +05:30
sampledata.go [MM-57356] Make use of go1.21 features (#26620) 2024-04-04 13:44:03 +02:00
sampledata_test.go chore: remove deprecated "io/ioutil" imports (#25119) 2023-11-16 12:15:30 +01:00
sampledata_util.go MM-53032: Fix module path after repo rename (#23689) 2023-06-11 10:54:35 +05:30
system.go [MM-56348] system/ping: add new method with options (#26079) 2024-02-20 14:22:28 +01:00
system_e2e_test.go [MM-54852] Add mmctl command to download Support Packet (#25419) 2023-11-21 15:25:01 +01:00
system_test.go MM-57245: Bump up Go version to 1.21 (#26512) 2024-03-21 09:12:35 +05:30
team.go Simplify page size in mmctl (#26664) 2024-04-10 12:47:06 +02:00
team_e2e_test.go updated modifyTeamsCmdF to return error instead of nil when encounting error (#26606) 2024-04-10 11:02:41 +05:30
team_test.go Simplify page size in mmctl (#26664) 2024-04-10 12:47:06 +02:00
team_users.go MM-53032: Fix module path after repo rename (#23689) 2023-06-11 10:54:35 +05:30
team_users_e2e_test.go MM-53032: Fix module path after repo rename (#23689) 2023-06-11 10:54:35 +05:30
team_users_test.go MM-57245: Bump up Go version to 1.21 (#26512) 2024-03-21 09:12:35 +05:30
teamargs.go MM-53032: Fix module path after repo rename (#23689) 2023-06-11 10:54:35 +05:30
teamargs_test.go MM-57245: Bump up Go version to 1.21 (#26512) 2024-03-21 09:12:35 +05:30
token.go Simplify page size in mmctl (#26664) 2024-04-10 12:47:06 +02:00
token_e2e_test.go [MM-56061] Only render where field in model.AppError when it's present (#25648) 2023-12-11 10:27:51 +01:00
token_test.go MM-57245: Bump up Go version to 1.21 (#26512) 2024-03-21 09:12:35 +05:30
user.go Fix merge error (#26933) 2024-04-30 16:02:28 +02:00
user_e2e_test.go [MM-58020] Improve error message of NotFound errors in store (#26870) 2024-05-07 15:30:48 +02:00
user_test.go Fix merge error (#26933) 2024-04-30 16:02:28 +02:00
userargs.go MM-53032: Fix module path after repo rename (#23689) 2023-06-11 10:54:35 +05:30
userargs_test.go MM-57245: Bump up Go version to 1.21 (#26512) 2024-03-21 09:12:35 +05:30
utils.go Simplify page size in mmctl (#26664) 2024-04-10 12:47:06 +02:00
utils_unix.go Fix "doesn't exists" typo (#26307) 2024-02-27 08:13:12 +05:30
utils_unix_test.go MM-54264: Unblock TestCheckValidSocket (#26021) 2024-01-24 20:43:01 +05:30
utils_windows.go Fix "doesn't exists" typo (#26307) 2024-02-27 08:13:12 +05:30
version.go [MM-53256] Use buildinfo instead of env variables for mmctl (#23794) 2023-10-20 11:23:05 +02:00
version_test.go [MM-53256] Use buildinfo instead of env variables for mmctl (#23794) 2023-10-20 11:23:05 +02:00
webhook.go [MM-49243] - Use paged requests to request the list of teams (#26278) 2024-04-04 10:09:15 +02:00
webhook_e2e_test.go MM-53032: Fix module path after repo rename (#23689) 2023-06-11 10:54:35 +05:30
webhook_test.go [MM-49243] - Use paged requests to request the list of teams (#26278) 2024-04-04 10:09:15 +02:00
websockets.go [MM-55739] Allow admins to pipe the output of mmctl websocket into JSON parser (#25545) 2023-11-27 12:45:32 +01:00