You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tea/modules
appleboy b02263adb0 refactor: improve code quality and efficiency in various files (#548)
- Replace loadConfig() with _ = loadConfig()
- Update file permissions from 0660 to 0o660
- Simplify variable declarations
- Replace golang.org/x/crypto/ssh/terminal with golang.org/x/term
- Remove unused getCertPrincipals function
- Replace time.Now().Sub() with time.Since()
- Add test for ArgToIndex function

Signed-off-by: appleboy <appleboy.tw@gmail.com>

Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
Reviewed-on: https://gitea.com/gitea/tea/pulls/548
Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com>
Reviewed-by: techknowlogick <techknowlogick@noreply.gitea.io>
Co-authored-by: appleboy <appleboy.tw@gmail.com>
Co-committed-by: appleboy <appleboy.tw@gmail.com>
1 year ago
..
config refactor: improve code quality and efficiency in various files (#548) 1 year ago
context Allow batch operations on multiple entities (#512) 2 years ago
git refactor: improve code quality and efficiency in various files (#548) 1 year ago
interact refactor: improve code quality and efficiency in various files (#548) 1 year ago
print refactor: improve code quality and efficiency in various files (#548) 1 year ago
task refactor: improve code quality and efficiency in various files (#548) 1 year ago
utils refactor: improve code quality and efficiency in various files (#548) 1 year ago
workaround Introduce workaround for missing pull head sha (#340) 3 years ago