Joachim Tislov

Results 100 comments of Joachim Tislov

Detecting, understanding and translating all of the different errros that can occur inside of the container is quite difficult. I therefore recommend a pro-active design where Quickfeed detects missing requirements...

This can be closed by #1160

Theres only two oneof fields and those are in requests.proto, I don't see the need for this. @meling, decent sized work for very litte reward.. ```go oneof FetchMode { uint64...

> and in the cmd/scm tool, which isn't maintained. I don't think so.. theres no cmd/scm folder, but theres a cmd/qcm folder though It is also used in GetOrganization:73 ```go...

> > Update: The GetRepositories is used in the frontend: [#972](https://github.com/quickfeed/quickfeed/issues/972) > > Note that `scm.GetRepositories` differs from the `GetRepositories` used in the frontend. The one used in the frontend...

@meling Consider closing this issue, the `scm.Repositories` is a dependency of `scm.GetOrganization` and indirectly dependent on `assignments.TestSynchronizeTasksWithIssues` through `assignments.initDatabase`. You can't replace it or remove it, because it prevents the...

To my understanding does slug.Make convert norwegian charaters into english ones (æ -> ae, ø -> o, å -> aa). So doing this for repository and group names would be...

> This issue was originally about the possible removal of a dependency (since we only use the slug.Make function once in real code). Understood, sorry for the misunderstanding earlier, refer...

Im not certain of the best choice, but I can look into: [Gormdb - indexes](https://gorm.io/docs/indexes.html), and come with a efficient index structure for each table. For the specific example; I...

I conducted thorough research on this issue; please refer to [GORM documentation](https://gorm.io/docs/) for more details. Im not sure if the given unique indexes for the type repository can be reduced....