Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-03-16 | Delete GitHub CI runner | BonfaceKilz | |
We have moved to Laminar. See: <https://penguin2.genenetwork.org/> * .github/workflows/main.yml: Delete it. | |||
2021-10-28 | workflows: main.yml: Add GN_PROXY_URL and GN3_LOCAL_URL to CI | BonfaceKilz | |
2021-10-06 | workflows: main.yml: Disable link checking | BonfaceKilz | |
2021-05-26 | workflows: main: Use "bonfacekilz/genenetwork2:latest" docker image | BonfaceKilz | |
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 | |
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-04 | Use python3-genenetwork2 docker image on commit 0bf4ee6 | BonfaceKilz | |
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. |