Jumentix
GitHub

Jumentix changelog

Verifiable history from the dev branch, with up to 200 changes per page.

Jumentix mascot

Published changes

Page 5 of 6

refactor(events): standardize user integration events and listener wiring

Jun 26, 2026by Eduardo Almeida
View change on GitHub

refactor(hexagonal): route controllers through application use cases

Jun 26, 2026by Eduardo Almeida
View change on GitHub

refactor(architecture): remove core barrel imports and add cycle guard

Jun 26, 2026by Eduardo Almeida
View change on GitHub

refactor(architecture): add event bus port and reduce core coupling

Jun 25, 2026by Eduardo Almeida
View change on GitHub

refactor(hexagonal): inject user service from composition and add user repository port

Jun 25, 2026by Eduardo Almeida
View change on GitHub

docs(architecture): expand README and add agents requirements registry

Jun 25, 2026by Eduardo Almeida
View change on GitHub

fix(ci): prevent smoke test from overwriting codecov coverage

Jun 25, 2026by Eduardo Almeida
View change on GitHub

fix(ci): make env loader resilient when .env.dev is missing

Jun 25, 2026by Eduardo Almeida
View change on GitHub

fix(ci): align circleci node 22 image and remove npm latest upgrade

Jun 25, 2026by Eduardo Almeida
View change on GitHub

fix: harden user persistence, sanitization, and mutex contract

Jun 25, 2026by Eduardo Almeida
View change on GitHub

ci(version): bump package pre-commit after testing, bump and add tag post-commit

Oct 22, 2024by Eduardo Almeida
View change on GitHub

ci(github action): use secrets.AAA_REDIS_PASSWORD instead hard coded pass

Oct 22, 2024by Eduardo Almeida
View change on GitHub

fix(http servers): proper close all servers, add request context to HyperExpress

Oct 19, 2024by Eduardo Almeida
View change on GitHub

refactor: vertical Slice Architecture, Error Handling (#49)

Oct 14, 2024by Eduardo A.
View change on GitHub

ci: dev, ci, prod, remove sensitive info from code and env files

Oct 14, 2024by Eduardo Almeida
View change on GitHub

feat(auth): login, logout, register and updatePassword end points (#43)

Oct 09, 2024by Eduardo A.
View change on GitHub

feat(auth): login, logout, register and updatePassword end points

Oct 09, 2024by Eduardo Almeida
View change on GitHub

chore: add pnpm, update packages, update fastify handlers

Oct 05, 2024by Eduardo Almeida
View change on GitHub

feat(http server): add support to Restify as HTTP server

Sep 29, 2024by Eduardo Almeida
View change on GitHub

feat: aws lambda integration with serverless framework and typescript

Sep 09, 2024by Eduardo Almeida
View change on GitHub

Feat: AuthService, JWTService, UserProvider, CI improvements (#33)

Aug 26, 2024by Eduardo A.
View change on GitHub

feat: feat: Auth service, User Provider, JWT Service, Bearer HTTP Auth

Aug 25, 2024by Eduardo Almeida
View change on GitHub

fix: clear key value storage memory, import IPasswordCryptoService

Aug 25, 2024by Eduardo Almeida
View change on GitHub

build(package.json): run lint-fix in pretest. Add jsonwebtoken

Aug 25, 2024by Eduardo Almeida
View change on GitHub

feat(infra): implement a IKVStore Port and a KVStoreClient Redis adapter

Jun 25, 2024by Eduardo A
View change on GitHub

style: improve tooling: snyk integration, gitPod

Jun 10, 2024by José Eduardo Almeida
View change on GitHub

chore: remove bcrypt from package, set MIT lincense

Jun 10, 2024by José Eduardo Almeida
View change on GitHub

chore: husky hook pre-commit to run lint and test before commit

Jun 09, 2024by José Eduardo Almeida
View change on GitHub

fix: inject passwordCryptoService in test scripts

Jun 09, 2024by José Eduardo Almeida
View change on GitHub

chore(UserService): factor based on new BaseService

Jun 08, 2024by José Eduardo Almeida
View change on GitHub

feat(RestAPI, UserController): add PasswordCryptoService to the application stack

Jun 08, 2024by José Eduardo Almeida
View change on GitHub

Merge branch 'dev' of https://github.com/web2solutions/aaa-typescript-boilerplate into dev

Jun 06, 2024by José Eduardo Almeida
View change on GitHub

Merge branch 'main' of https://github.com/web2solutions/aaa-typescript-boilerplate

Jun 06, 2024by José Eduardo Almeida
View change on GitHub

Merge pull request #21 from web2solutions/circleci-project-setup

Jun 06, 2024by Eduardo A
View change on GitHub

feat: refactor Fastify handlers to use the injected controller

Jun 03, 2024by José Eduardo Almeida
View change on GitHub

feat(UserController): add, remove and delete -> document, phone and email

Jun 03, 2024by José Eduardo Almeida
View change on GitHub