* Remove t and localizeMessage from components/custom_status
* Remove t from components/user_settings/advanced
* Remove t from components/user_settings/display
* Convert AddIncomingWebhook from Class Component to Function Component
* Review fix
* Review fix
---------
Co-authored-by: Mattermost Build <build@mattermost.com>
Calling app.DeletePost immediately after creating a post
is susceptible to replica lag because we were calling the
replica to check for the post.
We fix this by passing a context to always query master.
https://mattermost.atlassian.net/browse/MM-58038
```release-note
NONE
```
* Convert katex class component to function component
* Change formatting
* Move props to one line each
* Fix latex tests - shallow() does not work with useEffect()
* Update snapshot for src/utils/message_html_to_component.test.tsx
* Remove act() block
* Expect that length of components with matching data-testid should be 1
* Revert behaviour of katex with error to render the error
The new holopin.yml file will help manage community contributions by assigning stickers to contributors. This will make it easier to recognize and appreciate the efforts of our community contributors, fostering a more engaging and rewarding open-source environment.
Co-authored-by: Mattermost Build <build@mattermost.com>
* Adding unsupported text into the team/e0 edition menu
* Fixing CI
* Addressing PR review comments
* Removing start trial from the product menu
* Fixing tests
* Updating i18n
* [MM-55485] Ensure user added to channel receives websocket event regardless of channel membership info retrieved in HA
* Testing to see if group messages are also affected
* Use context from master approach
* Hardcode to master to test
* Revert "Hardcode to master to test"
This reverts commit 50ef2baed1.
* Revert "Use context from master approach"
This reverts commit 65d3584f83.
* Remove group message changes, add comment
---------
Co-authored-by: Mattermost Build <build@mattermost.com>
* Cleans the RemoteId when creating a user through the API
* Replace bad usage of the API with an App call in tests
---------
Co-authored-by: Mattermost Build <build@mattermost.com>
* MM-57882 Add metric for the time it takes to open the Threads list
* Clean up mark because the starting mark may be missing
* Pass global threads load duration to Prometheus
* Update mocks
* MM-52219 Add announcement bar to prompt users for notification permission
* Update i18n strings
* Only show NotificationPermissionsBar when logged in
* Update text
* Remove z-index from AnnouncementBar
---------
Co-authored-by: Mattermost Build <build@mattermost.com>
* MM-58281 Allow client metrics to be floats and round timestamps
* MM-58281 Fix report version
* Ensure reports can contain a single timestamp
* Round timestamps in unit tests
* configure Loki for local development
Extend our docker compose setup to include Loki (along with promtail), scraping `logs/*.log` to ingest development logs as well as all logs from running containers.
While we're in here, teach Prometheus to scrape metrics from Docker containers too.
* tweak promtail labels
* document extra services in config.mk
* update home.json