Skip to content
Snippets Groups Projects
  1. May 15, 2024
  2. Apr 05, 2024
    • Lars Johansson's avatar
      Remove endpoints for structures to approve, cancel, reject · 38751f00
      Lars Johansson authored
      Refactor handling of structures and remove endpoints for structures to approve, cancel, reject.
      Process of structure entry proposed to be created, updated, deleted by user and
      processed (approved, rejected) by administrator or cancelled by user is no more.
      Instead, administrator is to create, update, delete structure entry.
      
      Note that commit is first step in removing status as query parameter.
      38751f00
  3. Feb 19, 2024
  4. 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
  5. Jan 12, 2024
  6. Jun 30, 2023
  7. Jun 15, 2023
  8. Mar 06, 2023
  9. Jan 27, 2023
  10. Jan 18, 2023
  11. Dec 14, 2022
  12. Dec 07, 2022
  13. Jun 16, 2022
  14. May 05, 2022
    • Lars Johansson's avatar
      Fix issues as noted by SonarLint + enum comparison · d35ccfb4
      Lars Johansson authored
      Assignments should not be redundant
      Collection sizes and array length comparisons should make sense
      Conditionally executed code should be reachable
      Empty arrays and collections should be returned instead of null
      Local variables should not shadow class fields
      Null pointers should not be dereferenced
      Pattern Matching for "instanceof" operator should be used instead of simple "instanceof" + cast
      Return of boolean expressions should not be wrapped into an "if-then-else" statement
      Sections of code should not be commented out
      "switch" statements should have at least 3 "case" clauses
      Two branches in a conditional structure should not have exactly the same implementation
      d35ccfb4
    • Lars Johansson's avatar
      Fix issues as noted by SonarLint · 9ee6b80c
      Lars Johansson authored
      Declarations should use Java collection interfaces such as "List" rather than specific implementation classes such as "LinkedList"
      Empty statements should be removed
      JUnit assertTrue/assertFalse should be simplified to the corresponding dedicated assertion
      JUnit5 test classes and methods should have default package visibility
      Methods and field names should not be the same or differ only by capitalization
      Nested "enum"s should not be declared static
      9ee6b80c
  15. Apr 21, 2022
  16. Mar 31, 2022
  17. Feb 24, 2022
Loading