zedy
|
6443eac1be
|
fix test
|
2023-08-28 12:05:49 +08:00 |
|
zedy
|
50d3ca55fd
|
Merge remote-tracking branch 'upstream/main'
|
2023-08-25 10:13:41 +08:00 |
|
James Montemagno
|
f8d1d1e15b
|
Merge pull request #876 from AlexandrSHad/fix-connection-strings
fixed connection strings
|
2023-08-22 10:13:30 -07:00 |
|
zedy
|
d2753c7d68
|
fix possible null reference error
|
2023-08-11 13:30:14 +08:00 |
|
Steve Smith
|
e7d71ea572
|
Separate OrderViewModel from OrderDetailsViewModel (#904)
* Separate OrderViewModel from OrderDetailsViewModel
* Update packages
|
2023-05-23 14:55:24 -04:00 |
|
zedy
|
b2ea136f30
|
fix conflict
|
2023-04-20 09:23:28 +08:00 |
|
Brigit Murtaugh
|
1b7e3b7bed
|
Update dev container config and guidance (#886)
* Initial dev container changes
* Update readme's
* Clean up dev container
* Cleanup
* Use in-memory db
* Indent
* Update devcontainerreadme.md
* Update appsettings.json
* Update appsettings.json
---------
Co-authored-by: bamurtaugh <brmurtau@microsoft.com>
|
2023-04-05 09:32:16 -04:00 |
|
Oleksandr Shadurskyi
|
0daa2750bd
|
fixed connection strings
|
2023-03-30 14:38:53 +02:00 |
|
zedy
|
0c13ff9e53
|
update according to comments
|
2023-03-27 13:34:34 +08:00 |
|
Steve Smith
|
d2412a84a9
|
Fix Null Warnings (#874)
* Fixing null warnings
* Fix null warnings
Fix other compiler warnings
|
2023-03-20 11:52:14 -04:00 |
|
Steve Smith
|
0542c52d79
|
update mediatR
|
2023-02-28 15:15:46 -05:00 |
|
flomader
|
be413887a1
|
bugfix unhandled ex in case of duplicateexception (#862)
Co-authored-by: Florian Mader <florian.mader@outlook.com>
|
2023-02-28 14:55:56 -05:00 |
|
zedy
|
a7b41991cb
|
use app.Environment.Isdevelopment to judge current env
|
2023-02-20 16:29:08 +08:00 |
|
zedy
|
3e0ca9869d
|
update variable
|
2023-02-17 11:10:10 +08:00 |
|
Imran Sh
|
d1777af9ca
|
Update appsettings.Docker.json
Because of the breaking change in behavior of .net 7 ef core, it should be trusted, otherwise wouldn't work.
https://learn.microsoft.com/en-us/ef/core/what-is-new/ef-core-7.0/breaking-changes#mitigations
|
2023-02-08 14:26:30 +01:00 |
|
zedy
|
69b2dc6d25
|
Modify some comments and fix format
|
2023-02-07 14:35:49 +08:00 |
|
zedy
|
cdc079a20b
|
Add the AZD_TEMPLATE parameter in the configuration. When the value is enable, azd template logic will be used when configuring SQL Server, otherwise locally logic will be used.
|
2023-02-07 13:47:55 +08:00 |
|
zedy
|
2a67d21396
|
update readme
|
2023-02-02 18:46:00 +08:00 |
|
zedy
|
d27aeffeac
|
revert git version
|
2023-01-31 13:34:42 +08:00 |
|
Cédric Michel
|
87b95ed6ed
|
update multiple dependencies (#840)
* update multiple dependencies
* update to last dotnet-ef tool
---------
Co-authored-by: cedri <cedri@BAS>
|
2023-01-30 16:19:52 -05:00 |
|
Tarun Jain
|
9a955a29af
|
Merge pull request #818 from twerthi/main
Couple of updates
|
2023-01-12 01:38:28 +05:30 |
|
Shawn Sesna
|
4b69149482
|
Update libman.json
|
2023-01-03 13:49:40 -08:00 |
|
Cédric Michel
|
61d2d6cdd0
|
Feature/admin (#831)
* fix redirect to login for admin page
fix logout
* add admin part url
Co-authored-by: cedri <cedri@BAS>
|
2022-12-22 10:03:16 -05:00 |
|
Cédric Michel
|
2e6fc6ca44
|
clean MediatR useless references (#830)
Co-authored-by: cedri <cedri@BAS>
|
2022-12-22 10:01:28 -05:00 |
|
Cédric Michel
|
fdb1c34d61
|
Feature/dotnet7 migration (#828)
* migration to .net 7
* remove temp memory database
* adapt global.json .net 7
* adapt Rich Code Navigation to .net 7
* update and clean run for .net 7
* update .net ef tool
Co-authored-by: cedri <cedri@BAS>
|
2022-12-20 13:20:50 -05:00 |
|
Cédric Michel
|
707f8696f9
|
Fix/issue 826 support cross thread minimal api (#827)
* remove repository global variable to suuport muliple thread (call by handle method)
* add parallel call tests
Co-authored-by: cedri <cedri@BAS>
|
2022-12-19 22:24:46 -05:00 |
|
zedy
|
9a13af426b
|
Fix format and update the method of pulling connection string from kv with dac
|
2022-12-15 15:41:24 +08:00 |
|
zedy
|
d4950760f2
|
Remove some invalid changes
|
2022-12-15 14:29:40 +08:00 |
|
zedy
|
9e821608a1
|
fix some bug
|
2022-12-14 15:58:45 +08:00 |
|
zedy
|
a4427bcbf9
|
Pull the connection string from key vault
|
2022-12-14 15:32:14 +08:00 |
|
zedy
|
e5c6f71155
|
eliminate manually update the appsettings.json file
|
2022-12-12 14:57:57 +08:00 |
|
Shawn Sesna
|
a965822f40
|
Updating web app
Adding ability to pass in environment variables to override ConnectionStrings and AppSettings values. Mostly used for when it's running in Docker.
|
2022-11-30 15:30:46 -08:00 |
|
Shawn Sesna
|
6f4ae35812
|
Adding ability to pass in environment variables
This allows the passing of an environment variable to override ConnectionStrings and AppSettings values.
|
2022-11-30 15:29:03 -08:00 |
|
Shawn Sesna
|
2bc837a893
|
Update libman.json
Updating Javascript references.
|
2022-11-30 15:26:03 -08:00 |
|
zedy
|
b2a3137f02
|
Remove some invalid changes
|
2022-11-18 10:27:19 +08:00 |
|
zedy
|
c783174933
|
Azdev-ify changes for latest /bicep/core
|
2022-11-18 10:23:31 +08:00 |
|
Philippe Vaillancourt
|
a72dd775ee
|
Refactor to introduce nullable types and reduce compiler warnings (#801)
* Introduce nullable types to Core, Infrastructure and PublicApi projects
* Refactor unit tests
* Fixed failing tests
* Introduce Parameter object for CatalogItem update method
* Refactor CataloItemDetails param object
* Refactor following PR comments
|
2022-10-04 11:57:40 -04:00 |
|
dependabot[bot]
|
aa6305eab1
|
Bump Microsoft.AspNetCore.Authentication.JwtBearer from 6.0.7 to 6.0.8 (#795)
Bumps [Microsoft.AspNetCore.Authentication.JwtBearer](https://github.com/dotnet/aspnetcore) from 6.0.7 to 6.0.8.
- [Release notes](https://github.com/dotnet/aspnetcore/releases)
- [Changelog](https://github.com/dotnet/aspnetcore/blob/main/docs/ReleasePlanning.md)
- [Commits](https://github.com/dotnet/aspnetcore/compare/v6.0.7...v6.0.8)
---
updated-dependencies:
- dependency-name: Microsoft.AspNetCore.Authentication.JwtBearer
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2022-09-08 16:53:56 -04:00 |
|
dependabot[bot]
|
1d7125d255
|
Bump Microsoft.EntityFrameworkCore.InMemory from 6.0.7 to 6.0.8 (#782)
Bumps [Microsoft.EntityFrameworkCore.InMemory](https://github.com/dotnet/efcore) from 6.0.7 to 6.0.8.
- [Release notes](https://github.com/dotnet/efcore/releases)
- [Commits](https://github.com/dotnet/efcore/compare/v6.0.7...v6.0.8)
---
updated-dependencies:
- dependency-name: Microsoft.EntityFrameworkCore.InMemory
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2022-09-08 16:52:06 -04:00 |
|
dependabot[bot]
|
6c31fb98f9
|
Bump Microsoft.AspNetCore.Components.WebAssembly.Authentication (#781)
Bumps [Microsoft.AspNetCore.Components.WebAssembly.Authentication](https://github.com/dotnet/aspnetcore) from 6.0.7 to 6.0.8.
- [Release notes](https://github.com/dotnet/aspnetcore/releases)
- [Changelog](https://github.com/dotnet/aspnetcore/blob/main/docs/ReleasePlanning.md)
- [Commits](https://github.com/dotnet/aspnetcore/compare/v6.0.7...v6.0.8)
---
updated-dependencies:
- dependency-name: Microsoft.AspNetCore.Components.WebAssembly.Authentication
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2022-09-08 16:51:51 -04:00 |
|
dependabot[bot]
|
4ae32a1da6
|
Bump Microsoft.EntityFrameworkCore.Tools from 6.0.7 to 6.0.8 (#794)
Bumps [Microsoft.EntityFrameworkCore.Tools](https://github.com/dotnet/efcore) from 6.0.7 to 6.0.8.
- [Release notes](https://github.com/dotnet/efcore/releases)
- [Commits](https://github.com/dotnet/efcore/compare/v6.0.7...v6.0.8)
---
updated-dependencies:
- dependency-name: Microsoft.EntityFrameworkCore.Tools
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2022-09-08 16:51:33 -04:00 |
|
dependabot[bot]
|
a0309f0a07
|
Bump Microsoft.AspNetCore.Components.Authorization from 6.0.7 to 6.0.8 (#793)
Bumps [Microsoft.AspNetCore.Components.Authorization](https://github.com/dotnet/aspnetcore) from 6.0.7 to 6.0.8.
- [Release notes](https://github.com/dotnet/aspnetcore/releases)
- [Changelog](https://github.com/dotnet/aspnetcore/blob/main/docs/ReleasePlanning.md)
- [Commits](https://github.com/dotnet/aspnetcore/compare/v6.0.7...v6.0.8)
---
updated-dependencies:
- dependency-name: Microsoft.AspNetCore.Components.Authorization
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2022-09-08 16:51:13 -04:00 |
|
dependabot[bot]
|
e572a078ee
|
Bump Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore (#789)
Bumps [Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore](https://github.com/dotnet/aspnetcore) from 6.0.7 to 6.0.8.
- [Release notes](https://github.com/dotnet/aspnetcore/releases)
- [Changelog](https://github.com/dotnet/aspnetcore/blob/main/docs/ReleasePlanning.md)
- [Commits](https://github.com/dotnet/aspnetcore/compare/v6.0.7...v6.0.8)
---
updated-dependencies:
- dependency-name: Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2022-09-08 16:51:01 -04:00 |
|
dependabot[bot]
|
d7214ab74e
|
Bump Microsoft.EntityFrameworkCore.SqlServer from 6.0.7 to 6.0.8 (#785)
Bumps [Microsoft.EntityFrameworkCore.SqlServer](https://github.com/dotnet/efcore) from 6.0.7 to 6.0.8.
- [Release notes](https://github.com/dotnet/efcore/releases)
- [Commits](https://github.com/dotnet/efcore/compare/v6.0.7...v6.0.8)
---
updated-dependencies:
- dependency-name: Microsoft.EntityFrameworkCore.SqlServer
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2022-09-08 16:49:30 -04:00 |
|
dependabot[bot]
|
08fd5b0019
|
Bump Microsoft.Extensions.Identity.Core from 6.0.7 to 6.0.8 (#790)
Bumps [Microsoft.Extensions.Identity.Core](https://github.com/dotnet/aspnetcore) from 6.0.7 to 6.0.8.
- [Release notes](https://github.com/dotnet/aspnetcore/releases)
- [Changelog](https://github.com/dotnet/aspnetcore/blob/main/docs/ReleasePlanning.md)
- [Commits](https://github.com/dotnet/aspnetcore/compare/v6.0.7...v6.0.8)
---
updated-dependencies:
- dependency-name: Microsoft.Extensions.Identity.Core
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Steve Smith <steve@kentsmiths.com>
|
2022-09-08 16:49:19 -04:00 |
|
newenay
|
36dbc2f256
|
Fixed half of warnings having to do with allowing Null string objects. (#791)
|
2022-09-08 16:48:47 -04:00 |
|
dependabot[bot]
|
60fe2dae60
|
Bump System.IdentityModel.Tokens.Jwt from 6.22.1 to 6.23.0 (#788)
Bumps [System.IdentityModel.Tokens.Jwt](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet) from 6.22.1 to 6.23.0.
- [Release notes](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/releases)
- [Changelog](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/blob/dev/CHANGELOG.md)
- [Commits](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/compare/6.22.1...6.23.0)
---
updated-dependencies:
- dependency-name: System.IdentityModel.Tokens.Jwt
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2022-09-07 12:03:15 -04:00 |
|
dependabot[bot]
|
f7dd952882
|
Bump Microsoft.AspNetCore.Identity.EntityFrameworkCore (#787)
Bumps [Microsoft.AspNetCore.Identity.EntityFrameworkCore](https://github.com/dotnet/aspnetcore) from 6.0.7 to 6.0.8.
- [Release notes](https://github.com/dotnet/aspnetcore/releases)
- [Changelog](https://github.com/dotnet/aspnetcore/blob/main/docs/ReleasePlanning.md)
- [Commits](https://github.com/dotnet/aspnetcore/compare/v6.0.7...v6.0.8)
---
updated-dependencies:
- dependency-name: Microsoft.AspNetCore.Identity.EntityFrameworkCore
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2022-09-07 12:03:02 -04:00 |
|
dependabot[bot]
|
056b926f5f
|
Bump Microsoft.AspNetCore.Components.WebAssembly.DevServer (#779)
Bumps [Microsoft.AspNetCore.Components.WebAssembly.DevServer](https://github.com/dotnet/aspnetcore) from 6.0.7 to 6.0.8.
- [Release notes](https://github.com/dotnet/aspnetcore/releases)
- [Changelog](https://github.com/dotnet/aspnetcore/blob/main/docs/ReleasePlanning.md)
- [Commits](https://github.com/dotnet/aspnetcore/compare/v6.0.7...v6.0.8)
---
updated-dependencies:
- dependency-name: Microsoft.AspNetCore.Components.WebAssembly.DevServer
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2022-09-07 12:02:25 -04:00 |
|
dependabot[bot]
|
a44fe8a9b6
|
Bump Microsoft.VisualStudio.Web.CodeGeneration.Design (#783)
Bumps [Microsoft.VisualStudio.Web.CodeGeneration.Design](https://github.com/dotnet/Scaffolding) from 6.0.7 to 6.0.8.
- [Release notes](https://github.com/dotnet/Scaffolding/releases)
- [Commits](https://github.com/dotnet/Scaffolding/commits)
---
updated-dependencies:
- dependency-name: Microsoft.VisualStudio.Web.CodeGeneration.Design
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2022-09-07 12:02:06 -04:00 |
|