Nejc Habjan

Results 223 comments of Nejc Habjan

Now done in https://github.com/python-gitlab/python-gitlab/pull/2371

The wrapper here https://github.com/pan-net-security/aio-gitlab/ has a few points similar to what @darkdragon-001 described above. But true, this PR would need quite a bit of rework, or be used as starting...

> @darkdragon-001 and @nejch thanks for your feedback. Now, I can understand better the need for an async capability. Would it make sense to move this discussion to [Discussions](https://github.com/python-gitlab/python-gitlab/discussions) while...

Just another voice here for using tags if possible (I see there were discussions about monorepos, but maybe another way to parse that makes sense). I'd actually get rid of...

Would you still need any support here @Mogztter? I see most of it is already automated, the only thing you might still want would be: - manual workflow to automatically...

I wanted to get close to a native GitLab Pages experience out of the box - CI only/without local deploys, no manual steps for initially creating a pages branch and...

I guess that just basically adds the dependencies which as described above will really depend on your pip/docker image/poetry setup etc :) `gitlab-ci-token` usually implies CI job token so not...

Just a weekend brain dump from me as I use a combination of `pip-licenses` and [`cyclonedx-python`](https://github.com/CycloneDX/cyclonedx-python) to get all I need to extract metadata for various packages. pip-licenses does a...

Started working on https://github.com/gitlabform/gitlabform/pull/442 finally. It only touches code relevant to tests. Still needs some cleanup and premium tests but it's a massive change so thought I'd start somewhere:)

As discussed with @rndmh3ro in #367 we would be interested in managing auditd rules in `os_hardening` as well. question: there are _a lot_ of default rules here already and people...