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

Elasticsearch 7 driver #440

Closed
wants to merge 38 commits into from
Closed

Elasticsearch 7 driver #440

wants to merge 38 commits into from

Commits on Mar 15, 2024

  1. Fix misaligned inputs

    Signed-off-by: Roy-Orbison <[email protected]>
    (cherry picked from commit 2717333)
    Roy-Orbison authored and peterpp committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    2c8dbf4 View commit details
    Browse the repository at this point in the history
  2. Add Latvian language translation

    (cherry picked from commit fad4ce7)
    krysits authored and peterpp committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    acf168a View commit details
    Browse the repository at this point in the history
  3. Bangla language corrections

    Some informal words has been replaced with formal words. Some incorrect words has been corrected.
    
    (cherry picked from commit a4ebae8)
    
    (cherry picked from commit 965598b)
    saiman authored and peterpp committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    61b84ce View commit details
    Browse the repository at this point in the history
  4. Update language files

    peterpp committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    e99ed80 View commit details
    Browse the repository at this point in the history
  5. Update French and Italian translations

    (cherry picked from commit 496ab9a)
    LionelLaffineur authored and peterpp committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    3e94299 View commit details
    Browse the repository at this point in the history
  6. Update Dutch translation

    (cherry picked from commit 6024d73)
    gerryd authored and peterpp committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    834380a View commit details
    Browse the repository at this point in the history
  7. Update Russian translation

    (cherry picked from commit 33fcfbc)
    OmlineEditor authored and peterpp committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    a940f85 View commit details
    Browse the repository at this point in the history
  8. Update Czech translation

    (cherry picked from commit 7338ead)
    Lumeriol authored and peterpp committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    2928b7b View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    5dddfbd View commit details
    Browse the repository at this point in the history
  10. Merge branch 'translations'

    peterpp committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    367a1b9 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    38f390a View commit details
    Browse the repository at this point in the history
  12. Allow responsive styles on larger devices

    and fix a media query.
    
    Signed-off-by: Lucas Sandery <[email protected]>
    (cherry picked from commit 4b0b011)
    lucas-sandery authored and peterpp committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    8e848bf View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2024

  1. Configuration menu
    Copy the full SHA
    bf80612 View commit details
    Browse the repository at this point in the history
  2. Release 4.8.2

    peterpp committed Mar 16, 2024
    Configuration menu
    Copy the full SHA
    20a0e4e View commit details
    Browse the repository at this point in the history
  3. Bump version to 4.9-dev

    peterpp committed Mar 16, 2024
    Configuration menu
    Copy the full SHA
    5cfd48b View commit details
    Browse the repository at this point in the history
  4. Validate server input

    - Allow only scheme, host and port in the server field.
    - Use proper default host and port in Elasticsearch and ClickHouse driver.
    peterpp committed Mar 16, 2024
    Configuration menu
    Copy the full SHA
    1c5947d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9eb4d00 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    338c81e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e69583a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    55a7d38 View commit details
    Browse the repository at this point in the history
  9. Update changes.txt

    peterpp committed Mar 16, 2024
    Configuration menu
    Copy the full SHA
    38e4b51 View commit details
    Browse the repository at this point in the history
  10. Merge branch 'login-fixes'

    peterpp committed Mar 16, 2024
    Configuration menu
    Copy the full SHA
    35afd4f View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    e8b40e3 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    a5780e5 View commit details
    Browse the repository at this point in the history
  13. Add support for "where" field privilege

    In Elasticsearch, only indexed fields are searchable.
    peterpp committed Mar 16, 2024
    Configuration menu
    Copy the full SHA
    9968851 View commit details
    Browse the repository at this point in the history
  14. Add support for "order" field privilege

    In Elasticsearch, text fields are not sortable.
    peterpp committed Mar 16, 2024
    Configuration menu
    Copy the full SHA
    9f8dadb View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    4d7642a View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2024

  1. Replace deprecated "filtered" query with "bool" query

    - Allow to choose "must", "should", "must_not" condition.
    - Add system "_id" column to the field list. So it can be used in search condition.
    peterpp committed Mar 17, 2024
    Configuration menu
    Copy the full SHA
    8ecec60 View commit details
    Browse the repository at this point in the history
  2. Fix searching if "anywhere" field is selected

    - Allow to search only in fields with index.
    peterpp committed Mar 17, 2024
    Configuration menu
    Copy the full SHA
    1aedea5 View commit details
    Browse the repository at this point in the history
  3. Fix version condition for deprecated mapping types

    Mapping types are still supported in version 6, but only one mapping type can be created.
    In version 7, mapping types are deprecated and there is only one system '_doc' mapping type.
    See: https://www.elastic.co/guide/en/elasticsearch/reference/6.0/removal-of-types.html
    peterpp committed Mar 17, 2024
    Configuration menu
    Copy the full SHA
    44a985d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8b52628 View commit details
    Browse the repository at this point in the history
  5. Compatibility with Elasticsearch 7.14

    - Removed empty body from requests.
    peterpp committed Mar 17, 2024
    Configuration menu
    Copy the full SHA
    1a58ee4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    22665aa View commit details
    Browse the repository at this point in the history
  7. Fix undefined $sql variable

    peterpp committed Mar 17, 2024
    Configuration menu
    Copy the full SHA
    e5ac2e2 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    5d73ab8 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    4183472 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    40825eb View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    a428b64 View commit details
    Browse the repository at this point in the history