1
1
mirror of https://gitea.com/gitea/tea synced 2025-02-23 01:51:13 +01:00

Commit Graph

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