Operations | Monitoring | ITSM | DevOps | Cloud

July 2020

The Mattermost codebase is preserved on ice for the next 1,000 years

A lot will happen over the next 1,000 years, and the codebase for the Mattermost open source project will be along for the entire ride. On July 8, GitHub successfully deposited 21 terabytes of open source repository data in the Arctic World Archive, a (very) long-term storage facility located on the Svalbard archipelago in Norway near the North Pole.

Mattermost and Jitsi come together to deliver deeper collaboration

One of our favorite things about Mattermost is that it makes it easy for teams to collaborate on projects and topics in specific channels. Today, we’re excited to announce that Mattermost users can now easily carry conversations over to a video conference and screen sharing with Jitsi, a leading open-source video conferencing solution.

Deploy ChatOps with Microsoft Teams + Resolve Automation to Modernize Your Service Desk!

Looking for a chat capability for your ITSM tool, and already have Microsoft Teams? Why not use Resolve Automation to power chat ops for Service Desk Transformation. Join Brent Hunter to see how you can quickly integrate common tasks.

Layered store and struct embedding in Go

One of the most important parts of the Mattermost source code is the one responsible for accessing the Mattermost database: the store. Every single database access is handled by the store, so we needed to find a way to extend its functionality while introducing as little complexity as possible. This is the reason behind the current layered approach using struct embedding.