aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.github (follow)
Commit message (Collapse)AuthorAge
* use separate users for testingEgor Tensin2023-08-23
|
* Makefile: add test targetEgor Tensin2023-07-13
|
* add DEVELOPMENT.mdEgor Tensin2023-07-12
|
* Makefile: add shortcuts for integration testsEgor Tensin2023-07-12
|
* test: no need to pre-configure git, remove some warningsEgor Tensin2023-07-12
|
* workflows/ci: ignore changes in docsEgor Tensin2023-03-03
|
* workflows/ci: rename a stepEgor Tensin2023-03-02
|
* add runtime version informationEgor Tensin2023-03-02
|
* workflows/ci: test w/ Python 3.11 alsoEgor Tensin2023-03-02
|
* pin Python versionEgor Tensin2023-03-02
|
* workflows/ci: unpin runner imageEgor Tensin2023-03-02
|
* workflows/ci: drop Python 3.6Egor Tensin2023-03-02
| | | | | setuptools 61 doesn't support it (required for pyproject.toml-only configuration).
* add --quiet flags to all installationsEgor Tensin2023-02-25
|
* workflows/ci: shorter platform namesEgor Tensin2023-02-08
|
* build for Mac's M1 alsoEgor Tensin2023-02-08
|
* Makefile: use docker-compose for make buildEgor Tensin2023-02-08
| | | | | First, it would actually build both images: cgitize and cgitize-frontend. Second, it's already tested in t/i/docker.
* Makefile: fix make */build recipesEgor Tensin2023-02-08
|
* workflows/ci: use GitHub token for unit testsEgor Tensin2023-01-01
| | | | For some reason, unit tests started failing during CI runs.
* workflows/ci: upgrade an actionEgor Tensin2023-01-01
|
* workflows/ci: rearrange dependenciesEgor Tensin2022-12-03
| | | | | | Make the "example config" job depend on all the other test jobs; that way, it's faster to know when there's a failure in e.g. in the docker tests job.
* workflows/ci: fix Python 3.6 testsEgor Tensin2022-11-28
| | | | https://github.com/actions/setup-python/issues/544
* workflows/ci: set-output is deprecatedEgor Tensin2022-11-28
|
* workflows/ci: remove unused stepsEgor Tensin2022-10-16
|
* workflows/ci: fix warnings, sanitize commandsEgor Tensin2022-10-16
|
* move Dockerfile to docker/Egor Tensin2022-10-16
|
* workflows/ci: use pip install -e .Egor Tensin2022-10-15
| | | | Don't use the requirements.txt file; it doesn't fit all Python versions.
* "access_token"/"app_password" -> "token"Egor Tensin2022-05-27
|
* workflows/ci: build frontend as well as backendEgor Tensin2022-03-26
|
* workflows/ci: skip the example config test for PyPI buildsEgor Tensin2022-03-26
| | | | | It basically does the same as the integration test, and consumes a lot of time.
* workflows/ci: cache pip packagesEgor Tensin2022-03-08
|
* workflows/ci: mention GitLab username requirementEgor Tensin2021-10-19
|
* workflows/ci: minor fixesEgor Tensin2021-10-16
|
* workflows/ci: fix a typov2.2.0Egor Tensin2021-10-16
|
* Gitlab -> GitLabEgor Tensin2021-10-16
|
* workflows/ci: run SSH integration testsEgor Tensin2021-10-16
| | | | Allowed by setting up ssh-agent inside a run.
* workflows/ci: mention Gitlab access tokenEgor Tensin2021-10-16
|
* workflows/ci: don't build containers for ARM on every commitEgor Tensin2021-10-16
|
* test/integration/docker: remove output directoryEgor Tensin2021-08-02
|
* workflows/ci: don't pull private Bitbucket repositoriesEgor Tensin2021-08-02
| | | | They are private lmao.
* workflows/ci: PyPI depends on Docker HubEgor Tensin2021-08-01
|
* workflows/ci: run integration tests for PyPIEgor Tensin2021-08-01
| | | | The example config must have clone_via_ssh = false for that to work.
* workflows/ci: don't mask CGITIZE_BITBUCKET_USERNAMEEgor Tensin2021-08-01
|
* workflows/ci: separate job for examples/cgitize.tomlEgor Tensin2021-08-01
|
* support mirroring all of user's repositoriesEgor Tensin2021-08-01
|
* tests/integration: add example to test examples/cgitize.tomlEgor Tensin2021-07-31
|
* move all tests to test/Egor Tensin2021-07-31
|
* add some unit testsEgor Tensin2021-07-30
| | | | This is a first step towards integrating with GitHub/Bitbucket properly.
* workflows/ci: push versioned images to Docker HubEgor Tensin2021-06-16
|
* workflows/ci: rename to "CI"Egor Tensin2021-06-15
|
* workflows/test -> workflows/ciEgor Tensin2021-06-15
|