Sumit Ghosh
76ddee7756
Use file-scoped namespaces
2021-08-12 18:56:38 +05:30
Sumit Ghosh
5157b01e81
Use global usings
2021-08-12 18:55:45 +05:30
Josh Coleman
8be1c9cd3e
Seeking feedback: Build and run on .Net 6 preview 6 ( #1734 )
...
* Updgrade build and hosting machines to .net6 latest
* Target .net 6
* ILogger is ambiguous?
* More ILogger ambiguity
* Use preview 6... seeing errors in preview 7...
* Of course the SDK version is different :)
* downgrade the last nonworking component
* Only restore the packages we need for the one off service stuck in .net 5
* Downgrade development docker files to use the preview 6 sdk
2021-08-09 19:57:22 +05:30
Sumit Ghosh
1896af24f2
Updated tar package ( #1733 )
2021-08-05 19:48:11 +05:30
Sumit Ghosh
7ba14d9804
Updates ingress object version to use v1 api ( #1725 )
...
* Removed archived directory
* Updated ingress api version to v1
* Updates ingress yaml manifests
* Fixed the identity ingress manifest
* Fixed remaining ingress manifest
2021-08-02 16:56:15 +05:30
GitHubPang
a478fdabf6
Fix typo in field name. ( #1727 )
...
httpContextAccesor > httpContextAccessor
2021-07-26 13:15:59 +05:30
Sumit Ghosh
dc60280101
Removed WebMVC from master Readme ( #1719 )
2021-07-13 18:25:56 +05:30
AlanYu
5c57b8c3f9
Binding queue using existing cosumerChannel ( #1716 )
...
Co-authored-by: Alan.Yu <alan.yu@hidglobal.com>
2021-07-07 13:04:25 +05:30
Sumit Ghosh
8bb15ce987
Updated npm packages ( #1714 )
2021-06-30 19:52:08 +05:30
Sumit Ghosh
2afc00360f
Included Envoyproxy filrewall rules in the script ( #1704 )
2021-06-28 19:16:00 +05:30
Sumit Ghosh
6381df5801
Updates npm packages ( #1710 )
...
* Updated npm packages
* Updated packages
2021-06-28 19:15:00 +05:30
Kaypee
6982f0e7c4
Correct typo error in Shipping Address ( #1712 )
...
Co-authored-by: kwabena <kwabena@mpharma.com>
2021-06-28 11:25:24 +05:30
Miguel Veloso
8c2716339e
Merge pull request #1711 from dotnet-architecture/update/angular-version
...
Update Angular version to 11.2
2021-06-25 10:44:33 +01:00
Miguel Veloso
e858ac052d
Update Angular version to 11.2
2021-06-25 10:10:59 +01:00
Miguel Veloso
e9aa5256aa
Merge pull request #1705 from dotnet-architecture/feature/refresh-spa-theme
...
Refresh SPA theme
2021-06-22 15:43:54 +01:00
Miguel Veloso
5afcd37caa
Update item images
2021-06-22 14:58:16 +01:00
Miguel Veloso
7405ebaf80
Update README, catalog image files and MVC page size
2021-06-21 16:01:42 +01:00
Miguel Veloso
4b0c2c56dd
Handle SPA/MVC branding for login and registration views
2021-06-18 15:08:05 +01:00
Miguel Veloso
9194b2cef6
Update other packages to latest versions
2021-06-17 23:39:16 +01:00
Miguel Veloso
67c248b2c2
Update versions in package.json
2021-06-17 23:27:41 +01:00
Miguel Veloso
066b055e36
Angular 10 version running
2021-06-17 23:23:52 +01:00
Miguel Veloso
c7f482d3f6
install packages for Angular 9
2021-06-17 22:46:06 +01:00
Miguel Veloso
c8a8884426
Update packages required by Angular 10
2021-06-17 19:28:29 +01:00
Miguel Veloso
4bf0db6b41
Update to Angular 9
2021-06-17 18:06:24 +01:00
Miguel Veloso
4bf307990c
Update target js version
2021-06-17 17:37:58 +01:00
Miguel Veloso
2a0db634c4
Update to .NET 5
2021-06-17 17:17:04 +01:00
Miguel Veloso
07e0bfe0f2
running version without refresh page error
2021-06-17 14:44:50 +01:00
Miguel Veloso
7d26ef882d
Initial SPA application working
2021-06-15 17:07:38 +01:00
Miguel Veloso
ae45ffb227
Remove campaigns, marketing and coupon-related components
2021-06-15 16:08:28 +01:00
Miguel Veloso
c60a49363f
Fix catalog search error
2021-06-15 15:48:22 +01:00
Miguel Veloso
bbe423cf8e
Initial version running
2021-06-15 15:34:41 +01:00
Miguel Veloso
dbf782d210
Initial eShop-Learn version
2021-06-15 09:57:28 +01:00
Sumit Ghosh
08d3a2b85c
Updated package ( #1696 )
2021-06-09 19:51:34 +05:30
Sumit Ghosh
d49334b049
Updated packages ( #1695 )
2021-06-08 22:31:13 +05:30
dependabot[bot]
e8fd578bb2
Bump ws from 6.2.1 to 6.2.2 in /src/Web/WebSPA ( #1694 )
...
Bumps [ws](https://github.com/websockets/ws ) from 6.2.1 to 6.2.2.
- [Release notes](https://github.com/websockets/ws/releases )
- [Commits](https://github.com/websockets/ws/commits )
---
updated-dependencies:
- dependency-name: ws
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-06-08 22:30:54 +05:30
zedy
be9ce6d069
Update keyvault sdk from t1 to t2 ( #1685 )
...
* Upgrade Microsoft.Extensions.Configuration.AzureKeyVault to
* Update keyvault uri
* Update Program.cs
Modify format
* modify format
* resolve conflict
* replace credential
Co-authored-by: Wenjie Yu <v-wenjyu@microsoft.com>
2021-06-08 14:45:15 +05:30
Sander Obdeijn
8ed25875af
Added EventBus.Tests to solution ( #1684 )
...
* - Added EventBus.Tests to solution
- Updated targetframework to net5.0
- Consolidated nuget packages
* Added copy EventBus.Tests.csproj to DockerFile's
2021-05-31 14:46:44 +05:30
dependabot[bot]
ad7ff76fed
Bump browserslist from 4.16.0 to 4.16.6 in /src/Web/WebSPA ( #1679 )
...
Bumps [browserslist](https://github.com/browserslist/browserslist ) from 4.16.0 to 4.16.6.
- [Release notes](https://github.com/browserslist/browserslist/releases )
- [Changelog](https://github.com/browserslist/browserslist/blob/main/CHANGELOG.md )
- [Commits](https://github.com/browserslist/browserslist/compare/4.16.0...4.16.6 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-05-26 19:07:29 +05:30
Sumit Ghosh
37aeaceeab
Updated dns-packet package to version 5.2.2 ( #1682 )
2021-05-26 19:06:55 +05:30
Sumit Ghosh
1cbd218dc4
Updates the postcss package version ( #1672 )
...
* Updated package postcss version to 8.2.10
* Updated the package version
2021-05-17 16:31:59 +05:30
David Pine
bf7ade80d2
Update CardType.cs ( #1674 )
...
Sync with https://github.com/dotnet/docs/pull/24236
2021-05-17 13:16:38 +05:30
Sumit Ghosh
2b8b6b5206
Updated package versions ( #1669 )
2021-05-07 16:41:24 +05:30
dependabot[bot]
3521fb892c
Bump lodash from 4.17.20 to 4.17.21 in /src/Web/WebSPA ( #1667 )
...
Bumps [lodash](https://github.com/lodash/lodash ) from 4.17.20 to 4.17.21.
- [Release notes](https://github.com/lodash/lodash/releases )
- [Commits](https://github.com/lodash/lodash/compare/4.17.20...4.17.21 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-05-07 12:10:01 +05:30
dependabot[bot]
6556c4f4cc
Bump url-parse from 1.4.7 to 1.5.1 in /src/Web/WebSPA ( #1666 )
...
Bumps [url-parse](https://github.com/unshiftio/url-parse ) from 1.4.7 to 1.5.1.
- [Release notes](https://github.com/unshiftio/url-parse/releases )
- [Commits](https://github.com/unshiftio/url-parse/compare/1.4.7...1.5.1 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-05-07 12:09:36 +05:30
dependabot[bot]
6b0890f90b
Bump handlebars from 4.7.6 to 4.7.7 in /src/Web/WebSPA ( #1665 )
...
Bumps [handlebars](https://github.com/wycats/handlebars.js ) from 4.7.6 to 4.7.7.
- [Release notes](https://github.com/wycats/handlebars.js/releases )
- [Changelog](https://github.com/handlebars-lang/handlebars.js/blob/master/release-notes.md )
- [Commits](https://github.com/wycats/handlebars.js/compare/v4.7.6...v4.7.7 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-05-07 12:09:15 +05:30
Sumit Ghosh
6007bdc2b1
Updated xmlhttprequest-ssl package to 1.6.2 ( #1664 )
2021-05-05 19:41:28 +05:30
dependabot[bot]
fb657f0634
Bump merge from 1.2.1 to 2.1.1 in /src/Web/WebSPA ( #1662 )
...
Bumps [merge](https://github.com/yeikos/js.merge ) from 1.2.1 to 2.1.1.
- [Release notes](https://github.com/yeikos/js.merge/releases )
- [Commits](https://github.com/yeikos/js.merge/compare/v1.2.1...v2.1.1 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-05-05 16:21:40 +05:30
Sumit Ghosh
19baeb7069
Migrates from Newtonsoft.Json to System.Text.Json ( #1658 )
...
* Included System.Text.Json related changes
* Fixed order details summary in WebMVC
* Updated custom JsonConverter
2021-05-03 16:36:31 +05:30
Colin Dembovsky
c4d40f16db
Prevent deploy jobs
2021-04-23 00:20:38 -05:00
Colin Dembovsky
374cf8d710
Prevent deploy jobs
2021-04-23 00:20:29 -05:00