Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
* .github/workflows/main.yml (jobs):
[container]: Use image that is on python3-genenetwork "ad741c1" which
has python-markdown packaged.
|
|
feature/add-glossary-page
|
|
|
|
* .github/ISSUE_TEMPLATE/bug_report.md: Provide explanations in
commented out blocks.
* .github/ISSUE_TEMPLATE/feature_request.md: Ditto.
* .github/PULL_REQUEST_TEMPLATE.md: Ditto.
* .github/ISSUE_TEMPLATE/user_story.md: Ditto.
|
|
* .github/workflows/main.yml: Update gn2 container.
|
|
|
|
* .github/workflows/main.yml: Set up a mariadb and redis within the GH
action.
(services): Remove mariadb service.
|
|
* .github/workflows/main.yml: Add mariadb service. This makes the
build pass because somewhere(because of cyclic imports), a connection
to mariadb is required.
|
|
* .github/workflows/main.yml: Add it.
|
|
* .github/ISSUE_TEMPLATE/bug_report.md: Update environment setup
section
|
|
* .github/ISSUE_TEMPLATE/bug_report.md : Add template for filing bug reports.
* .github/ISSUE_TEMPLATE/feature_request.md: Add template for filing a feature.
* .github/ISSUE_TEMPLATE/user_story.md: Add a template for creating a user story
for a feature.
* .github/PULL_REQUEST_TEMPLATE.md: Add a template for filing a PR.
|