aboutsummaryrefslogtreecommitdiff
path: root/.github
AgeCommit message (Expand)Author
2020-11-03Use python3-genenetwork2 on commit bdce85d in container...* .github/workflows/main.yml: Update gn2 container. BonfaceKilz
2020-09-26Use Python3 image to run testsBonfaceKilz
2020-09-25Update github action...* .github/workflows/main.yml: Set up a mariadb and redis within the GH action. (services): Remove mariadb service. BonfaceKilz
2020-09-23Update github action to include 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. BonfaceKilz
2020-09-22Add unittesting github action...* .github/workflows/main.yml: Add it. BonfaceKilz
2020-09-22Update bug_report template...* .github/ISSUE_TEMPLATE/bug_report.md: Update environment setup section BonfaceKilz
2020-08-31Add github templates for filing bugs, user stories/ features and PRs...* .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. BonfaceKilz