Satyendra Hari
47643eb2d0
added docs
1 year ago
Satyendra Hari
7a5e502428
update the port
1 year ago
Satyendra Hari
47d4d3cff6
add to the container
1 year ago
Satyendra Hari
becce91a7c
added new module
1 year ago
David Fowler
06d5164532
Remove envoy ( #2127 )
- Just go through the gateway directly
- We'll need to update the mobile version eventually
1 year ago
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
David Fowler
3b9560c26e
Clean up usings and controller attributes ( #2124 )
* Clean up usings and controller attributes
- Removed redundant attributes when the controllers already specifies what the result type is.
- Use StatusCodes instead of HttpStatusCode.
- Clean up namespaces and use type aliases to disambiguate the many DTOs defined.
* Forgot one
* Update src/Services/Webhooks/Webhooks.API/Controllers/WebhooksController.cs
Co-authored-by: Reuben Bond <203839+ReubenBond@users.noreply.github.com>
---------
Co-authored-by: Reuben Bond <203839+ReubenBond@users.noreply.github.com>
1 year ago
David Fowler
c7c2d1ca2f
Merge pull request #2123 from eerhardt/FixRedisBasketRepository
Cache JsonSerializerOptions
1 year ago
Eric Erhardt
5d13c097d3
Address PR feedback
1 year ago
Eric Erhardt
42e161d1f9
Use file scoped namespace.
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
Tarun Jain
3169a93344
Merge pull request #2107 from dotnet-architecture/davidfowl/common-services
Modernization
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
David Fowler
dbef61fdaf
Nuke the cors from the mobile BFF
1 year ago
Reuben Bond
6ebde3fb5c
Remove on-start health check in Ordering.BackgroundTasks so that it doesn't crash on startup
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
72c8167ec0
Attempt to migrate Mobile BFF to common services pattern
1 year ago
Reuben Bond
8c9524c771
Reduce double writes in Application.FunctionalTests build
1 year ago
Reuben Bond
9c2b972cc9
Correctly set scopes for AuthorizeCheckOperationFilter
1 year ago
Reuben Bond
3858d7ccf7
Fix integration tests
1 year ago
David Fowler
a87efdef32
Small nit
1 year ago
Reuben Bond
52cdd1645a
Fix Handler_sends_no_command_when_order_already_exists test
1 year ago
David Fowler
89a42e6c8f
Removed session since its not used
1 year ago
David Fowler
d5533c0ff9
Move the pic controller to a minimal API
1 year ago
David Fowler
8debda5c67
Don't read the file into memory
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
af42aab95e
Don't launch the browser for signalr
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
40315c69d7
Make docker use the reverse proxy
1 year ago
David Fowler
62a6f17595
Removed unneeded usings
1 year ago
David Fowler
64a2d69e92
Use YARP native config
1 year ago
David Fowler
69476a3175
Use the default YARP configuration
1 year ago
David Fowler
758d4bbe88
Specify routes in config
1 year ago
David Fowler
bd745121b2
Added comment about allowed origins
1 year ago
David Fowler
84c6b11c69
Remove cors from the signalr service
- The frontend hits the gateway which does the preflight request
1 year ago
David Fowler
561d48bc62
Fix cors and prefix rewriting
1 year ago
David Fowler
6a2fceb57c
Fix more urls
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