Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Develop to Main #117

Merged
merged 77 commits into from
Oct 18, 2024
Merged

Develop to Main #117

merged 77 commits into from
Oct 18, 2024

Conversation

MartinezAvellan
Copy link
Member

Midaz Pull Request Checklist

Pull Request Type

  • Ledger
  • Auth
  • Mdz
  • Transaction
  • Pipeline
  • Documentation

Checklist

Please check each item after it's completed.

  • I have tested these changes locally.
  • I have updated the documentation accordingly.
  • I have added necessary comments to the code, especially in complex areas.
  • I have ensured that my changes adhere to the project's coding standards.
  • I have checked for any potential security issues.
  • I have ensured that all tests pass.
  • I have updated the version appropriately (if applicable).
  • I have confirmed this code is ready for review.

Additional Notes

Obs: Please always remember to target your PR to develop branch instead of main.

andrerussowsky and others added 30 commits October 16, 2024 13:05
## [1.16.0-beta.3](v1.16.0-beta.2...v1.16.0-beta.3) (2024-10-15)

### Features

* implement get operation by portfolio ✨ ([35702ae](35702ae))
## [1.19.0-beta.1](v1.18.0...v1.19.0-beta.1) (2024-10-17)

### Features

* implement get operation by portfolio ✨ ([1e9322f](1e9322f))
* initialize CLI with root and version commands ✨ ([6ebff8a](6ebff8a))

### Bug Fixes

* resolve conflicts 🐛 ([bc4b697](bc4b697))
refactor: change message error to full payload 🔨
ClaraTersi and others added 23 commits October 18, 2024 10:42
## [1.19.0-beta.4](v1.19.0-beta.3...v1.19.0-beta.4) (2024-10-18)

### Bug Fixes

* add log; 🐛 ([3a71282](3a71282))
* add parentheses on find name or asset query; 🐛 ([9b71d2e](9b71d2e))
* add required in asset_code; 🐛 ([d2481eb](d2481eb))
* adjust to validate if exists code on assets; 🐛 ([583890a](583890a))
* create validation on code to certify that asset_code exist on assets before insert in accounts; 🐛 ([2375963](2375963))
* go sec and lint; 🐛 ([4d22c8c](4d22c8c))
* remove copyloopvar and perfsprint; 🐛 ([a181709](a181709))
* remove goconst 🐛 ([707be65](707be65))
* remove unique constraint on database in code and reference on accounts; 🐛 ([926ca9b](926ca9b))
## [1.19.0-beta.5](v1.19.0-beta.4...v1.19.0-beta.5) (2024-10-18)

### Features

* require code ✨ ([40d1bbd](40d1bbd))
## [1.19.0-beta.6](v1.19.0-beta.5...v1.19.0-beta.6) (2024-10-18)

### Bug Fixes

* asset validate create before to ledger_id 🐛 ([da0a22a](da0a22a))
## [1.19.0-beta.7](v1.19.0-beta.6...v1.19.0-beta.7) (2024-10-18)

### Features

* adds UUID handler for routes with path parameters ✨ ([6153896](6153896))
* adds validation error for invalid path parameters ✨ ([270ecfd](270ecfd))
* implements handler for parsing UUID path parameters ✨ ([6baa571](6baa571))

### Bug Fixes

* better formatting for error message 🐛 ([d7135ff](d7135ff))
* remove asset_code validation on account 🐛 ([05b89c5](05b89c5))
* uses parsed uuid while creating asset 🐛 ([333bf49](333bf49))
* uses parsed uuid while deleting ledger by id 🐛 ([8dc3a97](8dc3a97))
* uses parsed uuid while deleting organization 🐛 ([866170a](866170a))
* uses parsed uuid while getting all organization ledgers 🐛 ([2260a33](2260a33))
* uses parsed uuid while getting and updating a ledger 🐛 ([ad1bcae](ad1bcae))
* uses parsed uuid while retrieving all assets from a ledger 🐛 ([aadf885](aadf885))
* uses parsed uuid while retrieving and updating asset 🐛 ([9c8b3a2](9c8b3a2))
* uses parsed uuid while retrieving organization 🐛 ([e2d2848](e2d2848))
* uses UUID to find asset 🐛 ([381ba21](381ba21))
@MartinezAvellan MartinezAvellan requested review from a team as code owners October 18, 2024 17:41
@MartinezAvellan MartinezAvellan merged commit dcf2c41 into main Oct 18, 2024
7 checks passed
@lerian-studio-midaz-push-bot
Copy link

🎉 This PR is included in version 1.19.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants