Commit graph

18 commits

Author SHA1 Message Date
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
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
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
Michael Kochell
1a5f1bc2d2
[MM-14189] Update references to "mattermost-plugin-sample" to be… (#47)
Repo name changed
2019-06-24 22:02:25 -04: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