Skip to content

Commit a9ceed3

Browse files
committed
fix: update protos after merging latest with main
Signed-off-by: Samantha Coyle <sam@diagrid.io>
2 parents 4bb5d94 + 3b26a1a commit a9ceed3

143 files changed

Lines changed: 9309 additions & 2165 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.codecov.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ coverage:
99
ignore:
1010
- dapr/proto # - Generated GRPC client
1111
- tests # - tests
12-
- .tox # - environment
12+
- .venv # - environment
1313
- ext/dapr-ext-fastapi/tests # - fastapi extention tests

.devcontainer/postCreateCommand.sh

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,2 @@
1-
# Install a project in a editable mode
2-
pip3 install -e .
3-
pip3 install -e ./ext/dapr-ext-grpc/
4-
pip3 install -e ./ext/dapr-ext-fastapi/
5-
pip3 install -e ./ext/dapr-ext-workflow/
6-
7-
# Install required packages
8-
pip3 install -r ./dev-requirements.txt
1+
# Install all packages and dev dependencies
2+
uv sync --all-packages --group dev

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
---
22
name: Python Dapr Client SDK Bug report (not workflow SDK)
33
about: Report a bug in python-sdk (not dapr-ext-workflow)
4-
title: '[BUG] <title>'
4+
title: "[BUG] <title>"
55
labels: kind/bug
66
assignees: ''
77

88
---
9+
910
## Expected Behavior
1011

1112
<!-- Briefly describe what you expect to happen -->

.github/ISSUE_TEMPLATE/feature_request.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
---
22
name: Python Dapr Client SDK Feature Request (not workflow)
33
about: Create a Feature Request for python-sdk (not dapr-ext-workflow)
4-
title: '[FEATURE REQUEST] <title>'
4+
title: "[FEATURE REQUEST] <title>"
55
labels: kind/enhancement
66
assignees: ''
77

88
---
9+
910
## Describe the feature
1011

1112
## Release Note

.github/ISSUE_TEMPLATE/question.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
---
22
name: Question (not workflow)
33
about: Ask a question about the python sdk (not workflow)
4-
title: '[QUESTION] <title>'
4+
title: "[QUESTION] <title>"
55
labels: kind/question
66
assignees: ''
77

88
---
9+
910
## Ask your question here

.github/ISSUE_TEMPLATE/workflow_bug_report.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
---
22
name: WORKFLOW SDK Bug report
33
about: Report a bug in dapr-ext-workflow
4-
title: '[WORKFLOW SDK BUG] <title>'
5-
labels: ["kind/enhancement","dapr-ext-workflow"]
6-
assignees:
7-
- cgillum
8-
- DeepanshuA
4+
title: "[WORKFLOW SDK BUG] <title>"
5+
labels: dapr-ext-workflow, kind/enhancement
6+
assignees: ''
97

108
---
9+
1110
## Expected Behavior
1211

1312
<!-- Briefly describe what you expect to happen -->

.github/ISSUE_TEMPLATE/workflow_feature_request.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
---
22
name: WORKFLOW SDK Feature Request
33
about: Create a Feature Request for dapr-ext-workflow
4-
title: '[WORKFLOW SDK FEATURE REQUEST] <title>'
5-
labels: ["kind/enhancement","dapr-ext-workflow"]
6-
assignees:
7-
- cgillum
8-
- DeepanshuA
4+
title: "[WORKFLOW SDK FEATURE REQUEST] <title>"
5+
labels: dapr-ext-workflow, kind/enhancement
6+
assignees: ''
97

108
---
9+
1110
## Describe the WORKFLOW SDK feature
1211

1312
## Release Note
Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
---
22
name: WORKFLOW Question
33
about: Ask a question about workflow
4-
title: '[WORKFLOW QUESTION] <title>'
5-
labels: ["kind/question", "dapr-ext-workflow"]
4+
title: "[WORKFLOW QUESTION] <title>"
5+
labels: dapr-ext-workflow, kind/question
66
assignees: ''
77

88
---
9+
910
## Ask your WORKFLOW SDK question here

.github/dependabot.yml

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,10 @@
11
version: 2
22
updates:
3-
- package-ecosystem: "pip"
3+
- package-ecosystem: "uv"
44
directory: "/"
55
schedule:
66
interval: "daily"
7-
- package-ecosystem: "pip"
8-
directory: "/ext/dapr-ext-fastapi"
9-
schedule:
10-
interval: "daily"
11-
- package-ecosystem: "pip"
12-
directory: "/ext/dapr-ext-grpc"
13-
schedule:
14-
interval: "daily"
15-
- package-ecosystem: "pip"
16-
directory: "/ext/flask_dapr"
17-
schedule:
18-
interval: "daily"
197
- package-ecosystem: "github-actions"
208
directory: "/"
219
schedule:
22-
interval: "daily"
10+
interval: "daily"

.github/scripts/automerge.py

Lines changed: 0 additions & 73 deletions
This file was deleted.

0 commit comments

Comments
 (0)