Skip to content
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

Containerapp Version 0.3.7 #4960

Merged
merged 9 commits into from
Jun 21, 2022
Merged

Conversation

StrawnSC
Copy link
Contributor

@StrawnSC StrawnSC commented Jun 8, 2022


This checklist is used to make sure that common guidelines for a pull request are followed.

Related command

General Guidelines

  • Have you run azdev style <YOUR_EXT> locally? (pip install azdev required)
  • Have you run python scripts/ci/test_index.py -q locally?

For new extensions:

About Extension Publish

There is a pipeline to automatically build, upload and publish extension wheels.
Once your pull request is merged into main branch, a new pull request will be created to update src/index.json automatically.
The precondition is to put your code inside this repository and upgrade the version in the pull request but do not modify src/index.json.

@ghost ghost requested a review from yonzhan June 8, 2022 18:26
@ghost ghost added the Auto-Assign Auto assign by bot label Jun 8, 2022
@ghost ghost requested a review from wangzelin007 June 8, 2022 18:26
@ghost ghost assigned zhoxing-ms Jun 8, 2022
@ghost ghost added this to the Jun 2022 (2022-07-05) milestone Jun 8, 2022
@ghost ghost added the ContainerApp label Jun 8, 2022
@ghost ghost requested review from zhoxing-ms and jsntcy June 8, 2022 18:26
StrawnSC added 2 commits June 8, 2022 13:50
`az containerapp env create`: Fix bug with `--internal-only`
@yonzhan
Copy link
Collaborator

yonzhan commented Jun 8, 2022

Containerapp

StrawnSC added 2 commits June 9, 2022 11:20
`az containerapp registry set`: remove username/password if setting identity and vice versa
…128)

* Fixed issue where containerapp up would not honor --registry-server.

* Updated history.

Co-authored-by: Haroon Feisal <haroonfeisal@microsoft.com>
@StrawnSC StrawnSC marked this pull request as ready for review June 13, 2022 20:54
@zhoxing-ms
Copy link
Contributor

Could you add some tests for those change?

@StrawnSC
Copy link
Contributor Author

Could you add some tests for those change?

@zhoxing-ms just added some tests

@AllowLargeResponse(8192)
@ResourceGroupPreparer(location="northeurope")
@live_only() # passes live but hits CannotOverwriteExistingCassetteException when run from recording
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

passes live but hits CannotOverwriteExistingCassetteException when run from recording

What is the specific information of this exception? Can't you pass the test in record mode even locally?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No, the test does not pass when run from a recording locally -- despite passing in live mode. Here's the terminal output for the related CannotOverwriteExistingCassetteException

Given that we've got multiple users asking for the bug fixes in this release, could we go ahead and merge this and circle back to the live_only issues later?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

OK, sounds good

@zhoxing-ms zhoxing-ms merged commit 5e6c4ff into Azure:main Jun 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Auto-Assign Auto assign by bot ContainerApp
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants