-
-
Notifications
You must be signed in to change notification settings - Fork 158
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
Slack Work #3232
base: main
Are you sure you want to change the base?
Slack Work #3232
Conversation
…html. Also a csv of slack project channels of OWASP is added.
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.
Can you check this again please there seems to be some overlap with code
Tests for these changes have been added ? |
can you please review the project.py file cause u have pushed few unused code in that file |
@yashpandey06 I am not sure about it. |
Will do that. |
Sir, I have commited the changes in my PR please check once. |
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.
lets add slack_channel, slack_id, and slack_url
Done Sir, please check. |
And please add them to the models and create an import management command |
Co-authored-by: DonnieBLT <128622481+DonnieBLT@users.noreply.github.com>
Co-authored-by: DonnieBLT <128622481+DonnieBLT@users.noreply.github.com>
Sir, please let me know if anything else is needed. |
Instead of a new model can you please put those fields on the project? |
Sir, please check now. |
Nice work, approved. Please check to see it merged. |
Thank you |
dbe45d1
to
5957bbf
Compare
Head branch was pushed to by a user without write access
dd48682
to
a0d33b2
Compare
a0d33b2
to
7c9849a
Compare
Thank you sir, just please review once more I have resolved issues arising due to pre-commit. |
Head branch was pushed to by a user without write access
Sir, pre-commit was passing locally, I guess it was because of version mismatch I have fixed that please review once more. |
Head branch was pushed to by a user without write access
Sir, error in tests is also resolved please review once more. |
can you please take out the myenv |
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.
myenv, otherwise looks good
Head branch was pushed to by a user without write access
Yes sir, it is removed. I pushed it by mistake. |
|
||
operations = [ | ||
migrations.CreateModel( | ||
name="SlackChannel", |
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.
I think slack channel coups link back to the project as some projects have multiple channels and can you squash the migrations to one file please?
Added a csv of project slack channels of OWASP in project_channels.csv.
Also created a new field "slack" in project model(models.py) and did changes in project_detail.html to view slack channel.
fixes #3198