Andy Grunwald
Andy Grunwald
One thought would be if we can generate this client. An API Spec file would be required for it. A few discussions have been ongoing, but no progress/merge yet regarding...
Seit zwei Tagen schlägt der Nightly Build fehl. Siehe https://github.com/andygrunwald/FOM-LaTeX-Template/actions/workflows/Check.yml * Letzte erfolgreiche Ausführung: [Build #323 / 31th Dec 2021](https://github.com/andygrunwald/FOM-LaTeX-Template/actions/runs/1639430219). * Erster Fehlschlag: [Build #324 / 1st Jan 2022](https://github.com/andygrunwald/FOM-LaTeX-Template/actions/runs/1642311437). Es...
Hey alle :) mit meinem kleinen Side-Project (sourcectl) analysiere ich meine Open Source Projekte. Sowie auch dieses. Dabei ist mir aufgefallen, dass die Relation zu Clones und Views recht unausgeglichen...
We should think about adding support for the `context` package. I like how go-github is using the context as first parameter: https://github.com/google/go-github/blob/master/github/issues.go#L286
Once we finished https://github.com/andygrunwald/go-gerrit/issues/100 we should release a new version. See all the changes that happen since the last one: https://github.com/andygrunwald/go-gerrit/compare/0.5.2...master
The way how we handle pagination is not optimal, partially broken, and sometimes even inconsistent with the current (v3.4.1) Gerrit REST API docs. **Not optimal** Parameters are defined as strings...
One thought would be if we can generate this client. An API Spec file would be required for it. A few discussions have been ongoing, but no progress/merge yet regarding...
Since the last release (v0.5.2), a lot of changes happened. We should update the CHANGELOG.md with a proper migration path in case of breaking changes. See https://github.com/andygrunwald/go-gerrit/compare/0.5.2...master For the format,...
Check out the suggestion from @dmitshur at https://github.com/andygrunwald/go-gerrit/pull/62#pullrequestreview-153591080 This might make sense and leads to better readable code.
From @shurcooL in #52 > Modify both ListFiles and ListFilesReviewed to return map/slice directly, rather than a pointer to one. There doesn't appear to be any value in returning a...