David Fowler
e1ec790ddf
Make more things work with docker compose
2023-05-09 07:05:38 -07:00
David Fowler
6b8992153a
Rename extensions to extensions
2023-05-09 07:05:38 -07:00
David Fowler
d086d278e8
Moved repository to top level folder
2023-05-09 07:05:38 -07:00
David Fowler
3c00be38f9
Make BFF work and clean up ports
2023-05-09 07:05:37 -07:00
David Fowler
031996d87c
Fixed check
2023-05-09 07:05:37 -07:00
David Fowler
5ea034106c
Move extensions to Extensions folder
2023-05-09 07:05:37 -07:00
David Fowler
acd9a6d04b
Clean up the identity project and make it use services common
2023-05-09 07:05:37 -07:00
David Fowler
7027967568
More random clean up
2023-05-09 07:05:37 -07:00
David Fowler
e166b28a0a
Update the webhooks project to use service common
2023-05-09 07:05:37 -07:00
Reuben Bond
bcb1374d1e
Avoid logging exception details twice in a given log, clean up
2023-05-09 07:05:37 -07:00
David Fowler
57d9baf106
Make the payment API use the common code
2023-05-09 07:05:37 -07:00
David Fowler
a37b0430b2
Remove unneeded dependencies
2023-05-09 07:05:37 -07:00
David Fowler
2a4a6abf9b
Small tweaks
...
- Fix the payment profile's launch profile
- Added Services.Common to global usings
2023-05-09 07:05:37 -07:00
David Fowler
c41cd3830c
Updated background tasks to use common service logic
2023-05-09 07:05:37 -07:00
David Fowler
0cb6b08300
Clean up the project
2023-05-09 07:05:37 -07:00
David Fowler
9743c83221
Use the common services in the Ordering.SignalRHub project
2023-05-09 07:05:37 -07:00
David Fowler
6e69a2472e
Small naming tweaks for consistency
2023-05-09 07:05:37 -07:00
David Fowler
3357c70bc1
Clean up excess in project file
2023-05-09 07:05:37 -07:00
David Fowler
909f08675b
Make the ordering API use the commmon services
2023-05-09 07:05:37 -07:00
David Fowler
a41560544c
Split redis and health checks for redis
2023-05-09 07:05:37 -07:00
David Fowler
08e7c3424d
Delete more cruft
...
- Remove migration from the tests
2023-05-09 07:05:37 -07:00
David Fowler
7681405eaf
More clean up
2023-05-09 07:05:37 -07:00
David Fowler
ccaad9dc20
Removed unneeded project deps
2023-05-09 07:05:37 -07:00
Reuben Bond
cf02e90aad
Migrate from ILoggerFactory to ILogger<T> and use Logging Source Generator
2023-05-09 07:05:37 -07:00
David Fowler
5397e8d5c8
Made small tweak to startup
2023-05-09 07:05:36 -07:00
David Fowler
0fd20ee962
More clean up
...
- Make the catalog API runnable
- Delete some cruft
2023-05-09 07:05:36 -07:00
David Fowler
34fc9496fd
Small clean up to error handling code
2023-05-09 07:05:36 -07:00
David Fowler
a381a6923c
Removed filters and special errors handling from MVC
2023-05-09 07:05:36 -07:00
David Fowler
3056418c92
Made a health check api
2023-05-09 07:05:36 -07:00
Reuben Bond
917764273b
Remove superfluous UseDeveloperExceptionPage() and AddOptions() calls
2023-05-09 07:05:36 -07:00
Reuben Bond
e2d8590a26
Use WebApplicationBuilder in Mobile.Shopping.HttpAggregator
2023-05-09 07:05:36 -07:00
Reuben Bond
f8abb36bc6
Remove non-existent wwwroot from HttpAggregator projects
2023-05-09 07:05:36 -07:00
Reuben Bond
16b63001df
Add Identity sections to config and consume (likely broken). Simplify integration tests
2023-05-09 07:05:36 -07:00
Reuben Bond
83200f9331
Fix Dockerfiles to include Services.Common
2023-05-09 07:05:36 -07:00
Reuben Bond
fea08c78bb
Finish removing Autofac
2023-05-09 07:05:36 -07:00
Reuben Bond
b9f48faf99
Use simpler syntax for default
2023-05-09 07:05:36 -07:00
Reuben Bond
02c163246b
Add EventBus connection string to Catalog.API
2023-05-09 07:05:36 -07:00
Reuben Bond
da024f9812
Remove Program.AppName
2023-05-09 07:05:36 -07:00
Reuben Bond
8da0a81514
Remove Serilog usage
2023-05-09 07:05:35 -07:00
Reuben Bond
5342c86af0
Remove Serilog from Identity.API and clean up
2023-05-09 07:05:35 -07:00
Reuben Bond
3f5f0b94ed
Remove Program from Catalog.API
2023-05-09 07:05:35 -07:00
Reuben Bond
7d28625959
Remove Serilog from Web.Shopping.HttpAggregator
2023-05-09 07:05:35 -07:00
David Fowler
d96e4db08c
Remove Program
2023-05-09 07:05:35 -07:00
David Fowler
c59e66861f
- Add redis health check
...
- Add health checks on startup
2023-05-09 07:05:35 -07:00
David Fowler
56d47db91e
Read from the connection strings section
2023-05-09 07:05:35 -07:00
David Fowler
b48ba7b74b
More clean up
2023-05-09 07:05:35 -07:00
David Fowler
41056e54d8
Update grpc reference
2023-05-09 07:05:35 -07:00
David Fowler
45a04e4a6d
Make services run individually and outside of docker
...
- Removed manual port binding code
- Disable Seq and logstash if config is null
- Disable serilog for now
- Remove IIS from some launch profiles
- Clean up some logging.
2023-05-09 07:05:35 -07:00
David Fowler
bff808016e
Remove the UseVault and use the existance of the section
2023-05-09 07:05:35 -07:00
David Fowler
48f640088b
More clean up
2023-05-09 07:05:35 -07:00