Skip to content

Commit

Permalink
Merge branch 'master' into refactor-api-keys-service
Browse files Browse the repository at this point in the history
  • Loading branch information
giancarloromeo authored Dec 6, 2024
2 parents e10dd19 + be48a0d commit 0758689
Show file tree
Hide file tree
Showing 230 changed files with 8,720 additions and 6,967 deletions.
1 change: 1 addition & 0 deletions .codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ component_management:
statuses:
- type: project
target: auto
threshold: 1%
branches:
- "!master"
individual_components:
Expand Down
3 changes: 2 additions & 1 deletion .env-devel
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ DIRECTOR_V2_TRACING={}
# DYNAMIC_SCHEDULER ----
DYNAMIC_SCHEDULER_LOGLEVEL=DEBUG
DYNAMIC_SCHEDULER_PROFILING=1
DYNAMIC_SCHEDULER_USE_INTERNAL_SCHEDULER=0
DYNAMIC_SCHEDULER_STOP_SERVICE_TIMEOUT=01:00:00
DYNAMIC_SCHEDULER_TRACING={}
DYNAMIC_SCHEDULER_UI_STORAGE_SECRET=adminadmin
Expand Down Expand Up @@ -211,7 +212,7 @@ RESOURCE_USAGE_TRACKER_S3=null
RESOURCE_USAGE_TRACKER_TRACING={}

# NOTE: 172.17.0.1 is the docker0 interface, which redirect from inside a container onto the host network interface.
R_CLONE_OPTION_BUFFER_SIZE=0M
R_CLONE_OPTION_BUFFER_SIZE=16M
R_CLONE_OPTION_RETRIES=3
R_CLONE_OPTION_TRANSFERS=5
R_CLONE_PROVIDER=MINIO
Expand Down
Loading

0 comments on commit 0758689

Please sign in to comment.