Skip to content
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 - General Availability #5569

Merged
merged 62 commits into from
Jan 9, 2020
Merged

Chat 1.2 - General Availability #5569

merged 62 commits into from
Jan 9, 2020

Conversation

androolloyd
Copy link
Contributor

@androolloyd androolloyd commented Nov 29, 2019

Description

Chat/tasks.py - tasks to communicate needs to Mattermost
dashboard/views.py - after a bounty interest is created connect hunter and funder together into the bounty channel in the hackathon team

Refers/Fixes

#5522 #5614

Testing

 - bounty on create task added to dashboard/tasks.py
 - chat/tasks.py created
   - wip tasks

wip commit
@codecov
Copy link

codecov bot commented Nov 29, 2019

Codecov Report

Merging #5569 into master will decrease coverage by 0.25%.
The diff coverage is 17.27%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #5569      +/-   ##
==========================================
- Coverage   30.02%   29.77%   -0.26%     
==========================================
  Files         254      257       +3     
  Lines       21586    21893     +307     
  Branches     3138     3213      +75     
==========================================
+ Hits         6482     6518      +36     
- Misses      14828    15085     +257     
- Partials      276      290      +14
Impacted Files Coverage Δ
app/dashboard/helpers.py 14.64% <ø> (ø) ⬆️
app/app/urls.py 90.19% <ø> (ø) ⬆️
app/marketing/management/commands/pull_stats.py 0% <ø> (ø) ⬆️
app/git/utils.py 39.76% <ø> (+0.09%) ⬆️
app/chat/apps.py 0% <0%> (ø) ⬆️
app/marketing/stats.py 0% <0%> (ø) ⬆️
app/taskapp/management/commands/celery.py 0% <0%> (ø)
app/chat/management/commands/sync_users_to_chat.py 0% <0%> (ø)
app/app/settings.py 80.54% <100%> (+0.33%) ⬆️
app/retail/emails.py 23.38% <100%> (+0.13%) ⬆️
... and 13 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 4b9b713...3e01223. Read the comment docs.

app/chat/tasks.py Outdated Show resolved Hide resolved
@androolloyd androolloyd changed the title Mattermost driver, celery tasks WIP Chat 1.2 - General Availability Jan 4, 2020
Copy link
Contributor

@danlipert danlipert left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Still needs some work but almost there

app/app/settings.py Outdated Show resolved Hide resolved
app/chat/management/commands/sync_users_to_chat.py Outdated Show resolved Hide resolved
app/chat/management/commands/sync_users_to_chat.py Outdated Show resolved Hide resolved
app/chat/management/commands/sync_users_to_chat.py Outdated Show resolved Hide resolved
app/dashboard/views.py Outdated Show resolved Hide resolved
app/dashboard/views.py Outdated Show resolved Hide resolved
app/dashboard/views.py Show resolved Hide resolved
app/dashboard/views.py Show resolved Hide resolved
app/dashboard/views.py Outdated Show resolved Hide resolved
androolloyd and others added 25 commits January 8, 2020 09:18
chat/tasks contains the new celery tasks to handle communication with mattermost
bountys with events will trigger channel creation and put the funder and interested hunter into the newly created channel
* improve quest feedback email"

* fix multiline string

* Update mails.py

Co-authored-by: Aditya Anand M C <[email protected]>
@thelostone-mc thelostone-mc merged commit 7e82ea0 into master Jan 9, 2020
@thelostone-mc thelostone-mc deleted the chat/driver-1.2 branch June 27, 2020 00:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

8 participants