Merge branch 'master' into 'master'
Add git integration to server See merge request !42
No related branches found
No related tags found
Showing
- .gitignore 8 additions, 1 deletion.gitignore
- cronjobs/cronjob_production_eachhour.sh 2 additions, 1 deletioncronjobs/cronjob_production_eachhour.sh
- requirements.txt 8 additions, 2 deletionsrequirements.txt
- scipost_django/SciPost_v1/settings/base.py 5 additions, 0 deletionsscipost_django/SciPost_v1/settings/base.py
- scipost_django/SciPost_v1/settings/production_do1.py 5 additions, 0 deletionsscipost_django/SciPost_v1/settings/production_do1.py
- scipost_django/production/admin.py 15 additions, 0 deletionsscipost_django/production/admin.py
- scipost_django/production/management/__init__.py 0 additions, 0 deletionsscipost_django/production/management/__init__.py
- scipost_django/production/management/commands/__init__.py 0 additions, 0 deletionsscipost_django/production/management/commands/__init__.py
- scipost_django/production/management/commands/advance_git_repos.py 533 additions, 0 deletions...jango/production/management/commands/advance_git_repos.py
- scipost_django/production/migrations/0006_proofsrepository.py 25 additions, 0 deletions...ost_django/production/migrations/0006_proofsrepository.py
- scipost_django/production/models.py 169 additions, 31 deletionsscipost_django/production/models.py
- scipost_django/production/tests/test_models.py 224 additions, 0 deletionsscipost_django/production/tests/test_models.py
- scipost_django/scipost/management/commands/vet_superusers.py 18 additions, 0 deletionsscipost_django/scipost/management/commands/vet_superusers.py
- scipost_django/submissions/factories/assignment.py 2 additions, 2 deletionsscipost_django/submissions/factories/assignment.py
- scipost_django/submissions/factories/referee_invitation.py 2 additions, 0 deletionsscipost_django/submissions/factories/referee_invitation.py
- scipost_django/submissions/factories/submission.py 6 additions, 0 deletionsscipost_django/submissions/factories/submission.py
... | ... | @@ -3,7 +3,7 @@ argon2-cffi==20.1.0 # 2021-07-18 Password hashing algorithm |
Babel==2.9.1 # 2022-01-23 | ||
Django==3.2.18 # 2023-05-06 | ||
feedparser~=6.0.8 # Check: not updated since 2016. [JdW, 2021-09-25] Upgrade to v6; v5 fails. | ||
psycopg2==2.8.6 # 2020-09-19 PostgreSQL engine | ||
psycopg2==2.9.5 # 2020-09-19 PostgreSQL engine -- 2023-05-10 update for python 3.11 | ||
pytz==2021.3 # 2022-11-18 Timezone package | ||
# djangorestframework==3.9.3 # DEPREC, see next entry -- 2019-12-05 IMPORTANT: update templates/rest_framework/base.html if corresponding file rest_framework/templates/rest_framework/base.html has changed | ||
git+https://github.com/SciPost/django-rest-framework.git@bootstrap-v5 | ||
... | ... | @@ -80,9 +80,15 @@ celery==5.2.7 # 2022-11-18 |
django-celery-results==2.4.0 # 2022-11-18 | ||
django-celery-beat==2.4.0 # 2022-11-18 | ||
flower==1.2.0 # 2022-11-18 | ||
mailchimp3==3.0.18 # 2023-05-09 | ||
# Security-related packages | ||
django-referrer-policy==1.0 # 2020-09-19 no new updates for 3 years | ||
django-csp==3.7 # 2020-09-19 | ||
django-feature-policy==3.4.0 # 2020-09-19 | ||
# Version Control | ||
python-gitlab==3.14.0 # 2023-05-15 | ||
# Preprint server packages | ||
arxiv==1.4.7 # 2023-05-19 | ||
\ No newline at end of file |
Please register or sign in to comment