forked from nmaekawa/catchpy
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Enable installing catchpy into an existing Django project #4
Open
d-flood
wants to merge
43
commits into
master
Choose a base branch
from
django-package
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
43 commits
Select commit
Hold shift + click to select a range
4671bac
ignore common virtual env names
d-flood a481aa5
`token` is already a string?
d-flood 3034e2d
restructure under single main directory
d-flood 0089a8e
Add python requirements as Dockerfilearg
d-flood 3181902
refactor imports for new project structure
d-flood de19d59
convert legacy setup.py to pyproject.toml using hatch to build and pu…
d-flood 7cfa947
divide urlpatterns so that a limited list can be imported in an exist…
d-flood 07c2542
comment out failing annotatorjs test
d-flood 9315702
handle when jwt is not prefixed with 'token'
d-flood 58eecbd
bump
d-flood cf8fdd7
namespace the anno url endpoint
d-flood 9b566d4
namespace urls to work the same standalone or in existing project
d-flood 803efc2
rename Profile to CatchpyProfile
d-flood 82168bb
update tests
d-flood 7337a7a
update CatchpyProfile related name
d-flood 87cbcaa
ensure that CatchpyProfile exists on the user
d-flood c0faff6
Add installation instructions for adding to existing Django project
d-flood 9bc738c
fix rst anchor
d-flood 79114aa
add packaging instructions
d-flood e323e04
update `docker-compose` to `docker compose`
d-flood 04090b6
update python 3.12 subv
d-flood a1f443b
Update test.Dockerfile: use Python 3.12.2
d-flood 483ffe3
pin dependencies
d-flood 10288bf
remove instructions to add all deps to requirements file
d-flood 0cb5b08
Merge branch 'django-package' of https://github.com/artshumrc/catchpy…
d-flood b5f6c67
bump version because deps now pinned
d-flood c246f35
rollback: "token" must be present
d-flood 8cea46e
addmigration for Profile
d-flood 720f406
Update requirements
ColeDCrawford 8cd7d03
Update Python versions
ColeDCrawford 42bdad4
Merge branch 'django-package' into update-requirements
ColeDCrawford 2ed2b78
use newer `docker compose` instead of legacy `docker-compose` Python CLI
d-flood b0d9a19
Merge pull request #5 from artshumrc/update-requirements
d-flood 88b9ba6
bump version and update deps versions in pyproject.toml
d-flood 92a3d98
Remove pytz
ColeDCrawford 69efe65
Update Python PATHs in test Dockerfile
ColeDCrawford faef987
Fix field reference in signal receiver
ColeDCrawford 5db7fb5
Add ZoneInfo backport for Python3.8 support
ColeDCrawford 4059d96
Merge pull request #6 from artshumrc/django-5
d-flood fda0dfe
Conditionally import ZoneInfo; use matrix strategy
ColeDCrawford 6172c40
Update docs
ColeDCrawford 43f3972
Update package version
ColeDCrawford b3e440d
Merge pull request #7 from artshumrc/django-5
ColeDCrawford File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,6 +9,8 @@ __pycache__/ | |
# Distribution / packaging | ||
.Python | ||
env/ | ||
.venv/ | ||
.env/ | ||
build/ | ||
develop-eggs/ | ||
dist/ | ||
|
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
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
This file was deleted.
Oops, something went wrong.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
# important to use single quotes in version string | ||
# for post-commit tagging | ||
__version__ = '2.6.0' # transfer_instructor endpoint | ||
__version__ = '2.9.1' |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
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
2 changes: 1 addition & 1 deletion
2
anno/management/commands/export.py → catchpy/anno/management/commands/export.py
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
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
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
2 changes: 1 addition & 1 deletion
2
anno/management/commands/transfer.py → catchpy/anno/management/commands/transfer.py
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
2 changes: 1 addition & 1 deletion
2
...anagement/commands/transfer_instructor.py → ...anagement/commands/transfer_instructor.py
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
2 changes: 1 addition & 1 deletion
2
anno/management/commands/transfer_reply.py → ...nno/management/commands/transfer_reply.py
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
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Oops, something went wrong.
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.
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.
Is it possible to set these up directly as requirements, so that if you add the CatchPy package it will install these?
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.
Good call; in fact, this is already the case but the package dependencies aren't pinned.