gitea/modules/util
KN4CK3R d987ac6bf1
Add Chef package registry (#22554)
This PR implements a [Chef registry](https://chef.io/) to manage
cookbooks. This package type was a bit complicated because Chef uses RSA
signed requests as authentication with the registry.


![grafik](https://user-images.githubusercontent.com/1666336/213747995-46819fd8-c3d6-45a2-afd4-a4c3c8505a4a.png)


![grafik](https://user-images.githubusercontent.com/1666336/213748145-d01c9e81-d4dd-41e3-a3cc-8241862c3166.png)

Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
2023-02-06 09:49:21 +08:00
..
filebuffer Implement FSFE REUSE for golang files (#21840) 2022-11-27 18:20:29 +00:00
error.go Use ErrInvalidArgument in packages (#22268) 2022-12-31 12:49:37 +01:00
file_unix.go Implement FSFE REUSE for golang files (#21840) 2022-11-27 18:20:29 +00:00
file_unix_test.go Implement FSFE REUSE for golang files (#21840) 2022-11-27 18:20:29 +00:00
file_windows.go Implement FSFE REUSE for golang files (#21840) 2022-11-27 18:20:29 +00:00
io.go Improve checkIfPRContentChanged (#22611) 2023-01-28 15:54:40 +00:00
keypair.go Add Chef package registry (#22554) 2023-02-06 09:49:21 +08:00
keypair_test.go Add Chef package registry (#22554) 2023-02-06 09:49:21 +08:00
legacy.go Implement FSFE REUSE for golang files (#21840) 2022-11-27 18:20:29 +00:00
legacy_test.go Implement FSFE REUSE for golang files (#21840) 2022-11-27 18:20:29 +00:00
pack.go Add support for incoming emails (#22056) 2023-01-14 23:57:10 +08:00
pack_test.go Add support for incoming emails (#22056) 2023-01-14 23:57:10 +08:00
paginate.go Implement FSFE REUSE for golang files (#21840) 2022-11-27 18:20:29 +00:00
paginate_test.go Implement FSFE REUSE for golang files (#21840) 2022-11-27 18:20:29 +00:00
path.go Fix error when calculate the repository size (#22392) 2023-01-13 18:54:02 +00:00
path_test.go Implement FSFE REUSE for golang files (#21840) 2022-11-27 18:20:29 +00:00
remove.go Implement FSFE REUSE for golang files (#21840) 2022-11-27 18:20:29 +00:00
sanitize.go Implement FSFE REUSE for golang files (#21840) 2022-11-27 18:20:29 +00:00
sanitize_test.go Implement FSFE REUSE for golang files (#21840) 2022-11-27 18:20:29 +00:00
sec_to_time.go Implement FSFE REUSE for golang files (#21840) 2022-11-27 18:20:29 +00:00
sec_to_time_test.go Implement FSFE REUSE for golang files (#21840) 2022-11-27 18:20:29 +00:00
shellquote.go Implement FSFE REUSE for golang files (#21840) 2022-11-27 18:20:29 +00:00
shellquote_test.go Implement FSFE REUSE for golang files (#21840) 2022-11-27 18:20:29 +00:00
slice.go Improve utils of slices (#22379) 2023-01-11 13:31:16 +08:00
slice_test.go Improve utils of slices (#22379) 2023-01-11 13:31:16 +08:00
string.go Implement FSFE REUSE for golang files (#21840) 2022-11-27 18:20:29 +00:00
string_test.go Implement FSFE REUSE for golang files (#21840) 2022-11-27 18:20:29 +00:00
timer.go Implement FSFE REUSE for golang files (#21840) 2022-11-27 18:20:29 +00:00
truncate.go Implement FSFE REUSE for golang files (#21840) 2022-11-27 18:20:29 +00:00
truncate_test.go Implement FSFE REUSE for golang files (#21840) 2022-11-27 18:20:29 +00:00
url.go Implement FSFE REUSE for golang files (#21840) 2022-11-27 18:20:29 +00:00
util.go Implement FSFE REUSE for golang files (#21840) 2022-11-27 18:20:29 +00:00
util_test.go Implement FSFE REUSE for golang files (#21840) 2022-11-27 18:20:29 +00:00