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

NGSTACK-843 page indexing implementation from fina + FieldMapper impl… #10

Open
wants to merge 48 commits into
base: master
Choose a base branch
from

Commits on Apr 25, 2024

  1. NGSTACK-843 page indexing implementation from fina + FieldMapper impl…

    …ementation for elasticsearch
    Katarina Miočić committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    152f1c7 View commit details
    Browse the repository at this point in the history
  2. NGSTACK-843 improved configuration builder and added tests for page i…

    …ndexing configuration
    Katarina Miočić committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    33a0839 View commit details
    Browse the repository at this point in the history
  3. NGSTACK-843 fix service definition

    Katarina Miočić committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    214f60e View commit details
    Browse the repository at this point in the history
  4. NGSTACK-843 add router stub for tests

    Katarina Miočić committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    65e3818 View commit details
    Browse the repository at this point in the history
  5. NGSTACK-843 move RouterStub to tests/lib

    Katarina Miočić committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    6e0bcf9 View commit details
    Browse the repository at this point in the history
  6. NGSTACK-843 fix refactor mistake wrong file loaded

    Katarina Miočić committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    ac162c6 View commit details
    Browse the repository at this point in the history
  7. NGSTACK-843 add missing parameters for tests

    Katarina Miočić committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    b8b5f64 View commit details
    Browse the repository at this point in the history
  8. NGSTACK-843 fix typo

    Katarina Miočić committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    a6f1d46 View commit details
    Browse the repository at this point in the history
  9. NGSTACK-843 use Symfony HttpClient instead of curl

    Katarina Miočić committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    ccfacdb View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    5632762 View commit details
    Browse the repository at this point in the history
  11. NGSTACK-843 renaming files and seperate document factory and page ind…

    …exing compiler pass
    Katarina Miočić committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    497a329 View commit details
    Browse the repository at this point in the history
  12. NGSTACK-843 use page_indexing.enabled instead of use_page_indexing pa…

    …rameter
    Katarina Miočić committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    3a5d0ef View commit details
    Browse the repository at this point in the history
  13. NGSTACK-843 configuration builder modifications

    Katarina Miočić committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    6f3976b View commit details
    Browse the repository at this point in the history
  14. NGSTACK-843 fix field mapper docs

    Katarina Miočić committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    6f13134 View commit details
    Browse the repository at this point in the history
  15. NGSTACK-843 add renamed compiler passes

    Katarina Miočić committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    e7589b8 View commit details
    Browse the repository at this point in the history
  16. NGSTACK-843 command improvements

    Katarina Miočić committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    28c2082 View commit details
    Browse the repository at this point in the history
  17. NGSTACK-843 PageTextExtractor fixes

    Katarina Miočić committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    e497dda View commit details
    Browse the repository at this point in the history
  18. NGSTACK-843 remove unused use statements

    Katarina Miočić committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    fe380a7 View commit details
    Browse the repository at this point in the history
  19. NGSTACK-843 add missing use statement

    Katarina Miočić committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    4c9a90d View commit details
    Browse the repository at this point in the history
  20. NGSTACK-843 introducing abstract PageTextIndexer

    Katarina Miočić committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    f9ce3aa View commit details
    Browse the repository at this point in the history
  21. NGSTACK-843 add new line at the end of file

    Katarina Miočić committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    6dc18e4 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2024

  1. NGSTACK-843 configuration modifications

    Katarina Miočić committed May 9, 2024
    Configuration menu
    Copy the full SHA
    bca6ae4 View commit details
    Browse the repository at this point in the history
  2. NGSTACK-843 fix test configuration

    Katarina Miočić committed May 9, 2024
    Configuration menu
    Copy the full SHA
    8849dbf View commit details
    Browse the repository at this point in the history
  3. NGSTACK-843 move getSiteConfigForContent method to new service SiteAc…

    …cessConfigResolver
    Katarina Miočić committed May 9, 2024
    Configuration menu
    Copy the full SHA
    890d577 View commit details
    Browse the repository at this point in the history
  4. NGSTACK-843 solr FieldMapper fix

    Katarina Miočić committed May 9, 2024
    Configuration menu
    Copy the full SHA
    c9cb281 View commit details
    Browse the repository at this point in the history
  5. NGSTACK-843 remove not used service and use statement

    Katarina Miočić committed May 9, 2024
    Configuration menu
    Copy the full SHA
    aa257c2 View commit details
    Browse the repository at this point in the history
  6. NGSTACK-843 fix configuration info messages

    Katarina Miočić committed May 9, 2024
    Configuration menu
    Copy the full SHA
    9e2818f View commit details
    Browse the repository at this point in the history
  7. NGSTACK-843 composer.json remove config block

    Katarina Miočić committed May 9, 2024
    Configuration menu
    Copy the full SHA
    d7b6022 View commit details
    Browse the repository at this point in the history
  8. NGSTACK-843

    Katarina Miočić committed May 9, 2024
    Configuration menu
    Copy the full SHA
    8b29ba1 View commit details
    Browse the repository at this point in the history
  9. NGSTACK-843 remove unnecessary code

    Katarina Miočić committed May 9, 2024
    Configuration menu
    Copy the full SHA
    4f2964b View commit details
    Browse the repository at this point in the history
  10. NGSTACK-843 set content-ids as optional

    Katarina Miočić committed May 9, 2024
    Configuration menu
    Copy the full SHA
    dd4a7eb View commit details
    Browse the repository at this point in the history
  11. NGSTACK-843 move command to bundle

    Katarina Miočić committed May 9, 2024
    Configuration menu
    Copy the full SHA
    453cc61 View commit details
    Browse the repository at this point in the history
  12. NGSTACK-843 indexContent method change return type to void

    Katarina Miočić committed May 9, 2024
    Configuration menu
    Copy the full SHA
    2db38c7 View commit details
    Browse the repository at this point in the history
  13. NGSTACK-843 fix command service definition

    Katarina Miočić committed May 9, 2024
    Configuration menu
    Copy the full SHA
    f5e28b1 View commit details
    Browse the repository at this point in the history
  14. NGSTACK-843 output info about site that is processed

    Katarina Miočić committed May 9, 2024
    Configuration menu
    Copy the full SHA
    c072b6a View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    cc55f5a View commit details
    Browse the repository at this point in the history
  16. NGSTACK-843 moved siteConfig resolver line below cache checks

    Katarina Miočić committed May 9, 2024
    Configuration menu
    Copy the full SHA
    189be79 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    3d15cd0 View commit details
    Browse the repository at this point in the history
  18. NGSTACK-843 remove not used variable from method signature

    Katarina Miočić committed May 9, 2024
    Configuration menu
    Copy the full SHA
    451b901 View commit details
    Browse the repository at this point in the history
  19. NGSTACK-843 remove unnecessary code

    Katarina Miočić committed May 9, 2024
    Configuration menu
    Copy the full SHA
    4fd0001 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2024

  1. NGSTACK-843

    Katarina Miočić committed May 10, 2024
    Configuration menu
    Copy the full SHA
    e4db8b1 View commit details
    Browse the repository at this point in the history
  2. NGSTACK-843 use symfony style in command

    Katarina Miočić committed May 10, 2024
    Configuration menu
    Copy the full SHA
    db86bac View commit details
    Browse the repository at this point in the history
  3. NGSTACK-843 remove unused lines

    Katarina Miočić committed May 10, 2024
    Configuration menu
    Copy the full SHA
    f7258c9 View commit details
    Browse the repository at this point in the history
  4. NGSTACK-843 php-cs-fixer apply rules from site api and run on edited …

    …files
    Katarina Miočić committed May 10, 2024
    Configuration menu
    Copy the full SHA
    e5248c7 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2024

  1. NGSTACK-843 add documentation for page indexing

    Katarina Miočić committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    94529a4 View commit details
    Browse the repository at this point in the history
  2. NGSTACK-843 fix

    Katarina Miočić committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    3e8626b View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2024

  1. NGSTACK-843 fix documentation formating

    Katarina Miočić committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    fb6f609 View commit details
    Browse the repository at this point in the history
  2. NGSTACK-843 remove document factory from the documentation (seperated…

    … PR)
    Katarina Miočić committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    665b705 View commit details
    Browse the repository at this point in the history