aboutsummaryrefslogtreecommitdiff
path: root/weed/weed.go
AgeCommit message (Collapse)AuthorFilesLines
2025-03-17set exit statuschrislu1-5/+14
2025-01-13chore(deps): bump github.com/getsentry/sentry-go from 0.30.0 to 0.31.1 (#6437)dependabot[bot]1-4/+3
* chore(deps): bump github.com/getsentry/sentry-go from 0.30.0 to 0.31.1 Bumps [github.com/getsentry/sentry-go](https://github.com/getsentry/sentry-go) from 0.30.0 to 0.31.1. - [Release notes](https://github.com/getsentry/sentry-go/releases) - [Changelog](https://github.com/getsentry/sentry-go/blob/master/CHANGELOG.md) - [Commits](https://github.com/getsentry/sentry-go/compare/v0.30.0...v0.31.1) --- updated-dependencies: - dependency-name: github.com/getsentry/sentry-go dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * fix compilation --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: chrislu <chris.lu@gmail.com>
2024-07-16Added tls for http clients (#5766)vadimartynov1-0/+2
* Added global http client * Added Do func for global http client * Changed the code to use the global http client * Fix http client in volume uploader * Fixed pkg name * Fixed http util funcs * Fixed http client for bench_filer_upload * Fixed http client for stress_filer_upload * Fixed http client for filer_server_handlers_proxy * Fixed http client for command_fs_merge_volumes * Fixed http client for command_fs_merge_volumes and command_volume_fsck * Fixed http client for s3api_server * Added init global client for main funcs * Rename global_client to client * Changed: - fixed NewHttpClient; - added CheckIsHttpsClientEnabled func - updated security.toml in scaffold * Reduce the visibility of some functions in the util/http/client pkg * Added the loadSecurityConfig function * Use util.LoadSecurityConfiguration() in NewHttpClient func
2024-03-22add basic support for sentry error reporting (#5410)Nikita Korolev1-0/+15
2023-12-28Minor cleanup & gitignore update (#5144)Varun Upadhyay1-6/+4
2022-12-11rotate log fileschrislu1-1/+2
2022-07-29move to https://github.com/seaweedfs/seaweedfschrislu1-5/+5
2022-03-19change to config_dir, to be consistent with "weed scaffold -config"chrislu1-1/+1
fix https://github.com/chrislusf/seaweedfs/issues/2753
2022-03-19Added a "-conf_dir" option to customize *.toml configuration file directory.chrislu1-0/+3
fix https://github.com/chrislusf/seaweedfs/issues/2753
2021-08-03Add autocompletebyunghwa.yun1-0/+5
2021-05-10Revert "Revert "Merge pull request #2027 from bingoohuang/master""Chris Lu1-3/+10
This reverts commit d74cdf011553ae073d524a080f65f418c76ccaa7.
2021-04-30Revert "Merge pull request #2027 from bingoohuang/master"2.42Chris Lu1-10/+3
Need to revert because docker image build failed. The docker apk package only has go 1.15.
2021-04-27promote to go:embed instead of github.com/rakyll/statikbingoohuang1-3/+10
2021-02-20support command line arguments in a configuration file so we can `weed ↵bingoohuang1-1/+1
master -config=master.conf`, `weed volume -config=volume.conf` and etc.
2019-06-26weed.go: remove unused parameterLei Liu1-1/+0
Signed-off-by: Lei Liu <liul.stone@gmail.com>
2018-10-07embed static resources via statikChris Lu1-0/+3
2018-06-12fix compilation for go tipChris Lu1-1/+1
2016-06-02directory structure change to work with glideChris Lu1-0/+170
glide has its own requirements. My previous workaround caused me some code checkin errors. Need to fix this.
2013-02-10testing compilation with remove packageChris Lu1-199/+0
2013-02-10avoid the "src" folderChris Lu1-0/+199