Conor Macpherson
64000da417
Convert due date string to millisecond format.
2022-12-23 15:37:31 -05:00
Conor Macpherson
6daa39fd62
Fix mysql migrations and db tests.
2022-12-23 11:08:41 -05:00
Doug Lauder
7a9354cd09
Expose boards APIs for MPA ( #21917 )
...
* add first batch of Boards service APIs for MPA
2022-12-23 10:47:29 -05:00
Conor Macpherson
13281a9b79
Remove translation.
2022-12-23 10:13:13 -05:00
Conor Macpherson
ec5be3c940
Hopefully fix db tests.
2022-12-23 10:06:09 -05:00
Conor Macpherson
5dcb359b96
Fix translations.
2022-12-23 09:34:38 -05:00
Agniva De Sarker
1e02b99bf1
MM-49354: Make compliance export query cancellable ( #21943 )
...
We accept a context that can cancel the query.
This allows us to exit a job faster.
```release-note
Compliance export job can now cancel the SQL query
execution during server shutdown which will allow
the job to exit faster.
```
Co-authored-by: Mattermod <mattermod@users.noreply.github.com >
2022-12-23 19:56:49 +05:30
Conor Macpherson
40fbb00acc
Remove auto create if no records present, add new error message.
2022-12-23 09:18:14 -05:00
Ibrahim Serdar Acikgoz
40cd6b1656
sqlstore/store: make SetupConnection public to be used by products ( #21948 )
2022-12-23 14:34:48 +03:00
Ibrahim Serdar Acikgoz
06745d9b61
[MM-48878] cmd/mattermost/export: start export command without metrics ( #21857 )
2022-12-23 09:45:42 +03:00
Conor Macpherson
299c079895
ensure true up review status is updated when a review is requested.
2022-12-22 16:06:00 -05:00
Conor Macpherson
cedfc46bd9
Add more tests, add mocks.
2022-12-22 15:40:26 -05:00
emmyni
7a8b09c242
Add comments for the subscriptionHistoryEvent call ( #21946 )
2022-12-22 15:33:04 -05:00
Conor Macpherson
be1608972d
Fix migrations list.
2022-12-22 15:06:07 -05:00
Conor Macpherson
88090ea40b
Add true up review status history, add migration for persisting history, add store to create, get, and update true up review history entries, cleanup errors, etc.
2022-12-22 14:59:05 -05:00
Nathaniel Allred
f8b6b6b0ed
always set CWSURL in client config ( #21940 )
2022-12-22 11:32:23 -06:00
Kyriakos Z
37960c7680
MM-49077: fixes errors in migration job ( #21911 )
...
* MM-49077: fixes errors in migration job
UrgentMentionCount does not have a default values, so COALESCE has to be
used.
SELECT * FROM ChannelMembers fails for the above reason.
This commit SELECTs each and every column from ChannelMembers instead.
* Fixes syntax error
Co-authored-by: Mattermod <mattermod@users.noreply.github.com >
2022-12-22 16:15:11 +02:00
Giorgi Bochorishvili
ee0390db1d
Merge branch 'master' into mpa-playbooks
2022-12-22 14:04:38 +04:00
Conor Macpherson
91bc4b3c80
Fix tests, flip login for cloud check.
2022-12-21 15:02:24 -05:00
Ibrahim Serdar Acikgoz
c252704140
Revert "[MM-48626] Move plugins environment out of Channels ( #21730 )" ( #21934 )
2022-12-21 22:10:26 +03:00
Conor Macpherson
518ba17920
Ensure telemetry data is sent as a flat map, rather than a structured one.
2022-12-21 12:21:35 -05:00
Conor Macpherson
f65aa61440
remove webhook queries in favor of using existing ones that ignore deleted webhooks, enforce not implemented for cloud users, get seats from license.features.users.
2022-12-21 12:09:33 -05:00
Conor Macpherson
77d3e3591a
Add minor code review changes.
2022-12-21 11:54:45 -05:00
mattermod
45159a6b09
Update latest version to 7.5.2
2022-12-21 15:28:13 +00:00
Ibrahim Serdar Acikgoz
dcf499b51d
[MM-48626] Move plugins environment out of Channels ( #21730 )
2022-12-21 16:11:57 +03:00
Conor Macpherson
a64be851c0
Remove unneeded conversion.
2022-12-20 14:43:37 -05:00
Conor Macpherson
95594c0374
respond with review profile for use in bundle download.
2022-12-20 14:22:39 -05:00
Conor Macpherson
589ae56c29
Remove shadowing declaration of subscription.
2022-12-20 09:53:20 -05:00
Conor Macpherson
197262bc70
Move seats data extraction closer to subscription definition.
2022-12-20 09:43:07 -05:00
Conor Macpherson
6864717504
Add nil checks for cloud in case of air-gapped instances?
2022-12-20 09:42:01 -05:00
Conor Macpherson
9c4ce9016f
Fix error check placement.
2022-12-20 09:18:20 -05:00
Tim Scheuermann
0ce7c5e3da
Use path rather than filepath for embedded files ( #21896 )
...
Co-authored-by: Tim Scheuermann <tim.scheuermann@mattermost.com >
2022-12-20 08:59:40 +01:00
Conor Macpherson
e4593998bc
Fix error checks in tests.
2022-12-19 17:40:37 -05:00
Conor Macpherson
eb0cc1c3a4
Add tests.
2022-12-19 17:28:26 -05:00
Conor Macpherson
2c092291f5
Reorder data extraction, define review profile in-place rather than sectioned for each data domain
2022-12-19 17:11:29 -05:00
Conor Macpherson
12328278f8
Merge branch 'master' of github.com:mattermost/mattermost-server into MM-47853-true-up-review-telemetry-off-non-air-gapped
2022-12-19 15:40:03 -05:00
Conor Macpherson
96ed60a472
Remove unused fields, update response.
2022-12-19 15:36:15 -05:00
Shivashis Padhi
79193240e9
[MM-44842] Add restore_group permission ( #21806 )
...
* Add restore_group permission
* Fix tests failing due to new permission in groups
* Add new migration to add custom_group_restore permission
* Add mock for new migration function
* Fix tests
Co-authored-by: Mattermod <mattermod@users.noreply.github.com >
2022-12-19 12:01:59 -05:00
kaakaa
5f6fc3150d
Translated using Weblate (Japanese)
...
Currently translated at 100.0% (2430 of 2430 strings)
Translation: mattermost-languages-shipped/mattermost-server
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-server_master/ja/
2022-12-19 18:22:15 +02:00
Konstantin
d9f339cb4c
Translated using Weblate (Russian)
...
Currently translated at 100.0% (2430 of 2430 strings)
Translation: mattermost-languages-shipped/mattermost-server
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-server_master/ru/
2022-12-19 18:22:15 +02:00
master7
43f89d7556
Translated using Weblate (Polish)
...
Currently translated at 100.0% (2430 of 2430 strings)
Translation: mattermost-languages-shipped/mattermost-server
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-server_master/pl/
2022-12-19 18:22:15 +02:00
jprusch
f58740f23f
Translated using Weblate (German)
...
Currently translated at 100.0% (2430 of 2430 strings)
Translation: mattermost-languages-shipped/mattermost-server
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-server_master/de/
2022-12-19 18:22:15 +02:00
MArtin Johnson
686c2cc84b
Translated using Weblate (Swedish)
...
Currently translated at 100.0% (2429 of 2429 strings)
Translation: mattermost-languages-shipped/mattermost-server
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-server_master/sv/
2022-12-19 18:22:15 +02:00
emmyni
f140b1863f
[MM 48128]: Fix Spacing problem on "Payment Failed" email ( #21881 )
2022-12-16 16:34:40 -05:00
Daniel Schalla
529fdd2643
[MM-49170] Implement Auditable Interface for Patch Post Struct ( #21898 )
...
* Implement Auditable Function for Patch Post Endpoint
* Call auditable explicitly for patchPost patch parameter
* Delete audit-config.json
* Include HasReactions in Audit Log Entry for Patch
2022-12-16 16:50:06 +01:00
Tim Scheuermann
bef1f1cf60
Close pipes on file writer error ( #21900 )
2022-12-16 16:44:51 +01:00
Tim Scheuermann
f3e8a0b72f
[MM-49003] Close the pipe reader when done reading ( #21854 )
2022-12-16 16:29:26 +01:00
Muhammad S
668518f0f4
[MM-48759] track event when redirect from cws signup with utm campaign
2022-12-16 15:13:56 +02:00
Ibrahim Serdar Acikgoz
e58b6ffa3e
app/product: block products to be initialized with the feature flag ( #21875 )
2022-12-16 13:00:15 +03:00
cyrilzhang-mm
33b59e0e96
Add parameter to return group members in order of display name ( #21775 )
2022-12-15 14:20:36 -05:00