Andreas Ulm
Andreas Ulm
Hi, I got the same issue while running and trying to connect to traefik within docker swarm. When changing the port configuration to target-published-mode syntax it works. * colima version:...
> You might want to take a look at the way I've done it in the main Gitea binary. I'm not certain that the technique used there is definitely applicable...
This PR can IMHO be merged now as I'm done with the implementation. After merging it I'll rebase and update #25 and #13.
Hi, I'd like to work on the feature to manage repositories as we want to use 'tea' in our company to managed repositories. My initial focus would be listing of...
I created an initial pull request with the ability to list all repositories the provided login has access to. Currently it is printing repo-fullname, repo-mode, repo-SSH-URL and repo-owner-username. 1) What...
I implemented the filter flags into the list subcommand. The main command 'tea repo' does not allow filtering but list all repos visible to the running user.
> I think `noheader` flag seems unnecessary. We always needs a header. @lunny I just added the option to allow further output usage without requiring something like `| tail -n...
@lunny removed header flag and changed delimiter to pipe. When I'm done with the unified output ( https://github.com/root360-AndreasUlm/tea/tree/unified_output_function ) the output of this function will be changed again.
After implementing #26 I found this solution to be easier and the workaround seems to work quite well. The switch to Cobra will take more time.
@lunny then let's go with #26. I'll close #15 and #27.