74 Commits (main)

Author SHA1 Message Date
KKlochko 474bb9daaf Update the controllers to return messages or errors as JSONs.
continuous-integration/drone/push Build is passing Details
continuous-integration/drone/tag Build is passing Details
1 year ago
KKlochko 84e6cd84db Add the REST model to return an error or an message as a JSON.
1 year ago
KKlochko fb307cfba8 Update the AuthorizedInterceptor to return a JSON error instead of HTML.
continuous-integration/drone/push Build is passing Details
1 year ago
KKlochko ccd1edea7e Add the routes to the AuthorizedInterceptor's configuration.
continuous-integration/drone/push Build is passing Details
1 year ago
KKlochko 06ce1ff07f Add AuthorizedInterceptor to control the access for a role.
1 year ago
KKlochko 2b1fef5b0e Add the access module to validate the access for a role.
1 year ago
KKlochko b3a52913a0 Remove the unused dependencies from IndicatorController.
1 year ago
KKlochko adfcf34176 Add the Auth controller to login and get the user token.
continuous-integration/drone/push Build is passing Details
1 year ago
KKlochko c6ff965796 Update the web configuration to add the TokenFactory.
1 year ago
KKlochko f7d81a2fb8 Add the User model and its repository.
continuous-integration/drone/push Build is passing Details
1 year ago
KKlochko a872e66d63 Refactor the SimpleToken factory to move hash function to Sha256Hash.
1 year ago
KKlochko 356013b149 Add the Token repository.
continuous-integration/drone/push Build is passing Details
1 year ago
KKlochko 91c95de67e Add the factory for Token model.
continuous-integration/drone/push Build is passing Details
1 year ago
KKlochko e99a0bc771 Add factories to create a token as a string.
continuous-integration/drone/push Build is passing Details
1 year ago
KKlochko 23bdfd10cf Add Token model.
continuous-integration/drone/push Build is passing Details
1 year ago
KKlochko a7fc4876bf Update the route to return 404 if an model does not exist.
1 year ago
KKlochko 22207235d9 Add the REST API controllers for Department and Patient.
1 year ago
KKlochko 0ad4e95079 Update the indicator controller to have CRUD operations.
1 year ago
KKlochko b202457f10 Update the web configuration to add the db manager and a repository.
1 year ago
KKlochko 05528396ac Update the persistence configuration.
1 year ago
KKlochko 4dc120bce8 Add the web configuration and a simple rest controller.
1 year ago
KKlochko 8cf2fb1e85 Remove the Main.
1 year ago
KKlochko acbcee46f1 Rename the project and the package name in tests.
1 year ago
KKlochko 4feca1319e Remove the CLI.
1 year ago
KKlochko af59bccc31 Rename the project and the package name in config, db, models modules.
1 year ago
KKlochko f4c1632ad4 Update the README and the configuration.
1 year ago
KKlochko 05b992f007 Update the hibernate config to create the tables if not exist.
1 year ago
KKlochko d9d595de8b Update the repositories to solve the N+1 problem.
2 years ago
KKlochko 8bd127ac4d Add the relationship between the models.
2 years ago
KKlochko a0f4aa728e Fix the test.
2 years ago
KKlochko 10c8e48ac5 Migrate the Main class.
2 years ago
KKlochko a102717338 Migrate the tests.
2 years ago
KKlochko bb6f0cb201 Add the EntityManagerConnection factory.
2 years ago
KKlochko 3f4896349a Migrate the model repositories.
2 years ago
KKlochko 736aa2c530 Add the Hibernate configuration.
2 years ago
KKlochko c947dc3460 Migrate the models to the JPA/Hibernate.
2 years ago
KKlochko 5335635d7d Migrate the CLI and DB configuration modules.
2 years ago
KKlochko 8a88ee24fd Remove unused imports.
2 years ago
KKlochko 9d51c1b04f Update the Main.
2 years ago
KKlochko 1c37455c8f Update the tests that integrated with the database.
2 years ago
KKlochko 31f210e489 Add block to turn on UUID plugin.
2 years ago
KKlochko 86b9c11104 Add a block to create tables.
2 years ago
KKlochko 0f4cb4a20e Add the command validator to CLI.
2 years ago
KKlochko c4f5cc9582 Add a commmand validator.
2 years ago
KKlochko bc694a6e81 Refactor the validator.
2 years ago
KKlochko 3d0e18b22d Update the format validator test.
2 years ago
KKlochko 8f546f426f Add the CLI and entry point.
2 years ago
KKlochko 7f9af282a3 Add tests for CommandEntity.
2 years ago
KKlochko fb9ee07cbe Add a validator for the input string format.
2 years ago
KKlochko 5159beee68 Fix the remove's command factory.
2 years ago