bingoohuang
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
20 changed files with 131 additions and 108 deletions
-
22.github/workflows/cleanup.yml
-
10.github/workflows/release.yml
-
4docker/Dockerfile
-
4docker/compose/local-mount-compose.yml
-
4weed/command/filer.go
-
2weed/command/server.go
-
6weed/command/webdav.go
-
11weed/filer.toml
-
10weed/filer/filer_conf.go
-
2weed/filer/filer_on_meta_event.go
-
1weed/pb/grpc_client_server.go
-
2weed/server/master_grpc_server_volume.go
-
2weed/server/master_server_handlers.go
-
5weed/server/webdav_server.go
-
4weed/shell/command_volume_tier_move.go
-
2weed/shell/shell_liner.go
-
6weed/storage/super_block/replica_placement.go
-
21weed/topology/data_node.go
-
19weed/topology/disk.go
-
22weed/topology/volume_growth.go
@ -0,0 +1,22 @@ |
|||||
|
name: Cleanup |
||||
|
|
||||
|
on: |
||||
|
push: |
||||
|
branches: [ master ] |
||||
|
|
||||
|
jobs: |
||||
|
|
||||
|
build: |
||||
|
name: Build |
||||
|
runs-on: ubuntu-latest |
||||
|
|
||||
|
steps: |
||||
|
|
||||
|
- name: Delete old release assets |
||||
|
uses: mknejp/delete-release-assets@v1 |
||||
|
with: |
||||
|
token: ${{ github.token }} |
||||
|
tag: dev |
||||
|
fail-if-no-assets: false |
||||
|
assets: | |
||||
|
weed-* |
@ -1,11 +0,0 @@ |
|||||
[elastic7] |
|
||||
enabled = true |
|
||||
servers = [ |
|
||||
"http://localhost:9200", |
|
||||
] |
|
||||
username = "" |
|
||||
password = "" |
|
||||
sniff_enabled = false |
|
||||
healthcheck_enabled = false |
|
||||
# increase the value is recommend, be sure the value in Elastic is greater or equal here |
|
||||
index.max_result_window = 10000 |
|
Write
Preview
Loading…
Cancel
Save
Reference in new issue