1
1
mirror of https://gitea.com/gitea/tea synced 2025-02-22 17:41:16 +01:00

Commit Graph

  • 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
  • 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