Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-05-11 | workflows: main.yml: Remove mysql service and update gn2 b/g task | BonfaceKilz | |
2021-05-11 | workflows: main.yml: Use mariadb as a service | BonfaceKilz | |
2021-05-11 | workflows: main.yml: Set up gn2 before running the unit tests | BonfaceKilz | |
2021-05-11 | workflows: main.yml: Use screen to run gn2 | BonfaceKilz | |
2021-05-11 | workflows: main.yml: Remove hard-coded path | BonfaceKilz | |
2021-05-11 | workflows: main.yml: Update container image | BonfaceKilz | |
2021-02-13 | edit workflow | Alexander Kabui | |
2021-02-13 | fix paths issues | Alexander Kabui | |
2021-02-13 | fix error | Alexander Kabui | |
2021-02-13 | fix:starting genenetwork on the background | Alexander Kabui | |
2021-02-13 | add broken links checker to workflow | Alexander Kabui | |
2021-01-18 | Remove extra newlines in PR and issue templates | BonfaceKilz | |
2020-11-21 | Use docker image with markdown packaged | BonfaceKilz | |
* .github/workflows/main.yml (jobs): [container]: Use image that is on python3-genenetwork "ad741c1" which has python-markdown packaged. | |||
2020-11-11 | Merge branch 'testing' of github.com:genenetwork/genenetwork2 into ↵ | BonfaceKilz | |
feature/add-glossary-page | |||
2020-11-04 | Use python3-genenetwork2 docker image on commit 0bf4ee6 | BonfaceKilz | |
2020-11-03 | Update issue and PR templates | BonfaceKilz | |
* .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. | |||
2020-11-03 | Use python3-genenetwork2 on commit bdce85d in container | BonfaceKilz | |
* .github/workflows/main.yml: Update gn2 container. | |||
2020-09-26 | Use Python3 image to run tests | BonfaceKilz | |
2020-09-25 | Update github action | BonfaceKilz | |
* .github/workflows/main.yml: Set up a mariadb and redis within the GH action. (services): Remove mariadb service. | |||
2020-09-23 | Update github action to include mariadb service | BonfaceKilz | |
* .github/workflows/main.yml: Add mariadb service. This makes the build pass because somewhere(because of cyclic imports), a connection to mariadb is required. | |||
2020-09-22 | Add unittesting github action | BonfaceKilz | |
* .github/workflows/main.yml: Add it. | |||
2020-09-22 | Update bug_report template | BonfaceKilz | |
* .github/ISSUE_TEMPLATE/bug_report.md: Update environment setup section | |||
2020-08-31 | Add github templates for filing bugs, user stories/ features and PRs | BonfaceKilz | |
* .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. |