Commit Graph

646 Commits

Author SHA1 Message Date
zedy
3bb6bf89b8 fix dotnet version 2023-01-31 15:33:56 +08:00
zedy
2df331a969 Merge branch 'main' of https://github.com/zedy-wj/eShopOnWeb 2023-01-31 13:35:18 +08:00
zedy
d27aeffeac revert git version 2023-01-31 13:34:42 +08:00
zedy
33d8d5c50f Fix Azure.Identity version in Packages.prop 2023-01-31 11:47:10 +08:00
zedy
caa3ca2508 Add version in Packages.prop 2023-01-31 11:32:13 +08:00
zedy
a9d408083b fix conflict 2023-01-31 11:08:13 +08:00
Wenjie Yu(MSFT)
9955c69264 Merge pull request #1 from zedy-wj/Azdevify
Azdevify eshopOnWeb
2023-01-31 10:51:10 +08:00
zedy
fc3f7b2746 Remove invalid files 2023-01-31 10:50:21 +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
c5e7fd3348 Merge pull request #835 from dotnet-architecture/dependabot/nuget/Moq-4.18.4
Bump Moq from 4.18.3 to 4.18.4
2023-01-12 01:43:06 +05:30
Tarun Jain
aa5165bb88 Merge pull request #837 from dotnet-architecture/dependabot/nuget/Microsoft.AspNetCore.Components.WebAssembly.Server-7.0.2
Bump Microsoft.AspNetCore.Components.WebAssembly.Server from 7.0.1 to 7.0.2
2023-01-12 01:42:06 +05:30
Tarun Jain
9a955a29af Merge pull request #818 from twerthi/main
Couple of updates
2023-01-12 01:38:28 +05:30
dependabot[bot]
e7ba6f9e49 Bump Microsoft.AspNetCore.Components.WebAssembly.Server
Bumps [Microsoft.AspNetCore.Components.WebAssembly.Server](https://github.com/dotnet/aspnetcore) from 7.0.1 to 7.0.2.
- [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/v7.0.1...v7.0.2)

---
updated-dependencies:
- dependency-name: Microsoft.AspNetCore.Components.WebAssembly.Server
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-01-11 14:03:48 +00:00
Shawn Sesna
4b69149482 Update libman.json 2023-01-03 13:49:40 -08:00
dependabot[bot]
289b8ce0c3 Bump Moq from 4.18.3 to 4.18.4
Bumps [Moq](https://github.com/moq/moq4) from 4.18.3 to 4.18.4.
- [Release notes](https://github.com/moq/moq4/releases)
- [Changelog](https://github.com/moq/moq4/blob/main/CHANGELOG.md)
- [Commits](https://github.com/moq/moq4/compare/v4.18.3...v4.18.4)

---
updated-dependencies:
- dependency-name: Moq
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-12-30 14:03:19 +00: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
Engin Polat
303f145ad3 devcontainer fixes (#688)
* adding runargs section to fix docker access from devcontainer to host

* updating integrated terminal settings to match with the most recent settings.json scheme

* updating base image to most recent dotnet sdk version

Co-authored-by: Steve Smith <steve@kentsmiths.com>
2022-12-20 13:27:01 -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
50a8268b2e Remove invalid changes 2022-12-13 10:38:28 +08:00
Wenjie Yu(MSFT)
a4f4d69cec Fix indent 2022-12-13 10:30:30 +08:00
Wenjie Yu(MSFT)
b4853e22d3 fix indent 2022-12-13 10:25:12 +08:00
zedy
eba96d82af remove some invalid changes 2022-12-12 15:44:56 +08:00
zedy
e5c6f71155 eliminate manually update the appsettings.json file 2022-12-12 14:57:57 +08:00
Wenjie Yu(MSFT)
cf9c7182d5 Merge pull request #2 from jongio/Azdevify
Update bicep add azure.yaml scripts
2022-12-12 13:03:21 +08:00
zedy
c3479b9abc Install azd in codespace, check some errors 2022-12-12 11:33:57 +08:00
zedy
5951b6d3c1 Remove install azd in codespace, check some errors 2022-12-12 11:27:43 +08:00
zedy
04b88ffbb8 install azd in codespace 2022-12-12 11:25:12 +08:00
zedy
7f40d2d115 install azd in codespace 2022-12-12 11:14:42 +08:00
zedy
a949d4b225 upgrade dotnet core 5.0 to 6.0 in order to install dotnet-ef 2022-12-12 10:56:23 +08:00
zedy
8697f4a082 add azd in codespace 2022-12-12 10:42:06 +08:00
Jon Gallant
5b86898d61 Update bicep add azure.yaml scripts 2022-12-09 16:03:04 -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
45ad9ed83f add scripts folder and rename sqlserver 2022-11-18 13:53:38 +08:00
zedy
b2a3137f02 Remove some invalid changes 2022-11-18 10:27:19 +08:00
zedy
88a27783a1 Azdev-ify changes for latest /bicep/core 2022-11-18 10:25:09 +08:00
zedy
c783174933 Azdev-ify changes for latest /bicep/core 2022-11-18 10:23:31 +08:00
zedy
04895cc138 Azdevify eshopOnWeb 2022-10-25 14:06:09 +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