Andrea Lamparelli

Results 64 comments of Andrea Lamparelli

> We can manually select "Delete source branch" just before pressing "Merge". However this is prone to forgetting. We can parse the program's output to fish out the MR address...

> This helps reduce the risk to the target repository if the token is leaked: it does not need permission to write. I definitely agree with you! Is this something...

After some further investigation, I think that this feature would make sense only for those users that actually run the tool as CLI, i.e., providing their own `GITHUB_TOKEN`. Whereas, in...

That's interesting, thanks for sharing this :pray:

Hi @bdovaz, my idea was to create a tool as generic as possible such that we can plugin any other platform-specific flow (e.g., right now I integrated `GitHub`, `GitLab` and...

I think the proper way to handle this use case is using the `Discriminator`.

> On Hold due to #1603 IIUC this issue is not only affecting `Schema` entities but most of the owned entities, like `Test`. And it looks more an UI issue,...

> This issue relates specifically to Schemas, if there is a more general issue, that needs to be tracked yeah, makes sense! I will create a more general one. >...

I think we should give a precedence to either `name` or `id` - maybe in the case the provided input string is full numeric let's give id precedence and if...

Worth noting that this endpoint is not currently called by the UI, therefore I think this could be considered as low priority.