Platform Repository Splitting at Mattermost

Here is a reminder that Mattermost separated the /platform repo into two repositories on September 6, 2017.
September 4, 2017 262 words

A reminder that Mattermost will be separating the /platform repo into two repositories on September 6th, 2017:

Why the change? 

Separates PRs for client and server with better naming conventions. This is similar to React Native and Redux repositories and helps us:

  • work on one part of the system (webapp/server) without worrying about the other.
  • review PRs more easily as the webapp/server code is logically separated.

It’s also the first step towards de-coupling UI versions from the server, similar to the React Native apps, and helps model the architecture we want to achieve for the server.

How does this affect me? 

Foremost, build process is not affected for most, with make run working as expected. Some webapp-related make commands will be removed from the server repo. Type make help to see the availalble commands. There may however be some changes to the build process, which we’ll announce closer to September 6th.

Those running private forks would need to separate their server and webapp code after 4.2 is branched, and mimic what we’ll do when we split the platform repo. A doc with tips and best practices will be prepared to help with the transition.

Finally, those with work-in-progress PRs on September 6th may need to re-submit their pull request after the separation. For instance, PRs changing the UI would need to be re-submitted to the new mattermost-webapp repository.

Questions? 

Respond to our forum post or to our post in the Developers channel.


Written by Joram Wilander - @joram on community.mattermost.com and @jwilander on GitHub

Join us on community.mattermost.com!