Merge branch 'master' into mpa-playbooks
Этот коммит содержится в:
20
Makefile
20
Makefile
@@ -149,18 +149,21 @@ TEMPLATES_DIR=templates
|
||||
PLUGIN_PACKAGES ?= mattermost-plugin-antivirus-v0.1.2
|
||||
PLUGIN_PACKAGES += mattermost-plugin-autolink-v1.2.2
|
||||
PLUGIN_PACKAGES += mattermost-plugin-aws-SNS-v1.2.0
|
||||
PLUGIN_PACKAGES += mattermost-plugin-calls-v0.10.0
|
||||
PLUGIN_PACKAGES += mattermost-plugin-calls-v0.11.0
|
||||
PLUGIN_PACKAGES += mattermost-plugin-channel-export-v1.0.0
|
||||
PLUGIN_PACKAGES += mattermost-plugin-custom-attributes-v1.3.0
|
||||
PLUGIN_PACKAGES += mattermost-plugin-github-v2.0.1
|
||||
PLUGIN_PACKAGES += mattermost-plugin-gitlab-v1.3.0
|
||||
PLUGIN_PACKAGES += mattermost-plugin-playbooks-v1.32.6
|
||||
PLUGIN_PACKAGES += mattermost-plugin-confluence-v1.3.0
|
||||
PLUGIN_PACKAGES += mattermost-plugin-custom-attributes-v1.3.1
|
||||
PLUGIN_PACKAGES += mattermost-plugin-github-v2.1.4
|
||||
PLUGIN_PACKAGES += mattermost-plugin-gitlab-v1.5.2
|
||||
PLUGIN_PACKAGES += mattermost-plugin-playbooks-v1.34.0
|
||||
PLUGIN_PACKAGES += mattermost-plugin-jenkins-v1.1.0
|
||||
PLUGIN_PACKAGES += mattermost-plugin-jira-v2.4.0
|
||||
PLUGIN_PACKAGES += mattermost-plugin-jira-v3.2.2
|
||||
PLUGIN_PACKAGES += mattermost-plugin-jitsi-v2.0.1
|
||||
PLUGIN_PACKAGES += mattermost-plugin-nps-v1.3.0
|
||||
PLUGIN_PACKAGES += mattermost-plugin-todo-v0.6.1
|
||||
PLUGIN_PACKAGES += mattermost-plugin-welcomebot-v1.2.0
|
||||
PLUGIN_PACKAGES += mattermost-plugin-zoom-v1.6.0
|
||||
PLUGIN_PACKAGES += focalboard-v7.5.1
|
||||
PLUGIN_PACKAGES += focalboard-v7.5.2
|
||||
PLUGIN_PACKAGES += mattermost-plugin-apps-v1.1.0
|
||||
|
||||
# Prepares the enterprise build if exists. The IGNORE stuff is a hack to get the Makefile to execute the commands outside a target
|
||||
@@ -359,6 +362,9 @@ telemetry-mocks: ## Creates mock files.
|
||||
store-layers: ## Generate layers for the store
|
||||
$(GO) generate $(GOFLAGS) ./store
|
||||
|
||||
generate-worktemplates: ## Generate work templates
|
||||
$(GO) generate $(GOFLAGS) ./app/worktemplates
|
||||
|
||||
new-migration: ## Creates a new migration. Run with make new-migration name=<>
|
||||
$(GO) install github.com/mattermost/morph/cmd/morph@master
|
||||
@echo "Generating new migration for mysql"
|
||||
|
||||
Ссылка в новой задаче
Block a user