Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* update mockery version * fix typos in Authentication, resource and constructor * fix route for auth unit tests * remove error that is always nil * add TODO to the changes to be done in the session service * add error management to middlewareJSON * add CommandInitializer to init configuration keys * init database configuration keys * init session configuration keys * init initialization configuration keys * init server configuration keys * init logger configuration keys * remove unused r.md file in commands * move time to utils * create super user when adding the auth controller * update info controller and routes creation * change the way badaas server is created * move test e2e to test_e2e/ and docker to docker/ * do not run auto migration on test e2e execution + automigration refactor * update docs and developers utils * remove unnecesary init.sh for cockroach and add health check * move db connection to orm module and make automigration possible by fx * info and auth modules now also provide the corresponding services and middlewares * use gotestsum to run tests + create tests report + tool to install dependencies * add base models to orm * add crud services and repositories in orm module * adapt existing services and controllers to use orm module * add integration tests * update documentation * update changelog * add support for operators in conditions * add noteq * add lt * add ltoreq * add gt * add gtoreq * add isnull * add isnotnull * add is true * add is not true * add is false * add is not false * add is unknown * add is not unknown * add is distict * add is not distict * add array in * add array not in * add like * add between * add not between * add and * add or * add not * add unsafe conditions * use all coverage files in sonar * ignore all tests results * update changelog * create mocks for new types * replace inverse join generation by inverse reference in models * table class in place of strings for table name * update to conditions generation that fix embedded names * refactor: add field identifier * add possibility to do preload * support nested preloads * add a way to know if a relation was loaded or not * list and nested attributes preload * update mocks * update changelog * refactor: replace gorm.db by query object * move table to the same file of query * move unsafe condition to unsafe package * add details to errors * add dynamic operators * add unsafe operators * update chagelog * update mocks * add new linting configuration * fix new lint errors * add test e2e to linting * fix new linting errors in test e2e * badaas-orm module reorganization * add readthedocs files * add golangci-lint to dependencies * move validators to utils * move badaas docs to readthedocs * move badaas-orm docs to readthedocs * add code of conduct * add readme badges * move contributing docs to readthedocs * add new default logger and update gormzap * add transaction trace * add logger config from config file * move gormdatabase to database and config new logger * update mocks * update docs * add support for other sql databases * allow runing int tests over multiple databases * add database specific operators * update docs * update changelog * rename query to gormquery * change crud repos to orm query api * new conditions api * adapt docs to new api * move gormfx to a independient package * add badaas integration tests * add badaas-orm quickstart docs * add badaas-orm tutorial docs * cli: tutorial
- Loading branch information