Update Vendors (#337)
Update Vendors (#337) * update & migrate gitea sdk (Fix Delete Tag Issue) * upgraded github.com/AlecAivazis/survey v2.2.7 => v2.2.8 * upgraded github.com/adrg/xdg v0.2.3 => v0.3.1 * upgraded...
View Articledon't push before creating a pull (#334)
don't push before creating a pull (#334) Not sure if this is the best way, but it's the simplest way to fix #333. Everything else is overly complex due to a chicken-egg problem: Knowing which remote /...
View Article[CI] use golang v1.16 (#339)
[CI] use golang v1.16 (#339) Reviewed-on: https://gitea.com/gitea/tea/pulls/339 Reviewed-by: Andrew Thornton Reviewed-by: Lunny Xiao Co-authored-by: 6543 <6543@obermui.de> Co-committed-by: 6543...
View ArticleIntroduce workaround for missing pull head sha (#340)
Introduce workaround for missing pull head sha (#340) fix #318 test with `tea pr 58` Co-authored-by: Norwin Roosen Reviewed-on: https://gitea.com/gitea/tea/pulls/340 Reviewed-by: Norwin Reviewed-by:...
View ArticleAdd more issue / pr creation params (#331)
Add more issue / pr creation params (#331) adds assignees, labels, deadline, milestone params - [x] add flags to `tea issue create` (this is BREAKING, `-b` moved to `-d` for consistency with pr create)...
View ArticleAllow checking out PRs with deleted head branch (#341)
Allow checking out PRs with deleted head branch (#341) ..by explicitly fetching `refs/pulls/:idx/head` from the base repo. Sorry, I mixed this with a split-up of `PullCheckout()`. I can try to separate...
View ArticleChangelog v0.7.0 (#345)
Changelog v0.7.0 (#345) Reviewed-on: https://gitea.com/gitea/tea/pulls/345 Reviewed-by: techknowlogick Reviewed-by: Lunny Xiao Co-authored-by: 6543 <6543@obermui.de> Co-committed-by: 6543...
View ArticleDetect markdown line width, resolve relative URLs (#332)
Detect markdown line width, resolve relative URLs (#332) ~~this is semi-blocked by https://github.com/charmbracelet/glamour/pull/96, but behaviour isn't really worse than the previous behaviour (most...
View ArticleUpdate Changelog (#346)
Update Changelog (#346) smal nit's missing Co-authored-by: Norwin Roosen Co-authored-by: 6543 <6543@obermui.de> Reviewed-on: https://gitea.com/gitea/tea/pulls/346 Reviewed-by: Lunny Xiao...
View Article