Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BIG Refactoring] Add abstraction for search backend client #464

Merged
merged 24 commits into from
Aug 25, 2023

Commits on Aug 25, 2023

  1. Configuration menu
    Copy the full SHA
    140a053 View commit details
    Browse the repository at this point in the history
  2. refactor: remove dependency from util/i18n to util/app-config

    util-i18n is a very widely used module whereas util-app-config not so much
    jahow committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    0110ea4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e9e68f7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c7f3887 View commit details
    Browse the repository at this point in the history
  5. ci: upgrade node to stable

    jahow committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    32ff780 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    535e53b View commit details
    Browse the repository at this point in the history
  7. feat: move pivot format to common module

    Also make some simplifications/improvements to it and adapt the
     iso19139 converter
    jahow committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    4dee454 View commit details
    Browse the repository at this point in the history
  8. feat: introduce gn4 records repository with associated mapper

    All types related to the gn4 repository are moved as well
    jahow committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    a8790c3 View commit details
    Browse the repository at this point in the history
  9. refactor: remove old types

    jahow committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    505666a View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    b6dd663 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    734d762 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    454ee42 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    d7a2a29 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    009e6dd View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    4dc681a View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    384b499 View commit details
    Browse the repository at this point in the history
  17. test: deactivate two tests

    These will have to be reworked
    jahow committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    c7418a6 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    98ccc40 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    ade09fb View commit details
    Browse the repository at this point in the history
  20. e2e: simplify orgs tests & adapt headers test

    The sort by combos have been slightly changed to avoid using JSON as values.
    This was breaking the e2e tests and doing a join(',') is also much simpler.
    
    The values for the orgs filter dropdown have been updated to show correct
    values.
    
    also fixed a bug when clicking on the org name in the dataset view
    jahow committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    6d70763 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    d24311e View commit details
    Browse the repository at this point in the history
  22. fix(wc): remove ConfigFilters specificity

    filters are SearchFilters like others and are merged with state filters before building the ES payload
    fgravin committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    4ebbe7c View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    a09a3fb View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    07c78fe View commit details
    Browse the repository at this point in the history