Skip to content

Commit

Permalink
Merge pull request #4378 from opsmill/dga-20240918-sdk-submmodule
Browse files Browse the repository at this point in the history
Move Python SDK to external repository
  • Loading branch information
dgarros committed Sep 19, 2024
2 parents ac82d3f + 068a08e commit becbcc9
Show file tree
Hide file tree
Showing 170 changed files with 106 additions and 34,140 deletions.
31 changes: 0 additions & 31 deletions .github/file-filters.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,24 +13,10 @@ development_files: &development_files
backend_files: &backend_files
- "backend/**"

sdk_files: &sdk_files
- "python_sdk/**"

sync_files: &sync_files
- "sync/**"

infrahub_poetry_files: &infrahub_poetry_files
- "pyproject.toml"
- "poetry.lock"

python_sdk_poetry_files: &python_sdk_poetry_files
- "python_sdk/pyproject.toml"
- "python_sdk/poetry.lock"

sync_poetry_files: &sync_poetry_files
- "sync/pyproject.toml"
- "sync/poetry.lock"

frontend_files: &frontend_files
- "frontend/app/**"

Expand Down Expand Up @@ -62,7 +48,6 @@ markdown_all: &markdown_all


backend_all:
- *sdk_files
- *backend_files
- *ci_config
- *development_files
Expand All @@ -76,28 +61,12 @@ documentation_all:
helm_all:
- *helm_files

sdk_all:
- *sdk_files
- *backend_files
- *ci_config
- *development_files
- *python_sdk_poetry_files

sync_all:
- *sync_files
- *sdk_files
- *backend_files
- *ci_config
- *development_files
- *sync_poetry_files

frontend_all:
- *frontend_files
- *ci_config
- *development_files

e2e_all:
- *sdk_files
- *backend_files
- *frontend_files
- *demo_files
Expand Down
8 changes: 0 additions & 8 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,6 @@
- changed-files:
- any-glob-to-any-file: ["frontend/**"]

"group/python-sdk":
- changed-files:
- any-glob-to-any-file: ["python_sdk/**"]

"group/sync-engine":
- changed-files:
- any-glob-to-any-file: ["sync/**"]

"type/documentation":
- changed-files:
- any-glob-to-any-file: ["docs/**"]
4 changes: 0 additions & 4 deletions .github/labels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,6 @@
description: "Issue related to design or UX"
color: "3380ff"

- name: "group/python-sdk"
description: "Issue related to the Python SDK"
color: "56e8e1"

- name: "group/sync-engine"
description: "Issue related to the Synchronization engine"
color: "05b259"
Expand Down
24 changes: 0 additions & 24 deletions .github/python_sdk-release-drafter.yml

This file was deleted.

1 change: 1 addition & 0 deletions .github/workflows/ci-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ jobs:
uses: actions/checkout@v4
with:
ref: ${{ inputs.ref }}
submodules: true

- name: Set up QEMU
uses: docker/setup-qemu-action@v3
Expand Down
Loading

0 comments on commit becbcc9

Please sign in to comment.