-
-
Notifications
You must be signed in to change notification settings - Fork 775
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Chat/1.2.2 - Metrics, Hackathons, Notifications. #6108
Merged
Merged
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
new marketing metrics added
…ill issue users personal access tokens to make queries from the front end to matter most directly
…tform during registration
…ully, fixing circular depedency
Codecov Report
@@ Coverage Diff @@
## stable #6108 +/- ##
==========================================
- Coverage 28.51% 28.42% -0.09%
==========================================
Files 278 278
Lines 24857 25000 +143
Branches 3634 3655 +21
==========================================
+ Hits 7087 7107 +20
- Misses 17494 17611 +117
- Partials 276 282 +6
Continue to review full report at Codecov.
|
…om the chat fixture to the chatconfig/config.json override
…ompose network, fixture setup added to docker-command.bash
androolloyd
changed the title
Chat/1.2.2 - Metrics, Hackathons, Notifications.
Chat/1.2.2 - Metrics, Hackathons, Notifications. - Not Ready
Mar 4, 2020
…allow for the front end user sessions to query the chat store
…om the chat fixture to the chatconfig/config.json override
…ompose network, fixture setup added to docker-command.bash
…allow for the front end user sessions to query the chat store
…u of hackathon project channels
…ded will also be included
…oad requirement for updating the chat user store
owocki
reviewed
Mar 11, 2020
owocki
reviewed
Mar 11, 2020
owocki
reviewed
Mar 11, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Description
Chat/1.2.2 - Metrics and Hackathon updates
Refers/Fixes
Production env variable required
CHAT_SERVER_URL
, can be identical to the CHAT_URL given the current setup, the difference is to allow for a different URL should it be needed to connect to the mattermost API from server server, as is the case in the docker network, where it connects via named servers,web
,db
,chat
etc