Ralf Grubenmann

Results 87 issues of Ralf Grubenmann

We should not make toil an optional dependency and use it as the default backend, as it supports more uses and provides better user feedback.

Adds some more pre-commit checks, updates revisions of checks, properly formats file New checks are: - check filename case for python files (`MyPythonFile.py` is invalid) - ignore helmcharts in check-yaml...

``` $ cd /somefolder/ $ renku init subfolder ``` creates git hooks in `/somefolder/.git/hooks`, NOT `/somefolder/subfolder/.git/hooks`, but the project is otherwise correctly created in `subfolder`

bug

LocalClient is pretty much a horrible god object at the moment, being composed of several mixins that directly access properties of the other mixins, so they can only work if...

Epic
needs design

Moves everything over to work with poetry 1.2.0b3. This is a beta version but we've waited long enough for a proper 1.2 release and the non-deterministic lock files are taking...

do-not-merge

blocked by https://github.com/SwissDataScienceCenter/renku-python/issues/3098 We should version the `cheatsheet.json` generated by the changes in #3098 so UI can show the appropriate version for the renku version running in a session. We...

Deploy two core services side-by-side with traefik load balancer in front with sticky sessions (cookie based) enabled and test it (use multiple browsers?). Does it behave as expected? Are there...

We currently only support `renku doctor` in the cli and most users probably don't even know it exists, let alone use it. If we expose it as an endpoint, the...

on hold

core-service currently does not support scaling and is a single point of failure. If we ever experience heavy load on it, it can be a serious bottleneck. As such, we...

Epic