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

Slack Work #3232

Open
wants to merge 28 commits into
base: main
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
4f76459
Added slack field in models.py and slack link display project_detail.…
Dhruv-Sharma01 Jan 16, 2025
3137c36
Update project.py
Dhruv-Sharma01 Jan 16, 2025
9a87fe1
Update project.py
Dhruv-Sharma01 Jan 16, 2025
35034ba
Fix typo in project-blt-gsoc-standup name
DonnieBLT Jan 16, 2025
61b4b89
Update project.py
Dhruv-Sharma01 Jan 17, 2025
0b95672
Merge branch 'OWASP-BLT:main' into add-slack-channel
Dhruv-Sharma01 Jan 17, 2025
5d6b066
Updates in the previous pr
Dhruv-Sharma01 Jan 17, 2025
5844ba6
Update project_channels.csv
Dhruv-Sharma01 Jan 18, 2025
e1e95ef
Update project_channels.csv
Dhruv-Sharma01 Jan 19, 2025
c9692da
Update project_channels.csv
Dhruv-Sharma01 Jan 19, 2025
b3367d6
Merge branch 'main' into add-slack-channel
Dhruv-Sharma01 Jan 19, 2025
44273ac
Update website/templates/projects/repo_detail.html
Dhruv-Sharma01 Jan 19, 2025
955af6e
Update website/templates/projects/project_detail.html
Dhruv-Sharma01 Jan 19, 2025
5957bbf
update pr 2
Dhruv-Sharma01 Jan 19, 2025
7c9849a
update pr2
Dhruv-Sharma01 Jan 24, 2025
d3da39a
Merge branch 'main' into add-slack-channel
DonnieBLT Jan 24, 2025
71b7cc1
precommit work
Dhruv-Sharma01 Jan 24, 2025
ea48d99
resolved tests
Dhruv-Sharma01 Jan 24, 2025
aae41df
removed myenv
Dhruv-Sharma01 Jan 24, 2025
250085d
Merge branch 'main' into add-slack-channel
Dhruv-Sharma01 Jan 25, 2025
d520772
Merge branch 'main' into add-slack-channel
Dhruv-Sharma01 Jan 27, 2025
cf42351
Merge branch 'main' into add-slack-channel
Dhruv-Sharma01 Jan 30, 2025
31bf5ae
Resolving
Dhruv-Sharma01 Jan 30, 2025
1bad1c3
Resolving
Dhruv-Sharma01 Jan 30, 2025
e29f8ea
Remove Slack link from repository detail template
Dhruv-Sharma01 Feb 1, 2025
ccc1340
Rename 0187_merge_20250130_2249.py to 0189_merge_20250130_2249.py
Dhruv-Sharma01 Feb 1, 2025
9e13597
Merge branch 'main' into add-slack-channel
DonnieBLT Feb 18, 2025
f2347ff
Merge branch 'main' into add-slack-channel
DonnieBLT Feb 25, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Resolving
  • Loading branch information
Dhruv-Sharma01 committed Jan 30, 2025

Verified

This commit was signed with the committer’s verified signature.
filiptibell Filip Tibell
commit 1bad1c3e4e77c8b56ce4f580740bf1d2354b1dcd
15 changes: 15 additions & 0 deletions website/migrations/0187_merge_20250130_2249.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Generated by Django 5.1.4 on 2025-01-30 22:49

from django.db import migrations


class Migration(migrations.Migration):
dependencies = [
(
"website",
"0181_alter_project_slack_squashed_0184_project_slack_channel_project_slack_id",
),
("website", "0186_userprofile_contribution_rank_and_more"),
]

operations = []