-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #131 from ImperialCollegeLondon/develop
Alpha release
- Loading branch information
Showing
88 changed files
with
6,440 additions
and
787,798 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,3 +10,5 @@ | |
!translations | ||
!static | ||
!assets | ||
!test_data | ||
test_data/10.14469_hpc_* |
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 |
---|---|---|
@@ -0,0 +1,23 @@ | ||
--- | ||
name: Feature Issue | ||
about: A full issue covering feature development, testing and release | ||
title: "[Give the issue a sensible descriptive title]" | ||
assignees: '' | ||
|
||
--- | ||
|
||
* PR: [when the PR is created, put a link to it here. DO NOT use the "linked PR" feature] | ||
* User Test Scripts: [when there are user test scripts available link them here] | ||
|
||
--- | ||
|
||
*Enter a description of the issue here* | ||
|
||
*You may also want to add some user stories or other reasons for opening this issue* | ||
|
||
# Acceptance Criteria | ||
|
||
*List the criteria which must be met for the issue to be considered complete* | ||
|
||
* Criteria 1 ... | ||
* Criteria 2 ... |
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 |
---|---|---|
@@ -0,0 +1,31 @@ | ||
* Issue: [Link to the issue. Do not use any of the github automation keywords] | ||
|
||
--- | ||
|
||
*Enter a brief description of the PR contents here* | ||
|
||
## Developer Checklist | ||
|
||
*Developers should review and confirm each of these items before requesting review* | ||
|
||
* [ ] Code meets acceptance criteria from issue | ||
* [ ] Unit tests are written and all pass | ||
* [ ] User Test Scripts (if required) are written and have been run through | ||
* [ ] Code documentation and related non-code documentation has all been updated | ||
|
||
## Reviewer Checklist | ||
|
||
*Reviewers should review and confirm each of these items before approval* | ||
*If there are multiple reviewers, this section can be duplicated for each reviewer* | ||
|
||
* [ ] Code meets acceptance criteria from issue | ||
* [ ] Unit tests are written and all pass | ||
* [ ] User Test Scripts (if required) are written and have been run through | ||
* [ ] Code documentation and related non-code documentation has all been updated | ||
* [ ] Migation has been created and tested | ||
|
||
## Testing | ||
|
||
*List user test scripts that need to be run* | ||
|
||
*List any non-unit test scripts that need to be run* |
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 |
---|---|---|
|
@@ -73,3 +73,6 @@ data/.minio.sys | |
|
||
# Celery | ||
celerybeat-schedule | ||
|
||
# test datasets | ||
test_data/10.14469_hpc_* |
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 |
---|---|---|
|
@@ -27,3 +27,4 @@ repos: | |
- id: mdformat | ||
additional_dependencies: | ||
- mdformat-gfm | ||
exclude: ".github/*" |
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 |
---|---|---|
@@ -0,0 +1,28 @@ | ||
BSD 3-Clause License | ||
|
||
Copyright (c) 2024, Imperial College London | ||
|
||
Redistribution and use in source and binary forms, with or without | ||
modification, are permitted provided that the following conditions are met: | ||
|
||
1. Redistributions of source code must retain the above copyright notice, this | ||
list of conditions and the following disclaimer. | ||
|
||
2. Redistributions in binary form must reproduce the above copyright notice, | ||
this list of conditions and the following disclaimer in the documentation | ||
and/or other materials provided with the distribution. | ||
|
||
3. Neither the name of the copyright holder nor the names of its | ||
contributors may be used to endorse or promote products derived from | ||
this software without specific prior written permission. | ||
|
||
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" | ||
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE | ||
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE | ||
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE | ||
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL | ||
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR | ||
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER | ||
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, | ||
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE | ||
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
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
Oops, something went wrong.