2d962d18d2
added command with interactive dialog
ci / plugin-ci (push) Has been cancelled
2024-08-08 18:06:32 +02:00
Ben Schumacher
495541e965
Improve error message when plugin bundle is too large ( #195 )
2024-02-12 11:29:58 +01:00
Ben Schumacher
8dd6e7c187
Fetch plugin logs from server ( #193 )
...
Co-authored-by: Jesse Hallam <jesse.hallam@gmail.com>
2024-01-30 16:49:59 +01:00
Ben Schumacher
8862f96d1f
[MM-53695] Make use of github.com/mattermost/mattermost/server/public ( #185 )
2023-08-01 21:07:15 +02:00
Ben Schumacher
0f9b8ba790
Only build binary for current architecture in dev mode ( #161 )
2022-01-17 13:15:25 +01:00
Ben Schumacher
4571b3b71c
[MM-38075] Update server dependency ( #158 )
2021-09-07 17:47:26 +02:00
Ben Schumacher
a80b066195
[MM-38075] Use mattermost-server/v6 ( #157 )
2021-08-25 09:29:26 +02:00
Ben Schumacher
ca9ee3c17c
[MM-33506] Use embed package to include plugin manifest ( #145 )
2021-05-18 15:51:24 +02:00
Domas Monkus
54637e7313
Synchronization tool file history tests modified to set up a temporary git repo ( #138 )
2020-11-03 10:19:36 +01:00
Domas Monkus
5eb33f8675
Removed file git history ( #128 )
2020-10-09 09:52:05 +02:00
Michael Kochell
511805e36c
Add separate go.mod to build folder ( #119 )
...
Co-authored-by: Hanzei <hanzei@mailbox.org>
2020-09-17 01:55:20 +02:00
Domas Monkus
0688e8df4c
MM-21722 - Repository synchronization tool ( #86 )
2020-09-13 15:30:09 +02:00
Michael Kochell
4523a0a25e
[MM-26997] Use socket API to deploy plugins, if available ( #108 )
...
* Use socket API if available
* Make socket path configurable by env var
* Add local mode docs to README
* Change README wordings
* Add log when using local mode. Change error handling for local mode deploy.
* address requests in pluginctl and update mattermost-server
* check if MM_LOCALSOCKETPATH is present before logging
* update go.sum
2020-07-29 05:21:46 -04:00
Jesse Hallam
a49d6f6dd4
Various tooling improvements from other plugins ( #96 )
2020-06-22 11:21:37 -04:00
Ben Schumacher
8fb70ec7f3
Bump dependencies and go version ( #87 )
...
* Bump go dependencies
* Bump go version to 1.14
2020-02-28 11:25:13 -05:00
Ben Schumacher
1c3014f906
Bump Mattermost to 5.18 ( #76 )
2019-12-22 16:23:55 +01:00
İlker Göktuğ Öztürk
8cf303c943
build/manifest: print whole manifest variable as it is ( #73 )
...
while generating manifest files for both JS and Go sources.
fixes #72 .
2019-12-20 23:01:40 +01:00
Jesse Hallam
8e090661e8
make deploy reliable using Go ( #74 )
2019-11-20 23:16:23 +01:00
Christopher Poile
4d9ee39eb2
fix for go 1.13 strictness ( #70 )
...
* fix for go 1.13 strictness
* move to requiring 5.16
* go back to requiring Mattermost Server 5.12
2019-11-13 10:01:32 -05:00
Nikhil Ranjan
7c1e432a27
replacing apache.com/thrift with github.com to solve network issue when building; missing dangling comma ( #66 )
2019-09-16 18:02:14 -04:00
Jesse Hallam
b8201a2731
downstream dependency updates from mattermost-plugin-demo ( #53 )
2019-07-12 07:43:45 -07:00
Hanzei
43af4d9cfe
Refactoring ( #43 )
...
* Cleanup .gitignore
* Document minimum server version
* Become golint compliant
* Use pre defined http method
* Update dependencies
* Add i18n-extract target
* Add golint target
* Run check-style against all go files
Co-Authored-By: Jesse Hallam <jesse.hallam@gmail.com>
2019-06-22 16:15:48 +02:00
Hanzei
fe3553d999
Go modules ( #22 )
...
* Move to go modules
* Move go.mod in root directory
* Update Readme
* Remove golang.org/x/tools from go.mod
* Remove go list from targets
* Set go version to 1.12
* Update Makefile
Co-Authored-By: hanzei <16541325+hanzei@users.noreply.github.com>
* Update dependencies
* Fix build
2019-04-10 12:42:33 -07:00