1
0
mirror of https://gitea.com/gitea/tea.git synced 2024-06-30 06:45:26 +00:00
tea/modules/interact
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>
2023-04-30 11:43:26 +08:00
..
comments.go refactor: improve code quality and efficiency in various files (#548) 2023-04-30 11:43:26 +08:00
issue_create.go Fetch all items where needed. (#475) 2022-04-08 03:44:16 +08:00
login.go Add option to disable version checking (#520) 2022-10-31 09:56:23 +08:00
milestone_create.go Allow editing multiline prompts with external text editor (#429) 2021-10-14 22:36:08 +08:00
prompts.go Allow editing multiline prompts with external text editor (#429) 2021-10-14 22:36:08 +08:00
pull_create.go Add Allow Maintainer Edits (#509) 2022-09-27 23:36:36 +08:00
pull_review.go Allow editing multiline prompts with external text editor (#429) 2021-10-14 22:36:08 +08:00