Claudio Costa
c2c2a1eaba
Prepackage Calls v1.3.0 ( #29232 )
2024-11-12 12:15:39 -06:00
Nicolas Le Cam
c90e562528
Migrate mockery to packages feature ( #29013 )
2024-11-07 12:48:11 +01:00
Nicolas Le Cam
845b5806c0
server: Fix typo in Makefile ( #28710 )
2024-10-14 10:32:43 +02:00
Claudio Costa
c2a0374d2c
Prepackage Calls v1.2.0 ( #28717 )
2024-10-11 13:50:08 -06:00
Ibrahim Serdar Acikgoz
1ea854438a
server/Makefile: bump mattermost-metrics-plugin version ( #28413 )
...
Automatic Merge
2024-10-02 18:14:32 +02:00
Alejandro García Montoro
9b368b9214
MM58746: Bump yuin/goldmark dependency ( #28250 )
...
* Bump yuin/goldmark dependency to latest version
* Add docs to modules-tidy make rule
---------
Co-authored-by: Mattermost Build <build@mattermost.com >
2024-09-20 12:08:35 +02:00
Miguel de la Cruz
987a25b4d0
Adds a make target and a database for a shared channels node ( #28238 )
...
This PR allows to run a different Mattermost instance in port :8066
using the `make run-node` target. This instance reuses the frontend
files compiled for the main development instance, has its own database
and local mode enabled through environment variables, and for the rest
of the configuration simply takes whatever properties are set in the
`config.json` file.
This target is specially useful to run a Shared Channels development
environment, compiling first the frontend and then running `make
run-server` and `make run-node` side by side, later connecting both
and testing Shared Channels features.
2024-09-19 10:00:56 +02:00
Claudio Costa
da24e0c4da
Prepackage Calls v1.1.0 ( #28220 )
2024-09-18 08:20:34 -06:00
Julien Tant
1909206e16
[MM-59069] Make sure OTP are actual One Time Password ( #28074 )
...
Automatic Merge
2024-09-17 00:44:32 +02:00
Ibrahim Serdar Acikgoz
ba2bdba6bc
server/Makefile: add metrics-plugin to the prepackaged plugins ( #28134 )
2024-09-16 16:44:12 +02:00
Rajat Dabade
4d2342ab8c
Update version for boards prepackaged plugin ( #28050 )
...
Co-authored-by: Mattermost Build <build@mattermost.com >
2024-09-10 15:25:10 +05:30
Doug Lauder
0e1b336c7e
Prepackage plugins mscalender and msteams meetings ( #28105 )
...
Automatic Merge
2024-09-02 15:14:32 +02:00
Christopher Speller
081aa8f6dc
Update prepackaged AI plugin to 1.0 ( #28053 )
...
Automatic Merge
2024-08-26 18:44:32 +02:00
Julien Tant
cefb8abc05
bump prepackaged playbooks versions ( #28026 )
2024-08-23 13:09:01 -07:00
Claudio Costa
f7b7a037ca
Prepackage Calls v1.0.1 ( #28041 )
2024-08-23 12:37:05 -06:00
Harshil Sharma
62adae14d1
Added User Survey Plugin to prepackaged plugins ( #27994 )
...
Automatic Merge
2024-08-23 14:44:32 +02:00
Claudio Costa
5ca73c1fa7
Prepackage Calls v1.0.0 ( #27989 )
2024-08-15 18:30:20 +02:00
Jesse Hallam
7dd84f623a
Pre-package MS Teams v2.0.3 ( #27875 )
2024-08-12 11:09:40 -03:00
Agniva De Sarker
1cf6cf4f5c
MM-59940: Pin govet version to a SHA version ( #27885 )
...
https://mattermost.atlassian.net/browse/MM-59940
```release-note
NONE
```
2024-08-09 22:24:18 +05:30
Miguel de la Cruz
cd99c4068d
Removes the backslash in migrations.list ( #27882 )
...
The use of the backslash was causing issues between different versions
of make.
2024-08-09 11:17:15 +02:00
Julien Tant
06d8c857ea
[MM-60025][MM-59522] Add playbooks v2 to prepackaged plugins ( #27862 )
...
* add playbooks v2 to prepackaged plugins
* Update Makefile
2024-08-07 14:17:10 -07:00
Agniva De Sarker
540febd866
MM-56876: Redis: first introduction ( #27752 )
...
```release-note
NONE
```
---------
Co-authored-by: Jesús Espino <jespinog@gmail.com >
Co-authored-by: Mattermost Build <build@mattermost.com >
2024-08-06 09:28:41 +05:30
Jesse Hallam
295c8c277b
Pre-package MS Teams v2.0 ( #27708 )
...
* Pre-package MS Teams v2.0.0
* bump to v2.0.1
* add MS Teams plugin to known list for tracking telemetry
* bump to v2.0.2
2024-07-31 16:18:09 -03:00
Ben Schumacher
caff13c91b
Fix config targets in Makefile ( #27746 )
2024-07-24 11:02:47 +02:00
Christopher Poile
819840a077
Update prepackage calls to v0.29.1 for MM v9.11 ( #27706 )
2024-07-23 09:33:45 -04:00
Ben Schumacher
45acf31d1a
[MM-17126] Enable errorAssertions linter for enterprise code ( #27714 )
2024-07-23 12:53:03 +02:00
Christopher Speller
fa8269e4ab
Update Copilot plugin prepackaged version to 0.8.3 ( #27645 )
2024-07-15 04:23:49 -07:00
Christopher Poile
a3edc70019
[MM-58750] Update prepackage calls to v0.29.0 for MM v9.11 ( #27642 )
2024-07-12 11:46:24 -04:00
Raghav Aggarwal
00dc08824c
Bump prepackage Github plugin version to 2.3.0 ( #27572 )
2024-07-08 20:44:44 -04:00
Felipe Martin
4e32da62fa
chore: improvements to keycloak local development ( #26518 )
...
* update keycloak docker image
* update realm file with a compatible realm
* import realm on start-docker command
Since bitnami's image does not support importing directly, the import of the test realm is done in the make file start-docker action
* Use official image from quay
* updated realm keycloak config
* final note about nickname attrib for saml
* add admin user
* update realm
* Updated from master
* Updated docs
* local typo
* use jq for ldap and saml
* updated readme
2024-07-08 08:16:09 +02:00
Akis Maziotis
762ff9b96c
[chore] migration of plugin-store ( #27506 )
...
Plugin store is gradually migrated from:
- https://plugins-store.test.mattermost.com
to
- https://plugins.releases.mattermost.com
We reflect that change here
Note: Currently both CDN's are working as expected, to facilitate the mgiration. Upon succesfull migration, https://plugins-store.test.mattermost.com will be decomissioned
2024-07-03 08:23:43 +03:00
Christopher Poile
5823edf2c2
[MM-59037] Prepackage calls v0.28.2 for v9.10 ( #27425 )
2024-06-21 09:56:05 -04:00
Rajat Dabade
5894abc36e
[MM-58315]: prepackage boards to v9.5+ ( #27307 )
...
* [MM-58315]: prepackage boards to v9.5+
* chore: changes the name of focalboard artifacts
2024-06-17 18:30:06 +05:30
Christopher Poile
a316dfb80b
[MM-58296] Update prepackage calls to v0.28.1 for MM v9.10 ( #27352 )
...
Co-authored-by: Mattermost Build <build@mattermost.com >
2024-06-15 10:12:06 -04:00
Christopher Speller
cebe7e0315
Update Copilot plugin prepackaged version ( #27296 )
2024-06-10 07:13:36 -07:00
Michael Kochell
e9c5ac2ea8
Bump prepackage GitLab plugin version to 1.9.1 ( #27044 )
2024-05-23 14:34:52 -04:00
Christopher Poile
ada9c64658
prepackage calls v0.27.0 ( #27031 )
...
Automatic Merge
2024-05-17 17:41:30 +03:00
Jesse Hallam
630bd40141
Eliminate MM_SERVER_PATH ( #24968 )
2024-05-10 18:13:05 -03:00
Ben Schumacher
69fe5c06e4
[MM-58064] Enable emptyStrCmp linter for enterprise code ( #26931 )
2024-05-06 10:47:48 +02:00
Michael Kochell
5e07ff1efb
Prepackage zoom plugin 1.8.0 ( #26922 )
2024-04-30 00:18:40 -07:00
Michael Kochell
29f7810354
Prepackage GitLab plugin 1.9.0 ( #26899 )
2024-04-29 09:46:01 -07:00
Ben Schumacher
effb374482
[MM-57789] Update mockery version for LDAP mocks ( #26760 )
2024-04-25 12:46:19 +02:00
kshitij katiyar
af8bcc4c6d
Bump prepackage Jira plugin version to 4.1.1 ( #26712 )
...
Co-authored-by: Michael Kochell <6913320+mickmister@users.noreply.github.com >
2024-04-23 17:43:47 -04:00
Agniva De Sarker
870cee30c6
MM-57759: Added mockery support for 1.22 ( #26774 )
...
* Revert "Revert "MM-57759: Bump mockery to version 2.42.2 to support go 1.22^" (#26772 )"
This reverts commit cd3b5b46e1 .
* Added the hooks.go file changes as well
```release-note
NONE
```
2024-04-13 08:15:59 +05:30
Agniva De Sarker
cd3b5b46e1
Revert "MM-57759: Bump mockery to version 2.42.2 to support go 1.22^" ( #26772 )
2024-04-12 15:31:24 +02:00
Ezekiel
98712737e6
MM-57759: Bump mockery to version 2.42.2 to support go 1.22^ ( #26761 )
2024-04-12 10:38:34 +02:00
Christopher Poile
b397f9ed92
[MM-57286] Prepackage calls v0.26.2 ( #26754 )
...
* prepackage calls v0.26.2
2024-04-11 15:40:16 -04:00
Christopher Speller
00b80b06e9
Update playbooks to v1.39.3 ( #26762 )
2024-04-11 09:21:23 -07:00
Ben Cooke
b0feeb5ec7
[MM-56732] Update keycloak docker configs and add make command ( #26313 )
...
* updating keycloak image
---------
Co-authored-by: Mattermost Build <build@mattermost.com >
Co-authored-by: Ben Schumacher <ben.schumacher@mattermost.com >
2024-04-03 15:01:33 -04:00
Christopher Speller
10fa465d6f
Update AI Plugin prepackaged version ( #26580 )
2024-04-01 07:47:26 -07:00