mattermost/server/cmd/mmctl/commands
Agniva De Sarker efaa6264cc
MM-53032: Fix module path after repo rename (#23689)
It was a good decision in hindsight to keep the public module as 0.x
because this would have been a breaking change again.

https://mattermost.atlassian.net/browse/MM-53032
```release-note
Changed the Go module path from github.com/mattermost/mattermost-server/server/v8 to github.com/mattermost/mattermost/server/v8.

For the public facing module, it's path is also changed from github.com/mattermost/mattermost-server/server/public to github.com/mattermost/mattermost/server/public
```
2023-06-11 10:54:35 +05:30
..
importer MM-53032: Fix module path after repo rename (#23689) 2023-06-11 10:54:35 +05:30
auth.go MM-53032: Fix module path after repo rename (#23689) 2023-06-11 10:54:35 +05:30
auth_e2e_test.go MM-53032: Fix module path after repo rename (#23689) 2023-06-11 10:54:35 +05:30
auth_utils.go MM-53032: Fix module path after repo rename (#23689) 2023-06-11 10:54:35 +05:30
auth_utils_test.go Includes mmctl into the mono-repo (#23091) 2023-06-05 12:42:55 +02:00
bot.go MM-53032: Fix module path after repo rename (#23689) 2023-06-11 10:54:35 +05:30
bot_e2e_test.go MM-53032: Fix module path after repo rename (#23689) 2023-06-11 10:54:35 +05:30
bot_test.go MM-53032: Fix module path after repo rename (#23689) 2023-06-11 10:54:35 +05:30
channel.go MM-53032: Fix module path after repo rename (#23689) 2023-06-11 10:54:35 +05:30
channel_e2e_test.go MM-53032: Fix module path after repo rename (#23689) 2023-06-11 10:54:35 +05:30
channel_test.go MM-53032: Fix module path after repo rename (#23689) 2023-06-11 10:54:35 +05:30
channel_users.go MM-53032: Fix module path after repo rename (#23689) 2023-06-11 10:54:35 +05:30
channel_users_e2e_test.go MM-53032: Fix module path after repo rename (#23689) 2023-06-11 10:54:35 +05:30
channel_users_test.go MM-53032: Fix module path after repo rename (#23689) 2023-06-11 10:54:35 +05:30
channelargs.go MM-53032: Fix module path after repo rename (#23689) 2023-06-11 10:54:35 +05:30
channelargs_test.go MM-53032: Fix module path after repo rename (#23689) 2023-06-11 10:54:35 +05:30
command.go MM-53032: Fix module path after repo rename (#23689) 2023-06-11 10:54:35 +05:30
command_e2e_test.go MM-53032: Fix module path after repo rename (#23689) 2023-06-11 10:54:35 +05:30
command_test.go MM-53032: Fix module path after repo rename (#23689) 2023-06-11 10:54:35 +05:30
commandargs.go MM-53032: Fix module path after repo rename (#23689) 2023-06-11 10:54:35 +05:30
completion.go Includes mmctl into the mono-repo (#23091) 2023-06-05 12:42:55 +02:00
config.go MM-53032: Fix module path after repo rename (#23689) 2023-06-11 10:54:35 +05:30
config_e2e_test.go MM-53032: Fix module path after repo rename (#23689) 2023-06-11 10:54:35 +05:30
config_test.go MM-53032: Fix module path after repo rename (#23689) 2023-06-11 10:54:35 +05:30
docs.go Includes mmctl into the mono-repo (#23091) 2023-06-05 12:42:55 +02:00
enterprise.go MM-53032: Fix module path after repo rename (#23689) 2023-06-11 10:54:35 +05:30
errors.go MM-53032: Fix module path after repo rename (#23689) 2023-06-11 10:54:35 +05:30
export.go MM-53032: Fix module path after repo rename (#23689) 2023-06-11 10:54:35 +05:30
export_e2e_test.go MM-53032: Fix module path after repo rename (#23689) 2023-06-11 10:54:35 +05:30
export_test.go MM-53032: Fix module path after repo rename (#23689) 2023-06-11 10:54:35 +05:30
extract.go MM-53032: Fix module path after repo rename (#23689) 2023-06-11 10:54:35 +05:30
extract_e2e_test.go MM-53032: Fix module path after repo rename (#23689) 2023-06-11 10:54:35 +05:30
group.go MM-53032: Fix module path after repo rename (#23689) 2023-06-11 10:54:35 +05:30
group_e2e_test.go MM-53032: Fix module path after repo rename (#23689) 2023-06-11 10:54:35 +05:30
group_test.go MM-53032: Fix module path after repo rename (#23689) 2023-06-11 10:54:35 +05:30
import.go MM-53032: Fix module path after repo rename (#23689) 2023-06-11 10:54:35 +05:30
import_e2e_test.go MM-53032: Fix module path after repo rename (#23689) 2023-06-11 10:54:35 +05:30
import_test.go MM-53032: Fix module path after repo rename (#23689) 2023-06-11 10:54:35 +05:30
init.go MM-53032: Fix module path after repo rename (#23689) 2023-06-11 10:54:35 +05:30
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-53032: Fix module path after repo rename (#23689) 2023-06-11 10:54:35 +05:30
ldap.go MM-53032: Fix module path after repo rename (#23689) 2023-06-11 10:54:35 +05:30
ldap_e2e_test.go MM-53032: Fix module path after repo rename (#23689) 2023-06-11 10:54:35 +05:30
ldap_test.go MM-53032: Fix module path after repo rename (#23689) 2023-06-11 10:54:35 +05:30
license.go MM-53032: Fix module path after repo rename (#23689) 2023-06-11 10:54:35 +05:30
license_e2e_test.go MM-53032: Fix module path after repo rename (#23689) 2023-06-11 10:54:35 +05:30
license_test.go MM-53032: Fix module path after repo rename (#23689) 2023-06-11 10:54:35 +05:30
logs.go MM-53032: Fix module path after repo rename (#23689) 2023-06-11 10:54:35 +05:30
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-53032: Fix module path after repo rename (#23689) 2023-06-11 10:54: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
permission_role_test.go MM-53032: Fix module path after repo rename (#23689) 2023-06-11 10:54: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-53032: Fix module path after repo rename (#23689) 2023-06-11 10:54: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-53032: Fix module path after repo rename (#23689) 2023-06-11 10:54:35 +05:30
plugin.go MM-53032: Fix module path after repo rename (#23689) 2023-06-11 10:54:35 +05:30
plugin_e2e_test.go MM-53032: Fix module path after repo rename (#23689) 2023-06-11 10:54:35 +05:30
plugin_marketplace.go MM-53032: Fix module path after repo rename (#23689) 2023-06-11 10:54:35 +05:30
plugin_marketplace_e2e_test.go MM-53032: Fix module path after repo rename (#23689) 2023-06-11 10:54:35 +05:30
plugin_marketplace_test.go MM-53032: Fix module path after repo rename (#23689) 2023-06-11 10:54:35 +05:30
plugin_test.go MM-53032: Fix module path after repo rename (#23689) 2023-06-11 10:54: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-53032: Fix module path after repo rename (#23689) 2023-06-11 10:54: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-53032: Fix module path after repo rename (#23689) 2023-06-11 10:54:35 +05:30
root.go MM-53032: Fix module path after repo rename (#23689) 2023-06-11 10:54:35 +05:30
saml.go MM-53032: Fix module path after repo rename (#23689) 2023-06-11 10:54:35 +05:30
saml_test.go MM-53032: Fix module path after repo rename (#23689) 2023-06-11 10:54:35 +05:30
sampledata.go MM-53032: Fix module path after repo rename (#23689) 2023-06-11 10:54:35 +05:30
sampledata_test.go MM-53032: Fix module path after repo rename (#23689) 2023-06-11 10:54:35 +05:30
sampledata_util.go MM-53032: Fix module path after repo rename (#23689) 2023-06-11 10:54:35 +05:30
system.go MM-53032: Fix module path after repo rename (#23689) 2023-06-11 10:54:35 +05:30
system_e2e_test.go MM-53032: Fix module path after repo rename (#23689) 2023-06-11 10:54:35 +05:30
system_test.go MM-53032: Fix module path after repo rename (#23689) 2023-06-11 10:54:35 +05:30
team.go MM-53032: Fix module path after repo rename (#23689) 2023-06-11 10:54:35 +05:30
team_e2e_test.go MM-53032: Fix module path after repo rename (#23689) 2023-06-11 10:54:35 +05:30
team_test.go MM-53032: Fix module path after repo rename (#23689) 2023-06-11 10:54:35 +05:30
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-53032: Fix module path after repo rename (#23689) 2023-06-11 10:54: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-53032: Fix module path after repo rename (#23689) 2023-06-11 10:54:35 +05:30
token.go MM-53032: Fix module path after repo rename (#23689) 2023-06-11 10:54:35 +05:30
token_e2e_test.go MM-53032: Fix module path after repo rename (#23689) 2023-06-11 10:54:35 +05:30
token_test.go MM-53032: Fix module path after repo rename (#23689) 2023-06-11 10:54:35 +05:30
user.go MM-53032: Fix module path after repo rename (#23689) 2023-06-11 10:54:35 +05:30
user_e2e_test.go MM-53032: Fix module path after repo rename (#23689) 2023-06-11 10:54:35 +05:30
user_test.go MM-53032: Fix module path after repo rename (#23689) 2023-06-11 10:54:35 +05:30
userargs.go MM-53032: Fix module path after repo rename (#23689) 2023-06-11 10:54:35 +05:30
userargs_test.go MM-53032: Fix module path after repo rename (#23689) 2023-06-11 10:54:35 +05:30
utils.go MM-53032: Fix module path after repo rename (#23689) 2023-06-11 10:54:35 +05:30
utils_unix.go Includes mmctl into the mono-repo (#23091) 2023-06-05 12:42:55 +02:00
utils_unix_test.go Includes mmctl into the mono-repo (#23091) 2023-06-05 12:42:55 +02:00
utils_windows.go Includes mmctl into the mono-repo (#23091) 2023-06-05 12:42:55 +02:00
version.go MM-53032: Fix module path after repo rename (#23689) 2023-06-11 10:54:35 +05:30
webhook.go MM-53032: Fix module path after repo rename (#23689) 2023-06-11 10:54:35 +05:30
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-53032: Fix module path after repo rename (#23689) 2023-06-11 10:54:35 +05:30
websockets.go Includes mmctl into the mono-repo (#23091) 2023-06-05 12:42:55 +02:00