Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
45 commits
Select commit Hold shift + click to select a range
2a7e6ac
build: bump the github-actions group with 2 updates
dependabot[bot] Feb 4, 2026
4952a00
build(deps): bump the all-frontend-deps group
dependabot[bot] Feb 1, 2026
bf1c46d
build(deps): bump the all-backend-deps group in /src with 15 updates
dependabot[bot] Feb 1, 2026
2405fad
Merge remote-tracking branch 'origin/dev' into dependabotchanges
VishalS-Microsoft Feb 16, 2026
5db14d6
build: bump esbuilt, vite and qs package upgrade
VishalS-Microsoft Feb 16, 2026
bf70665
Merge pull request #711 from microsoft/psl-packageupgrade-cg
Avijit-Microsoft Feb 16, 2026
3d21181
Merge branch 'dev' into dependabotchanges
VishalS-Microsoft Feb 17, 2026
4554a4a
chore: downmerge the archive-doc-gen package upgradtion changes.
VishalS-Microsoft Feb 17, 2026
3cf71da
Merge pull request #714 from microsoft/psl-removechanges-docgen
Avijit-Microsoft Feb 17, 2026
5953bca
Merge pull request #712 from microsoft/dependabotchanges
Avijit-Microsoft Feb 18, 2026
e0f98e0
Fixed the tag issue
Prekshith-Microsoft Feb 18, 2026
5ff63a3
Added unit test for backend
AjitPadhi-Microsoft Feb 18, 2026
2ba89f7
Call the variable outside the resource
Prekshith-Microsoft Feb 19, 2026
e327f8e
added functionality for clear all history
Shubhangi-Microsoft Feb 19, 2026
8cf628d
updated unit tests
AjitPadhi-Microsoft Feb 19, 2026
ac61a12
removed unwanted comment
AjitPadhi-Microsoft Feb 19, 2026
d2b611c
removed lint and comment issues
AjitPadhi-Microsoft Feb 19, 2026
3c78db4
Regenerated the main.json file
Prekshith-Microsoft Feb 19, 2026
9dd1eac
removed unwanted files
AjitPadhi-Microsoft Feb 19, 2026
34af4e5
Merge pull request #715 from microsoft/psl-tag-issue
Prajwal-Microsoft Feb 19, 2026
7ac3e41
Fix for bug 34689
NirajC-Microsoft Feb 19, 2026
20c1666
Merge pull request #719 from microsoft/psl-clearhistoryadd
Avijit-Microsoft Feb 19, 2026
fbc213f
fix: add validation for conversation name length
Avijit-Microsoft Feb 19, 2026
bcfd06d
Resolve Copilot suggestion from PR
NirajC-Microsoft Feb 19, 2026
3efb1e7
fix: regenerated image persistence (Cosmos) and update UI color/produ…
Avijit-Microsoft Feb 19, 2026
67cccd4
test: Added unit test for backend
Avijit-Microsoft Feb 19, 2026
4dcd827
Added chat history title generation code changes
Ragini-Microsoft Feb 19, 2026
709dcd9
pylint fixes
Ragini-Microsoft Feb 19, 2026
0f97563
Fix for text-context updation after regenerating image
NirajC-Microsoft Feb 20, 2026
4bafc33
Update content-gen/src/backend/app.py
NirajC-Microsoft Feb 20, 2026
b6ed0f4
Update content-gen/src/app/frontend/src/App.tsx
NirajC-Microsoft Feb 20, 2026
6389049
Merge pull request #727 from microsoft/ag-conv-title
Roopan-Microsoft Feb 20, 2026
e6ce244
fix: Updates for text-context updation after regenerating image
Avijit-Microsoft Feb 20, 2026
d92d0f2
test: add unit tests for chat history title generation (57 tests)
Shubhangi-Microsoft Feb 20, 2026
b02635c
fix: resolve conftest.py conflict by adopting dev branch version
Shubhangi-Microsoft Feb 20, 2026
d05b1e7
fix: rename test files to avoid module name collision with dev branch
Shubhangi-Microsoft Feb 20, 2026
cd710a1
fix: update dev tests to match new title behavior (4-word truncation,…
Shubhangi-Microsoft Feb 20, 2026
5bb692a
remove: dev's test_cosmos_service.py - should not be in this PR
Shubhangi-Microsoft Feb 20, 2026
c3814ad
Merge remote-tracking branch 'origin/dev' into psl-chathistorythreadname
Shubhangi-Microsoft Feb 20, 2026
dc72aa0
fix: update dev test assertions to match new 4-word title truncation …
Shubhangi-Microsoft Feb 20, 2026
e2b4d75
fix: prevent new conversation action when no messages are present
Kingshuk-Microsoft Feb 20, 2026
ee9fb41
fix: prevent new conversation action when no messages are present
Avijit-Microsoft Feb 20, 2026
334fc59
fix: added test coverage
Avijit-Microsoft Feb 20, 2026
11b4320
Resolve Conflicts
NirajC-Microsoft Feb 23, 2026
9e716f3
refactor: Resolve Conflict
Avijit-Microsoft Feb 23, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/job-deploy-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ jobs:
echo ""
echo "✅ All input parameters validated successfully!"
- name: Checkout Code
uses: actions/checkout@v4
uses: actions/checkout@v6

- name: Configure Parameters Based on WAF Setting
shell: bash
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/job-deploy-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ jobs:
echo "✅ All input parameters validated successfully!"

- name: Checkout Code
uses: actions/checkout@v4
uses: actions/checkout@v6

- name: Configure Parameters Based on WAF Setting
shell: bash
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/job-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@ jobs:


- name: Checkout Code
uses: actions/checkout@v4
uses: actions/checkout@v6

- name: Login to Azure
shell: bash
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/job-docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
IMAGE_TAG: ${{ steps.generate_docker_tag.outputs.IMAGE_TAG }}
steps:
- name: Checkout Code
uses: actions/checkout@v4
uses: actions/checkout@v6

- name: Generate Unique Docker Image Tag
id: generate_docker_tag
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/job-send-notification.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
runs-on: ubuntu-latest
continue-on-error: true
env:
accelerator_name: "DocGen"
accelerator_name: "ContentGen"
steps:
- name: Validate Workflow Input Parameters
shell: bash
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test-automation-v2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
TEST_REPORT_URL: ${{ steps.upload_report.outputs.artifact-url }}
steps:
- name: Checkout repository
uses: actions/checkout@v5
uses: actions/checkout@v6

- name: Set up Python
uses: actions/setup-python@v6
Expand Down Expand Up @@ -136,7 +136,7 @@ jobs:

- name: Upload test report
id: upload_report
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v6
if: ${{ !cancelled() }}
with:
name: test-report
Expand Down
17 changes: 10 additions & 7 deletions content-gen/infra/main.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -261,6 +261,7 @@ var imageModelDeployment = imageModelChoice != 'none' ? [
var aiFoundryAiServicesModelDeployment = concat(baseModelDeployments, imageModelDeployment)

var aiFoundryAiProjectDescription = 'Content Generation AI Foundry Project'
var existingTags = resourceGroup().tags ?? {}

// ============== //
// Resources //
Expand Down Expand Up @@ -289,13 +290,15 @@ resource avmTelemetry 'Microsoft.Resources/deployments@2024-03-01' = if (enableT
resource resourceGroupTags 'Microsoft.Resources/tags@2021-04-01' = {
name: 'default'
properties: {
tags: {
...resourceGroup().tags
... tags
TemplateName: 'ContentGen'
Type: enablePrivateNetworking ? 'WAF' : 'Non-WAF'
CreatedBy: createdBy
}
tags: union(
existingTags,
tags,
{
TemplateName: 'ContentGen'
Type: enablePrivateNetworking ? 'WAF' : 'Non-WAF'
CreatedBy: createdBy
}
)
}
}

Expand Down
3 changes: 2 additions & 1 deletion content-gen/infra/main.json
Original file line number Diff line number Diff line change
Expand Up @@ -321,6 +321,7 @@
"imageModelDeployment": "[if(not(equals(parameters('imageModelChoice'), 'none')), createArray(createObject('format', 'OpenAI', 'name', variables('imageModelConfig')[parameters('imageModelChoice')].name, 'model', variables('imageModelConfig')[parameters('imageModelChoice')].name, 'sku', createObject('name', variables('imageModelConfig')[parameters('imageModelChoice')].sku, 'capacity', parameters('imageModelCapacity')), 'version', variables('imageModelConfig')[parameters('imageModelChoice')].version, 'raiPolicyName', 'Microsoft.Default')), createArray())]",
"aiFoundryAiServicesModelDeployment": "[concat(variables('baseModelDeployments'), variables('imageModelDeployment'))]",
"aiFoundryAiProjectDescription": "Content Generation AI Foundry Project",
"existingTags": "[coalesce(resourceGroup().tags, createObject())]",
"logAnalyticsWorkspaceResourceName": "[format('log-{0}', variables('solutionSuffix'))]",
"applicationInsightsResourceName": "[format('appi-{0}', variables('solutionSuffix'))]",
"userAssignedIdentityResourceName": "[format('id-{0}', variables('solutionSuffix'))]",
Expand Down Expand Up @@ -377,7 +378,7 @@
"apiVersion": "2021-04-01",
"name": "default",
"properties": {
"tags": "[shallowMerge(createArray(resourceGroup().tags, parameters('tags'), createObject('TemplateName', 'ContentGen', 'Type', if(parameters('enablePrivateNetworking'), 'WAF', 'Non-WAF'), 'CreatedBy', parameters('createdBy'))))]"
"tags": "[union(variables('existingTags'), parameters('tags'), createObject('TemplateName', 'ContentGen', 'Type', if(parameters('enablePrivateNetworking'), 'WAF', 'Non-WAF'), 'CreatedBy', parameters('createdBy')))]"
}
},
"aiSearchFoundryConnection": {
Expand Down
6 changes: 3 additions & 3 deletions content-gen/src/app/frontend-server/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading