Commit Graph

  • 5a41c79d7d Add `tea login delete` (#296) Norwin 2020-12-14 18:28:54 +0800
  • 7ede1ffec3
    add `tea login delete` #296 Norwin Roosen 2020-12-08 20:43:53 +0100
  • bd2368e548
    updates Norwin Roosen 2020-12-14 06:10:37 +0100
  • abdac11785 Merge branch 'master' into changelog_v0.6.0 6543 2020-12-13 04:52:06 +0800
  • 9919dda680
    move TeaContext & InitCommand to modules/context Norwin Roosen 2020-12-12 19:37:10 +0100
  • 91502cd219 Merge branch 'master' into refactor-global-flags 6543 2020-12-13 02:26:22 +0800
  • f5b0004a52 make install: use vendor dir (#292) Norwin 2020-12-13 02:08:10 +0800
  • a60fd06a57
    make linter happy Norwin Roosen 2020-12-12 18:35:29 +0100
  • 98cebeb04f
    ensure context for each command Norwin Roosen 2020-12-12 17:56:26 +0100
  • c1fb506797
    move GetListOptions to TeaContext Norwin Roosen 2020-12-12 17:21:47 +0100
  • e42eada3a1
    clean up InitCommand Norwin Roosen 2020-12-12 17:18:13 +0100
  • ad203ea8a5
    introduce TeaContext Norwin Roosen 2020-12-12 16:42:17 +0100
  • 472f79115e
    make install: use vendor dir #292 Norwin Roosen 2020-12-10 09:00:38 +0100
  • 3fb32bd3d1
    WIP: add comparison Norwin Roosen 2020-12-12 02:28:00 +0100
  • 26d3e58204 Merge branch 'master' into changelog_v0.6.0 6543 2020-12-12 21:28:57 +0800
  • c063329e9a [Refactor] unexport config.Config var & move login tasks to task module (#288) 6543 2020-12-12 21:28:37 +0800
  • f976085123
    Start uper case 6543 2020-12-12 12:18:41 +0100
  • cff673f1cf
    update 6543 2020-12-12 12:11:10 +0100
  • afeb19f59d
    Merge branch 'master' into changelog_v0.6.0 6543 2020-12-12 12:02:21 +0100
  • d57ae37280 Merge branch 'master' into unexport-ConfigVar #288 6543 2020-12-12 06:04:18 +0800
  • eeb9cbafe7 Fix release build with gox (#290) 6543 2020-12-12 06:02:58 +0800
  • d16623c295
    fix #290 6543 2020-12-11 22:58:30 +0100
  • 2ea2f824ed
    Manual edits 6543 2020-12-11 22:04:55 +0100
  • 7d77c34ad0
    Changelog by changelog-tool 6543 2020-12-11 21:43:16 +0100
  • b1285630ea
    split task/login into two 6543 2020-12-11 15:04:49 +0100
  • 7267cd0afb
    move FindSSHKey to task module 6543 2020-12-11 14:54:42 +0100
  • 941cc3cf75
    Merge branch 'master' into unexport-ConfigVar 6543 2020-12-11 14:45:52 +0100
  • 0f38da068c Improve ssh handling (#277) Norwin 2020-12-11 21:42:41 +0800
  • 8029fbe8dd
    rm named return & fix pwCallback nil check #277 6543 2020-12-11 14:35:25 +0100
  • a5d289ac27
    fix merge-conflict relicts 6543 2020-12-11 11:39:23 +0100
  • 0e8eb80540
    Merge branch 'master' into improve-ssh-handling 6543 2020-12-11 11:38:32 +0100
  • 01bddc385a
    update func descriptions 6543 2020-12-11 11:18:37 +0100
  • 1edeb6c272
    make SetDefaultLogin() case insensitive 6543 2020-12-11 11:14:52 +0100
  • 516f13860e
    unexport config var 6543 2020-12-11 10:52:50 +0100
  • 754ec00ded
    Unexport loadConfig() & saveConfig 6543 2020-12-11 10:51:46 +0100
  • 0bde20ea77
    Create func config.SetDefaultLogin() 6543 2020-12-11 10:24:58 +0100
  • c826cf65c2
    move CreateLogin into task 6543 2020-12-11 10:06:55 +0100
  • 3302deed24
    Unexport generateToken() 6543 2020-12-11 09:47:39 +0100
  • 7e191eb18b fix InitCommand() (#285) Norwin 2020-12-11 17:07:29 +0800
  • 580c55d751
    move config func and config task func to right place #285 6543 2020-12-11 09:33:28 +0100
  • f379b34993 Merge branch 'master' into issue-200-initcommand 6543 2020-12-10 06:10:39 +0800
  • a91168fd36 Improved list output (#281) Norwin 2020-12-10 06:04:36 +0800
  • a65de98854 rm empty line #281 6543 2020-12-09 22:59:31 +0100
  • 070a75f3e8 Merge branch 'master' into issue-244-sorted-list 6543 2020-12-10 05:51:27 +0800
  • 4a11cf455f Release delete: add --delete-tag & --confirm (#286) Norwin 2020-12-10 05:51:07 +0800
  • 54c90de053
    release delete: require confirmation #286 Norwin Roosen 2020-12-08 14:48:18 +0100
  • d128f8d8d1
    tea release delete: add --delete-tag flag Norwin Roosen 2020-12-07 01:47:01 +0100
  • 99e8c4981d
    vendor latest go-sdk Norwin Roosen 2020-12-09 20:02:07 +0100
  • bc249465b6
    improve docs Norwin Roosen 2020-12-09 15:35:06 +0100
  • 7d94a9545c
    improve ssh-key value docs Norwin Roosen 2020-12-09 15:27:28 +0100
  • 09ed301290 Merge branch 'master' into issue-200-initcommand Norwin 2020-12-09 06:55:32 +0800
  • f4bc0684dd Merge branch 'master' into issue-244-sorted-list Norwin 2020-12-09 06:55:25 +0800
  • 0712e7faa0 Merge branch 'master' into improve-ssh-handling Norwin 2020-12-09 06:55:10 +0800
  • 2635a7083d
    remove InitCommandLoginOnly() Norwin Roosen 2020-12-08 23:47:40 +0100
  • a6cf2f092c
    rework InitCommand() Norwin Roosen 2020-12-08 23:35:40 +0100
  • adb2382aa5 Add interactive mode for `tea pr create` (#279) Norwin 2020-12-09 05:41:50 +0800
  • f77e70a8e7 Merge branch 'master' into issue-234-pr-create-interactive #279 techknowlogick 2020-12-09 05:18:23 +0800
  • 6d6922efa6 Remove superflous version check for server. (#284) khmarbaise 2020-12-09 04:26:39 +0800
  • f422ac321a
    split modules/config Norwin Roosen 2020-12-08 21:18:13 +0100
  • 3203439af5
    Remove superflous version check for server. #284 Karl Heinz Marbaise 2020-12-08 20:48:24 +0100
  • e3505fa769 Merge branch 'master' into issue-234-pr-create-interactive 6543 2020-12-09 03:07:28 +0800
  • 846fb3072a Refactor tea labels command (#282) khmarbaise 2020-12-09 03:06:15 +0800
  • ab9dde986a
    Refactor tea labels command - fixed formatting code. #282 Karl Heinz Marbaise 2020-12-08 19:27:48 +0100
  • 4a5a77b2d5
    Refactor tea labels command Karl Heinz Marbaise 2020-12-07 22:41:16 +0100
  • 77807faf28 Merge branch 'master' into improve-ssh-handling Norwin 2020-12-09 01:49:19 +0800
  • 027ac7c6ea Merge branch 'master' into issue-244-sorted-list Norwin 2020-12-09 01:49:12 +0800
  • 5191bda72b Merge branch 'master' into issue-234-pr-create-interactive Norwin 2020-12-09 01:48:57 +0800
  • 3acd42f8d7 Use gox to cross-compile (#274) techknowlogick 2020-12-09 01:45:48 +0800
  • fb8a598373 Merge branch 'master' into goreleaser #274 6543 2020-12-08 22:55:37 +0800
  • a2ea850aa5
    remove unnecessary if Norwin Roosen 2020-12-08 13:38:08 +0100
  • 46fa12daae
    Merge branch 'master' into issue-244-sorted-list Norwin Roosen 2020-12-08 13:37:27 +0100
  • b4dfb9a28f
    sort milestones descending Norwin Roosen 2020-12-08 13:35:00 +0100
  • f175fa03f7
    sort milestones Norwin Roosen 2020-12-08 13:26:40 +0100
  • 1ee99ef3d5
    make table sortable Norwin Roosen 2020-12-08 13:25:56 +0100
  • 703368e2a2
    rename list output to table.go Norwin Roosen 2020-12-08 13:25:38 +0100
  • 0c752f5bed
    move outputList into a struct Norwin Roosen 2020-12-08 13:24:59 +0100
  • af23fb95b9 Merge branch 'master' into improve-ssh-handling 6543 2020-12-08 12:30:53 +0100
  • 9bd3332664 Merge branch 'master' into issue-234-pr-create-interactive 6543 2020-12-08 19:28:46 +0800
  • 6ed07162d2
    remove unused debug var Norwin Roosen 2020-12-08 12:24:50 +0100
  • c98441b13c Remove Interact Dependency Of Task Module (#280) 6543 2020-12-08 19:25:21 +0800
  • 0826cb887a Merge branch 'master' into issue-234-pr-create-interactive 6543 2020-12-08 12:12:00 +0100
  • 5e353b5aa1 format code #280 6543 2020-12-08 12:01:58 +0100
  • 69bf349fd4 accept nil callback 6543 2020-12-08 11:54:38 +0100
  • d0911a7c7d remove interact dependency in task module 6543 2020-12-08 04:42:43 +0100
  • 5cb3e1ded5 Refactor: Move list print functions into print package (#273) 6543 2020-12-08 18:28:54 +0800
  • f92ab387df remove comd/flags dependency in print module #273 6543 2020-12-08 05:21:51 +0100
  • 8988bcd876 Unexport print.outputMarkdown 6543 2020-12-08 05:11:30 +0100
  • f54699136e Merge branch 'master' into refactor_move-listPrints 6543 2020-12-08 05:06:50 +0100
  • 2b11f408fd Pull DetailView: Show more pull informations (#271) 6543 2020-12-08 12:06:05 +0800
  • 625990bf1d Unexport print.outputList 6543 2020-12-08 04:01:53 +0100
  • 0d0d17e2bb MV list notification threads -> print.NotificationsList 6543 2020-12-08 04:00:58 +0100
  • bca82b7bbd move list issues&pulls of mile -> print.IssuesPullsList() 6543 2020-12-08 03:54:50 +0100
  • 491be550cb
    Merge remote-tracking branch 'upstream/master' into improve-ssh-handling Norwin Roosen 2020-12-08 02:37:59 +0100
  • 830161867d Merge branch 'master' into refactor_move-listPrints 6543 2020-12-08 09:21:31 +0800
  • 5ca1bec1a5 Merge branch 'master' into enhance-pullDetailView #271 6543 2020-12-08 09:21:26 +0800
  • d0e05e8be2 move git auth prompts to interact module (#276) Norwin 2020-12-08 09:21:05 +0800
  • 7c55588ea6
    remove debug print statement Norwin Roosen 2020-12-08 01:17:39 +0100
  • eee204a78e
    more linting Norwin Roosen 2020-12-08 01:16:22 +0100
  • 13b2566291
    lint Norwin Roosen 2020-12-08 01:11:27 +0100
  • 57bd2ffc42
    implement interactive.CreatePull Norwin Roosen 2020-12-08 01:09:44 +0100