aboutsummaryrefslogtreecommitdiff
path: root/.github
AgeCommit message (Collapse)Author
2023-09-13Remove unnecessary sections.Munyoki Kilyungi
* .github/PULL_REQUEST_TEMPLATE.md: Delete unnecessary sections. Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com>
2022-03-16Delete unused issue templatesBonfaceKilz
* .github/ISSUE_TEMPLATE/: Delete this directory.
2022-03-16Delete GitHub CI runnerBonfaceKilz
We have moved to Laminar. See: <https://penguin2.genenetwork.org/> * .github/workflows/main.yml: Delete it.
2021-10-28workflows: main.yml: Add GN_PROXY_URL and GN3_LOCAL_URL to CIBonfaceKilz
2021-10-06workflows: main.yml: Disable link checkingBonfaceKilz
2021-05-26workflows: main: Use "bonfacekilz/genenetwork2:latest" docker imageBonfaceKilz
2021-05-11workflows: main.yml: Remove mysql service and update gn2 b/g taskBonfaceKilz
2021-05-11workflows: main.yml: Use mariadb as a serviceBonfaceKilz
2021-05-11workflows: main.yml: Set up gn2 before running the unit testsBonfaceKilz
2021-05-11workflows: main.yml: Use screen to run gn2BonfaceKilz
2021-05-11workflows: main.yml: Remove hard-coded pathBonfaceKilz
2021-05-11workflows: main.yml: Update container imageBonfaceKilz
2021-02-13edit workflowAlexander Kabui
2021-02-13fix paths issuesAlexander Kabui
2021-02-13fix errorAlexander Kabui
2021-02-13fix:starting genenetwork on the backgroundAlexander Kabui
2021-02-13add broken links checker to workflowAlexander Kabui
2021-01-18Remove extra newlines in PR and issue templatesBonfaceKilz
2020-11-21Use docker image with markdown packagedBonfaceKilz
* .github/workflows/main.yml (jobs): [container]: Use image that is on python3-genenetwork "ad741c1" which has python-markdown packaged.
2020-11-11Merge branch 'testing' of github.com:genenetwork/genenetwork2 into ↵BonfaceKilz
feature/add-glossary-page
2020-11-04Use python3-genenetwork2 docker image on commit 0bf4ee6BonfaceKilz
2020-11-03Update issue and PR templatesBonfaceKilz
* .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-03Use python3-genenetwork2 on commit bdce85d in containerBonfaceKilz
* .github/workflows/main.yml: Update gn2 container.
2020-09-26Use Python3 image to run testsBonfaceKilz
2020-09-25Update github actionBonfaceKilz
* .github/workflows/main.yml: Set up a mariadb and redis within the GH action. (services): Remove mariadb service.
2020-09-23Update github action to include mariadb serviceBonfaceKilz
* .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-22Add unittesting github actionBonfaceKilz
* .github/workflows/main.yml: Add it.
2020-09-22Update bug_report templateBonfaceKilz
* .github/ISSUE_TEMPLATE/bug_report.md: Update environment setup section
2020-08-31Add github templates for filing bugs, user stories/ features and PRsBonfaceKilz
* .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.