1
1
mirror of https://gitea.com/gitea/tea synced 2025-12-27 10:41:47 +01:00

Commit Graph

  • 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. 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 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 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 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 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
  • 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 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 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. Karl Heinz Marbaise 2020-12-07 12:58:06 +0100
  • 830fcd433e
    Supplemental check for response. 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