dominik003
dominik003
One solution we should consider is not to use Postgres database but sqlite. However, at the moment we have the problem that sqlite currently lacks `JSONB` as a type, which...
> So the changes I'm seeing make sense, though there are a number of logic changes I haven't been able to personally test. I'm kind of wondering what the criteria...
I had a quick look at this and just wanted to provide some thoughts. First of all, it seems that we currently do the idletime processing in the backend, i.e....
@MoritzWeber0 and I decided to implement this as follows: - We store the unique repository identifier (project ID on GitLab and `owner/repository` on GitHub) in the database git model since...