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

Configurable search providers from config #5145

Merged
merged 77 commits into from
Nov 23, 2023

Commits on Jan 19, 2021

  1. convert search providers to utilise the new model architecture

    - add SearchProviderMixin to connect searchProviders with model system
    - write architecture decission record
    - port existing search providers to proposed model
    zoran995 committed Jan 19, 2021
    Configuration menu
    Copy the full SHA
    1beeec0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f73539e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6673ab7 View commit details
    Browse the repository at this point in the history
  4. set default traits

    zoran995 committed Jan 19, 2021
    Configuration menu
    Copy the full SHA
    26494d9 View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2021

  1. update useTranslationIfExists to request translation# at start of the…

    … key and add deprecation warning
    zoran995 committed Jan 21, 2021
    Configuration menu
    Copy the full SHA
    55f3c42 View commit details
    Browse the repository at this point in the history
  2. restore default return for useTranslationIfExists until final decissi…

    …on to remove it, and to have time to update everything
    zoran995 committed Jan 21, 2021
    Configuration menu
    Copy the full SHA
    c752538 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4778f07 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c2608bf View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2021

  1. Configuration menu
    Copy the full SHA
    1bea56a View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2021

  1. Continue work on connecting search providers to UI

    - tsify some of the search UI components
    - properly separate the catalog and search bar
    - use the recommendedListLength when rendering
    - use isOpen when rendering
    - add boundingBoxLimit search bar config param
    zoran995 committed Feb 16, 2021
    Configuration menu
    Copy the full SHA
    d8616bd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    030b913 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    801e927 View commit details
    Browse the repository at this point in the history
  4. move shoudRunSearch to search function so we don't have to implement …

    …it for every search provider
    zoran995 committed Feb 16, 2021
    Configuration menu
    Copy the full SHA
    e826dd6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e388d1e View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2021

  1. Configuration menu
    Copy the full SHA
    34570f3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    53c4210 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5a580a3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    894237b View commit details
    Browse the repository at this point in the history
  5. add tests

    zoran995 committed Feb 17, 2021
    Configuration menu
    Copy the full SHA
    4fba7f8 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e104c34 View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2021

  1. tests

    zoran995 committed Feb 18, 2021
    Configuration menu
    Copy the full SHA
    91630c4 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2021

  1. Configuration menu
    Copy the full SHA
    d0fd1f6 View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2021

  1. Configuration menu
    Copy the full SHA
    c49f3f9 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2021

  1. Configuration menu
    Copy the full SHA
    d470db2 View commit details
    Browse the repository at this point in the history
  2. fix bad merge

    zoran995 committed Jul 8, 2021
    Configuration menu
    Copy the full SHA
    907b4cc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7ec3b1f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    22cd854 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7bef63d View commit details
    Browse the repository at this point in the history
  6. fix lint

    zoran995 committed Jul 8, 2021
    Configuration menu
    Copy the full SHA
    ea96188 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2021

  1. Configuration menu
    Copy the full SHA
    da980b9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fe18655 View commit details
    Browse the repository at this point in the history
  3. add default value to zoomTo

    zoran995 committed Sep 2, 2021
    Configuration menu
    Copy the full SHA
    69b9522 View commit details
    Browse the repository at this point in the history
  4. fix bad merge

    zoran995 committed Sep 2, 2021
    Configuration menu
    Copy the full SHA
    819c7ab View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    28702c8 View commit details
    Browse the repository at this point in the history
  6. use new error handling

    zoran995 committed Sep 2, 2021
    Configuration menu
    Copy the full SHA
    2463af8 View commit details
    Browse the repository at this point in the history
  7. properly handle translations, and fix issue with catalog search provi…

    …der not properly handling errors
    zoran995 committed Sep 2, 2021
    Configuration menu
    Copy the full SHA
    8e15054 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c91a240 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    bc6a492 View commit details
    Browse the repository at this point in the history
  10. update translation file

    zoran995 committed Sep 2, 2021
    Configuration menu
    Copy the full SHA
    4b6221a View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2021

  1. Configuration menu
    Copy the full SHA
    4ffb0d2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cc6ec14 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ce884cd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9713ded View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b95cf47 View commit details
    Browse the repository at this point in the history
  6. update docs

    zoran995 committed Oct 17, 2021
    Configuration menu
    Copy the full SHA
    5bb733e View commit details
    Browse the repository at this point in the history
  7. update trait description

    zoran995 committed Oct 17, 2021
    Configuration menu
    Copy the full SHA
    1523c81 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f424f70 View commit details
    Browse the repository at this point in the history
  9. add docs

    zoran995 committed Oct 17, 2021
    Configuration menu
    Copy the full SHA
    cc7fabd View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2021

  1. Configuration menu
    Copy the full SHA
    32789d1 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2023

  1. Merge tag 'pre-prettier-v2' into configurable-search-bar

    The last tag just before prettier v2 was run
    zoran995 committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    3103d2c View commit details
    Browse the repository at this point in the history
  2. Merge tag 'post-prettier-v2' into configurable-search-bar

    The tag immediately after prettier v2 was run in main
    zoran995 committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    dc961e3 View commit details
    Browse the repository at this point in the history
  3. Merge tag 'pre-ts4-mobx6' into configurable-search-bar

    The last tag just before merging TS4 Mobx6 changes
    zoran995 committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    80b2e52 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2023

  1. Configuration menu
    Copy the full SHA
    c1fcb60 View commit details
    Browse the repository at this point in the history
  2. fix: white screen

    zoran995 committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    7214e69 View commit details
    Browse the repository at this point in the history
  3. fix: remove unused property

    zoran995 committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    44236d0 View commit details
    Browse the repository at this point in the history
  4. fix: rename ADR

    zoran995 committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    5ded654 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2023

  1. Configuration menu
    Copy the full SHA
    97920ce View commit details
    Browse the repository at this point in the history
  2. fix: ADR title number

    zoran995 committed Nov 4, 2023
    Configuration menu
    Copy the full SHA
    6263bb5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    07057ab View commit details
    Browse the repository at this point in the history
  4. fix: organise imports

    zoran995 committed Nov 4, 2023
    Configuration menu
    Copy the full SHA
    1e841bc View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7a529e3 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8013f54 View commit details
    Browse the repository at this point in the history
  7. fix: remove duplicate code

    zoran995 committed Nov 4, 2023
    Configuration menu
    Copy the full SHA
    64e2f89 View commit details
    Browse the repository at this point in the history
  8. fix: search result styling

    zoran995 committed Nov 4, 2023
    Configuration menu
    Copy the full SHA
    34d2dfc View commit details
    Browse the repository at this point in the history
  9. fix: translation

    zoran995 committed Nov 4, 2023
    Configuration menu
    Copy the full SHA
    53eaf78 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    c08b84d View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    7d67dc2 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    d75446e View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    67b585b View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    5543250 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2023

  1. Configuration menu
    Copy the full SHA
    1283540 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0058106 View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2023

  1. Configuration menu
    Copy the full SHA
    6dc4128 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8d1ad63 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2023

  1. fix: rename traits class

    zoran995 committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    04785d4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d3fe2f4 View commit details
    Browse the repository at this point in the history
  3. fix: show warning

    zoran995 committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    e985376 View commit details
    Browse the repository at this point in the history