Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
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/broken-links-checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Get changed markdown files (PR only)
id: changed-markdown-files
if: github.event_name == 'pull_request'
uses: tj-actions/changed-files@22103cc46bda19c2b464ffe86db46df6922fd323 # v46
uses: tj-actions/changed-files@9426d40962ed5378910ee2e21d5f8c6fcbf2dd96 # v46
with:
files: |
**/*.md
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
using Amazon.Runtime.Internal.Transform;
using Microsoft.AspNetCore.Mvc;
using Microsoft.AspNetCore.Mvc;
using Microsoft.GS.DPS.API.UserInterface;
using Microsoft.GS.DPS.Images;
using Microsoft.GS.DPS.Model.UserInterface;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,20 +12,18 @@

<ItemGroup>
<PackageReference Include="Azure.Data.AppConfiguration" Version="1.9.0" />
<PackageReference Include="Azure.Identity" Version="1.20.0" />
<PackageReference Include="Azure.Identity" Version="1.21.0" />
<PackageReference Include="Microsoft.ApplicationInsights.AspNetCore" Version="2.22.0" />
<PackageReference Include="Microsoft.ApplicationInsights.WorkerService" Version="2.22.0" />
<PackageReference Include="Microsoft.Extensions.Azure" Version="1.13.1" />
<PackageReference Include="Microsoft.Extensions.Configuration.AzureAppConfiguration" Version="8.5.0" />
<PackageReference Include="Microsoft.KernelMemory.WebClient" Version="0.79.241014.2" />
<PackageReference Include="Microsoft.SemanticKernel" Version="1.32.0" />
<PackageReference Include="Microsoft.KernelMemory.WebClient" Version="0.98.250508.3" />
<PackageReference Include="Microsoft.SemanticKernel" Version="1.76.0" />
<PackageReference Include="Microsoft.VisualStudio.Azure.Containers.Tools.Targets" Version="1.23.0" />
<PackageReference Include="MimeTypesMap" Version="1.0.9" />
<PackageReference Include="MongoDB.Bson" Version="2.29.0" />
<PackageReference Include="MongoDB.Driver" Version="2.29.0" />
<PackageReference Include="MongoDB.Driver.Core" Version="2.29.0" />
<PackageReference Include="NSwag.AspNetCore" Version="14.6.3" />
<PackageReference Include="NSwag.Core" Version="14.6.3" />
<PackageReference Include="MongoDB.Driver" Version="3.8.1" />
<PackageReference Include="NSwag.AspNetCore" Version="14.7.1" />
Comment thread
Priyanka-Microsoft marked this conversation as resolved.
<PackageReference Include="NSwag.Core" Version="14.7.1" />
Comment thread
Priyanka-Microsoft marked this conversation as resolved.
<PackageReference Include="Swashbuckle.AspNetCore" Version="10.1.7" />
</ItemGroup>

Expand Down
6 changes: 6 additions & 0 deletions App/backend-api/Microsoft.GS.DPS.Host/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@
using NSwag.AspNetCore;
using Microsoft.AspNetCore.Http.Features;
using Microsoft.ApplicationInsights.AspNetCore.Extensions;
using MongoDB.Bson;
using MongoDB.Bson.Serialization;
using MongoDB.Bson.Serialization.Serializers;

// Configure MongoDB GuidRepresentation before any MongoDB operations
BsonSerializer.RegisterSerializer(new GuidSerializer(GuidRepresentation.Standard));

var builder = WebApplication.CreateBuilder(args);

Expand Down
9 changes: 4 additions & 5 deletions App/backend-api/Microsoft.GS.DPS/Microsoft.GS.DPS.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,14 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Azure.Identity" Version="1.20.0" />
<PackageReference Include="Azure.Search.Documents" Version="11.7.0" />
<PackageReference Include="Azure.Identity" Version="1.21.0" />
<PackageReference Include="Azure.Search.Documents" Version="12.0.0" />
<PackageReference Include="FluentValidation" Version="12.1.1" />
<PackageReference Include="FluentValidation.DependencyInjectionExtensions" Version="12.1.1" />
<PackageReference Include="Microsoft.KernelMemory.WebClient" Version="0.79.241014.2" />
<PackageReference Include="Microsoft.KernelMemory.WebClient" Version="0.98.250508.3" />
<PackageReference Include="Microsoft.Maui.Graphics" Version="9.0.110" />
<PackageReference Include="Microsoft.Maui.Graphics.Skia" Version="9.0.110" />
<PackageReference Include="MongoDB.Driver" Version="2.29.0" />
<PackageReference Include="MongoDB.Driver.Core" Version="2.29.0" />
<PackageReference Include="MongoDB.Driver" Version="3.8.1" />
<PackageReference Include="SkiaSharp.NativeAssets.Linux" Version="3.119.2" />
Comment thread
Priyanka-Microsoft marked this conversation as resolved.
Comment thread
Priyanka-Microsoft marked this conversation as resolved.
</ItemGroup>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@
using System.Text;
using System.Threading.Tasks;
using MongoDB.Driver;
using MongoDB.Driver.Core.Configuration;
using MongoDB.Driver.Linq;

namespace Microsoft.GS.DPS.Storage.Components
{
Expand Down Expand Up @@ -48,7 +46,6 @@ static CosmosMongoClientManager()

settings.SslSettings =
new SslSettings() { EnabledSslProtocols = SslProtocols.Tls12 };
settings.LinqProvider = LinqProvider.V2;

return new MongoClient(settings);

Expand Down
2 changes: 1 addition & 1 deletion App/frontend-app/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Use the official Node.js image from the Docker Hub
FROM node:20
FROM node:22

# Set the working directory inside the container
WORKDIR /app
Expand Down
84 changes: 41 additions & 43 deletions App/frontend-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,39 +13,39 @@
"test": "jest --coverage --detectOpenHandles"
},
"dependencies": {
"@azure/msal-browser": "^4.24.1",
"@azure/msal-react": "^3.0.20",
"@azure/msal-browser": "^5.9.0",
"@azure/msal-react": "^5.3.2",
"@fluentai/attachments": "^0.7.1",
"@fluentai/react-copilot": "^0.11.3",
"@fluentai/react-copilot-chat": "^0.5.2",
"@fluentai/reference": "^0.8.2",
"@fluentai/textarea": "^0.5.1",
"@fluentui/react": "^8.123.6",
"@fluentui/react-components": "^9.70.0",
"@fluentui/react-datepicker-compat": "^0.6.14",
"@fluentui/react-file-type-icons": "^8.13.3",
"@fluentui/react-icons": "^2.0.311",
"@fluentui/react": "^8.125.5",
"@fluentui/react-components": "^9.73.8",
"@fluentui/react-datepicker-compat": "^0.6.31",
"@fluentui/react-file-type-icons": "^8.17.0",
"@fluentui/react-icons": "^2.0.325",
"@fluentui/react-tags-preview": "^0.4.0",
"@microsoft/applicationinsights-react-js": "^19.3.8",
"@microsoft/applicationinsights-web": "^3.3.10",
"@microsoft/applicationinsights-react-js": "^19.4.0",
"@microsoft/applicationinsights-web": "^3.4.1",
"@react-pdf-viewer/core": "^3.12.0",
"@react-pdf-viewer/default-layout": "^3.12.0",
"date-fns": "^4.1.0",
"dropzone": "^6.0.0-beta.2",
"i18next": "^25.5.3",
"i18next-browser-languagedetector": "^8.2.0",
"i18next-http-backend": "^3.0.2",
"km-app": "file:",
"marked": "^16.3.0",
"i18next": "^26.0.8",
"i18next-browser-languagedetector": "^8.2.1",
"i18next-http-backend": "^3.0.6",
"km-app": "file:.",
"marked": "^18.0.3",
"notistack": "^3.0.2",
"pdfjs-dist": "^5.4.149",
"react": "^19.1.1",
"react-dom": "^19.1.1",
"react-dropzone": "^14.3.5",
"react-i18next": "^16.0.0",
"pdfjs-dist": "^5.7.284",
"react": "^19.2.5",
"react-dom": "^19.2.5",
"react-dropzone": "^15.0.0",
"react-i18next": "^17.0.6",
"react-markdown": "^10.1.0",
"react-router-dom": "^7.9.3",
"react-tiff": "^0.0.14",
"react-router-dom": "^7.14.2",
"react-tiff": "^0.0.16",
"react-uploader": "^3.43.0",
"use-debounce": "^10.0.6"
},
Expand All @@ -57,38 +57,36 @@
"@types/jest": "^30.0.0",
"@types/react": "^19.1.17",
"@types/react-dom": "^19.1.11",
"@types/react-router-dom": "^5.3.3",
"@typescript-eslint/eslint-plugin": "^8.45.0",
"@typescript-eslint/parser": "^8.45.0",
"@vitejs/plugin-basic-ssl": "^2.1.0",
"@vitejs/plugin-react": "^5.0.4",
"autoprefixer": "^10.4.21",
"body-parser": "^2.2.0",
"@typescript-eslint/eslint-plugin": "^8.59.1",
"@typescript-eslint/parser": "^8.59.1",
"@vitejs/plugin-basic-ssl": "^2.3.0",
"@vitejs/plugin-react": "^6.0.1",
"autoprefixer": "^10.5.0",
"body-parser": "^2.2.2",
"concurrently": "^9.2.1",
"cors": "^2.8.5",
"eslint": "^9.36.0",
"cors": "^2.8.6",
"eslint": "^10.3.0",
"eslint-config-prettier": "^10.1.5",
"eslint-import-resolver-typescript": "^4.4.4",
"eslint-plugin-import": "^2.32.0",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-react-refresh": "^0.4.22",
"express": "^5.1.0",
"jest": "^30.2.0",
"jest-environment-jsdom": "^30.2.0",
"nodemon": "^3.1.10",
"postcss": "^8.5.6",
"prettier": "^3.6.2",
"eslint-plugin-react-hooks": "^7.1.1",
"eslint-plugin-react-refresh": "^0.5.2",
"express": "^5.2.1",
"jest": "^30.3.0",
"jest-environment-jsdom": "^30.3.0",
"nodemon": "^3.1.14",
"postcss": "^8.5.13",
"prettier": "^3.8.3",
"prettier-plugin-tailwindcss": "^0.6.13",
"react-tiff": "^0.0.14",
"sass": "^1.93.2",
"sass": "^1.99.0",
"tailwindcss": "^3.4.17",
Comment thread
Priyanka-Microsoft marked this conversation as resolved.
Comment on lines 82 to 84
"ts-jest": "^29.4.4",
"ts-jest": "^29.4.9",
"ts-node": "^10.9.2",
"tslib": "^2.6.2",
"typescript": "^5.9.3",
"vite": "^7.1.7"
"typescript": "^6.0.3",
"vite": "^8.0.10"
},
"volta": {
"node": "20.18.1",
Expand Down
Loading