-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
major(release): demo-review-staging (#1763)
Co-authored-by: ieuans <ieuanscanlon@hotmail.co.uk> Co-authored-by: alexcoldea <alexcoldea3@gmail.com> Co-authored-by: Alex Coldea <32749167+alexcoldea@users.noreply.github.com> Co-authored-by: Muhammad A Elmessary <33552352+elmessary@users.noreply.github.com> Co-authored-by: Arthur zinnurov <zinnurov_2012@mail.ru> Co-authored-by: elmessary <muhammad.elmessary@swansea.ac.uk> Co-authored-by: roshantoby@gmail.com <R0$#@n1995> Co-authored-by: roshantoby <roshantoby@gmail.com>
- Loading branch information
1 parent
d38c1c5
commit 657414f
Showing
300 changed files
with
17,395 additions
and
5,555 deletions.
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
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
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,27 +1,60 @@ | ||
# Py artefacts | ||
*.pyc | ||
__pycache__ | ||
|
||
# Py env | ||
**/env/ | ||
**/.env/ | ||
**/venv/ | ||
**/.venv/ | ||
|
||
# IDE | ||
.vscode | ||
.project | ||
.pydevproject | ||
.DS_Store | ||
CodeListLibrary_project/.settings/org.eclipse.core.resources.prefs | ||
.settings/org.eclipse.ltk.core.refactoring.prefs | ||
requirements/base - Django2.txt | ||
docs/~$plication Guide.docx | ||
**/docker/**/backup | ||
*.backup | ||
git.token | ||
CodeListLibrary_project/debug.log | ||
.vscode | ||
.settings/org.eclipse.core.resources.prefs | ||
venv | ||
**/.settings/ | ||
**/base - Django2.txt | ||
|
||
# Ignore secrets | ||
**/*.token | ||
|
||
# Disallow prod env | ||
**/env_vars.* | ||
|
||
# Allow example secrets | ||
!docker/**/db/example.git.token | ||
|
||
# Dumps | ||
**/*.backup | ||
**/dump.rdb | ||
CodeListLibrary_project/staticroot/* | ||
|
||
# Deployment artefacts | ||
CodeListLibrary_project/media/* | ||
docker/development/db/postgresql.conf | ||
docker/CodeListLibrary_project | ||
CodeListLibrary_project/staticroot/* | ||
|
||
# macOS system files | ||
.DS_Stores | ||
# Testing artefacts | ||
**/.pytest_cache/ | ||
**/tests/**/allure*/ | ||
|
||
# Docker | ||
**/cl_log/ | ||
**/docker/**/backup/ | ||
**/docker/development/db/*.sql | ||
**/docker/development/db/postgresql.conf | ||
**/docker/CodeListLibrary_project | ||
|
||
# Engagelens | ||
**/engagelens/.env | ||
|
||
# Allow docker env directory | ||
!**/docker/.env/ | ||
!**/docker/**/env/ | ||
|
||
# Platform / OS files | ||
.idea | ||
.DS_Stores | ||
|
||
# Misc. files | ||
docs/~$plication Guide.docx | ||
CodeListLibrary_project/debug.log | ||
|
||
CodeListLibrary_project/clinicalcode/tests/allure-results/ |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
1 change: 0 additions & 1 deletion
1
CodeListLibrary_project/.settings/org.eclipse.wst.jsdt.ui.superType.container
This file was deleted.
Oops, something went wrong.
1 change: 0 additions & 1 deletion
1
CodeListLibrary_project/.settings/org.eclipse.wst.jsdt.ui.superType.name
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.