Commit d694665
Deprecate Python Extensions package - functionality moved to Aspire.Hosting.Python in v13 (#945)
* baseline branch for the next major release
* Updating nightly
* Remove deprecated IDistributedApplicationLifecycleHook interface (#915)
* Initial plan
* Replace IDistributedApplicationLifecycleHook with event-based patterns
Co-authored-by: aaronpowell <434140+aaronpowell@users.noreply.github.com>
* Add tests for installer resources and update Dapr tests
Co-authored-by: aaronpowell <434140+aaronpowell@users.noreply.github.com>
* Refactor Dapr to use IDistributedApplicationEventingSubscriber
Co-authored-by: aaronpowell <434140+aaronpowell@users.noreply.github.com>
* Fixing build issue
* Updating the endpoint port
* Disabling some tests so we can move forward in other parts of the Aspire 13 update
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: aaronpowell <434140+aaronpowell@users.noreply.github.com>
Co-authored-by: Aaron Powell <me@aaron-powell.com>
* Adjusting the version of keycloak
* Updating aspire nightly
* New nightly
* Remove npm functionality moved to Aspire 13 (#928)
* Initial plan
* Remove AddViteApp and npm-specific functionality (moved to Aspire 13)
Co-authored-by: aaronpowell <434140+aaronpowell@users.noreply.github.com>
* Update comments and tests to reflect npm removal
Co-authored-by: aaronpowell <434140+aaronpowell@users.noreply.github.com>
* Update MONOREPO.md to remove npm references
Co-authored-by: aaronpowell <434140+aaronpowell@users.noreply.github.com>
* Adding missing types
* Bad copilot code
* Fixing missing namespace
* Handling port forwarding
* removing more stuff that has been migrated to aspire core
* Reworking how package installing is handled
* daily update
* Adding back the annotation that is no longer moving to core
* Forgot to install packages
* adding a bunch more annotations to provide enough metadata
* Removing old demo apps
* Disabling python tests
* Removing a testing change
* Updating to the latest nightly and dealing with type name changes
* Removing type that was can repurpose from aspire core
* breaking the tests down so they are easier to read
* Removing legacy docs
* Fixing failing tests
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: aaronpowell <434140+aaronpowell@users.noreply.github.com>
Co-authored-by: Aaron Powell <me@aaron-powell.com>
* Initial plan
* Mark Python Extensions APIs as obsolete for Aspire 13
Co-authored-by: aaronpowell <434140+aaronpowell@users.noreply.github.com>
* Add EditorBrowsable(Never) to obsolete extension methods
Co-authored-by: aaronpowell <434140+aaronpowell@users.noreply.github.com>
* Fixing failing test
* Remove deprecated Python tests and examples
Co-authored-by: aaronpowell <434140+aaronpowell@users.noreply.github.com>
* Fixing compiler issues
* Removing Python tests from the list
* Dropping a namespace
* Revert deletion of Python examples and tests
Co-authored-by: aaronpowell <434140+aaronpowell@users.noreply.github.com>
* Fixing test list
---------
Co-authored-by: Aaron Powell <me@aaron-powell.com>
Co-authored-by: Copilot <198982749+Copilot@users.noreply.github.com>
Co-authored-by: aaronpowell <434140+aaronpowell@users.noreply.github.com>1 parent 7246c77 commit d694665
File tree
11 files changed
+38
-18
lines changed- .github/workflows
- examples/python/CommunityToolkit.Aspire.Hosting.Python.Extensions.AppHost
- src/CommunityToolkit.Aspire.Hosting.Python.Extensions
- tests/CommunityToolkit.Aspire.Hosting.Python.Extensions.Tests
11 files changed
+38
-18
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
37 | 36 | | |
| 37 | + | |
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
| 43 | + | |
43 | 44 | | |
44 | 45 | | |
45 | 46 | | |
| |||
55 | 56 | | |
56 | 57 | | |
57 | 58 | | |
58 | | - | |
59 | 59 | | |
60 | | - | |
| 60 | + | |
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
| |||
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
| 70 | + | |
70 | 71 | | |
71 | 72 | | |
72 | | - | |
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
62 | | - | |
63 | | - | |
64 | | - | |
65 | | - | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
| |||
130 | 130 | | |
131 | 131 | | |
132 | 132 | | |
133 | | - | |
134 | | - | |
135 | | - | |
136 | 133 | | |
137 | 134 | | |
138 | 135 | | |
| |||
211 | 208 | | |
212 | 209 | | |
213 | 210 | | |
214 | | - | |
| 211 | + | |
215 | 212 | | |
216 | 213 | | |
217 | 214 | | |
| |||
246 | 243 | | |
247 | 244 | | |
248 | 245 | | |
249 | | - | |
250 | 246 | | |
251 | 247 | | |
252 | 248 | | |
| |||
256 | 252 | | |
257 | 253 | | |
258 | 254 | | |
259 | | - | |
| 255 | + | |
260 | 256 | | |
261 | 257 | | |
262 | 258 | | |
| |||
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
| 2 | + | |
2 | 3 | | |
3 | 4 | | |
4 | 5 | | |
| |||
Lines changed: 10 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
3 | 13 | | |
4 | 14 | | |
5 | 15 | | |
| |||
Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
1 | 2 | | |
2 | 3 | | |
3 | 4 | | |
| |||
18 | 19 | | |
19 | 20 | | |
20 | 21 | | |
| 22 | + | |
| 23 | + | |
21 | 24 | | |
22 | 25 | | |
23 | 26 | | |
| |||
30 | 33 | | |
31 | 34 | | |
32 | 35 | | |
| 36 | + | |
33 | 37 | | |
34 | 38 | | |
35 | 39 | | |
| |||
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| 11 | + | |
11 | 12 | | |
12 | 13 | | |
13 | 14 | | |
| |||
Lines changed: 5 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
| 1 | + | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| 23 | + | |
| 24 | + | |
23 | 25 | | |
24 | 26 | | |
25 | 27 | | |
| |||
32 | 34 | | |
33 | 35 | | |
34 | 36 | | |
| 37 | + | |
35 | 38 | | |
36 | 39 | | |
37 | 40 | | |
| |||
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| 11 | + | |
11 | 12 | | |
12 | 13 | | |
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
5 | 6 | | |
6 | 7 | | |
7 | 8 | | |
| |||
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| 6 | + | |
| 7 | + | |
6 | 8 | | |
7 | 9 | | |
8 | 10 | | |
| |||
0 commit comments