WIP: persistence #57

Draft
avernois wants to merge 5 commits from 14_persistence into develop
avernois commented 2020-02-28 15:35:33 +00:00 (Migrated from gitlab.com)

Add a way to store stock data into a postgresql database.

This would fix #14

Add a way to store stock data into a postgresql database. This would fix #14
avernois commented 2020-02-28 15:36:07 +00:00 (Migrated from gitlab.com)

added 5 commits

  • 8069a30d - Introduct Stock an interface for a stock repository
  • 046ae49f - Move LimitedQuantity and UnlimitedQuantity to public visibility
  • b953bf5a - Persist Stock in a postgresql database
  • 40585e1d - Don't ovewrite stock when registering an existing product
  • 0ee40838 - Inject Stock into Productservice

Compare with previous version

added 5 commits <ul><li>8069a30d - Introduct Stock an interface for a stock repository</li><li>046ae49f - Move LimitedQuantity and UnlimitedQuantity to public visibility</li><li>b953bf5a - Persist Stock in a postgresql database</li><li>40585e1d - Don&#39;t ovewrite stock when registering an existing product</li><li>0ee40838 - Inject Stock into Productservice</li></ul> [Compare with previous version](/avernois/pay_what_you_want-stripe/-/merge_requests/40/diffs?diff_id=77716338&start_sha=a23c6d784c661690b1d777268473b46b38963d9a)
avernois commented 2020-03-05 08:04:39 +00:00 (Migrated from gitlab.com)

added 6 commits

  • b998dbb0 - 1 commit from branch develop
  • 8c391ee0 - Introduct Stock an interface for a stock repository
  • 8159046e - Move LimitedQuantity and UnlimitedQuantity to public visibility
  • ba61a34e - Persist Stock in a postgresql database
  • 42c5d808 - Don't ovewrite stock when registering an existing product
  • a608b382 - Inject Stock into Productservice

Compare with previous version

added 6 commits <ul><li>b998dbb0 - 1 commit from branch <code>develop</code></li><li>8c391ee0 - Introduct Stock an interface for a stock repository</li><li>8159046e - Move LimitedQuantity and UnlimitedQuantity to public visibility</li><li>ba61a34e - Persist Stock in a postgresql database</li><li>42c5d808 - Don&#39;t ovewrite stock when registering an existing product</li><li>a608b382 - Inject Stock into Productservice</li></ul> [Compare with previous version](/avernois/pay_what_you_want-stripe/-/merge_requests/40/diffs?diff_id=78578900&start_sha=0ee40838b7496b1222517968f3b15d243ec73b4a)
avernois commented 2020-03-05 09:11:54 +00:00 (Migrated from gitlab.com)

added 4 commits

  • fbbfb1ed - Introduce Stock an interface for a stock repository
  • 2c263dc3 - Move LimitedQuantity and UnlimitedQuantity to public visibility
  • 63012781 - Stock can be store in a postgresql database
  • 8648599b - Don't ovewrite stock when registering an existing product

Compare with previous version

added 4 commits <ul><li>fbbfb1ed - Introduce Stock an interface for a stock repository</li><li>2c263dc3 - Move LimitedQuantity and UnlimitedQuantity to public visibility</li><li>63012781 - Stock can be store in a postgresql database</li><li>8648599b - Don&#39;t ovewrite stock when registering an existing product</li></ul> [Compare with previous version](/avernois/pay_what_you_want-stripe/-/merge_requests/40/diffs?diff_id=78592061&start_sha=a608b382e9b10c8aa6d33040e4e8a75e77d90bca)
avernois commented 2020-03-05 09:37:56 +00:00 (Migrated from gitlab.com)

added 1 commit

Compare with previous version

added 1 commit <ul><li>98c8af3f - Clean sql statement</li></ul> [Compare with previous version](/avernois/pay_what_you_want-stripe/-/merge_requests/40/diffs?diff_id=78607084&start_sha=8648599bcdc97b138f28ea422425238f2239c3a4)
This pull request is marked as a work in progress.
This branch is out-of-date with the base branch
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin 14_persistence:14_persistence
git switch 14_persistence

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git switch develop
git merge --no-ff 14_persistence
git switch 14_persistence
git rebase develop
git switch develop
git merge --ff-only 14_persistence
git switch 14_persistence
git rebase develop
git switch develop
git merge --no-ff 14_persistence
git switch develop
git merge --squash 14_persistence
git switch develop
git merge --ff-only 14_persistence
git switch develop
git merge 14_persistence
git push origin develop
Sign in to join this conversation.
No reviewers
No labels
Doing
To Do
api
test
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
avernois/pay_what_you_want!57
No description provided.