-
Notifications
You must be signed in to change notification settings - Fork 135
Run Azure functional tests locally against OS-process Radius #11904
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
Closed
Closed
Changes from 1 commit
Commits
Show all changes
25 commits
Select commit
Hold shift + click to select a range
d49d3d2
Run Azure functional tests locally against OS-process Radius
sylvainsf cc77ff9
Merge branch 'main' into local-functional
nicolejms 41193c2
Fix resource types missing from rad resource-type list with per-type …
kachawla d1dae27
build(deps): bump the github-actions group across 1 directory with 2 …
dependabot[bot] c7665ec
docs: require signed commits (#11873)
Copilot 1e0c593
Hydrate Radius.Core schemas from OpenAPI (#11881)
willdavsmith 4c2a92d
Add workflow to sync contrib resource types and publish Bicep extensi…
kachawla db722fa
build(deps): bump github.com/go-git/go-git/v5 from 5.19.0 to 5.19.1 (…
dependabot[bot] 4d3ce52
build(deps): bump the npm-dependencies group across 3 directories wit…
dependabot[bot] 32df041
chore(release): 0.58.0-rc1 (#11960)
DariuszPorowski bb159e8
build(deps): bump the go-dependencies group across 1 directory with 2…
dependabot[bot] 50c54ec
build(deps): bump the github-actions group across 2 directories with …
dependabot[bot] c2049c9
Revert Deployment Engine image tag pin in Helm chart (#11906)
brooke-hamilton 3d2720d
Add rad app show/list/delete --preview (#11935)
lakshmimsft c4174fc
fix: tenant validation (#11967)
DariuszPorowski 8fa2217
build(deps): bump ghcr.io/devcontainers/features/docker-in-docker fro…
dependabot[bot] 72050b2
build(deps): bump actions/stale from 10.2.0 to 10.3.0 in the github-a…
dependabot[bot] ed840d8
Run Azure functional tests locally against OS-process Radius
sylvainsf 053fe0e
Make functional tests workspace-aware and stabilize local debug stack
sylvainsf 8be9a40
fixup: do not auto-enable PlainHTTP for loopback registries
sylvainsf 8a4ed22
fix(database/postgres): cast pagination token to TIMESTAMPTZ
sylvainsf 9392f31
Stabilize local OS-process debug stack and skip incompatible tests
sylvainsf 900df88
Merge remote-tracking branch 'upstream/local-functional' into local-f…
sylvainsf 99d085d
docs(contributing): publish noncloud functional test learnings
sylvainsf 605e862
fix(ci): unblock spellcheck and release-note workflow
sylvainsf 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
Some comments aren't visible on the classic Files Changed page.
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
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
running this i hit an error with port already in use. should we consider updating this to get next available port if this is in use?