1681af8a3e
fix(deps): update module golang.org/x/crypto to v0.36.0 ( #730 )
...
Reviewed-on: https://gitea.com/gitea/tea/pulls/730
Co-authored-by: Renovate Bot <renovate-bot@gitea.com >
Co-committed-by: Renovate Bot <renovate-bot@gitea.com >
2025-03-18 17:28:43 +00:00
62dc1dde95
Login via oauth2 flow ( #725 )
...
Reviewed-on: https://gitea.com/gitea/tea/pulls/725
Co-authored-by: techknowlogick <techknowlogick@gitea.com >
Co-committed-by: techknowlogick <techknowlogick@gitea.com >
2025-03-18 17:01:49 +00:00
e82dd9e08d
fix(deps): update module github.com/urfave/cli/v2 to v2.27.6 ( #729 )
...
Reviewed-on: https://gitea.com/gitea/tea/pulls/729
Co-authored-by: Renovate Bot <renovate-bot@gitea.com >
Co-committed-by: Renovate Bot <renovate-bot@gitea.com >
2025-03-18 16:46:15 +00:00
9785f6acf7
fix(deps): update module github.com/charmbracelet/glamour to v0.9.0 ( #732 )
...
Reviewed-on: https://gitea.com/gitea/tea/pulls/732
Co-authored-by: Renovate Bot <renovate-bot@gitea.com >
Co-committed-by: Renovate Bot <renovate-bot@gitea.com >
2025-03-18 16:45:49 +00:00
5d78e27542
chore(deps): update mcr.microsoft.com/devcontainers/go docker tag to v1.24 ( #733 )
...
Reviewed-on: https://gitea.com/gitea/tea/pulls/733
Co-authored-by: Renovate Bot <renovate-bot@gitea.com >
Co-committed-by: Renovate Bot <renovate-bot@gitea.com >
2025-03-18 16:45:38 +00:00
e2c199fcd5
chore(deps): update dependency go to v1.24.1 ( #728 )
...
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| [go](https://go.dev/ ) ([source](https://github.com/golang/go )) | toolchain | patch | `1.24.0` -> `1.24.1` |
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
---
This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xODUuNyIsInVwZGF0ZWRJblZlciI6IjM5LjE4NS43IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
Reviewed-on: https://gitea.com/gitea/tea/pulls/728
Co-authored-by: Renovate Bot <renovate-bot@gitea.com >
Co-committed-by: Renovate Bot <renovate-bot@gitea.com >
2025-03-05 01:45:28 +00:00
9888ca69b2
fix(deps): update module github.com/go-git/go-git/v5 to v5.14.0 ( #724 )
...
Reviewed-on: https://gitea.com/gitea/tea/pulls/724
Reviewed-by: techknowlogick <techknowlogick@noreply.gitea.com >
Co-authored-by: Renovate Bot <renovate-bot@gitea.com >
Co-committed-by: Renovate Bot <renovate-bot@gitea.com >
2025-02-28 01:57:47 +00:00
57e3400f0f
Feat: interactive issue edit command ( #708 )
...
If there are no flags passed to the `issues edit` command, it prompts
for changes to the properties like title, description, labels, etc.
This is a follow-up to <https://gitea.com/gitea/tea/pulls/506 >.
Closes: <https://gitea.com/gitea/tea/issues/605 >
Co-authored-by: techknowlogick <techknowlogick@noreply.gitea.com >
Reviewed-on: https://gitea.com/gitea/tea/pulls/708
Reviewed-by: techknowlogick <techknowlogick@noreply.gitea.com >
Co-authored-by: Vincent Neubauer <v.neubauer@darlor.de >
Co-committed-by: Vincent Neubauer <v.neubauer@darlor.de >
2025-02-27 18:49:24 +00:00
60636cd7d8
Use flakes vs devbox ( #723 )
...
Reviewed-on: https://gitea.com/gitea/tea/pulls/723
Co-authored-by: techknowlogick <techknowlogick@gitea.com >
Co-committed-by: techknowlogick <techknowlogick@gitea.com >
2025-02-27 18:33:37 +00:00
47ee397110
chore(deps): update dependency go to v1.24.0 ( #719 )
...
Reviewed-on: https://gitea.com/gitea/tea/pulls/719
Co-authored-by: Renovate Bot <renovate-bot@gitea.com >
Co-committed-by: Renovate Bot <renovate-bot@gitea.com >
2025-02-26 16:11:22 +00:00
b4655aefc4
fix(deps): update module golang.org/x/crypto to v0.35.0 ( #721 )
...
Reviewed-on: https://gitea.com/gitea/tea/pulls/721
Co-authored-by: Renovate Bot <renovate-bot@gitea.com >
Co-committed-by: Renovate Bot <renovate-bot@gitea.com >
2025-02-26 16:10:39 +00:00
aba2dadcfd
fix(deps): update module github.com/muesli/termenv to v0.16.0 ( #720 )
...
Reviewed-on: https://gitea.com/gitea/tea/pulls/720
Co-authored-by: Renovate Bot <renovate-bot@gitea.com >
Co-committed-by: Renovate Bot <renovate-bot@gitea.com >
2025-02-26 16:10:21 +00:00
c2ddda6800
Fix helper panic ( #676 )
...
Fix helper on get login struct
Reviewed-on: https://gitea.com/gitea/tea/pulls/676
Reviewed-by: techknowlogick <techknowlogick@noreply.gitea.com >
Co-authored-by: Matheus Sampaio Queiroga <srherobrine20@gmail.com >
Co-committed-by: Matheus Sampaio Queiroga <srherobrine20@gmail.com >
2025-02-26 16:09:06 +00:00
fe1928679a
chore(deps): update dependency go ( #715 )
...
Reviewed-on: https://gitea.com/gitea/tea/pulls/715
Co-authored-by: Renovate Bot <renovate-bot@gitea.com >
Co-committed-by: Renovate Bot <renovate-bot@gitea.com >
2025-02-16 17:46:19 +00:00
681e665a59
fix(deps): update module golang.org/x/crypto to v0.33.0 ( #718 )
...
Reviewed-on: https://gitea.com/gitea/tea/pulls/718
Co-authored-by: Renovate Bot <renovate-bot@gitea.com >
Co-committed-by: Renovate Bot <renovate-bot@gitea.com >
2025-02-16 17:45:59 +00:00
72790aa50a
fix(deps): update module github.com/go-git/go-git/v5 to v5.13.2 ( #713 )
...
Reviewed-on: https://gitea.com/gitea/tea/pulls/713
Co-authored-by: Renovate Bot <renovate-bot@gitea.com >
Co-committed-by: Renovate Bot <renovate-bot@gitea.com >
2025-01-27 02:10:31 +00:00
1c24e199f7
chore(deps): update dependency go to v1.23.5 ( #712 )
...
Reviewed-on: https://gitea.com/gitea/tea/pulls/712
Co-authored-by: Renovate Bot <renovate-bot@gitea.com >
Co-committed-by: Renovate Bot <renovate-bot@gitea.com >
2025-01-23 18:15:26 +00:00
8efa1aaf1f
fix(deps): update module code.gitea.io/sdk/gitea to v0.20.0 ( #711 )
...
Reviewed-on: https://gitea.com/gitea/tea/pulls/711
Co-authored-by: Renovate Bot <renovate-bot@gitea.com >
Co-committed-by: Renovate Bot <renovate-bot@gitea.com >
2025-01-10 17:55:51 +00:00
bc29fa5c9c
fix(deps): update module golang.org/x/crypto to v0.32.0 ( #710 )
...
Reviewed-on: https://gitea.com/gitea/tea/pulls/710
Co-authored-by: Renovate Bot <renovate-bot@gitea.com >
Co-committed-by: Renovate Bot <renovate-bot@gitea.com >
2025-01-10 17:55:38 +00:00
f3fe2a0532
release create: Add --note-file flag to read release notes from a file ( #678 )
...
Add a `--note-file` argument to pass a file with multi-line release notes instead of trying to pass as an argument using `--note`.
Co-authored-by: Lunny Xiao <lunny@noreply.gitea.com >
Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com >
Reviewed-on: https://gitea.com/gitea/tea/pulls/678
Reviewed-by: Lunny Xiao <lunny@noreply.gitea.com >
Co-authored-by: Nithin Philips <nithin@nithinphilips.com >
Co-committed-by: Nithin Philips <nithin@nithinphilips.com >
2025-01-08 05:00:21 +00:00
54b3f8e5b2
fix(deps): update module golang.org/x/term to v0.28.0 ( #709 )
...
Reviewed-on: https://gitea.com/gitea/tea/pulls/709
Co-authored-by: Renovate Bot <renovate-bot@gitea.com >
Co-committed-by: Renovate Bot <renovate-bot@gitea.com >
2025-01-06 04:32:32 +00:00
4e0fab6e7f
fix(deps): update module github.com/go-git/go-git/v5 to v5.13.1 ( #707 )
...
Reviewed-on: https://gitea.com/gitea/tea/pulls/707
Reviewed-by: techknowlogick <techknowlogick@noreply.gitea.com >
Co-authored-by: Renovate Bot <renovate-bot@gitea.com >
Co-committed-by: Renovate Bot <renovate-bot@gitea.com >
2025-01-03 04:09:44 +00:00
6f924df8ac
Fix/Login Edit Use Editor Env ( #706 )
...
It is very common to set `$EDITOR` to an terminal editor.
To do so, we have to attach the stdin and stdout to interact with it.
Otherwise the command would do nothing (when using `.Run()`) as it
silently fails or hang the command (using `.Start()`) because it waits
forever for input.
Also attaching stderr to make debugging easier if someone has a
non-compatible or broken `$EDITOR` set.
Reviewed-on: https://gitea.com/gitea/tea/pulls/706
Reviewed-by: Lunny Xiao <lunny@noreply.gitea.com >
Co-authored-by: Vincent Neubauer <v.neubauer@darlor.de >
Co-committed-by: Vincent Neubauer <v.neubauer@darlor.de >
2025-01-02 06:29:53 +00:00
66927f8972
fix(deps): update module github.com/go-git/go-git/v5 to v5.13.0 ( #704 )
...
Reviewed-on: https://gitea.com/gitea/tea/pulls/704
Co-authored-by: Renovate Bot <renovate-bot@gitea.com >
Co-committed-by: Renovate Bot <renovate-bot@gitea.com >
2024-12-29 00:55:34 +00:00
9de3fc8667
Gitea Actions support ( #682 )
...
This reworks the container to be usable with the Gitea act-runner and connect using TLS.
The directory structure is prepared so that a config.yml can be echoed into the container for authentication.
Co-authored-by: Pysen X <pysen@svartavillan.se >
Co-authored-by: Lunny Xiao <lunny@noreply.gitea.com >
Co-authored-by: techknowlogick <techknowlogick@noreply.gitea.com >
Reviewed-on: https://gitea.com/gitea/tea/pulls/682
Reviewed-by: Lunny Xiao <lunny@noreply.gitea.com >
Reviewed-by: techknowlogick <techknowlogick@noreply.gitea.com >
Co-authored-by: pysen <pysen@noreply.gitea.com >
Co-committed-by: pysen <pysen@noreply.gitea.com >
2024-12-27 02:00:57 +00:00
2fb291c6d4
update ci goproxy ( #703 )
...
Reviewed-on: https://gitea.com/gitea/tea/pulls/703
Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com >
Co-committed-by: Lunny Xiao <xiaolunwen@gmail.com >
2024-12-26 22:53:03 +00:00
637b7ea010
fix(deps): update github.com/muesli/termenv digest to 8c990cd ( #696 )
...
Reviewed-on: https://gitea.com/gitea/tea/pulls/696
Co-authored-by: Renovate Bot <renovate-bot@gitea.com >
Co-committed-by: Renovate Bot <renovate-bot@gitea.com >
2024-12-26 21:14:00 +00:00
f1cad9dbb1
Expose --labels option - Fixes #698 ( #699 )
...
Expose the --labels option for the `tea repos migrate` command. This pull request fixes the issue reported in gitea/tea#698
```bash
> tea ( main ) % ./tea repos migrate --help
NAME:
tea repos migrate - Migrate a repository
USAGE:
tea repos migrate [command options]
DESCRIPTION:
Migrate a repository and or mirror it.
OPTIONS:
--name value Name of the repository
--owner value Owner of the repository
--clone-url value Clone URL of the repository
--service value Service to migrate from. Supported services are: git, gitea, gitlab, gogs
--mirror Mirror the repository (default: false)
--private Make the repository private (default: false)
--template Make the repository a template (default: false)
--wiki Copy the wiki (default: false)
--issues Copy the issues (default: false)
--labels Copy the lables (default: false)
--pull-requests Copy the pull requests (default: false)
--releases Copy the releases (default: false)
--milestones Copy the milestones (default: false)
--mirror-interval value Interval to mirror the repository.
--lfs Copy the LFS objects (default: false)
--lfs-endpoint value LFS endpoint to use
--auth-user value Username to use for authentication.
--auth-password value Password to use for authentication.
--auth-token value Token to use for authentication.
--login value, -l value Use a different Gitea Login. Optional
--output value, -o value Output format. (simple, table, csv, tsv, yaml, json)
--help, -h show help
```
Fix tested successfully on an own migration from gitlab to gitea
This PR closes gitea/tea#698
Co-authored-by: ebner <simon.ebner@psi.ch >
Reviewed-on: https://gitea.com/gitea/tea/pulls/699
Reviewed-by: Lunny Xiao <lunny@noreply.gitea.com >
Co-authored-by: simongregorebner <simongregorebner@noreply.gitea.com >
Co-committed-by: simongregorebner <simongregorebner@noreply.gitea.com >
2024-12-23 18:40:45 +00:00
f2955a468e
fix(deps): update github.com/muesli/termenv digest to 0d230cb ( #694 )
...
Reviewed-on: https://gitea.com/gitea/tea/pulls/694
Co-authored-by: Renovate Bot <renovate-bot@gitea.com >
Co-committed-by: Renovate Bot <renovate-bot@gitea.com >
2024-12-12 05:09:05 +00:00
54c198cc84
fix(deps): update module golang.org/x/crypto to v0.31.0 ( #695 )
...
Reviewed-on: https://gitea.com/gitea/tea/pulls/695
Co-authored-by: Renovate Bot <renovate-bot@gitea.com >
Co-committed-by: Renovate Bot <renovate-bot@gitea.com >
2024-12-12 05:08:36 +00:00
3447be6a68
chore(deps): update dependency go to v1.23.4 ( #691 )
...
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| [go](https://go.dev/ ) ([source](https://github.com/golang/go )) | toolchain | patch | `1.23.3` -> `1.23.4` |
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
---
This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS40Mi40IiwidXBkYXRlZEluVmVyIjoiMzkuNDIuNCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
Reviewed-on: https://gitea.com/gitea/tea/pulls/691
Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com >
Co-authored-by: Renovate Bot <renovate-bot@gitea.com >
Co-committed-by: Renovate Bot <renovate-bot@gitea.com >
2024-12-06 06:19:52 +00:00
88628368f6
fix(deps): update module golang.org/x/crypto to v0.30.0 ( #692 )
...
Reviewed-on: https://gitea.com/gitea/tea/pulls/692
Co-authored-by: Renovate Bot <renovate-bot@gitea.com >
Co-committed-by: Renovate Bot <renovate-bot@gitea.com >
2024-12-05 02:01:15 +00:00
768a6fd844
fix(deps): update module github.com/stretchr/testify to v1.10.0 ( #689 )
...
Reviewed-on: https://gitea.com/gitea/tea/pulls/689
Co-authored-by: Renovate Bot <renovate-bot@gitea.com >
Co-committed-by: Renovate Bot <renovate-bot@gitea.com >
2024-12-01 00:57:28 +00:00
eb204541f9
chore(deps): update mcr.microsoft.com/devcontainers/go docker tag to v1.23 ( #688 )
...
Reviewed-on: https://gitea.com/gitea/tea/pulls/688
Co-authored-by: Renovate Bot <renovate-bot@gitea.com >
Co-committed-by: Renovate Bot <renovate-bot@gitea.com >
2024-12-01 00:56:56 +00:00
a9293e2f8b
fix(deps): update module golang.org/x/crypto to v0.29.0 ( #690 )
...
Reviewed-on: https://gitea.com/gitea/tea/pulls/690
Co-authored-by: Renovate Bot <renovate-bot@gitea.com >
Co-committed-by: Renovate Bot <renovate-bot@gitea.com >
2024-12-01 00:56:07 +00:00
3cef822f22
fix(deps): update module github.com/adrg/xdg to v0.5.3 ( #687 )
...
Reviewed-on: https://gitea.com/gitea/tea/pulls/687
Co-authored-by: Renovate Bot <renovate-bot@gitea.com >
Co-committed-by: Renovate Bot <renovate-bot@gitea.com >
2024-11-30 02:53:37 +00:00
f9a08f8d3b
chore(deps): update ghcr.io/devcontainers/features/git-lfs docker tag to v1.2.3 ( #686 )
...
Reviewed-on: https://gitea.com/gitea/tea/pulls/686
Co-authored-by: Renovate Bot <renovate-bot@gitea.com >
Co-committed-by: Renovate Bot <renovate-bot@gitea.com >
2024-11-30 02:53:00 +00:00
10e53345ed
fix(deps): update module github.com/urfave/cli/v2 to v2.27.5 ( #667 )
...
Reviewed-on: https://gitea.com/gitea/tea/pulls/667
Co-authored-by: Renovate Bot <renovate-bot@gitea.com >
Co-committed-by: Renovate Bot <renovate-bot@gitea.com >
2024-11-30 02:00:43 +00:00
09aed015f2
chore(deps): update dependency go to v1.23.3 ( #685 )
...
Reviewed-on: https://gitea.com/gitea/tea/pulls/685
Co-authored-by: Renovate Bot <renovate-bot@gitea.com >
Co-committed-by: Renovate Bot <renovate-bot@gitea.com >
2024-11-30 01:59:49 +00:00
b7191bf6e9
fix(deps): update github.com/muesli/termenv digest to 82936c5 ( #684 )
...
Reviewed-on: https://gitea.com/gitea/tea/pulls/684
Co-authored-by: Renovate Bot <renovate-bot@gitea.com >
Co-committed-by: Renovate Bot <renovate-bot@gitea.com >
2024-11-30 01:59:10 +00:00
2984ad4964
Add git helper ( #612 )
...
Add support to tea login with helper same another tools and `gh`
Reviewed-on: https://gitea.com/gitea/tea/pulls/612
Reviewed-by: 6543 <6543@obermui.de >
Co-authored-by: Matheus Sampaio Queiroga <srherobrine20@gmail.com >
Co-committed-by: Matheus Sampaio Queiroga <srherobrine20@gmail.com >
2024-08-26 11:34:36 +00:00
a35bf931ae
fix(deps): update module golang.org/x/crypto to v0.26.0 ( #664 )
...
Reviewed-on: https://gitea.com/gitea/tea/pulls/664
Co-authored-by: Renovate Bot <renovate-bot@gitea.com >
Co-committed-by: Renovate Bot <renovate-bot@gitea.com >
2024-08-16 18:59:57 +00:00
edf9f23390
chore(deps): update dependency go to v1.23.0 ( #668 )
...
Reviewed-on: https://gitea.com/gitea/tea/pulls/668
Co-authored-by: Renovate Bot <renovate-bot@gitea.com >
Co-committed-by: Renovate Bot <renovate-bot@gitea.com >
2024-08-16 18:59:44 +00:00
0297738b33
fix(deps): update module code.gitea.io/sdk/gitea to v0.19.0 ( #662 )
...
Reviewed-on: https://gitea.com/gitea/tea/pulls/662
Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com >
Co-authored-by: Renovate Bot <renovate-bot@gitea.com >
Co-committed-by: Renovate Bot <renovate-bot@gitea.com >
2024-08-16 16:06:56 +00:00
1983c3bbd9
fix(deps): update module github.com/charmbracelet/glamour to v0.8.0 ( #663 )
...
Reviewed-on: https://gitea.com/gitea/tea/pulls/663
Co-authored-by: Renovate Bot <renovate-bot@gitea.com >
Co-committed-by: Renovate Bot <renovate-bot@gitea.com >
2024-08-16 16:06:30 +00:00
d289c290bb
fix(deps): update module golang.org/x/term to v0.23.0 ( #665 )
...
Reviewed-on: https://gitea.com/gitea/tea/pulls/665
Co-authored-by: Renovate Bot <renovate-bot@gitea.com >
Co-committed-by: Renovate Bot <renovate-bot@gitea.com >
2024-08-16 16:06:05 +00:00
100c5a9eee
Support auto detecting branch for PRs ( #525 )
...
Fix #524
Co-authored-by: harryzcy <harry@harryzheng.com >
Co-authored-by: techknowlogick <techknowlogick@gitea.com >
Reviewed-on: https://gitea.com/gitea/tea/pulls/525
Co-authored-by: harryzcy <harryzcy@noreply.gitea.com >
Co-committed-by: harryzcy <harryzcy@noreply.gitea.com >
2024-07-26 19:21:48 +00:00
4ba3139224
fix(deps): update module github.com/urfave/cli/v2 to v2.27.3 ( #610 )
...
Reviewed-on: https://gitea.com/gitea/tea/pulls/610
Co-authored-by: Renovate Bot <renovate-bot@gitea.com >
Co-committed-by: Renovate Bot <renovate-bot@gitea.com >
2024-07-26 18:06:26 +00:00
dd80463cf5
chore(deps): update actions/checkout action to v4 ( #661 )
...
Reviewed-on: https://gitea.com/gitea/tea/pulls/661
Co-authored-by: Renovate Bot <renovate-bot@gitea.com >
Co-committed-by: Renovate Bot <renovate-bot@gitea.com >
2024-07-26 18:00:52 +00:00
93480ac98e
use v1 of goreleaser until we can bump schema to v2
2024-07-26 16:25:37 +00:00