| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | adjust release behaviour | Adam Janovsky | 2022-02-01 | 1 | -23/+1 |
| | | |||||
| * | add automatic release notes, prerelase flag | Adam Janovsky | 2022-02-01 | 1 | -0/+3 |
| | | |||||
| * | Merge release jobs into single workflow | Adam Janovsky | 2022-02-01 | 3 | -73/+69 |
| | | |||||
| * | GitHub actions: docker extract version tags | Adam Janovsky | 2022-02-01 | 1 | -1/+6 |
| | | |||||
| * | GitHub actions: condition docker build | Adam Janovsky | 2022-02-01 | 1 | -1/+2 |
| | | |||||
| * | GitHub actions: fine-tune PyPi action | Adam Janovsky | 2022-02-01 | 1 | -21/+14 |
| | | |||||
| * | Split workflow steps in test workflow. | J08nY | 2022-01-03 | 1 | -2/+3 |
| | | |||||
| * | add description on linters | Adam Janovsky | 2021-12-19 | 1 | -1/+1 |
| | | |||||
| * | bump flake8 | Adam Janovsky | 2021-12-19 | 1 | -1/+1 |
| | | |||||
| * | add flake8 workflow | Adam Janovsky | 2021-12-19 | 1 | -0/+12 |
| | | |||||
| * | adjust workflows for mypy | Adam Janovsky | 2021-12-18 | 1 | -1/+1 |
| | | |||||
| * | GitHub Action for isort | Adam Janovsky | 2021-12-18 | 1 | -1/+10 |
| | | |||||
| * | adjust lint workflow | Adam Janovsky | 2021-12-18 | 1 | -1/+7 |
| | | |||||
| * | Actually run pytest in test CI. | J08nY | 2021-12-16 | 1 | -5/+3 |
| | | |||||
| * | MyPy add dispatch workflow | Adam Janovsky | 2021-12-15 | 1 | -2/+4 |
| | | |||||
| * | StrPath with python3.9 | mmstanone | 2021-12-14 | 1 | -1/+1 |
| | | |||||
| * | manual installation of types | mmstanone | 2021-12-14 | 1 | -1/+3 |
| | | |||||
| * | mypy installs typehints | mmstanone | 2021-12-14 | 1 | -2/+4 |
| | | |||||
| * | checkoutv2 used | mmstanone | 2021-12-14 | 1 | -0/+1 |
| | | |||||
| * | Added mypy workflow | mmstanone | 2021-12-14 | 1 | -0/+16 |
| | | |||||
| * | rename Docker -> docker | Adam Janovsky | 2021-05-25 | 1 | -1/+1 |
| | | |||||
| * | Update docker-image.yml | Léo Vansimay | 2021-05-25 | 1 | -0/+1 |
| | | | | Adding a line to keep the workflow working | ||||
| * | workflow dispatch for tests | Adam Janovsky | 2021-05-13 | 1 | -1/+4 |
| | | |||||
| * | fix test path problems | Adam Janovsky | 2021-05-11 | 1 | -1/+1 |
| | | |||||
| * | rename test -> tests | Adam Janovsky | 2021-05-10 | 1 | -2/+2 |
| | | |||||
| * | Update python-publish.yml | Léo Vansimay | 2021-04-29 | 1 | -1/+11 |
| | | | | The method currently used only works when we tag a version number, I'm trying to use testpypi to avoid a failed build on each try. Moreover the build and push to PyPI will only trigger on a push with a tag | ||||
| * | add badges, workflow dispatch on publish | Adam Janovsky | 2021-04-24 | 1 | -20/+20 |
| | | |||||
| * | add badges | Adam Janovsky | 2021-04-24 | 1 | -1/+1 |
| | | |||||
| * | do not get version | Adam Janovsky | 2021-04-24 | 1 | -10/+0 |
| | | |||||
| * | test action to get version name | Adam Janovsky | 2021-04-24 | 1 | -0/+10 |
| | | |||||
| * | fix docker hub repo name | Adam Janovsky | 2021-04-24 | 1 | -1/+1 |
| | | |||||
| * | fix docker username | Adam Janovsky | 2021-04-24 | 1 | -1/+1 |
| | | |||||
| * | test manual dispatch of GitHub Actions | Adam Janovsky | 2021-04-24 | 1 | -12/+9 |
| | | |||||
| * | Merge pull request #55 from crocs-muni/leo/docker | adamjanovsky | 2021-04-23 | 1 | -0/+33 |
| |\ | | | | | CD: publish docker image on push/PR to master | ||||
| | * | Update docker-image.yml | Léo Vansimay | 2021-04-21 | 1 | -11/+19 |
| | | | | | | | Revision of the code thanks to the reviews, we'll now only use the official method. | ||||
| | * | Update docker-image.yml | Léo Vansimay | 2021-04-16 | 1 | -1/+1 |
| | | | | | | | switch to v2 of build-push action as asked by the warning | ||||
| | * | Create docker-image.yml | Léo Vansimay | 2021-04-16 | 1 | -0/+25 |
| | | | | First try for a yaml file to automatize the build and push of a docker image | ||||
| * | Merge pull request #62 from crocs-muni/leo/PyPI | adamjanovsky | 2021-04-23 | 1 | -0/+33 |
| |\ | | | | | Adding a workflow file to publish a packaged version on PyPI on push on master | ||||
| | * | Update python-publish.yml | Léo Vansimay | 2021-04-23 | 1 | -1/+1 |
| | | | | | | | Forcing 3.8 for compatibility purpose | ||||
| | * | Update python-publish.yml | Léo Vansimay | 2021-04-21 | 1 | -1/+5 |
| | | | | | | | The build seems to work well, modify the rules to publish the package when a push or PR on master occurs | ||||
| | * | Update python-publish.yml | Léo Vansimay | 2021-04-19 | 1 | -3/+1 |
| | | | | | | | calls the publisher on each push | ||||
| | * | Create python-publish.yml | Léo Vansimay | 2021-04-16 | 1 | -0/+31 |
| | | | | Attempt to add a github action to publish a PyPI package on each release. | ||||
| * | Update GA_CI.yml | Léo Vansimay | 2021-04-23 | 1 | -1/+1 |
| | | | | Forcing 3.8 version of Python to ensure compatibility | ||||
| * | Update GA_CI.yml | Léo Vansimay | 2021-04-21 | 1 | -0/+1 |
| | | | | pytest didn't find the sec_certs code, adding a line that was in travis.yml | ||||
| * | Update GA_CI.yml | Léo Vansimay | 2021-04-21 | 1 | -1/+1 |
| | | | | sudo might be needed to install an apt package | ||||
| * | Update GA_CI.yml | Léo Vansimay | 2021-04-21 | 1 | -5/+2 |
| | | | | Modify the event that triggers the workflow, now it will run on each push everywhere | ||||
| * | Update GA_CI.yml | Léo Vansimay | 2021-04-20 | 1 | -16/+16 |
| | | | | Corrected syntax errors | ||||
| * | Create GA_CI.yml | Léo Vansimay | 2021-04-20 | 1 | -0/+24 |
| First attempt to use GitHub actions instead of Travis CI | |||||
