This repository has been archived by the owner on Mar 13, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Copy over platform README and add PR template #3
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
jwilander
changed the title
Copy over platform README
Copy over platform README and add PR template
Sep 7, 2017
Closed
saturninoabril
approved these changes
Sep 7, 2017
enahum
approved these changes
Sep 7, 2017
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
non blocking but would be nice
grundleborg
approved these changes
Sep 7, 2017
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, but who has the power to merge in this repo? I certainly don't.
jasonblais
reviewed
Sep 7, 2017
Mattermost is an open source, self-hosted Slack-alternative from [https://mattermost.org](https://mattermost.org). | ||
|
||
It's written in Golang and React and runs as a single Linux binary with MySQL or Postgres. Every month on the 16th [a new compiled version is released under an MIT license](https://www.mattermost.org/download/). | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
0/5, propose a note along the lines of
This project hosts the webapp client code. The server code is hosted at [/mattermost-server](https://github.com/mattermost/mattermost-server).
sudheerDev
reviewed
Sep 7, 2017
@@ -1,3 +1,4 @@ | |||
dist | |||
.yarninstall | |||
node_modules | |||
*.swp |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Even if not in this PR - Probably yarn-error.log
as well
jasonblais
added
Changelog/Not Needed
Does not require a changelog entry
Docs/Not Needed
Does not require documentation
labels
Oct 2, 2017
enahum
pushed a commit
that referenced
this pull request
Feb 16, 2018
* MM-8589: expunge global mm_config from navbar component * MM-8589: expunge global mm_config from file_upload and related components * MM-8589: expunge global mm_(config|license) from the tutorial component * MM-8589: expunge global mm_config from channel view component * MM-8589: expunge global mm_config from DoVerifyEmail component * MM-8589: use the get(Config|License) selector * MM-8589: expunge unnecessary ownProps
lieut-data
added a commit
that referenced
this pull request
Feb 28, 2018
) (#865) * MM-9635: expunge global mm_(license|config) from channel intro message component * MM-9635: pass isLicensed to isChannelAdmin * MM-9635: remove unused getWebsocketPort * MM-9635: pass enableEmailBatching to getEmailInterval * MM-9635: pass license and config to canDownloadFiles * MM-9635: pass license and config to checkIfMFARequired
2 tasks
lieut-data
pushed a commit
that referenced
this pull request
Nov 23, 2018
… settings and remove header and footer (#1971) * MM-12400: Custom terms of service feature Phase 2 - Remove Footer text and title - Add reacceptance interval setting in the Admin Console - Update names as used in the redux PR - Remove redux actions to use BindActionCreators - Update styles - Update tests - Update reacceptance flag * MM-12413 (#3) * Remove fixed footer * Finish footer CSS changes * MM-12411 Update help texts * MM-12415 Remove Beta Labels * Fix check-style * Update terms of service page background colors Add colons in Admin Console settings * MM-12414 Remove redux hack * Fix check-style * Update styles * Update tests * Fix css height * review feedback
hanzei
added
4: Reviews Complete
All reviewers have approved the pull request
and removed
2: Dev Review
Requires review by a core commiter
labels
Mar 22, 2019
chetanyakan
referenced
this pull request
in brightscout-alpha/mattermost-webapp
May 14, 2019
Adds a WebRTC button on channel headers.
Zlash65
added a commit
to kredily/mattermost-webapp
that referenced
this pull request
Jun 8, 2020
Sync all changes with release
44 tasks
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
4: Reviews Complete
All reviewers have approved the pull request
Changelog/Not Needed
Does not require a changelog entry
Docs/Not Needed
Does not require documentation
Tests/Not Needed
Does not require new release tests
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
To be used temporarily until we have a custom readme for the webapp. Also added a PR template.