David Fowler
67d4c06b6d
Fixed the spa project ( #2126 )
- Clean up the SPA project (removed dead code)
- Fixed URLs in override file
1 year ago
David Fowler
508fa593d7
Added implict usings ( #2125 )
1 year ago
Eric Erhardt
5d13c097d3
Address PR feedback
1 year ago
Eric Erhardt
fd76f390ef
Cache JsonSerializerOptions
According to https://github.com/dotnet/runtime/issues/65396 , using a new JsonSerializerOptions every time JsonSerializer is invoked is a suboptimal pattern.
Fix this by caching JsonSerializerOptions instances.
1 year ago
David Fowler
df4eb4c124
More code sharing and clean up WebHooks client
1 year ago
Reuben Bond
e4b94decb2
Use Services.Common in WebhookClient
1 year ago
Reuben Bond
6f4ae509f1
Port WebhookClient to WebApplicationBuilder
1 year ago
Reuben Bond
8f9f9d168f
Add libman package to WebMVC to fix site
1 year ago
Reuben Bond
f5218e8087
Start adding connection strings for VS launch profile
1 year ago
Reuben Bond
3858d7ccf7
Fix integration tests
1 year ago
David Fowler
a87efdef32
Small nit
1 year ago
David Fowler
89a42e6c8f
Removed session since its not used
1 year ago
David Fowler
6ad5e8fb09
Deleted test controller
1 year ago
David Fowler
bdebee70dc
Clean up SignIn action
1 year ago
David Fowler
184ed15ef6
Clean up the auth delegating handler
1 year ago
David Fowler
6933d9997d
Forward SignalR requests through the web app
1 year ago
David Fowler
992b58d4bc
Fixed cookies
1 year ago
David Fowler
a7cdb1df68
Remove unused code
1 year ago
David Fowler
0a07aea4ff
Small refactoring of the helper methods
1 year ago
David Fowler
8c2ca8dbd9
Make WebMVC use the service common helpers
1 year ago
David Fowler
561d48bc62
Fix cors and prefix rewriting
1 year ago
David Fowler
c3efea0293
Add YARP to the BFF directly.
- This avoids the extra process hop
1 year ago
David Fowler
30ed0011cb
Added YARP as an API gateway
- It will eventually replace envoy
1 year ago
David Fowler
06d74d1658
Small tweaks to make the MVC application run locally
1 year ago
David Fowler
50952bed10
Sort usings and delete web.config
1 year ago
Reuben Bond
bcb1374d1e
Avoid logging exception details twice in a given log, clean up
1 year ago
Reuben Bond
cf02e90aad
Migrate from ILoggerFactory to ILogger<T> and use Logging Source Generator
1 year ago
Reuben Bond
917764273b
Remove superfluous UseDeveloperExceptionPage() and AddOptions() calls
1 year ago
Reuben Bond
83200f9331
Fix Dockerfiles to include Services.Common
1 year ago
Reuben Bond
b9f48faf99
Use simpler syntax for default
1 year ago
Reuben Bond
da024f9812
Remove Program.AppName
1 year ago
Reuben Bond
8da0a81514
Remove Serilog usage
1 year ago
David Fowler
f3d2843166
Make tests work
1 year ago
Reuben Bond
91247ec52e
BAD MISC - playing with tests
1 year ago
Reuben Bond
d91da03665
Fix IncludeScopes setting in appsettings.json for WebSPA
1 year ago
Reuben Bond
451d79f7b9
Fix formatting
1 year ago
dependabot[bot]
88a9a49da4
Bump webpack from 5.75.0 to 5.76.0 in /src/Web/WebSPA/Client
Bumps [webpack](https://github.com/webpack/webpack ) from 5.75.0 to 5.76.0.
- [Release notes](https://github.com/webpack/webpack/releases )
- [Commits](https://github.com/webpack/webpack/compare/v5.75.0...v5.76.0 )
---
updated-dependencies:
- dependency-name: webpack
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com>
1 year ago
Reuben Bond
f92e02f3dd
Convert WebStatus to WebApplicationBuilder
1 year ago
Reuben Bond
a0adc4bbf3
Remove unnecessary jQuery from WebStatus
1 year ago
Reuben Bond
98635a3e93
Eliminate Azure Dev Spaces
1 year ago
Reuben Bond
3097651747
Fix Docker build after moving to centralized packaging
1 year ago
Reuben Bond
a2c45956a3
Use centralized package versioning
1 year ago
Reuben Bond
7a6e07cb64
WebMVC: Migrate to WebApplicationBuilder and delete Startup
1 year ago
Tarun Jain
242cbeabaf
minor fix to removal of deprecated Azure Dev Spaces support
1 year ago
Reuben Bond
e43cf8effa
Remove deprecated Azure Dev Spaces support
1 year ago
Reuben Bond
68d0df2e2f
WebSPA: minor style fixes
1 year ago
Reuben Bond
f7f4259147
Update JS libraries
1 year ago
Reuben Bond
049c4af196
WebSPA: migrate to WebApplicationBuilder and delete Startup
1 year ago
Reuben Bond
85ad916fcb
Remove redundant using directives
1 year ago
Reuben Bond
2c94c38269
Update NodeJS, NPM, and deps
2 years ago