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

so no merge conflicts #16

Closed
wants to merge 38 commits into from
Closed
Changes from 1 commit
Commits
Show all changes
38 commits
Select commit Hold shift + click to select a range
0b49c39
Added start/end via current hunt
JasonLovesDoggo Dec 3, 2023
0e57709
I'm clownin
JasonLovesDoggo Dec 3, 2023
701f97c
switched all references of settings.start or end to Hunt start/end
JasonLovesDoggo Dec 3, 2023
c4c3745
format
Dec 3, 2023
b2889e9
.idea then I sleep
JasonLovesDoggo Dec 3, 2023
22e8030
time sensitive + cleaner
JasonLovesDoggo Dec 3, 2023
5b189c0
updated .gitignore
JasonLovesDoggo Dec 3, 2023
775a010
updated .gitignore
JasonLovesDoggo Dec 3, 2023
cfca466
Updates credits
JasonLovesDoggo Dec 3, 2023
9982a27
migrations go brrt
JasonLovesDoggo Dec 3, 2023
e47586a
format
Dec 3, 2023
c1df39b
Added some helper fields to Hunt
JasonLovesDoggo Dec 3, 2023
9c65374
reamed after_start to during_hunt to reflect it's internal changes
JasonLovesDoggo Dec 3, 2023
f643162
renamed Hunt.early_access_users to Hunt.testers
JasonLovesDoggo Dec 3, 2023
d65e2fd
Merge remote-tracking branch 'origin/temp' into temp
JasonLovesDoggo Dec 3, 2023
1aec86c
add manual migration (untested)
JasonLovesDoggo Dec 3, 2023
86ca833
add scavenger.iml to gitignore since I have different configs on win/…
JasonLovesDoggo Dec 4, 2023
29a39ea
Fixed incorrect ternary op
JasonLovesDoggo Dec 4, 2023
2c4ac15
adds black.
JasonLovesDoggo Dec 4, 2023
4e0506e
added dynamic hunt naming
JasonLovesDoggo Dec 4, 2023
5dc0256
Updated usages to support joining a team before the event started
JasonLovesDoggo Dec 4, 2023
c3c008a
format
Dec 4, 2023
33b493c
docs: improved docs for starting, middle and ending locations.
JasonLovesDoggo Dec 4, 2023
6654503
format
Dec 4, 2023
a42184a
fix: assigning hunt as bool
JasonLovesDoggo Dec 4, 2023
29f0dae
remove useless assignment
JasonLovesDoggo Dec 4, 2023
49d7986
remove useless assignment
JasonLovesDoggo Dec 4, 2023
13dc668
fix typo
JasonLovesDoggo Dec 4, 2023
56ec5cd
fix typo
JasonLovesDoggo Dec 4, 2023
a479ae5
fix change to list
JasonLovesDoggo Dec 4, 2023
5114158
format
Dec 4, 2023
3fc3d80
what
JasonLovesDoggo Dec 4, 2023
a6f64fc
typehinting
JasonLovesDoggo Dec 4, 2023
8de9654
fix reference to old/new Queryset
JasonLovesDoggo Dec 4, 2023
bfa56b2
little TODO
JasonLovesDoggo Dec 4, 2023
5411871
format
Dec 4, 2023
afa8ed8
added checking for skipping
JasonLovesDoggo Dec 4, 2023
a310f26
Merge remote-tracking branch 'origin/temp' into temp
JasonLovesDoggo Dec 4, 2023
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
updated .gitignore
  • Loading branch information
JasonLovesDoggo committed Dec 3, 2023
commit 5b189c0f451bba00dcafda289744aa6cef50d200
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -5,3 +5,4 @@ __pycache__
.direnv
/db.sqlite3
/venv
.idea/workspace.xml
Loading