Jesse Hallam
|
bb02b35048
|
Expose public/ API as submodule (#23345)
* model -> public/model
* plugin -> public/plugin
* public/model/utils -> public/utils
* platform/shared/mlog -> public/shared/mlog
* platform/shared/i18n -> public/shared/i18n
* platform/shared/markdown -> public/shared/markdown
* platform/services/timezones -> public/shared/timezones
* channels/einterfaces -> einterfaces
* expose public/ submodule
* go mod tidy
* .github: cache-dependency-path, setup-go-work
* modules-tidy for public/ too
* remove old gomodtidy
|
2023-05-10 13:07:02 -03:00 |
|
Ben Schumacher
|
e8915b3182
|
[MM-45296] Fix installation of pre-packaged plugins that are not in the Marketplace (#21895)
Co-authored-by: Jesse Hallam <jesse.hallam@gmail.com>
|
2023-04-25 00:02:51 +02:00 |
|
Jesse Hallam
|
89f2ebc836
|
Channels/api4 testing improvements (#22938)
* api4/post_test: fix missing TearDown
* api4/plugin_test: dont test timeout, saving 120s
* api4/channel_test: dont try to delete town square
* api4/channel_test: check public channel names deterministically
* api4/file_test: fix darwin assertions on go files
* api4/notify_admin_test: fix expect/actual order
* api4/team_test: make TestGetAllTeams deterministic
* api4/plugin_test: avoid nested test helpers
* api4/post_test: avoid nested test helpers
* api4/websocket_test: externalize log buffer
* testlib/helper: unset common env
* linting issues
* simplify TestGetFileHeaders
* team_test: leverage ElementsMatch
|
2023-04-20 09:52:59 -03:00 |
|
Agniva De Sarker
|
b200a07881
|
v8.0 module release (#22975)
https://mattermost.atlassian.net/browse/MM-52079
```release-note
We upgrade the module version to 8.0. The new module path is github.com/mattermost-server/server/v8.
```
Co-authored-by: Doug Lauder <wiggin77@warpmail.net>
|
2023-04-18 11:05:28 +05:30 |
|
Doug Lauder
|
c943ed6859
|
Mono repo -> Master (#22553)
Combines the following repositories into one:
https://github.com/mattermost/mattermost-server
https://github.com/mattermost/mattermost-webapp
https://github.com/mattermost/focalboard
https://github.com/mattermost/mattermost-plugin-playbooks
|
2023-03-22 17:22:27 -04:00 |
|