Skip to content

Solo dev widget - #302

Open
gpickett wants to merge 107 commits into
mainfrom
soloDev-widget
Open

Solo dev widget#302
gpickett wants to merge 107 commits into
mainfrom
soloDev-widget

Conversation

@gpickett

Copy link
Copy Markdown
Contributor

Purpose

  • ...

Does this introduce a breaking change?

  • Yes
  • No

How to Test

  • Get the code
git clone [repo-address]
cd [repo-name]
git checkout [branch-name]
npm install
  • Test the code

What to Check

Verify that the following are valid

  • ...

Other Information

HarshBangera and others added 20 commits July 8, 2026 12:29
fix: updated to build and push image and use that instead of public image
fix: update gptRealtimeModelVersion and adjust network rules for waf deployment
…rs for new model versions and update local development document
fix: remove unused build scripts, src code and update development documentation
fix: Add Azure CLI login check and update guides and enhance Docker ignore rules

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Copilot wasn't able to review this pull request because it exceeds the maximum number of files (300). Try reducing the number of changed files and requesting a review from Copilot again.

return authBase ? `${authBase}/.auth/logout` : '/.auth/logout';
}

function loginRedirectAlreadyAttempted(): boolean {
};

async function fetchEasyAuthHeaders(): Promise<Record<string, string> | null> {
function loginRedirectAlreadyAttempted(): boolean {
if callable(close_fn):
close_result = close_fn()
if asyncio.iscoroutine(close_result):
await close_result
if callable(close_fn):
close_result = close_fn()
if asyncio.iscoroutine(close_result):
await close_result
if callable(close_fn):
close_result = close_fn()
if asyncio.iscoroutine(close_result):
await close_result
if callable(close_fn):
close_result = close_fn()
if asyncio.iscoroutine(close_result):
await close_result
Comment on lines +7 to +14
from azure.ai.projects.models import (
AISearchIndexResource,
AzureAISearchTool,
AzureAISearchToolResource,
ConnectionType,
FunctionTool,
PromptAgentDefinition,
)
Comment on lines +6 to +17
from .models import (
Cart,
Customer,
CustomerCreate,
CustomerUpdate,
Order,
OrderCreate,
OrderStatus,
Product,
ProductCreate,
ProductUpdate,
)

from ..auth import get_current_user
from ..cosmos_service import get_cosmos_service
from ..models import Product

# Handle both local debugging and Docker deployment
try:
from .auth import get_current_user
from .scenario_config import current_scenario
except ImportError:
sys.path.insert(0, os.path.dirname(os.path.dirname(os.path.abspath(__file__))))
from app.auth import get_current_user
Comment on lines +6 to +21
from .models import (
Cart,
CartItem,
Customer,
CustomerCreate,
CustomerUpdate,
Order,
OrderItem,
OrderStatus,
PaymentMethod,
Product,
ProductCreate,
ProductUpdate,
ShippingAddress,
UserRole,
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

10 participants