Skip to content

Tags: podkrepi-bg/api

Tags

v1.7.9

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: include files in campaign application (#671)

* fix: include files in campaign application

- add: download a file

* chore: add tests for campaign application file fetch

v1.7.8

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: Add endpoint to send newsletter consent email (#645)

* feat: Add endpoint to send newsletter consent email

* feat: Allow for dynamic setting for removing registeredUsers from mail list

* chore: Add maximum number of retries when getting export status
Needed to prevent potential infinite loop

* chore: Make send-newsletter-consent endpoint protected

* chore: Improvements

* chore: Add content value dynamically based on fn call
Not quite sure, what this value is for, but it is better to have it like this for now

* fix: Linter error

* chore: Improve TS definitions

* chore: Code cleanup

v1.7.7

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
S3 Upload Files CampaignApplication (#658)

* Merge branch 'prod-s3-task' into prod

* updated campaingApplicationFile model

* Merge branch 'prod-s3task-copy' into task-s3

* remove console.log

* fix .env and mocks

* increase files limit to 30 MB

v1.7.6

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: Fix build image fail after latest changes (#659)

* fix: Fix build image fail after latets chages

* fix(OrganizerModule): Export OrganizerService

v1.7.5

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: Fix build image fail after latest changes (#659)

* fix: Fix build image fail after latets chages

* fix(OrganizerModule): Export OrganizerService

v1.7.4

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
add postman collection (#653)

* add postman collection

- plus documentation and examples
- the goal is to have new contributors be able to quickly test the api

* chore: add link to readme

- update the postman collection to include the address as a variable

* default variables for local development

---------

Co-authored-by: Georgi Parlakov <gparlakov@vmware.com>
Co-authored-by: Aleksandar Petkov <sashko506@gmail.com>

v1.7.3

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(prisma): Too many idle db connections (#646)

* fix(prisma): Add prisma module
Needed to prevent creation of many PrismaService instances

* chore: Replace PersonService provider with PersonModule import

v1.7.2

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: Donation type being "" on stripe invoice.paid event (#638)

v1.7.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: Stripe webhook crashing due to missing type (#637)

v1.7.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(prisma): Set default Donation Type to donation (#635)

There are recurring donations, created prior the implementation of the corporate flow, and thus resulting in an error when creating new donation, as type field is missing from the metadata.
Set default value of DonationType to donation to prevent this