Jesse Hallam

Results 22 issues of Jesse Hallam

## Steps to reproduce the behavior ``` {"timestamp":"2022-07-13 08:47:42.449 Z","level":"error","msg":"Failed to install prepackaged plugin","path":"/mattermost/prepackaged_plugins/focalboard-v7.0.1-linux-amd64.tar.gz","error":"Failed to install extracted prepackaged plugin /mattermost/prepackaged_plugins/focalboard-v7.0.1-linux-amd64.tar.gz: installExtractedPlugin: Unable to restart plugin on upgrade., error initializing the...

Bug

I haven't proven this experimentally, but reading the code it seems that `TriggerReminders` is prone to missing occurrences if it happens to be executed less frequently than one second. The...

Type/Enhancement
Help Wanted

The current code depends on `os.Hostname`, presumably to avoid multiple servers in a high-availability environment from triggering the same reminders. Unfortunately, this assumes the hostnames are both stable and unique,...

Type/Enhancement
Help Wanted

#### Summary Following in the footsteps of the recent work to denormalize `Posts.DeleteAt` onto `Threads.DeleteAt`, this change adds a new `ChannelId` column on `FileInfos` and keeps it up-to-date with the...

2: Dev Review
release-note

#### Summary This PR was triggered by some recent investigation into community error logs: I realized a few things, especially after digging into the code: * We log too many...

2: Dev Review
Security Review

#### Summary This has been a recurring problem for me, forgetting to export `MM_SERVER_PATH` when I'm running unit tests by hand (vs. using the `Makefile`, which does this for me):...

release-note-none

I happened to cut a plugin release by issuing a command in a DM -- expecting the interaction to be ephemeral -- but got a post from matterbuild in that...

#### Summary Updated MS Teams product, technical and security documentation. As part of this, I'm proposing we remove the documentation re: embedded Mattermost to focus on the happy path shipping...

2. SME Review

#### Summary As part of our planned deprecation of the Apps Framework with Mattermost v10, this PR removes the corresponding developer documentation. #### Ticket Link None

## Summary This is the "backend" for https://github.com/mattermost/mattermost-teams-tab, allowing colleagues in Teams to connect to a Mattermost server, proving their membership in a configured tenant via the [Microsoft ID token](https://learn.microsoft.com/en-us/entra/identity-platform/id-tokens),...

2: Dev Review