c0eb30af03
capitalize a few items
2025-08-11 15:29:19 +00:00
ee111d7c12
README: Document logging in to gitea ( #790 )
...
References: #569 #675 #697 #767 #775
Reviewed-on: https://gitea.com/gitea/tea/pulls/790
Reviewed-by: techknowlogick <techknowlogick@noreply.gitea.com >
Co-authored-by: Michal Suchanek <msuchanek@suse.de >
Co-committed-by: Michal Suchanek <msuchanek@suse.de >
2025-08-11 15:25:42 +00:00
5f35cebcf1
remove autocomplete command ( #782 )
...
Add a note in readme about adding shell completions
Closes: https://gitea.com/gitea/tea/issues/781
Co-authored-by: techknowlogick <techknowlogick@noreply.gitea.com >
Reviewed-on: https://gitea.com/gitea/tea/pulls/782
Reviewed-by: techknowlogick <techknowlogick@noreply.gitea.com >
Co-authored-by: TheFox0x7 <thefox0x7@gmail.com >
Co-committed-by: TheFox0x7 <thefox0x7@gmail.com >
2025-07-21 21:24:28 +00:00
ab4ad92d40
replace arch package url ( #783 )
...
Direct users to main repository instead of AUR package
Reviewed-on: https://gitea.com/gitea/tea/pulls/783
Co-authored-by: TheFox0x7 <thefox0x7@gmail.com >
Co-committed-by: TheFox0x7 <thefox0x7@gmail.com >
2025-07-21 21:21:25 +00:00
4c0cef090d
Release Asset Management ( #619 )
...
Add release asset management. This includes a series of subcommands under `tea release assets`:
- `tea release assets create <release-tag> <asset> [<asset>...]`: Upload one or more release attachments
- `tea release assets delete <release tag> <attachment name> [<attachment name>...]`: Delete one or more release attachments
- `tea release assets list <release tag>`: List Release Attachments
Co-authored-by: Dane Bouchie <dbouchie@iradimed.com >
Reviewed-on: https://gitea.com/gitea/tea/pulls/619
Co-authored-by: danebou <danebou@noreply.gitea.com >
Co-committed-by: danebou <danebou@noreply.gitea.com >
2024-07-26 16:05:12 +00:00
6e473ec601
Update README.md to add actions badge ( #651 )
...
Reviewed-on: https://gitea.com/gitea/tea/pulls/651
2024-05-28 06:21:14 +00:00
b8ad55117a
Installation on Windows via MSYS2 ( #615 )
...
Add link to package description page.
Reviewed-on: https://gitea.com/gitea/tea/pulls/615
Reviewed-by: techknowlogick <techknowlogick@noreply.gitea.com >
Co-authored-by: Konstantin Podsvirov <podsvirov@noreply.gitea.com >
Co-committed-by: Konstantin Podsvirov <podsvirov@noreply.gitea.com >
2023-12-29 04:01:14 +00:00
e6a6aa6f49
Update documentation about brew and some other misc ( #590 )
...
Reviewed-on: https://gitea.com/gitea/tea/pulls/590
Reviewed-by: techknowlogick <techknowlogick@noreply.gitea.com >
Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com >
Co-committed-by: Lunny Xiao <xiaolunwen@gmail.com >
2023-09-15 02:12:50 +00:00
92d49e383d
fix readme badges
2023-09-10 18:48:34 +00:00
b868d30434
spdx ( #581 )
...
Co-authored-by: techknowlogick <hello@techknowlogick.com >
Co-committed-by: techknowlogick <hello@techknowlogick.com >
2023-09-08 01:40:02 +00:00
10bd00d066
adding installer option with asdf ( #563 )
...
created a plugin to install tea via asdf - hoping someone else can find it useful.
Co-authored-by: mvaldes <mvaldes.revilla@gmail.com >
Reviewed-on: https://gitea.com/gitea/tea/pulls/563
Co-authored-by: mvaldes14 <mvaldes14@noreply.gitea.com >
Co-committed-by: mvaldes14 <mvaldes14@noreply.gitea.com >
2023-09-01 15:34:42 +00:00
abcaa58312
Improve Compilation Section in Readme ( #543 )
...
This PR adds two small improvements to the compilation Section of the Readme:
- Add go/The Go Programming Language to the list of required tools in the compilation section of the readme.
- Add a short explanation how the compiled source can be installed via make install, with a note about the GOPATH
Co-authored-by: Christoph Wildhagen <git@christoph-wildhagen.de >
Reviewed-on: https://gitea.com/gitea/tea/pulls/543
Reviewed-by: John Olheiser <john+gitea@jolheiser.com >
Reviewed-by: techknowlogick <techknowlogick@noreply.gitea.io >
Co-authored-by: ASDFGamer <asdfgamer@noreply.gitea.io >
Co-committed-by: ASDFGamer <asdfgamer@noreply.gitea.io >
2023-04-19 03:06:00 +08:00
342b573d45
Remove vendor docs ( #534 )
...
As title, we no longer use vendoring (or dep!).
Also updated the link to Discord.
Co-authored-by: jolheiser <john.olheiser@gmail.com >
Reviewed-on: https://gitea.com/gitea/tea/pulls/534
Reviewed-by: techknowlogick <techknowlogick@gitea.io >
Co-authored-by: John Olheiser <john+gitea@jolheiser.com >
Co-committed-by: John Olheiser <john+gitea@jolheiser.com >
2023-02-09 12:41:43 +08:00
4ee5ce4b52
Fix "go install" example ( #505 )
...
because some wrong tagging was done in the past, `latest` will point to `1.3.3` witch is actually v0.1.x.
so you have to specify the version
Reviewed-on: https://gitea.com/gitea/tea/pulls/505
Reviewed-by: Norwin <noerw@noreply.gitea.io >
Reviewed-by: techknowlogick <techknowlogick@gitea.io >
Co-authored-by: 6543 <6543@obermui.de >
Co-committed-by: 6543 <6543@obermui.de >
2022-09-14 09:08:41 +08:00
02f5f15269
Fix go install for go 1.17 ( #481 )
...
Reviewed-on: https://gitea.com/gitea/tea/pulls/481
Reviewed-by: techknowlogick <techknowlogick@gitea.io >
Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com >
Co-authored-by: Sandro <supersandro2000@noreply.gitea.io >
Co-committed-by: Sandro <supersandro2000@noreply.gitea.io >
2022-04-26 14:07:15 +08:00
a7d83ee416
Simplify build & update installation instructions ( #437 )
...
- "revert" the work done in #349 . It turns out that this elaborate workaround to get statically built PIEs was only needed due to a bug in go, which got fixed in go 1.16.
- Add an exception to the `-buildmode=pie` flag for OpenBSD, as discovered in #436
- Simplify & update README installation instructions (the Arch AUR package got deleted as it wasn't maintained, so we link to `gitea-tea-git` now.)
Co-authored-by: Norwin <git@nroo.de >
Reviewed-on: https://gitea.com/gitea/tea/pulls/437
Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com >
Reviewed-by: 6543 <6543@obermui.de >
Co-authored-by: Norwin <noerw@noreply.gitea.io >
Co-committed-by: Norwin <noerw@noreply.gitea.io >
2021-12-03 04:01:10 +08:00
dc16643e0d
Improve Documentation ( #433 )
...
- document more assumptions about usage context of gitea
- improve some flag descriptions (#432 , #377 )
Co-authored-by: Norwin <git@nroo.de >
Reviewed-on: https://gitea.com/gitea/tea/pulls/433
Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com >
Reviewed-by: 6543 <6543@obermui.de >
Co-authored-by: Norwin <noerw@noreply.gitea.io >
Co-committed-by: Norwin <noerw@noreply.gitea.io >
2021-12-03 02:33:56 +08:00
42e423470c
Fix notification example ( #416 )
...
Co-authored-by: justusbunsi <61625851+justusbunsi@users.noreply.github.com >
Reviewed-on: https://gitea.com/gitea/tea/pulls/416
Reviewed-by: Norwin <noerw@noreply.gitea.io >
Reviewed-by: techknowlogick <techknowlogick@gitea.io >
Co-authored-by: justusbunsi <justusbunsi@noreply.gitea.io >
Co-committed-by: justusbunsi <justusbunsi@noreply.gitea.io >
2021-09-29 03:29:48 +08:00
555f1ae516
Makefile: add STATIC=true for static PIE builds ( #349 )
...
- `make build` + `make install` now support the `STATIC=true` parameter, creating statically linked builds that are also position independent executables
- this requires CGO and a static libc on the build system
- `CGO_ENABLED=0` is set for all make build targets, unless `STATIC=true` is set
- Debug symbols are stripped (`-s -w`) for all make build targets
- Release binaries are built statically by gox (no PIE), as before.
I also took the liberty to declutter the makefile from unused & duplicated variables.
Co-authored-by: Norwin Roosen <git@nroo.de >
Co-authored-by: 6543 <6543@obermui.de >
Reviewed-on: https://gitea.com/gitea/tea/pulls/349
Reviewed-by: Andrew Thornton <art27@cantab.net >
Reviewed-by: 6543 <6543@obermui.de >
Co-authored-by: Norwin <noerw@noreply.gitea.io >
Co-committed-by: Norwin <noerw@noreply.gitea.io >
2021-09-24 00:01:07 +08:00
43a58bdba1
Proper help text & new README structure ( #311 )
...
add cli.AppHelpTemplate for customization
customize tea help view
tea --version : improve parseability
Rework README to include tea help output
It's an antipattern to have different help texts aimed at the same
users. So now that we have a good cli help text, lets use it here.
This eases maintenance, and at the same time gives an honest impression
on what we have to offer, while also encouraging to improve the internal
help text in the future.
I feel a bit sad for the GIF, but it was becoming outdated anyway..
group commands by category
add new demo gif
shows the (probably) most useful workflow
readme improvement
Merge branch 'master' into improve-app-help
code review
Merge branch 'master' into improve-app-help
restructure installation section
Co-authored-by: Norwin Roosen <git@nroo.de >
Reviewed-on: https://gitea.com/gitea/tea/pulls/311
Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com >
Reviewed-by: khmarbaise <khmarbaise@noreply.gitea.io >
Co-Authored-By: Norwin <noerw@noreply.gitea.io >
Co-Committed-By: Norwin <noerw@noreply.gitea.io >
2020-12-21 21:37:20 +08:00
287df8a715
Add command to install shell completion ( #309 )
...
add autocompletion files to contrib/
curl -o contrib/autocomplete.zsh https://raw.githubusercontent.com/urfave/cli/master/autocomplete/zsh_autocomplete
curl -o contrib/autocomplete.sh https://raw.githubusercontent.com/urfave/cli/master/autocomplete/bash_autocomplete
add powershell
add `tea meta autocomplete`
closes #86
update docs
Co-authored-by: Norwin Roosen <git@nroo.de >
Reviewed-on: https://gitea.com/gitea/tea/pulls/309
Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com >
Reviewed-by: 6543 <6543@obermui.de >
Co-Authored-By: Norwin <noerw@noreply.gitea.io >
Co-Committed-By: Norwin <noerw@noreply.gitea.io >
2020-12-17 00:01:59 +08:00
e5cdad554e
Add feature comparison chart between forge CLIs ( #294 )
...
WIP: add comparison
Merge branch 'master' into issue-194-comparison
move file
hint in readme
Co-authored-by: Norwin Roosen <git@nroo.de >
Co-authored-by: 6543 <6543@obermui.de >
Reviewed-on: https://gitea.com/gitea/tea/pulls/294
Reviewed-by: 6543 <6543@obermui.de >
Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com >
Co-Authored-By: Norwin <noerw@noreply.gitea.io >
Co-Committed-By: Norwin <noerw@noreply.gitea.io >
2020-12-15 12:59:49 +08:00
7d486c2ec6
tea organizations list command ( #264 )
...
Introduce tea organizations list command (#263 )
Fix #263
Add missing pagination options missing as suggest by reviewers. (#263 )
Signed-off-by: Karl Heinz Marbaise <kama@soebes.de >
Co-authored-by: Karl Heinz Marbaise <kama@soebes.de >
Reviewed-on: https://gitea.com/gitea/tea/pulls/264
Reviewed-by: Norwin <noerw@noreply.gitea.io >
Reviewed-by: 6543 <6543@obermui.de >
Co-Authored-By: khmarbaise <khmarbaise@noreply.gitea.io >
Co-Committed-By: khmarbaise <khmarbaise@noreply.gitea.io >
2020-12-07 06:02:50 +08:00
4cb7d21a8f
Add hint for contributors #265 ( #266 )
...
Add hint for contributors #265
contributors should check via `make vet` as well
before pushing.
Signed-off-by: Karl Heinz Marbaise <kama@soebes.de >
Reviewed-on: https://gitea.com/gitea/tea/pulls/266
Reviewed-by: Norwin <noerw@noreply.gitea.io >
Reviewed-by: techknowlogick <techknowlogick@gitea.io >
Co-Authored-By: khmarbaise <khmarbaise@noreply.gitea.io >
Co-Committed-By: khmarbaise <khmarbaise@noreply.gitea.io >
2020-12-06 09:24:06 +08:00
48c1c50796
Update Docu to new Structure ( #247 )
...
reword styleguide
adapt contributing to tea
add info from #184 new structure
Update CONTRIBUTING
mention CONTRIBUTING.md in README
Remove Authors form README (close #225 )
Co-authored-by: 6543 <6543@obermui.de >
Co-authored-by: Norwin Roosen <git@nroo.de >
Reviewed-on: https://gitea.com/gitea/tea/pulls/247
Reviewed-by: Norwin <noerw@noreply.gitea.io >
Reviewed-by: techknowlogick <techknowlogick@gitea.io >
Co-Authored-By: 6543 <6543@noreply.gitea.io >
Co-Committed-By: 6543 <6543@noreply.gitea.io >
2020-10-25 07:48:20 +08:00
a0330a3fb2
removed weird syntax highlighting and fixed linting errors ( #224 )
...
removed weird syntax highlighting and fixed linting errors
Co-authored-by: crapStone <crapstone01@gmail.com >
Reviewed-on: https://gitea.com/gitea/tea/pulls/224
Reviewed-by: 6543 <6543@noreply.gitea.io >
Reviewed-by: Norwin <noerw@noreply.gitea.io >
Co-Authored-By: crapStone <crapstone@noreply.gitea.io >
Co-Committed-By: crapStone <crapstone@noreply.gitea.io >
2020-10-20 10:47:31 +08:00
9602c149ca
Changelog v0.5.0 ( #205 )
...
Add Changelog for v0.5.0
Update SubComand Descriptions
Co-authored-by: 6543 <6543@obermui.de >
Reviewed-on: https://gitea.com/gitea/tea/pulls/205
Reviewed-by: Norwin <noerw@noreply.gitea.io >
Reviewed-by: Andrew Thornton <art27@cantab.net >
2020-09-27 14:35:53 +00:00
f8d983b523
Update Golang ( #185 )
...
update golang
Co-authored-by: 6543 <6543@obermui.de >
Reviewed-on: https://gitea.com/gitea/tea/pulls/185
Reviewed-by: techknowlogick <techknowlogick@gitea.io >
Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com >
2020-09-19 15:29:15 +00:00
85e1244db8
Add note for alpine/arch-linux package ( #143 )
...
add note for archlinux TEA package
add note for alpine linux TEA package
Co-authored-by: 6543 <6543@obermui.de >
Reviewed-on: https://gitea.com/gitea/tea/pulls/143
Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com >
Reviewed-by: techknowlogick <techknowlogick@gitea.io >
2020-07-05 18:36:21 +00:00
8bbeeae327
Update Readme & add demo GIF ( #125 )
...
add suggestions from reviews & remove alias from subcomand list
gif is now on cdn & add review suggestion
Add ICON & Name
update description & co
add demo gif
fix newline becaues of new markdown roule
Co-authored-by: 6543 <6543@obermui.de >
Reviewed-on: https://gitea.com/gitea/tea/pulls/125
Reviewed-by: lafriks <lafriks@noreply.gitea.io >
Reviewed-by: Gary Kim <gary@garykim.dev >
2020-04-25 12:04:05 +00:00
6e85b47f7c
README: add badges ( #80 )
...
use SVG instead of PNG
update discord link
add badges
Co-authored-by: 6543 <6543@obermui.de >
Reviewed-by: sapk <sapk@noreply.gitea.io >
Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com >
2020-01-03 00:58:45 +00:00
d9e6db96a7
README: document some dev tasks ( #79 )
2019-12-26 03:26:48 +00:00
651ba2aba4
Add install guide from brew on README ( #61 )
2019-10-28 19:40:09 +00:00
bf9620d18e
chore: go support combine all coverage file ( #24 )
...
* Combine all coverage file in one command
* remove generate-coverage
* remove unused method: errCheck
Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com >
2019-04-26 14:51:03 +03:00
b924cd5296
added 'go get' command & build instructions ( #16 ) ( #19 )
...
Signed-off-by: Andreas Ulm <andreas.ulm@root360.de >
2019-04-25 22:16:57 +08:00
fb52920af9
Fix installation instructions ( #11 )
...
* improve README (#10 )
fix installation instructions, improve usage guide
* Update README.md
2019-04-12 20:44:53 +03:00
b9b653dec3
Add release create ( #1 )
...
* add release create
* typo
2018-10-21 21:52:57 +03:00
9d5cda4bfe
init project
2018-09-03 14:43:00 +08:00