-
Notifications
You must be signed in to change notification settings - Fork 111
feat: proxy worker changes to support the runtime base #1857
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
30 commits
Select commit
Hold shift + click to select a range
6b989e0
initial commit for supporting runtime base
hallvictoria fb6b6e8
lint + add tests
hallvictoria d0bccce
lint
hallvictoria 484b6e2
Merge branch 'dev' into hallvictoria/runtime-base
hallvictoria f2c0c7d
wrap around app setting
hallvictoria 325f6b1
Merge branch 'hallvictoria/runtime-base' of https://github.com/Azure/…
hallvictoria 41b782d
add hasattr check to not break old base ext versions
hallvictoria 3c03c90
enable feature for running tests
hallvictoria e8b0e03
Merge branch 'dev' into hallvictoria/runtime-base
hallvictoria 0e10100
Merge branch 'dev' of https://github.com/Azure/azure-functions-python…
hallvictoria 225d20e
fix if condition
hallvictoria ad9ac97
Merge branch 'hallvictoria/runtime-base' of https://github.com/Azure/…
hallvictoria a594c87
feedback part 1
hallvictoria cbaa2d7
feedback part 2
hallvictoria 3faaf48
lint
hallvictoria 546e668
run tests with runtime feature disable
hallvictoria 8e495cb
fix tests
hallvictoria 7933430
fix tests
hallvictoria 60568ef
fix tests
hallvictoria b79418f
fix tests
hallvictoria a43c30d
fix tests
hallvictoria 554516b
FIX TESTS
hallvictoria fd682d9
feedback
hallvictoria 3dca7d5
fix flaky tests?
hallvictoria ade99fa
fix internal vs public feeds
hallvictoria 72d7ba4
replace sc with feed
hallvictoria d5b6a43
fix nuget.config
hallvictoria cddc38d
annoying!!!
hallvictoria 64a425d
annoying!!! again!!!
hallvictoria 6d24b2a
feedback
hallvictoria File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,8 @@ | ||
| <?xml version="1.0" encoding="utf-8"?> | ||
| <configuration> | ||
| <packageSources> | ||
| <clear /> | ||
| <add key="PythonWorker_Internal_PublicPackages" value="https://pkgs.dev.azure.com/azfunc/internal/_packaging/PythonWorker_Internal_PublicPackages/nuget/v3/index.json" /> | ||
| <add key="PythonWorker_PublicPackages" value="https://azfunc.pkgs.visualstudio.com/public/_packaging/PythonWorker_PublicPackages/nuget/v3/index.json" /> | ||
| </packageSources> | ||
| </configuration> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.