Simone Gotti
Simone Gotti
@kvaster I took a look at the PR but there're many changes I can't follow. Before the code changes I'd like to understand and discuss the use case/cases you're proposing...
@alessandro-sorint I don't think a global view of runs as described above by you makes sense, many things to consider are missing. * What about user repositories, private org repositories...
> `PointsNext `if the user ask for next page is true I'm not sure I understand this. > we can remove start(because it can use cursor to ask next page)...
> Filters map[string]string Don't be rigid on this. Filters, but also the other fields could be different based on the api. > What do you like is better? The latter...
> @sgotti I can define the Cursor as `map[string]interface{}` There's no need to make cursor the same type for every api.
> @sgotti when the user call the last page do you think is better to return an empty cursor I'll return an empty cursor. > In the first case the...
@alessandro-sorint I'm not sure I understand. If the api returns reproducible output as it should, then the cursor will contain the information on the next batch of data. How you...
@grapemix Sorry from the original issue description and next answer I cannot understand the main point of the issue since you are asking multiple unrelated questions. So please open different...
@kvaster Thanks. > you need to create separate pod and save cloned repository to workspace - wasting resources. This is true only if you have a single task. If you...
@eolix Currently stolon doesn't support zookeeper. If with "framework" you mean libkv, the main issue to implement a zookeeper store is the "unmaintained" state of libkv. Another (probably better) solution...