Simone Gotti

Results 155 comments of Simone Gotti

Since nothing new happened on the go stdlib errors management to save stack trace or at least the first frame I created a library that does this ("based on pkg/errors")...

Currently implemented in #90. There's just the "issue" that it won't work when merging a PR since the commit is something like "merging pull request...". This could be considered the...

@mritd Thanks for the report! Since you've already discovered the issues, would you like to open a Pull Request?

Just as an update that work on this is going on. I hope to be able to open initial PRs (after #191) that adds teams (with member and projects) to...

@simonerota This should be implemented in two places: - [x] At the config level: add a `When` field to the run definition like already done for tasks. So users could...

First task implemented in #78

@nitrotm Thanks for the PR. Unfortunately, if your intent is to do user authentication in place of oauth, it won't work since using tls authentication means that every user should...

@nitrotm Understood. So: * This isn't a gitea thing and so should be added also to the other remote source types (gitlab, github). * I have some doubts about storing...

@tulliobotti64 As far as I know also github (and perhaps gitea) don't allow dots in usernames/organizations since they could cause issues in path names in the ui/api and must be...

@6543 Thanks for the PR. I noticed that now the call to gitea `NewClient` can return an error since it calls the server to check the minimal version. This is...