14 Commits
Author SHA1 Message Date
Eric FlemingandGitHub 1176fffa83 Updating packages to their latest versions (#378) 2020-05-14 15:12:11 -04:00
Eric FlemingandGitHub 7dcf3845d6 Adding community extensions section to the readme (#364) 2020-04-10 14:50:30 -04:00
Eric FlemingandGitHub 599db2ee26 Removing unneccesary method call (#363) 2020-04-09 16:10:08 -04:00
Eric FlemingandGitHub 606055c44c Updating README to include link to new FAQ page 2020-02-19 15:54:18 -05:00
Eric FlemingandSteve Smith 288d827821 Actions build (#340)
* Build with GitHub Actions

* Changing dotnet-version

* Updating version again

* Updating path to sln and adding test step

* Updates to file path

* Path is probably starting out at the root

* Updating path once again

* Updating name

* Adding build badge to readme

* Making the build work in markdown
2020-01-08 10:16:42 -05:00
Eric FlemingandSteve Smith e53117b952 Updating to netcore3.1 (#338)
* Updating to .NET Core 3.1

* Updating nuget packages

* Updating dockerfile for 3.1
2019-12-17 11:08:55 -05:00
Eric FlemingandSteve Smith 9695e9e3ba Adding a ConfigureTestingServices (#335) 2019-12-11 21:59:45 -05:00
Eric FlemingandSteve Smith f3f74a342e Admin page (#324)
* Updates based on documentation

* Getting the build passing

* Getting app functioning

* A few cleanups to confirm it's working as expected

* Fixing functional tests

* Updating dockerfile for 3.0

* Functional Tests now run sequentially

* Updating to latest version of moq

* Adding migration for post 3.0 upgrades

* Removing commented out lines

* Moving address and catalogitemordered configuration in to classes that own them

* Adding admin user

* Adding admin catalog screen

- will also only display menu option if user is logged in as an admin

* WIP - squash this

* Allow user to edit a catalog item

* Adding entry for new service

* Invalidating cache after catalog item update

- also a little bit of cleanup

* Fixing bad merge

* Removing Picture Uri and making Id readonly

* Adjusting style in menu dropdown so all options are shown

* Creating Cache helpers with unit tests
2019-12-10 22:04:59 -05:00
Eric FlemingandGitHub 539d8c689d Fixing login integration test (#332)
* Removing unecessary test
2019-12-05 19:23:55 -07:00
Eric FlemingandSteve Smith 29d1497a3f Mediatr example (#325)
* Updates based on documentation

* Getting the build passing

* Getting app functioning

* A few cleanups to confirm it's working as expected

* Fixing functional tests

* Updating dockerfile for 3.0

* Functional Tests now run sequentially

* Updating to latest version of moq

* Adding migration for post 3.0 upgrades

* Removing commented out lines

* Moving address and catalogitemordered configuration in to classes that own them

* Installing MediatR nuget packages

* Configure MediatR in Startup

* Creating GetMyOrders MediatR query and handler

* Adding GetOrderDetails MediatR handler

* Refactoring out default values

* Added tests for GetOrderDetails mediator handler

* Defaulting values on Models for now

* Removing some spaces

* Splitting files

* Splitting out the GetOrderDetails files

* Adding test for GetMyOrders

* restructuing folders

* Using constant
2019-11-15 13:36:51 -05:00
Eric FlemingandGitHub 1bae9e68d9 Merge pull request #327 from gregg-miskelly/dev/greggm/3.0-doc-fix
Update database instructions to work in .NET Core 3.0
2019-11-11 13:03:38 -05:00
Eric FlemingandSteve Smith 4442015835 Netcore3.0 (#323)
* Updates based on documentation

* Getting the build passing

* Getting app functioning

* A few cleanups to confirm it's working as expected

* Fixing functional tests

* Updating dockerfile for 3.0

* Functional Tests now run sequentially

* Updating to latest version of moq

* Adding migration for post 3.0 upgrades

* Removing commented out lines

* Moving address and catalogitemordered configuration in to classes that own them

* Minor cleanups
2019-11-06 14:17:56 -05:00
Eric FlemingandGitHub 9a21db6979 Merge pull request #322 from KonradMasalski/master
Minor code cleanup
2019-10-29 10:14:25 -04:00
Eric FlemingandGitHub 8ccc87d7e9 Merge pull request #320 from MoienTajik/master
Made the AddAsync method fully asynchronous
2019-10-24 13:37:24 -04:00