Commit Graph

  • 84e11b9085
    refactor task.CreatePull Norwin Roosen 2020-12-08 01:06:20 +0100
  • e9ac204886
    avoid creation of invalid PRs Norwin Roosen 2020-12-07 23:25:39 +0100
  • db7b332b98
    refactor pull create into task & interact module Norwin Roosen 2020-12-07 23:22:48 +0100
  • 455269c142
    fix import order Norwin Roosen 2020-12-07 18:56:04 +0100
  • bd964cc08b pr checkout: don't fetch ssh keys Norwin Roosen 2020-12-07 18:46:23 +0100
  • 8b2b5c991b
    login add: try to find a matching ssh key & store it in config Norwin Roosen 2020-12-07 18:45:06 +0100
  • 5c6e494ed6
    rename param #276 Norwin Roosen 2020-12-07 18:42:10 +0100
  • d5ab18eba7
    checkout: use configured protocol for PR checkout Norwin Roosen 2020-12-07 15:40:25 +0100
  • 7cdb7823c4
    allow up to 3 ssh key password attempts Norwin Roosen 2020-12-07 14:16:02 +0100
  • 1a5974018a
    move password prompt to interact module Norwin Roosen 2020-12-07 14:01:12 +0100
  • b6c6d0373c Merge branch 'master' into refactor_move-listPrints 6543 2020-12-07 22:15:23 +0800
  • b6269a89dd Merge branch 'master' into enhance-pullDetailView 6543 2020-12-07 22:15:18 +0800
  • 9a3b54b9a3 use token auth for https remotes (#275) Norwin 2020-12-07 22:14:56 +0800
  • 93cc5f68e6 Merge branch 'master' into issue-231-refacor-prompt #275 Norwin 2020-12-07 21:16:37 +0800
  • c1fd5e40d0
    also handle http urls Norwin Roosen 2020-12-07 13:56:20 +0100
  • e5393901c9 Merge branch 'master' into goreleaser 6543 2020-12-07 20:34:00 +0800
  • 3297734ff3 Merge branch 'master' into enhance-pullDetailView 6543 2020-12-07 20:33:22 +0800
  • b99f959f5b Merge branch 'master' into refactor_move-listPrints 6543 2020-12-07 13:31:50 +0100
  • 16133212fc Add `times ls` (#272) khmarbaise 2020-12-07 20:29:48 +0800
  • 16df81ac94 Add organization delete command (#270) khmarbaise 2020-12-07 20:24:04 +0800
  • 84afdc83d8
    Removed version check as suggested through the review. #272 Karl Heinz Marbaise 2020-12-07 12:58:06 +0100
  • 830fcd433e
    Supplemental check for response. #270 Karl Heinz Marbaise 2020-12-07 12:56:14 +0100
  • c11bf8ee43
    use token for https auth instead of user name Norwin Roosen 2020-12-07 12:45:41 +0100
  • edb0e0e797
    no need to test drone anymore Matti R 2020-12-06 21:39:28 -0500
  • 9780f2308e
    correct flags for gox Matti R 2020-12-06 21:38:58 -0500
  • ee998e80e5
    use xgo base image Matti R 2020-12-06 21:29:21 -0500
  • 95ad6f7e2b
    use gox for cross-compile Matti R 2020-12-06 21:22:45 -0500
  • 622fe2b6aa Merge branch 'master' into refactor_move-listPrints 6543 2020-12-07 08:17:02 +0800
  • 3e697e1529
    rm dubble check (gitea.NewClient() already check this) 6543 2020-12-07 01:16:31 +0100
  • 5385fcf87c
    MV list releases -> print.ReleasesList 6543 2020-12-07 01:13:59 +0100
  • 3682140087
    MV list pulls -> print.PullsList 6543 2020-12-07 01:10:17 +0100
  • 9098f1bad7
    fix lint 6543 2020-12-07 01:06:32 +0100
  • b2e02f1749
    MV list miles -> print.MilestonesList 6543 2020-12-07 01:05:13 +0100
  • 9b1162dd4b
    MV list logins -> print.LoginsList 6543 2020-12-07 01:00:03 +0100
  • 834d43a4f7 fix 6543 2020-12-07 00:59:23 +0100
  • d6b49427c9
    MV list labels -> print.LabelsList & task.LabelsExport 6543 2020-12-07 00:51:57 +0100
  • ca04b25c9f
    add `times ls` Karl Heinz Marbaise 2020-12-07 00:47:52 +0100
  • 6dc268c801
    Move to print.IssueList 6543 2020-12-07 00:38:28 +0100
  • 1da4c5b636
    No Conflicts 6543 2020-12-07 00:27:52 +0100
  • 34d0629210
    print info if reviews can not be loaded 6543 2020-12-07 00:23:59 +0100
  • e739fffe8c
    add `times ls` Karl Heinz Marbaise 2020-12-07 00:08:43 +0100
  • 113c826f85 Merge branch 'master' into enhance-pullDetailView 6543 2020-12-07 06:46:54 +0800
  • 3467819ce7
    Pull Detailview: add head/base-branch, reviews, mergable info 6543 2020-12-06 23:42:09 +0100
  • 73a21773f5
    Added organization delete command. Karl Heinz Marbaise 2020-12-06 22:23:25 +0100
  • 7d486c2ec6 tea organizations list command (#264) khmarbaise 2020-12-07 06:02:50 +0800
  • e65eda04c4
    Add missing pagination options missing as suggest by reviewers. (#263) #264 Karl Heinz Marbaise 2020-12-06 22:44:21 +0100
  • 970cbad6f9
    Introduce tea organizations list command (#263) Karl Heinz Marbaise 2020-12-05 16:10:10 +0100
  • 4cb7d21a8f Add hint for contributors #265 (#266) khmarbaise 2020-12-06 09:24:06 +0800
  • e1c75dd401
    Add hint for contributors #265 contributores should check via `make vet` as well before pushing. #266 Karl Heinz Marbaise 2020-12-06 00:11:46 +0100
  • 476900ab41 issue create return web url (#257) 6543 2020-12-01 13:07:23 +0800
  • ce9d719b80
    Fix #254 #257 6543 2020-11-29 16:17:25 +0100
  • 7da124ff65
    Use OptionalBool helper 6543 2020-11-29 16:16:40 +0100
  • 6378a8c73b
    Update SDK 6543 2020-11-29 16:11:25 +0100
  • e6fbba3f80 update code.gitea.io/sdk/gitea to support prerelease (#252) Norwin 2020-11-14 18:31:01 +0800
  • 60902ec3dc
    update code.gitea.io/sdk/gitea to prerelease #252 Norwin Roosen 2020-11-13 13:40:09 +0100
  • 0cea700dd8 [Refactor] move pull checkout & clean code into task module (#249) 6543 2020-11-10 14:51:48 +0800
  • a7f3eebd8b Merge branch 'master' into refactor_checkout2task #249 6543 2020-11-09 23:28:28 +0800
  • d5058b3b20 Update Vendors (#250) 6543 2020-11-09 23:25:54 +0800
  • 627a126c79
    move pull clean code into task module 6543 2020-11-08 19:45:02 +0100
  • 96f55596cf
    update go min version #250 6543 2020-11-08 19:17:46 +0100
  • 68a06d635c
    Update Vendors: * code.gitea.io/gitea-vet v0.2.0 -> v0.2.1 * code.gitea.io/sdk/gitea v0.13.0 -> v0.13.1 * github.com/AlecAivazis/survey v2.1.1 -> v2.2.2 * github.com/adrg/xdg v0.2.1 -> v0.2.2 * github.com/araddon/dateparse d820a6159ab1 -> 8aadafed4dc4 * github.com/go-git/go-git v5.1.0 -> v5.2.0 * github.com/muesli/termenv v0.7.2 -> v0.7.4 * github.com/stretchr/testify v1.5.1 -> v1.6.1 * github.com/urfave/cli v2.2.0 -> v2.3.0 6543 2020-11-08 19:11:15 +0100
  • 9c4df58665
    fix lint 6543 2020-11-08 18:50:15 +0100
  • 3f55af167b
    format code 6543 2020-11-08 18:46:09 +0100
  • c9808d4e90
    unify PullCheckout() and gitConfigForPR() 6543 2020-11-08 18:38:04 +0100
  • c41b38f124
    move pull checkout code into task module 6543 2020-11-08 18:34:28 +0100
  • 355fd7aa53 `tea pr checkout`: fetch via ssh if available (#192) Norwin 2020-11-07 15:00:03 +0800
  • 2ba82a1634 Merge branch 'master' into issue-190 #192 Lunny Xiao 2020-11-04 13:17:32 +0800
  • 33468630e6 fix `tea pr create` within same repo (#248) Norwin 2020-10-25 10:40:27 +0800
  • 0e20deb513 Merge branch 'master' into fix-pulls-create-same-repo #248 Lunny Xiao 2020-10-25 10:00:41 +0800
  • 48c1c50796 Update Docu to new Structure (#247) 6543 2020-10-25 07:48:20 +0800
  • 9f7e2159d3
    CI.restart() #247 6543 2020-10-25 01:23:16 +0200
  • d8eefb3c2a Merge branch 'master' into issue-190 Norwin Roosen 2020-10-24 14:22:07 +0200
  • 1a6ee5ae44 fix pr head detection for PR within same repo Norwin Roosen 2020-10-23 14:04:46 +0200
  • 2f2220ffeb reword styleguide Norwin Roosen 2020-10-23 09:49:10 +0200
  • fe26be81a8 adapt contributing to tea Norwin Roosen 2020-10-23 09:38:59 +0200
  • 7156e04d93
    add info from #184 new structure 6543 2020-10-22 20:52:54 +0200
  • a26780e732
    Update CONTRIBUTING 6543 2020-10-22 20:47:10 +0200
  • bc661934b4
    mention CONTRIBUTING.md in README 6543 2020-10-22 20:31:27 +0200
  • 0116b9cca5
    Remove Authors form README (close #225) 6543 2020-10-22 20:29:24 +0200
  • a0330a3fb2 removed weird syntax highlighting and fixed linting errors (#224) #233 crapStone 2020-10-20 10:47:31 +0800
  • 5b4020f9b7 removed weird syntax highlighting and fixed linting errors #224 crapStone 2020-10-19 18:52:19 +0200
  • 6ea331ce3b improve formatting of `tea repos` (#223) Norwin 2020-10-10 01:17:31 +0000
  • a4b792e24d fix repo listing (#222) Norwin 2020-10-06 13:09:33 +0000
  • faf5c57664 Merge branch 'master' into fix-repos-list #222 Lunny Xiao 2020-10-06 13:07:25 +0000
  • c4e2db32b5 rewrote config file path search (#219) crapStone 2020-10-06 13:06:47 +0000
  • 9483c704ca fix type filter flag Norwin Roosen 2020-10-06 13:15:46 +0200
  • 13eefc2e15 use FormatTime() #216 Norwin Roosen 2020-10-06 13:02:05 +0200
  • 6d850c5ae0 improved logging Norwin Roosen 2020-10-06 12:49:28 +0200
  • fda61a7bd1 Merge remote-tracking branch 'upstream/master' into improve-repo-printing Norwin Roosen 2020-10-06 11:38:15 +0200
  • cbd1bccbf9 Add `tea repos search`, improve repo listing (#215) Norwin 2020-10-06 08:05:22 +0000
  • e549cfea6f Merge branch 'master' into add-repo-search-improve-listing-closes-#210 #215 Lunny Xiao 2020-10-06 07:09:18 +0000
  • 9c5bd0c354 added comment to clarify coding choices #219 crapStone 2020-10-05 21:55:27 +0200
  • 6bc9e1f2a0 fixed next logic error crapStone 2020-10-05 21:50:21 +0200
  • 136688997c Fix `login add` always go interactive (#221) 6543 2020-10-05 18:34:10 +0000
  • 0bef0385f6 try to use local branch before creating pulls/<PR> Norwin Roosen 2020-10-05 16:45:19 +0200
  • 48e2c45886 Merge branch 'master' into add-repo-search-improve-listing-closes-#210 Norwin Roosen 2020-10-05 16:03:16 +0200
  • 2f4fff6648 Merge branch 'master' into issue-190 Norwin Roosen 2020-10-05 16:02:03 +0200
  • 47fbecec40 reorder imports Norwin Roosen 2020-10-05 15:50:19 +0200
  • c36d2db96f
    Flags are not Args #221 6543 2020-10-05 14:35:35 +0200
  • 4f74edc750 Merge branch 'master' into implement-xdg-specification crapStone 2020-10-05 12:23:44 +0000