There was a problem fetching the pipeline metadata.
Merge remote-tracking branch 'origin/master' into...
Merge remote-tracking branch 'origin/master' into 132-possibility-to-modify-contact-attempt-comments
No related branches found
No related tags found
Pipeline #
Showing
- .gitignore 4 additions, 0 deletions.gitignore
- .gitlab-ci.yml 1 addition, 1 deletion.gitlab-ci.yml
- requirements.txt 5 additions, 1 deletionrequirements.txt
- smash/web/api_views/appointment.py 6 additions, 2 deletionssmash/web/api_views/appointment.py
- smash/web/api_views/subject.py 8 additions, 8 deletionssmash/web/api_views/subject.py
- smash/web/migrations/0046_subject_flying_team.py 21 additions, 0 deletionssmash/web/migrations/0046_subject_flying_team.py
- smash/web/migrations/0047_subject_flying_team_from_annotation.py 22 additions, 0 deletions...eb/migrations/0047_subject_flying_team_from_annotation.py
- smash/web/models/subject.py 6 additions, 0 deletionssmash/web/models/subject.py
- smash/web/static/css/export.css 9 additions, 0 deletionssmash/web/static/css/export.css
- smash/web/static/css/smash.css 11 additions, 0 deletionssmash/web/static/css/smash.css
- smash/web/static/js/smash.js 3 additions, 1 deletionsmash/web/static/js/smash.js
- smash/web/templates/export/index.html 16 additions, 9 deletionssmash/web/templates/export/index.html
- smash/web/templates/includes/visit_appointment_types_field.html 27 additions, 0 deletions...web/templates/includes/visit_appointment_types_field.html
- smash/web/templates/subjects/visitdetails.html 21 additions, 8 deletionssmash/web/templates/subjects/visitdetails.html
- smash/web/templates/visits/add.html 0 additions, 6 deletionssmash/web/templates/visits/add.html
- smash/web/templates/visits/details.html 19 additions, 17 deletionssmash/web/templates/visits/details.html
- smash/web/tests/functions.py 19 additions, 7 deletionssmash/web/tests/functions.py
- smash/web/tests/test_view_appointments.py 31 additions, 12 deletionssmash/web/tests/test_view_appointments.py
- smash/web/tests/test_view_contact_attempt.py 4 additions, 2 deletionssmash/web/tests/test_view_contact_attempt.py
- smash/web/tests/test_view_export.py 27 additions, 0 deletionssmash/web/tests/test_view_export.py
... | ... | @@ -8,4 +8,8 @@ python-docx==0.8.6 |
django-cleanup==0.4.2 | ||
django_cron==0.5.0 | ||
django-two-factor-auth==1.6.1 | ||
nexmo | ||
\ No newline at end of file | ||
nexmo | ||
django-excel==0.0.9 | ||
pyexcel-xls==0.5.0 | ||
pyexcel==0.5.3 | ||
smash/web/static/css/export.css
0 → 100644
smash/web/tests/test_view_export.py
0 → 100644
Please register or sign in to comment