Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
26 changes: 13 additions & 13 deletions .github/filters.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -91,11 +91,11 @@ core:
- 'lib/**'
- 'tests/**'
- 'components/src/dynamo/router/**'
- 'components/src/dynamo/thunderagent_router/**'
- 'components/src/dynamo/mocker/**'
- 'components/src/dynamo/replay/**'
- 'dingo/thunderagent_router/**'
- 'dingo/mocker/**'
- 'dingo/replay/**'
- 'components/src/dynamo/frontend/**'
- 'components/src/dynamo/common/**'
- 'dingo/common/**'
- 'components/src/dynamo/gpu_memory_service/**'
# TODO(will): Move TokenSpeed to a dedicated framework filter once CI has
# TokenSpeed Docker images and backend-specific build/test jobs.
Expand All @@ -120,7 +120,7 @@ operator:
- 'deploy/snapshot/**'
- 'docs/kubernetes/api-reference.md'
- 'deploy/helm/charts/platform/**'
- 'components/src/dynamo/profiler/utils/dgdr_*'
- 'dingo/profiler/utils/dgdr_*'

snapshot:
- *ci
Expand All @@ -146,10 +146,10 @@ deploy:

planner:
- 'container/templates/planner.Dockerfile'
- 'components/src/dynamo/planner/**'
- 'components/src/dynamo/global_planner/**'
- 'components/src/dynamo/profiler/**'
- 'components/src/dynamo/global_router/**'
- 'dingo/planner/**'
- 'dingo/global_planner/**'
- 'dingo/profiler/**'
- 'dingo/global_router/**'
# Power-aware planner (PR #9369): per-node power agent component
- 'deploy/power-agent/**'
- 'deploy/helm/charts/power-agent/**'
Expand Down Expand Up @@ -191,11 +191,11 @@ frontend:
- 'container/deps/*'
- 'container/compliance/**'
- 'components/src/dynamo/router/**'
- 'components/src/dynamo/thunderagent_router/**'
- 'components/src/dynamo/mocker/**'
- 'components/src/dynamo/replay/**'
- 'dingo/thunderagent_router/**'
- 'dingo/mocker/**'
- 'dingo/replay/**'
- 'components/src/dynamo/frontend/**'
- 'components/src/dynamo/common/**'
- 'dingo/common/**'
- 'deploy/inference-gateway/**'
- 'container/templates/frontend.Dockerfile'
- '!**/*.md'
Expand Down
10 changes: 5 additions & 5 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,9 @@ frontend:
planner:
- changed-files:
- any-glob-to-any-file:
- components/src/dynamo/planner/**
- components/src/dynamo/profiler/**
- components/src/dynamo/global_planner/**
- dingo/planner/**
- dingo/profiler/**
- dingo/global_planner/**

# Deployment labels
deployment::k8s:
Expand Down Expand Up @@ -98,8 +98,8 @@ xpu:
multimodal:
- changed-files:
- any-glob-to-any-file:
- components/src/dynamo/common/memory/multimodal_embedding_cache_manager.py
- components/src/dynamo/common/multimodal/**
- dingo/common/memory/multimodal_embedding_cache_manager.py
- dingo/common/multimodal/**
- components/src/dynamo/vllm/omni/**
- components/src/dynamo/vllm/multimodal_handlers/**
- components/src/dynamo/vllm/multimodal_utils/**
Expand Down
6 changes: 3 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,9 @@ CMakeCache.txt
*_pb2.pyi
# Planner plugin framework: stubs are checked in so test/build environments
# don't need grpcio-tools or a protoc step just to import the module.
!components/src/dynamo/planner/plugins/proto/v1/plugin_pb2.py
!components/src/dynamo/planner/plugins/proto/v1/plugin_pb2_grpc.py
!components/src/dynamo/planner/plugins/proto/v1/plugin_pb2.pyi
!dingo/planner/plugins/proto/v1/plugin_pb2.py
!dingo/planner/plugins/proto/v1/plugin_pb2_grpc.py
!dingo/planner/plugins/proto/v1/plugin_pb2.pyi
*.svg
!docs/assets/**/*.svg

Expand Down
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# limitations under the License.

default_install_hook_types: [pre-commit, commit-msg]
exclude: ^(src/grpc_generated|.*\.patch$|.*/connect/.*\.py|components/src/dynamo/planner/plugins/proto/v1/plugin_pb2(_grpc)?\.pyi?$)
exclude: ^(src/grpc_generated|.*\.patch$|.*/connect/.*\.py|dingo/planner/plugins/proto/v1/plugin_pb2(_grpc)?\.pyi?$)
repos:
- repo: https://github.com/timothycrosley/isort
rev: 5.12.0
Expand Down
11 changes: 0 additions & 11 deletions AGENTS.md

This file was deleted.

67 changes: 0 additions & 67 deletions CODEOWNERS

This file was deleted.

134 changes: 0 additions & 134 deletions CODE_OF_CONDUCT.md

This file was deleted.

44 changes: 0 additions & 44 deletions CONTRIBUTING.md

This file was deleted.

Loading
Loading