• Joined on 2022-02-16
arkamar pushed to main at arkamar/tea 2023-10-16 09:49:26 +00:00
5beb5bf56b fix(deps): update module golang.org/x/crypto to v0.14.0 (#596)
17e09a3c2d chore(deps): update docker/setup-buildx-action action to v3 (#594)
58962cbb65 chore(deps): update docker/setup-qemu-action action to v3 (#595)
7029e7e8c5 chore(deps): update docker/login-action action to v3 (#593)
3e8047dfe6 chore(deps): update docker/build-push-action action to v5 (#592)
Compare 10 commits »
arkamar created branch main in arkamar/tea 2023-10-16 09:49:26 +00:00
arkamar commented on pull request gitea/tea#466 2022-03-18 12:18:30 +00:00
Add preference flag_defaults.remote, refactor

Maybe we can break after a first remote, there is no need to iterate through all of them.

arkamar commented on pull request gitea/tea#466 2022-03-18 11:44:04 +00:00
Add preference flag_defaults.remote, refactor

You made tea by default unusable for repositories with just one remote by this change. This was here to selecet at least some remote if availeble but you moved it to a part for more than one remotes. In case of one remote tea pr prints this.

arkamar suggested changes for gitea/tea#466 2022-03-18 11:44:04 +00:00
Add preference flag_defaults.remote, refactor
arkamar commented on pull request gitea/tea#466 2022-03-18 11:22:25 +00:00
Add preference flag_defaults.remote, refactor

I do like the default_remote change, but #458 does not prefer origin over main branch, actually it is kind of "fallback" when main is not present, you just wrote it in different way.

arkamar commented on pull request gitea/tea#458 2022-03-18 11:04:33 +00:00
Prefer origin if there are multiple remotes

Just to advocate this PR a little bit more, I tried to do the change least invasive, therefore main, master and trunk branches are still preferred for remote selection, but origin is used…

arkamar pushed to master at arkamar/tea 2022-03-18 10:27:30 +00:00
d8f4273ed0 Add TSV to machine-readable formats (#467)
637e3f0666 Fix CI: run make fmt (#469)
ced24ccabb update to new s3 location (#468)
fb3e1f75e9 Prefer origin if there are multiple remotes (#458)
0e24009fe9 Fix create milestone with deadline bug (#462)
Compare 5 commits »
arkamar deleted branch prefer-origin-remote from arkamar/tea 2022-03-18 10:26:57 +00:00
arkamar deleted branch typos from arkamar/tea 2022-02-24 09:13:35 +00:00
arkamar pushed to master at arkamar/tea 2022-02-24 09:13:17 +00:00
cd24fd8e28 Fix few typos in contribution guidelines (#459)
dd300c1269 Fix typo in bug.md (#460)
Compare 2 commits »
arkamar created pull request gitea/go-sdk#570 2022-02-17 08:40:49 +00:00
Allow PR review with comments only
arkamar created branch allow-comments-only-review in arkamar/go-sdk 2022-02-17 08:35:37 +00:00
arkamar pushed to allow-comments-only-review at arkamar/go-sdk 2022-02-17 08:35:37 +00:00
c8c15277ab Allow PR review with comments only
arkamar created repository arkamar/go-sdk 2022-02-17 08:35:09 +00:00
arkamar created pull request gitea/tea#459 2022-02-17 07:34:11 +00:00
Fix few typos in contribution guidelines
arkamar created branch typos in arkamar/tea 2022-02-17 07:30:57 +00:00
arkamar pushed to typos at arkamar/tea 2022-02-17 07:30:57 +00:00
59359017f4 Fix few typos in contribution guidelines
arkamar created pull request gitea/tea#458 2022-02-16 14:42:12 +00:00
Prefer origin if there is multiple remotes