Rohan Sharma
2b723099a6
fix: shared channel test errcheck issues ( #28551 )
...
* fix: shared channel test errcheck issues
2024-10-08 09:45:43 -04:00
Arya Khochare
f0918e1c01
errcheck issues fixed ( #28609 )
2024-10-08 12:23:08 +02:00
Diamond Rivero
71d98443c3
Fix Errcheck issues in server/channels/api4/export.go ( #28407 )
...
Co-authored-by: Ben Schumacher <ben.schumacher@mattermost.com >
2024-10-08 10:47:17 +02:00
Arya Khochare
ba02101bcf
Fixed errcheck issues in server/channels/api4/group_local.go ( #28417 )
...
Co-authored-by: Ben Schumacher <ben.schumacher@mattermost.com >
2024-10-08 10:47:01 +02:00
Rohan Sharma
9d6adbfea2
fix: role errcheck issues ( #28544 )
...
Co-authored-by: Ben Schumacher <ben.schumacher@mattermost.com >
2024-10-08 10:46:22 +02:00
TheInvincible
1d431e72ac
Update emoji_test.go (fix errcheck issue) ( #28440 )
...
Co-authored-by: Mattermost Build <build@mattermost.com >
2024-10-08 09:31:26 +02:00
Rohan Sharma
845159d501
fix: reaction errcheck issues ( #28513 )
2024-10-08 09:25:34 +02:00
Rohan Sharma
1f3eab8adb
fix: team errcheck issues ( #28550 )
2024-10-08 09:23:53 +02:00
Arya Khochare
1669a0869f
errcheck issues fixed ( #28555 )
2024-10-07 21:20:18 +02:00
Arya Khochare
6837b31fb1
errcheck issues fixed ( #28556 )
2024-10-07 21:18:20 +02:00
Arya Khochare
82929d86ab
Errcheck issues fixed ( #28409 )
...
Co-authored-by: Ibrahim Serdar Acikgoz <serdaracikgoz86@gmail.com >
2024-10-07 21:17:21 +02:00
CarlssonFilip
b8b3f9b012
[GH-28396] Fixed errcheck issues in server/channels/api4/ip_filtering.go ( #28441 )
...
* Fixed errcheck issues in server/channels/api4/ip_filtering.go
* Added separate go routine to SendIPFiltersChangedEmail and removed redundant return
* Added import for mlog
* Changed from returning error to logging it
---------
Co-authored-by: Ben Schumacher <ben.schumacher@mattermost.com >
2024-10-07 21:03:12 +02:00
Rohan Sharma
7af408679e
Fix: emoji errcheck issues ( #28437 )
...
Co-authored-by: Mattermost Build <build@mattermost.com >
2024-10-07 21:02:16 +02:00
Rohan Sharma
9e0d629ab1
fix: team local errcheck issues ( #28538 )
...
Co-authored-by: Mattermost Build <build@mattermost.com >
2024-10-07 21:01:13 +02:00
Arya Khochare
9b6d2be129
Errcheck issues fixed ( #28345 )
2024-10-07 16:49:27 +02:00
Rohan Sharma
a2acee5280
fix: system errcheck issues ( #28537 )
...
Co-authored-by: Ben Schumacher <ben.schumacher@mattermost.com >
2024-10-07 13:37:46 +00:00
Rohan Sharma
2b7b4100d2
fix: system local errcheck issues ( #28539 )
...
Co-authored-by: Ben Schumacher <ben.schumacher@mattermost.com >
2024-10-07 11:39:06 +00:00
Rohan Sharma
18388a8c64
fix: shared channel errcheck issues ( #28542 )
2024-10-07 12:46:00 +02:00
Arya Khochare
344e76287f
Fixed errcheck issues in server/channels/api4/license_test.go ( #28557 )
2024-10-07 12:41:13 +02:00
Rohan Sharma
13959b024f
fix: reaction test errcheck issues ( #28516 )
...
Co-authored-by: Mattermost Build <build@mattermost.com >
2024-10-07 10:31:06 +02:00
Arya Khochare
af9eb197ae
Fixed errcheck issues in server/channels/api4/group.go ( #28404 )
2024-10-05 12:23:29 +02:00
Arya Khochare
5a7385295c
errcheck issues fixed ( #28475 )
2024-10-04 19:12:32 +02:00
Arya Khochare
0a92eb6363
errcheck issues fixed ( #28418 )
2024-10-04 17:51:38 +02:00
Nils
ac30b9d468
Fixed errcheck in server/channel/api4/job.go ( #28420 )
2024-10-04 17:50:14 +02:00
Arya Khochare
b859ca2d90
errcheck issues fixed ( #28416 )
2024-10-04 09:35:53 +02:00
Arya Khochare
7e62197520
errcheck issues fixed ( #28476 )
2024-10-04 09:34:29 +02:00
fume4mattermost
5f48a359ca
[MM-56033]Added unit tests for UpdateUserCustomStatus and RemoveUserCustomStatu… ( #28216 )
...
* added unit tests for UpdateUserCustomStatus and RemoveUserCustomStatus functions
* stylistic improvements in status endpoint tests
* linting fix
---------
Co-authored-by: Fume <contact@fumedev.com >
2024-10-04 13:02:53 +05:30
Arya Khochare
295ae8baed
Errcheck issues fixed ( #28406 )
...
Co-authored-by: Mattermost Build <build@mattermost.com >
2024-10-04 07:14:48 +02:00
Arya Khochare
cab714a629
errcheck issues fixed ( #28477 )
2024-10-04 07:11:24 +02:00
Scott Bishel
0048723ccd
MM-60679 - Validate playbook plugin version, based on license ( #28366 )
...
Automatic Merge
2024-10-02 20:14:32 +02:00
Arya Khochare
9c2a9c7f26
Fixed errcheck issues ( #28405 )
2024-10-02 15:32:49 +02:00
Pablo Vélez
1690e48db6
MM 60222 - apply filter to export csv ( #28212 )
...
* MM-60222_apply filter to export csv
* get the report exporting with the filters ready
* add unit tests
* cover one more file with some tests
* style the confirm modal note
* add translations
* remove unnecessary print line
* disable export button if there is no data to export
* fix linter issues
* fix linter errors
---------
Co-authored-by: Mattermost Build <build@mattermost.com >
2024-10-02 12:23:39 +02:00
Arya Khochare
2b03afdfc2
Fixed errcheck issues ( #28403 )
2024-10-02 12:16:10 +02:00
Nils
887c3a800d
[GH-28355] Fixed errcheck issues in server/channels/api4/channel_category.go ( #28357 )
2024-10-02 09:50:43 +02:00
Miguel de la Cruz
acc9093072
Error when generating invite codes for a confirmed remote cluster ( #28337 )
2024-10-02 00:37:04 -05:00
Arya Khochare
23d06d4520
Errcheck issues fixed in server/channels/api4/brand_test.go ( #28364 )
2024-10-01 16:34:01 +02:00
CarlssonFilip
c5a504883d
[GH-28353] Fix errcheck issues in server/channels/api4/channel_bookmark_test.go ( #28358 )
2024-10-01 13:02:56 +02:00
Ben Schumacher
2b426573cd
[MM-60619] Annotate cluster logs messages ( #28268 )
2024-09-27 09:17:16 +02:00
Devin Binnie
d58b048965
[MM-60603] Don't follow threads when marking them as read on focus ( #28263 )
...
* [MM-60603] Don't follow threads when marking them as read on focus
* Fix tests
* Fix lint
* Fix the original bug in the API call
2024-09-26 09:02:11 -04:00
Ben Schumacher
3428cd15b6
[MM-60648] Don't start server until all routes are registered ( #28291 )
2024-09-26 13:57:48 +02:00
Miguel de la Cruz
8a735f1b03
Add a specific error when inviting a remote cluster to a remote channel ( #28255 )
2024-09-19 14:27:41 -05:00
Agniva De Sarker
75ed2860ac
MM-59934: Add Redis to CI and other improvements ( #28164 )
...
- Update library version.
- Added MaxFlush delay to help reduce CPU usage.
- Fall back to LRU cache for the caches which use SCAN.
- Added mattermost-redis and running for all api layer
tests in Postgres.
https://mattermost.atlassian.net/browse/MM-59934
```release-note
NONE
```
2024-09-18 19:13:44 +05:30
Miguel de la Cruz
7a0019b63a
Allow shared channel remotes endpoint to be filtered by confirmation status ( #28213 )
...
* Allow shared channel remotes endpoint to be filtered by confirmation status
* Adds tests
2024-09-18 13:36:43 +02:00
goooov
70cb1934e9
[MM-55296] Added warning in Workspace dashboard if Mattermost is running as root ( #27999 )
...
Co-authored-by: Ben Schumacher <ben.schumacher@mattermost.com >
2024-09-18 11:51:50 +02:00
Scott Bishel
c12e6d9e9c
MM-60240 Sanitize Channels based on user permissions ( #28086 )
...
* initial commit
* add unit tests
* update tests, self review
* update tests to verify something returned.
* update app-layer
* update unit tests
* fix tests
* add check for PermissionSysconsoleReadComplianceDataRetentionPolicy
* revert package-lock
* review suggestions
---------
Co-authored-by: Mattermost Build <build@mattermost.com >
2024-09-17 15:19:03 -06:00
Miguel de la Cruz
cae456de2d
Adds includeDeleted flag to get remote cluster app and store methods ( #28182 )
2024-09-13 23:08:53 +02:00
Miguel de la Cruz
d879927876
Skip racy subtest from TestUpdateChannelBookmarkSortOrder ( #28155 )
2024-09-13 14:51:19 +08:00
Ben Schumacher
70fe2abea6
[MM-57194] Allow plugins to mark setting fields as secret ( #27986 )
...
Co-authored-by: Claudio Costa <cstcld91@gmail.com >
2024-09-12 19:23:57 +02:00
Caleb Roseland
84a0c09d56
Content-Type fixes in client4.ts and remote_cluster.go ( #27887 )
...
Co-authored-by: Mattermost Build <build@mattermost.com >
Co-authored-by: Miguel de la Cruz <miguel@mcrx.me >
2024-09-12 10:21:06 -05:00
Miguel de la Cruz
f8202309ce
Adds logical deletes to shared channel remotes and remote clusters ( #28159 )
...
* Adds logical deletes to shared channel remotes and remote clusters
Instead of physically deleting the shared channel remote and remote
clusters records when a channel is unshared, a remote uninvited or a
remote cluster is deleted, now those have a logical `DeleteAt` field
that is set.
This allows us to safely restore shared channels between two remote
clusters (as of now resetting the cursor without backfilling their
contents) and to know which connections were established in the past
and now are severed.
* Delete the index in remoteclusters before adding the new column
* Fix bad error check
2024-09-12 13:55:11 +02:00