~tcuthbert/turku/+git/turku-api:main
Last commit made on
2021-11-16
- Get this branch:
-
git clone
-b main
https://git.not.enabled/~tcuthbert/turku/+git/turku-api
Only
Thomas Cuthbert
can upload to this branch. If you are
Thomas Cuthbert
please log in for upload directions.
Branch merges
Propose for merging
Approved
for merging
into
~turku/turku/+git/turku-api:main
- Barry Price: Approve
-
Diff: 133 lines (+127/-0)1 file modifiedscripts/turku_sick_sources (+127/-0)
Superseded
for merging
into
turku:main
- Turku: Pending requested
-
Diff: 2955 lines (+2612/-0) (has conflicts)27 files modified.gitignore (+6/-0)
LICENSE.md (+123/-0)
MANIFEST.in (+9/-0)
Makefile (+6/-0)
README.md (+70/-0)
manage.py (+16/-0)
requirements.txt (+5/-0)
scripts/turku_sick_sources (+127/-0)
setup.py (+20/-0)
tests/test_croniter_hash.py (+242/-0)
tests/test_views.py (+27/-0)
tox.ini (+16/-0)
turku_api/__init__.py (+0/-0)
turku_api/admin.py (+290/-0)
turku_api/croniter_hash.py (+102/-0)
turku_api/management/__init__.py (+0/-0)
turku_api/management/commands/__init__.py (+0/-0)
turku_api/management/commands/turku_auth_create.py (+53/-0)
turku_api/management/commands/turku_clean_logs.py (+31/-0)
turku_api/management/commands/turku_health.py (+48/-0)
turku_api/models.py (+456/-0)
turku_api/settings.py (+68/-0)
turku_api/templates/admin/base_site.html (+12/-0)
turku_api/templates/admin/custom_change_form.html (+12/-0)
turku_api/urls.py (+33/-0)
turku_api/views.py (+816/-0)
turku_api/wsgi.py (+24/-0)
Branch information
- Name:
- main
- Repository:
- lp:~tcuthbert/turku/+git/turku-api
Recent commits
There was an error while fetching commit information from code hosting service. Please try again in a few minutes. If the problem persists, contact Launchpad support.