Mattermost Build
9cbc32f79c
Merge branch 'master' into i18n-extract-ci-boards-playbooks
2023-04-18 22:22:37 +03:00
Conor Macpherson
c8008142d7
fix types.
2023-04-18 14:33:26 -04:00
Conor Macpherson
e434ec5e05
lint.
2023-04-18 14:24:13 -04:00
Conor Macpherson
75ea46b8bb
Merge branch 'MM-50966-in-product-expansion' into MM-51456-update-overage-notices
2023-04-18 14:08:16 -04:00
Conor Macpherson
f0ed400732
remove use of reflection to detect app err.
2023-04-18 13:47:35 -04:00
Caleb Roseland
b95e546482
step names
2023-04-18 11:29:31 -05:00
José Peso
9b81c08622
safer base64 generated values in settings ( #22990 )
...
Generated values for settings are a random base64 string with a length of 32. Unfortunately, base64 has some accepted characters like `+` and `/` that don't behave correctly if we use them in a URL without the proper additional encoding.
Use instead this safe version of base64 https://datatracker.ietf.org/doc/html/rfc4648#section-5 , where:
- `/` becomes `_`
- `+` becomes `-`
Fixes https://mattermost.atlassian.net/browse/MM-51923
2023-04-18 18:22:16 +02:00
Conor Macpherson
adb4ef04c1
Merge branch 'master' into MM-50966-in-product-expansion-backend
2023-04-18 12:07:48 -04:00
Conor Macpherson
3a76a324f6
Merge branch 'master' into MM-50966-in-product-expansion
2023-04-18 12:05:00 -04:00
Conor Macpherson
2f8e9f16e3
update and fix tests.
2023-04-18 12:04:23 -04:00
Michael Kochell
9729641823
Bump autolink plugin version to 1.4.0 ( #22966 )
2023-04-18 11:01:52 -04:00
Mattermod
e841c75ac5
Update minor version to 7.11.0 ( #22959 )
...
Co-authored-by: Mmbot <mmbot@mattermost>
Co-authored-by: Akis Maziotis <akis.maziotis@mattermost.com>
2023-04-18 17:59:27 +03:00
yasserfaraazkhan
c207b4ce0f
chore: fix channels test
2023-04-18 18:17:43 +05:30
yasserfaraazkhan
89026c1061
chore: revert channels changes
2023-04-18 17:52:00 +05:30
yasserfaraazkhan
c120e72931
chore: revert channels changes
2023-04-18 17:51:24 +05:30
yasserfaraazkhan
965bca421a
Merge remote-tracking branch 'origin/master' into MM-52097
2023-04-18 17:50:03 +05:30
Miguel de la Cruz
067e36c23c
Enable products for tests ( #22757 )
...
* Enable products for channels tests
* increase unit test timeout; check IsConfigReadOnly
* make app-layers
* Avoid loading boards tempaltes between tests to improve speed
* Fix delete query to be compatible with both databases
* Avoid preserving the templates for boards store tests
* Run all tests in one command
* Revert "Run all tests in one command"
This reverts commit 0330f7cd8f
.
* concurrent pkg group tests in CI
* Revert "Revert "Run all tests in one command""
This reverts commit 73892fec77
.
* Revert "concurrent pkg group tests in CI"
This reverts commit 550fb6cdd4
.
* try testing 3 subsets of packages concurrently to improve time taken
* Revert "try testing 3 subsets of packages concurrently to improve time taken"
This reverts commit 97475f3c4e
.
---------
Co-authored-by: Mattermost Build <build@mattermost.com>
Co-authored-by: wiggin77 <wiggin77@warpmail.net>
2023-04-18 13:58:33 +02:00
mattermod
a8d79ec3da
Update latest version to 7.9.2
2023-04-18 10:18:55 +00:00
Guillermo Vayá
54770a34c4
Merge pull request #22979 from mattermost/weblate-20220417
...
Weblate 20220417
2023-04-18 12:07:24 +02:00
Konstantinos Pittas
0c375e1ebd
[MM-48670] Fix persistence of placeholder text ( #22820 )
...
Co-authored-by: Mattermost Build <build@mattermost.com>
2023-04-18 10:56:41 +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
José Peso
831ea38f7e
Playwright upgrade and small addition to ChannelsPage helper ( #22978 )
...
* partial commit
* upgrade playwright to 1.32.3 (ui + project dependencies support)
* revert empty line
---------
Co-authored-by: Mattermost Build <build@mattermost.com>
2023-04-18 10:46:49 +08:00
Conor Macpherson
98aa1f070b
Merge branch 'master' into MM-50966-in-product-expansion-backend
2023-04-17 16:32:54 -04:00
Conor Macpherson
dd314373be
i18n.
2023-04-17 16:26:43 -04:00
Conor Macpherson
f613c655e7
remove self hosted expansion flag in favor of grouping hosted expansion with hosted purhcase and it's flag.
2023-04-17 16:11:43 -04:00
Conor Macpherson
a1605d51f6
Remove checks for self hosted expansion featue flags/configs, add copy of the self hosted confirm handler specifically for expansions.
2023-04-17 16:02:04 -04:00
Conor Macpherson
61456b6846
Merge pull request #22917 from mattermost/MM-51907-route-true-up-telemetry-to-cws
...
MM-51907 - Route True-Up Review Telemetry to CWS
2023-04-17 15:47:21 -04:00
Conor Macpherson
2cd40d6560
Merge branch 'master' into MM-50966-in-product-expansion
2023-04-17 15:44:02 -04:00
Conor Macpherson
a47c3cf859
Merge branch 'master' into MM-50966-in-product-expansion-backend
2023-04-17 15:39:37 -04:00
Conor Macpherson
7bfebcc80a
Change confirm expand client request to hit a separate endpoint from self hosted purchases confirm.
2023-04-17 15:38:52 -04:00
Conor Macpherson
093a17db70
lint.
2023-04-17 15:37:09 -04:00
M-ZubairAhmed
adff327b9c
MM-51977 : Remove inconsistencies of the duplicate IDs with different defaultMessages ( #22965 )
...
* eslint format lib to root
* eslint fixes
* no id rule removed
* same rectintl
* try 1
* eslint format lib to root
* eslint fixes
* no id rule removed
* same rectintl
* react intl in root
* type fix
* add back version to components
* missing translations added
* remove type casting
* a
* type fix formatjs
* snaps updated
* Update package-lock.json
* Update package-lock.json
* rem
* snapshot updates
---------
Co-authored-by: Mattermost Build <build@mattermost.com>
2023-04-17 15:34:45 -04:00
Conor Macpherson
64ac8f21f4
i18n.
2023-04-17 15:27:48 -04:00
Conor Macpherson
e32866795d
Merge branch 'master' into MM-50966-in-product-expansion
2023-04-17 15:25:05 -04:00
Harrison Healey
3f022e728f
MM-49393 Begin splitting up utils.tsx ( #22983 )
...
* Add selectors/urls to Channels
* Create utils/notification_sounds in Channels
* Move Utils.isLinux to UserAgent.isLinux
* Remove Utils.isMac in favour of UserAgent.isMac
* Move cmdOrCtrlPressed and isKeyPressed into new utils/keyboard
* Remove eslint-disable for max-lines in utils.tsx
2023-04-17 15:10:15 -04:00
Conor Macpherson
aa7939264f
Check if telemetry is disable, and only submit the true up profile if it is disabled.
2023-04-17 15:09:54 -04:00
Conor Macpherson
fa01ced588
require a minimum number of seats to be purchased to continue.
2023-04-17 15:00:38 -04:00
Conor Macpherson
5b42689529
Address code review comments (styling, clean-up css, re-org imports, math errors, etc).
2023-04-17 15:00:38 -04:00
Caleb Roseland
01dede9b19
Revert "test ci extract lint"
...
This reverts commit 4779700a06
.
2023-04-17 11:12:40 -05:00
codyhall
941ee8509a
POST playbook api specification includes public boolean definition ( #22986 )
...
Automatic Merge
2023-04-17 19:04:30 +03:00
Caleb Roseland
4779700a06
test ci extract lint
2023-04-17 10:29:12 -05:00
Caleb Roseland
374166bba9
add ci steps
2023-04-17 10:17:48 -05:00
kaakaa
b42f5418de
Translated using Weblate (Japanese)
...
Currently translated at 100.0% (454 of 454 strings)
Translation: mattermost-languages-shipped/mattermost-boards-webapp-monorepo
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-boards-webapp-monorepo/ja/
2023-04-17 13:04:55 +02:00
dsa-t
5826ef26be
Translated using Weblate (Russian)
...
Currently translated at 98.7% (5724 of 5795 strings)
Translation: mattermost-languages-shipped/mattermost-webapp-monorepo
Translate-URL: https://translate.mattermost.com/projects/mattermost/webapp-monorepo/ru/
Translated using Weblate (Russian)
Currently translated at 98.8% (5726 of 5794 strings)
Translation: mattermost-languages-shipped/mattermost-webapp-monorepo
Translate-URL: https://translate.mattermost.com/projects/mattermost/webapp-monorepo/ru/
2023-04-17 13:04:55 +02:00
Kwangoh Moon
420a0380a4
Translated using Weblate (Korean)
...
Currently translated at 62.3% (3614 of 5794 strings)
Translation: mattermost-languages-shipped/mattermost-webapp-monorepo
Translate-URL: https://translate.mattermost.com/projects/mattermost/webapp-monorepo/ko/
2023-04-17 13:04:55 +02:00
Konstantin
35f10ea277
Translated using Weblate (Russian)
...
Currently translated at 100.0% (454 of 454 strings)
Translation: mattermost-languages-shipped/mattermost-boards-webapp-monorepo
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-boards-webapp-monorepo/ru/
Translated using Weblate (Russian)
Currently translated at 99.0% (5726 of 5783 strings)
Translation: mattermost-languages-shipped/mattermost-webapp-monorepo
Translate-URL: https://translate.mattermost.com/projects/mattermost/webapp-monorepo/ru/
2023-04-17 13:04:55 +02:00
Yananeer
2b7cfe3f2a
Translated using Weblate (Chinese (Simplified))
...
Currently translated at 98.2% (446 of 454 strings)
Translation: mattermost-languages-shipped/mattermost-boards-webapp-monorepo
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-boards-webapp-monorepo/zh_Hans/
2023-04-17 13:04:55 +02:00
master7
cc5057594a
Translated using Weblate (Polish)
...
Currently translated at 100.0% (5804 of 5804 strings)
Translation: mattermost-languages-shipped/mattermost-webapp-monorepo
Translate-URL: https://translate.mattermost.com/projects/mattermost/webapp-monorepo/pl/
Translated using Weblate (Polish)
Currently translated at 100.0% (5783 of 5783 strings)
Translation: mattermost-languages-shipped/mattermost-webapp-monorepo
Translate-URL: https://translate.mattermost.com/projects/mattermost/webapp-monorepo/pl/
Translated using Weblate (Polish)
Currently translated at 100.0% (605 of 605 strings)
Translation: mattermost-languages-shipped/mattermost-playbooks-webapp-monorepo
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-playbooks-webapp-monorepo/pl/
2023-04-17 13:04:55 +02:00
Pierre JENICOT
4d324c656d
Translated using Weblate (French)
...
Currently translated at 98.8% (449 of 454 strings)
Translation: mattermost-languages-shipped/mattermost-boards-webapp-monorepo
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-boards-webapp-monorepo/fr/
2023-04-17 13:04:55 +02:00
Felipe Nogueira
aa9e485872
Translated using Weblate (Portuguese)
...
Currently translated at 21.1% (96 of 454 strings)
Translation: mattermost-languages-shipped/mattermost-boards-webapp-monorepo
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-boards-webapp-monorepo/pt/
2023-04-17 13:04:55 +02:00