Łukasz Skarżyński
Łukasz Skarżyński
Hi :wave: first of all thanks for developing this great tool! Recently I had experienced an issue related to `reviewdog` `github-check` reporter and GitHub Actions [`workflow_dispatch`](https://docs.github.com/en/actions/reference/events-that-trigger-workflows#workflow_dispatch) event. Here you can...
I am opening this issue to talk about CI and testing approach in this great package. We can start from discussing following points: 1. Why travis is not fully integrated...
I have introduced poetry to the project and adjusted `tox.ini` and `.travis.yml`, but generally let's discuss CI and testings topics more deeper in #81, because in my experience well defined...
[`poetry`](https://python-poetry.org/) is becoming new standard when it comes to dependency management of python packages and it could help this great project in following ways: + one source of truth for...
I am still thinking about the test (how to write the simplest and minimal version of it), so this PR is a draft, but feel free to write some suggestions...
`django_test_migration` is growing, so it's `pytest` plugin also, e.g. in #138 more logic was added to it. Currently, most tests use `subprocess` to run `pytest` and make some assertions on...
In #91 we are introducing new Django check that validate `system timeout` settings on following database: + `postgresql` -`statement_timeout` + `mysql` - `max_execution_time` The idea behind this group of checks...
In #91 we are introducing more Django checks and according to plans this number of checks will grown, so it's time to establish some rules of check messages levels and...
Hi :wave: I am using `rabbitmq` as a broker, `celery==5.0.5` and `django-health-check==3.16.2`. Recently I have encountered an error related to the `celery_ping` health check that hangs when the broker (rabbitmq...
Hi :wave: First of all thanks for developing this awesome lib! I am using the `openapi-format` more like a validator (mainly because it removes comments like mentioned in https://github.com/thim81/openapi-format/issues/44), not...