Releases: abpframework/eShopOnAbp
Releases · abpframework/eShopOnAbp
rel-1.0
eShopOnAbp version 1.0
What's Changed
- EShopOnAbp: EfCore Mismatch for AuthServer and Administration Service by @gterdem in #3
- AuthServer - Design Improvements by @enisn in #5
- Remove HttpApi layers of the microservices from API gateways by @gterdem in #4
- EShopOnAbp: Gateway Improvements by @gterdem in #6
- Update to .net6.0-rc.1 & ABP 5.0-beta.1 by @enisn in #7
- Dockerize and image build scripts by @gterdem in #8
- Blank Business Services by @enisn in #9
- Update README.md by @enisn in #10
- Consul integration by @gterdem in #11
- eShopOnAbp helm deployment configuration by @gterdem in #12
- Added https enforcement by @gterdem in #13
- Added consul k8s by @gterdem in #14
- Update consul config by @gokhansengun in #15
- Remove Consul by @gterdem in #16
- eShopOnAbp: Profile update error by @gterdem in #18
- Update solution to RC2 by @gterdem in #19
- eShopOnAbp Kubernetes & helm deployment configuration by @gterdem in #20
- Changes after chart refactoring meeting by @gokhansengun in #21
- Helm Chart Refactor by @gterdem in #22
- Remove Internal Gateway by @gterdem in #23
- Add multi-stage dockerfile support by @gterdem in #24
- eShopOnAbp: Remove Multi-tenancy by @gterdem in #26
- Fix catalog service tests by @enisn in #27
- update to latest version by @xyfy in #25
- Remove Saas completely by @enisn in #29
- Change Databases to PostgreSQL by @enisn in #28
- Payment Service with PayPal by @enisn in #17
- eShopOnAbp: Update helm charts for PostgreSQL by @gterdem in #30
- Web App deployment fix by @gterdem in #31
- eShopOnAbp: Use MongoDB for Category by @gterdem in #32
- Angular project for demo with lpx by @bnymncoskuner in #35
- fix: change order of dependencies in admin by @bnymncoskuner in #36
- Feat/angular project for demo by @bnymncoskuner in #34
- Implement a simple "purchase" button for demo by @hikalkan in #37
- Created initial catalog and basket functionality by @hikalkan in #33
- eShopOnAbp: add MongoDb to docker-compose by @gterdem in #38
- Fix invisible login button by @enisn in #40
- Extract common code from ViewComponents by @enisn in #41
- Add AnonymousId to DTOs by @enisn in #42
- eShopOnAbp: Catalog and basket updates by @gterdem in #43
- zh-Hans.json updates by @afresh in #44
- Merge anonymous user cart with signed in user cart by @gterdem in #45
- Redirect to login if user is unauthorized when purchase is clicked with same return url by @gterdem in #46
- Payment Flow by @enisn in #48
- Add payment and payment completed pages. by @gterdem in #47
- Create Aggregate roots and db configurations for OrderService by @gterdem in #49
- Payment page and provider updates by @gterdem in #50
- Add Payment Provider bypassing by @enisn in #51
- Updated Payment with Order by @gterdem in #52
- Create Order flow by @gterdem in #53
- zh-Hans translations by @afresh in #54
- eShopOnAbp: Design Basket UI by @gterdem in #55
- eShopOnAbp: Create my orders page by @gterdem in #56
- Add
bootstrap.enable.popovers.everywhere.js
by @maliming in #58 - eShopOnAbp: Design Payment UI by @gterdem in #57
- eShopOnAbp: Fix missing localizations by @gterdem in #59
- Change the reference to the Account module. by @maliming in #60
- Move BrandingProvider to Shared library by @enisn in #61
- Cart popover by @enisn in #62
- PaymentMethod Improvements by @enisn in #63
- Exposing Payment Methods from Payment Service by @enisn in #64
- Add OutOfStock button in Index by @enisn in #66
- eShopOnAbp: Expose Account Service with swagger endpoint by @gterdem in #67
EnableLegacyTimestampBehavior
by @maliming in #65- Minor refacoring on eShopOnAbp by @hikalkan in #69
- eShopOnAbp: Gateway multiple api definition authorization by @gterdem in #68
- Upgrade solution to the latest ABP 5.1.x. by @gterdem in #70
- Use the new hosting model (remove the Startup class) in all applications. by @gterdem in #71
- Use async initialization methods and remove AsyncHelper usages in the module classes. by @gterdem in #72
- eShopOnAbp: Refactor Basket service by @gterdem in #73
- eShopOnAbp: Refactor anonymous user by @gterdem in #74
- Remove controllers from gateways and add rewrite options by @enisn in #76
- eShopOnAbp: Refactor OrderStatus (remove unused states) by @gterdem in #77
- eShopOnAbp: Add gRPC endpoint to the catalog service by @gterdem in #75
- eShopOnAbp: Update Helm charts by @gterdem in #78
- eShopOnAbp: Provide a non-layered microservice example by @gterdem in #79
- eShopOnAbp: Introduce ocelot.json by @gterdem in #80
- eShopOnAbp: Remove FeatureManagement by @gterdem in #81
- eShopOnAbp: Fix Grpc base class warnings by @gterdem in #82
- Remove 'delete-bin-obj-folders' scripts by @enisn in #83
- Swagger Configuration Update by @gterdem in #84
- Corrected spelling mistake by @malikmasis in #87
- Update readme by @malikmasis in #86
- Fixes - Implemented DistributedLock.Redis by @malikmasis in #85
- Removed TenantCreatedEto handling by @malikmasis in #88
- eShopOnAbp: Use file-scoped namespaces by @gterdem in #89
- Add solution of SSL Error by @enisn in #91
- Retry logic for migrations by @enisn in #94
- Removed OrderStatus table and added it as a column by @malikmasis in #95
- 11427 order managment by @mahmut-gundogdu in #92
- 11949 moving files by @malikmasis in #96
- eShopOnAbp: Switch Ocelot to YAG by @gterdem in #97
- Show the image on the cart correctly by @malikmasis in #98
- Fixed the missed images on order and basket by @malikmasis in #99
- Remove distributed event bus & refactor migr...