Skip to content
Snippets Groups Projects
  1. Jun 17, 2024
    • Lars Johansson's avatar
      Get username from @AuthenticationPrincipal · ece8145d
      Lars Johansson authored
      Use username from @AuthenticationPrincipal to create, update, delete entries
      for names and structures.
      Update integration tests.
      
      Note that commit is third step in introducing authentication and authorization.
      ece8145d
    • Lars Johansson's avatar
      Add authentication and authorization · deebf66d
      Lars Johansson authored
      Add (conditional) authentication and authorization with RBAC (Role Based Access Control).
      By default, authentication and authorization is disabled. If enabled, corresponding RBAC
      environment variables must also be configured.
      
      Note that commit is first step in introducing authentication and authorization.
      deebf66d
  2. Jun 03, 2024
  3. May 24, 2024
  4. May 22, 2024
  5. May 15, 2024
  6. Apr 05, 2024
  7. Mar 26, 2024
  8. Feb 23, 2024
  9. Feb 22, 2024
    • Lars Johansson's avatar
      Remove legacy name · 42ae48b7
      Lars Johansson authored
      Remove concept and handling of legacy names.
      Remove endpoints for legacy names.
      
      Update integration tests.
      Update documentation.
      42ae48b7
    • Lars Johansson's avatar
      Refactor name utilities · fbbb1c7b
      Lars Johansson authored
      Refactor get parent system structure for name.
      Refactor get convention name for name.
      fbbb1c7b
  10. Feb 19, 2024
  11. Feb 16, 2024
  12. Feb 15, 2024
  13. Feb 14, 2024
  14. Feb 13, 2024
  15. Feb 05, 2024
    • Lars Johansson's avatar
      Remove name field from structures · aad615e2
      Lars Johansson authored
      Former fields name and description are merged into description field (database) through script.
      Name field removed from database script and code in model, repository, service, beans.
      
      Update conversion of structures data from one format to another for name field of structures (Excel to json, json to Excel).
      Update templates.
      Update Swagger UI.
      Update documentation.
      
      Add and update integration tests.
      
      Particular attention to be paid to
      - merge in migration database script and use of functions nullif and concat_ws
      - verification of migration
      aad615e2
    • Lars Johansson's avatar
      Add ordering field to structures · 8133014f
      Lars Johansson authored
      Add field for ordering of structures to allow better UI experience.
      Add field in database script and code including model, repository, service, beans.
      Add option to sort by field but not to query by field.
      
      Update conversion of structures data from one format to another for ordering of structures (Excel to json, json to Excel).
      Update templates.
      Update Swagger UI.
      Update documentation.
      
      Add and update integration tests.
      8133014f
  16. Jan 31, 2024
  17. Jan 30, 2024
  18. Jan 15, 2024
  19. Dec 18, 2023
  20. Dec 13, 2023
  21. Dec 08, 2023
  22. Dec 07, 2023
Loading