1
0
mirror of https://gitea.com/Sirherobrine23/tea.git synced 2024-06-28 10:58:07 -03:00

Commit Graph

  • e54b32493d fix pipeline to release builds (#479) 6543 2022-03-29 08:29:47 +0800
  • 329200b1ef Fix running in repos without remote (#472) Norwin 2022-03-29 08:01:37 +0800
  • 6663d9f19b Add preference flag_defaults.remote, refactor (#466) Norwin 2022-03-29 07:34:14 +0800
  • d06f35482e Use golang v1.18 and drop vendor folder (#478) 6543 2022-03-29 07:11:11 +0800
  • 9ab36c55fa Return RFC3339 UTC timestamps for machine-readable output (#470) Norwin 2022-03-29 06:37:13 +0800
  • 40e606561f
    GOPROXY: https://goproxy.io 6543 2022-03-28 23:59:48 +0200
  • 0970b94552 Fix context requirements of subcommands (#474) Norwin 2022-03-26 15:32:53 +0800
  • dda94a5dea Refactor errorhandling in getReleaseByTag() (#477) Norwin 2022-03-25 21:41:08 +0800
  • 16ba594a28 Interactive issue/pr posting: properly fetch assignees (#476) Norwin 2022-03-19 19:08:58 +0800
  • d8f4273ed0 Add TSV to machine-readable formats (#467) Norwin 2022-03-13 12:00:21 +0800
  • 637e3f0666 Fix CI: run make fmt (#469) Norwin 2022-03-13 08:53:18 +0800
  • ced24ccabb update to new s3 location (#468) techknowlogick 2022-03-11 05:01:29 +0800
  • fb3e1f75e9 Prefer origin if there are multiple remotes (#458) arkamar 2022-03-09 09:35:51 +0800
  • 0e24009fe9 Fix create milestone with deadline bug (#462) Lunny Xiao 2022-03-09 08:47:58 +0800
  • cd24fd8e28 Fix few typos in contribution guidelines (#459) arkamar 2022-02-22 22:34:58 +0800
  • dd300c1269 Fix typo in bug.md (#460) Ikko Ashimine 2022-02-20 00:30:58 +0800
  • 44c9e7e664 Correct spelling of "wether" to "whether" in usage output (#453) kellya 2022-02-01 07:11:37 +0800
  • 268aa06179 Add bug report issue template (#448) Norwin 2021-12-04 11:20:36 +0800
  • a7d83ee416 Simplify build & update installation instructions (#437) Norwin 2021-12-03 04:01:10 +0800
  • a89f51f9ec Implement more issue filters (#400) Norwin 2021-12-03 03:26:48 +0800
  • d2295828d0 Fix resolving of URLs in markdown (#401) Norwin 2021-12-03 02:59:02 +0800
  • dc16643e0d Improve Documentation (#433) Norwin 2021-12-03 02:33:56 +0800
  • ac25e89ebf Add tea repo create-from-template (#408) Norwin 2021-10-20 09:31:35 +0800
  • 819cc1ab21 Add tea clone (#411) Norwin 2021-10-18 20:09:27 +0800
  • 78a95f1ca4 Allow editing multiline prompts with external text editor (#429) Norwin 2021-10-14 22:36:08 +0800
  • 5b77345b03 Add tea repo fork (#410) Norwin 2021-10-14 15:27:39 +0800
  • 23ce7b351d fix CI release upload: switch to woodpecker/plugin-s3 (#428) Norwin 2021-10-10 20:48:51 +0800
  • 375ece06d2 fix lint regression (#425) Norwin 2021-10-05 01:43:06 +0800
  • 4ffd994549 Add tea whoami command (#426) techknowlogick 2021-10-05 01:41:59 +0800
  • 58aaa17e7e Show issue reactions (#421) Norwin 2021-10-01 16:13:32 +0800
  • 7a05be436c Add more flags to tea repo create (#409) Norwin 2021-09-29 04:42:51 +0800
  • 3cf084cb96 PR listing: add --fields & expose additional fields (#415) justusbunsi 2021-09-29 04:36:33 +0800
  • 1e59dee685 Add tea org create <name> (#420) Norwin 2021-09-29 04:32:16 +0800
  • 42e423470c Fix notification example (#416) justusbunsi 2021-09-29 03:29:48 +0800
  • 555f1ae516 Makefile: add STATIC=true for static PIE builds (#349) Norwin 2021-09-24 00:01:07 +0800
  • 1c690c5ff8 Changelog v0.8.0 (#404) v0.8.0 6543 2021-09-23 03:53:33 +0800
  • 802bdf7dc5 Don't require a body for comment PR reviews (#399) Norwin 2021-09-23 02:18:25 +0800
  • 1731e00ebd Don't skip reading the local repo when --repo specifies a repo slug (#398) Norwin 2021-09-23 00:12:56 +0800
  • 7b7c7f57be tea pr create: make local repo optional (#393) Norwin 2021-09-22 23:48:21 +0800
  • 6e728cf812 Accept more main branch names for login detection (#396) Norwin 2021-09-14 14:59:11 +0800
  • 808e8b1c5a Correctly match login by ssh host with port (#391) Norwin 2021-09-06 18:52:34 +0800
  • 9201250f74 fix printing issue deadline (#388) Norwin 2021-09-06 18:45:24 +0800
  • 5b28a05eb7 Implement notification subcommands (#389) Norwin 2021-09-06 01:11:17 +0800
  • 3fca309f2c Fix adding login without token on private instances (#392) Norwin 2021-08-30 23:19:45 +0800
  • d6df0a53b5 Update Dependencies (#390) Norwin 2021-08-30 23:18:50 +0800
  • 9fb8b883f3
    darwin/arm64 & update s3 bucket v0.7.1 release/v0.7 Matti R 2021-08-26 18:15:51 -0400
  • 4b9907fb54 Notifications Add State Field (#384) 6543 2021-08-16 21:23:16 +0800
  • ab4e11ae4d Update gitea go-sdk to v0.15.0 (#385) 6543 2021-08-16 20:46:15 +0800
  • 546fcc16de Handle XDG directories with spaces in autocomplete commands (#383) nukuta 2021-07-24 00:14:23 +0800
  • 0f4f669cf0 Fix parsing of --description for issue/pr create (#371) Norwin 2021-07-03 23:23:38 +0800
  • 2bdd72dfff Improve error messages (#370) Norwin 2021-07-03 22:39:05 +0800
  • 64770a771f rename s3 bucket name (#375) techknowlogick 2021-06-30 04:36:05 +0800
  • ebb2c38a0a Return useful error on wrong sshkey path (#374) 6543 2021-06-29 15:54:43 +0800
  • 616127cedc Add missing flags (#369) Norwin 2021-06-22 22:23:09 +0800
  • 3129e60a73 text editor selection: follow unix defacto standards (#356) plgruener 2021-06-21 20:08:27 +0800
  • df724b4006 Add tab completion for fish shell (#364) Norwin 2021-05-24 04:42:21 +0800
  • ffdbdb3d02 Check negative limit command parameter (#358) (#359) Brahim HAMDOUNI 2021-05-15 22:16:24 +0800
  • 568fde1ce5 Add missing flags to org & labels subcommands (#357) Norwin 2021-05-13 02:32:20 +0800
  • 46945415c9 Enable release builds for darwin/arm64 (#360) Norwin 2021-05-11 08:03:39 +0800
  • 195bd2199c contributed container build definition (#350) Tamás Gérczei 2021-03-30 19:13:23 +0800
  • 0bf844018c Add tea pr merge (#348) Norwin 2021-03-18 03:56:05 +0800
  • 2319724bb2 Update Changelog (#346) v0.7.0 Norwin 2021-03-12 20:44:41 +0800
  • 222d0501df Detect markdown line width, resolve relative URLs (#332) Norwin 2021-03-12 20:28:46 +0800
  • cb404b53b5 Changelog v0.7.0 (#345) 6543 2021-03-12 08:41:54 +0800
  • 3abc5a5b42 Allow checking out PRs with deleted head branch (#341) Norwin 2021-03-12 02:16:02 +0800
  • 6f738df4a5 Add more issue / pr creation params (#331) Norwin 2021-03-08 19:48:03 +0800
  • d22b314701 Introduce workaround for missing pull head sha (#340) 6543 2021-03-08 03:45:50 +0800
  • 786c713ff5 [CI] use golang v1.16 (#339) 6543 2021-03-05 20:37:50 +0800
  • d474883e90 don't push before creating a pull (#334) Norwin 2021-03-05 18:27:09 +0800
  • 0d98cbd657 Update Vendors (#337) 6543 2021-03-05 18:06:25 +0800
  • 15c4edba1a Don't exit if we can't find a local repo with a remote matching to a login (#336) Norwin 2021-03-05 16:56:15 +0800
  • e96cfdbbe7 tea pr checkout: dont create local branches (#314) Norwin 2021-03-02 21:50:11 +0800
  • 3c1efd33e2 InitCommand() robustness (#327) Norwin 2021-03-01 06:29:26 +0800
  • 9c8321f2e0 tea comment: handle piped stdin (#322) Norwin 2021-03-01 01:47:36 +0800
  • b5c670ebf8 Improve tea time (#319) Norwin 2020-12-23 12:58:36 +0800
  • 95ef061711 Update dependencies (#316) Norwin 2020-12-22 01:11:08 +0800
  • 32b7b771cc Add tea comment and show comments of issues/pulls (#313) Norwin 2020-12-22 00:07:35 +0800
  • 9efee7bf99 Add tea issues --fields, allow printing labels (#312) Norwin 2020-12-21 23:41:07 +0800
  • 8bb5c15745 Add commands for reviews (#315) Norwin 2020-12-21 23:22:22 +0800
  • 43a58bdba1 Proper help text & new README structure (#311) Norwin 2020-12-21 21:37:20 +0800
  • 43e9943757 Add interactive mode for tea milestone create (#310) Martin Reboredo 2020-12-18 02:50:07 +0800
  • 8b588f5313 make PR workflow helpers more robust (#300) Norwin 2020-12-17 22:00:16 +0800
  • a2e8b47c57 Implement PR closing and reopening (#304) Martin Reboredo 2020-12-17 06:47:12 +0800
  • 83b73ce78e Show PR CI status (#306) Norwin 2020-12-17 01:16:50 +0800
  • 782a6318f3 Add more command shorthands (#307) Norwin 2020-12-17 00:47:40 +0800
  • a948fd7e10 Refactor error handling (#308) Norwin 2020-12-17 00:18:10 +0800
  • 287df8a715 Add command to install shell completion (#309) Norwin 2020-12-17 00:01:59 +0800
  • dc67630b64 replace flag globals, require context for commands (#291) Norwin 2020-12-16 01:38:22 +0800
  • e5cdad554e Add feature comparison chart between forge CLIs (#294) Norwin 2020-12-15 12:59:49 +0800
  • b9f5ba0702 Add interactive mode for tea issue create (#302) Martin Reboredo 2020-12-15 04:05:31 +0800
  • 1b4487e6c9 Changelog v0.6.0 (#289) v0.6.0 6543 2020-12-14 20:33:54 +0800
  • b10d792687 enforce argument to tea ms issues (#297) Norwin 2020-12-14 20:04:59 +0800
  • 5a41c79d7d Add tea login delete (#296) Norwin 2020-12-14 18:28:54 +0800
  • f5b0004a52 make install: use vendor dir (#292) Norwin 2020-12-13 02:08:10 +0800
  • c063329e9a [Refactor] unexport config.Config var & move login tasks to task module (#288) 6543 2020-12-12 21:28:37 +0800
  • eeb9cbafe7 Fix release build with gox (#290) 6543 2020-12-12 06:02:58 +0800
  • 0f38da068c Improve ssh handling (#277) Norwin 2020-12-11 21:42:41 +0800
  • 7e191eb18b fix InitCommand() (#285) Norwin 2020-12-11 17:07:29 +0800
  • a91168fd36 Improved list output (#281) Norwin 2020-12-10 06:04:36 +0800
  • 4a11cf455f Release delete: add --delete-tag & --confirm (#286) Norwin 2020-12-10 05:51:07 +0800