Ecosyste.ms: Timeline

Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.

LerianStudio/midaz

ClaraTersi pushed 1 commit to fix/MZ-587 LerianStudio/midaz
  • fix: uses id sent over path to update metadata :bug: 0918712

View on GitHub

lerian-studio-midaz-push-bot[bot] created a comment on a pull request on LerianStudio/midaz
tada: This PR is included in version 1.25.0-beta.2 :tada: The release is available on [GitHub release](https://github.com/LerianStudio/midaz/releases/tag/v1.25.0-beta.2) Your **[semantic-release]...

View on GitHub

lerian-studio-midaz-push-bot[bot] published a release on LerianStudio/midaz
v1.25.0-beta.2
## [1.25.0-beta.2](https://github.com/LerianStudio/midaz/compare/v1.25.0-beta.1...v1.25.0-beta.2) (2024-10-24) ### Features * create command create from organization ([c0742da](https://github.co...
lerian-studio-midaz-push-bot[bot] created a tag on LerianStudio/midaz

v1.25.0-beta.2 - Midaz, an open-source, cloud-native, immutable, multi-currency, multi-asset, Core Ledger Application for storing and tracking transactions.

lerian-studio-midaz-push-bot[bot] pushed 1 commit to develop LerianStudio/midaz
  • chore(release): 1.25.0-beta.2 ## [1.25.0-beta.2](https://github.com/LerianStudio/midaz/compare/v1.25.0-beta.1...v1.2... e43d545

View on GitHub

qnen created a review on a pull request on LerianStudio/midaz

View on GitHub

MartinezAvellan created a review on a pull request on LerianStudio/midaz

View on GitHub

ClaraTersi pushed 13 commits to fix/MZ-587 LerianStudio/midaz
  • refactor(organization): use extracted method for creating metadata :hammer: d00b3e2
  • refactor(ledger): use extracted method for creating metadata :hammer: 5e77f80
  • refactor(asset): use extracted method for creating metadata :hammer: 584bf62
  • refactor(portfolio): use extracted method for creating metadata :hammer: 3185c1e
  • refactor(product): use extracted method for creating metadata :hammer: d7eca3a
  • refactor(account): use extracted method for creating metadata :hammer: 283a1b8
  • refactor: extract update metadata method for reuse :hammer: fe3aaba
  • refactor(organization): use extracted method for updating metadata :hammer: 8756c45
  • refactor(ledger): use extracted method for updating metadata :hammer: 269b825
  • refactor(asset): use extracted method for updating metadata :hammer: 37f6e0b
  • refactor(portfolio): use extracted method for updating metadata :hammer: 1438038
  • refactor(product): use extracted method for updating metadata :hammer: d668716
  • refactor(account): use extracted method for updating metadata :hammer: b146f1c

View on GitHub

qnen created a review comment on a pull request on LerianStudio/midaz
Maybe this could come as a improve suggestion to also the other components

View on GitHub

qnen created a review on a pull request on LerianStudio/midaz

View on GitHub

qnen created a review comment on a pull request on LerianStudio/midaz
```suggestion up: docker-compose -f $(AUTH_DIR)/docker-compose.yml up --build -d && \ docker-compose -f $(INFRA_DIR)/docker-compose.yml up --build -d && \ docker-compose -f $(LEDGER_DIR)/do...

View on GitHub

qnen created a review on a pull request on LerianStudio/midaz

View on GitHub

ClaraTersi pushed 13 commits to fix/MZ-587 LerianStudio/midaz
  • refactor(uuid): replace uuid4 with uuid7 across the application :hammer: f71787c
  • refactor(migrations): remove unused uuid-ossp extension and default uuid4 from database primary keys :hammer: 590d46f
  • Merge branch 'develop' into feature/MZ-589 0468e5b
  • Merge pull request #150 from LerianStudio/feature/MZ-589 Feature/MZ-589 bd16de3
  • chore(release): 1.24.0-beta.5 ## [1.24.0-beta.5](https://github.com/LerianStudio/midaz/compare/v1.24.0-beta.4...v1.2... 097b8b4
  • Merge pull request #151 from LerianStudio/develop merge: develop into main 3102b68
  • chore(release): 1.24.0 ## [1.24.0](https://github.com/LerianStudio/midaz/compare/v1.23.0...v1.24.0) (2024-10-24) ##... 9d53279
  • fix: update transaction table after on transaction; :bug: 296fe6e
  • fix: adjust normalization of values ​​with decimal places for remaining :bug: fc4f220
  • fix: make lint issues; :bug: 96fc0bf
  • Merge pull request #152 from LerianStudio/fix/MZ-590 Fix/MZ-590 7d11e28
  • chore(release): 1.25.0-beta.1 ## [1.25.0-beta.1](https://github.com/LerianStudio/midaz/compare/v1.24.0...v1.25.0-bet... 1102a9b
  • Merge branch 'develop' into fix/MZ-587 b58d405

View on GitHub

ClaraTersi pushed 16 commits to fix/MZ-587 LerianStudio/midaz
  • feat: Create asset rates :sparkles: 5e4519f
  • feat: Create asset rates - part 2 :sparkles: c2d636c
  • chore: unit test :wrench: 85aa9aa
  • chore: postman update :wrench: 672bf83
  • fix: adjust import; :bug: 64b3456
  • feat: create update transaction by status; :sparkles: 181ba8a
  • fix: adjust some validation to add and remove values from accounts using scale; :bug: d59e19d
  • feat: add update account with status approved after transfers :sparkles: f84ee03
  • fix: adjust import alias :bug: c31d28d
  • Merge pull request #148 from LerianStudio/feature/MZ-581 Feature/MZ-581 caa4b68
  • chore(release): 1.24.0-beta.3 ## [1.24.0-beta.3](https://github.com/LerianStudio/midaz/compare/v1.24.0-beta.2...v1.2... 7819589
  • Merge branch 'develop' into fix/MZ-576 47af04e
  • fix: update find scale right; :bug: 6e2b45c
  • Merge pull request #149 from LerianStudio/fix/MZ-576 Fix/MZ-576 8de1a6e
  • chore(release): 1.24.0-beta.4 ## [1.24.0-beta.4](https://github.com/LerianStudio/midaz/compare/v1.24.0-beta.3...v1.2... a645ede
  • Merge branch 'develop' into fix/MZ-587 a3cc9a2

View on GitHub

ClaraTersi pushed 1 commit to fix/MZ-587 LerianStudio/midaz
  • fix: logging entity name for metadata creation error :bug: 1f70e1b

View on GitHub

MartinezAvellan pushed 5 commits to fix/MZ-591 LerianStudio/midaz
  • fix: update transaction table after on transaction; :bug: 296fe6e
  • fix: adjust normalization of values ​​with decimal places for remaining :bug: fc4f220
  • fix: make lint issues; :bug: 96fc0bf
  • Merge pull request #152 from LerianStudio/fix/MZ-590 Fix/MZ-590 7d11e28
  • chore(release): 1.25.0-beta.1 ## [1.25.0-beta.1](https://github.com/LerianStudio/midaz/compare/v1.24.0...v1.25.0-bet... 1102a9b

View on GitHub

MartinezAvellan created a branch on LerianStudio/midaz

fix/MZ-591 - Midaz, an open-source, cloud-native, immutable, multi-currency, multi-asset, Core Ledger Application for storing and tracking transactions.

lerian-studio-midaz-push-bot[bot] created a comment on a pull request on LerianStudio/midaz
tada: This PR is included in version 1.25.0-beta.1 :tada: The release is available on [GitHub release](https://github.com/LerianStudio/midaz/releases/tag/v1.25.0-beta.1) Your **[semantic-release]...

View on GitHub

lerian-studio-midaz-push-bot[bot] published a release on LerianStudio/midaz
v1.25.0-beta.1
## [1.25.0-beta.1](https://github.com/LerianStudio/midaz/compare/v1.24.0...v1.25.0-beta.1) (2024-10-24) ### Bug Fixes * adjust normalization of values ​​with decimal places for remaining :bug: ...
lerian-studio-midaz-push-bot[bot] created a tag on LerianStudio/midaz

v1.25.0-beta.1 - Midaz, an open-source, cloud-native, immutable, multi-currency, multi-asset, Core Ledger Application for storing and tracking transactions.

lerian-studio-midaz-push-bot[bot] pushed 1 commit to develop LerianStudio/midaz
  • chore(release): 1.25.0-beta.1 ## [1.25.0-beta.1](https://github.com/LerianStudio/midaz/compare/v1.24.0...v1.25.0-bet... 1102a9b

View on GitHub

MartinezAvellan pushed 4 commits to develop LerianStudio/midaz
  • fix: update transaction table after on transaction; :bug: 296fe6e
  • fix: adjust normalization of values ​​with decimal places for remaining :bug: fc4f220
  • fix: make lint issues; :bug: 96fc0bf
  • Merge pull request #152 from LerianStudio/fix/MZ-590 Fix/MZ-590 7d11e28

View on GitHub

MartinezAvellan closed a pull request on LerianStudio/midaz
Fix/MZ-590
# Midaz Pull Request Checklist ## Pull Request Type [//]: # (Check the appropriate box for the type of pull request.) - [ ] Auth - [ ] Infra - [ ] Ledger - [ ] Mdz - [x] Transaction - [...
qnen created a review on a pull request on LerianStudio/midaz
lgtm.

View on GitHub

ClaraTersi pushed 1 commit to fix/MZ-587 LerianStudio/midaz
  • refactor: extracts create metadata method for reuse :hammer: 2cb6504

View on GitHub

ClaraTersi created a review on a pull request on LerianStudio/midaz

View on GitHub

MartinezAvellan opened a pull request on LerianStudio/midaz
Fix/MZ-590
# Midaz Pull Request Checklist ## Pull Request Type [//]: # (Check the appropriate box for the type of pull request.) - [ ] Auth - [ ] Infra - [ ] Ledger - [ ] Mdz - [ ] Transaction - [...
MartinezAvellan pushed 1 commit to fix/MZ-590 LerianStudio/midaz
  • fix: make lint issues; :bug: 96fc0bf

View on GitHub

MartinezAvellan pushed 1 commit to fix/MZ-590 LerianStudio/midaz
  • fix: adjust normalization of values ​​with decimal places for remaining :bug: fc4f220

View on GitHub

MartinezAvellan pushed 1 commit to fix/MZ-590 LerianStudio/midaz
  • fix: update transaction table after on transaction; :bug: 296fe6e

View on GitHub

Load more