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

[WIP] Search attributes db #5376

Draft
wants to merge 18 commits into
base: master
Choose a base branch
from

Commits on Aug 13, 2023

  1. Configuration menu
    Copy the full SHA
    e0ea253 View commit details
    Browse the repository at this point in the history
  2. update ES schema

    ketsiambaku committed Aug 13, 2023
    Configuration menu
    Copy the full SHA
    a72878d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e9c067c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c30b016 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    cf0ff0b View commit details
    Browse the repository at this point in the history
  6. update lint

    ketsiambaku committed Aug 13, 2023
    Configuration menu
    Copy the full SHA
    7d6ad21 View commit details
    Browse the repository at this point in the history
  7. changed validation

    ketsiambaku committed Aug 13, 2023
    Configuration menu
    Copy the full SHA
    5fc9f5f View commit details
    Browse the repository at this point in the history
  8. update persistence files

    ketsiambaku committed Aug 13, 2023
    Configuration menu
    Copy the full SHA
    eab6e0c View commit details
    Browse the repository at this point in the history
  9. update cassandra schema

    ketsiambaku committed Aug 13, 2023
    Configuration menu
    Copy the full SHA
    003bd60 View commit details
    Browse the repository at this point in the history
  10. update mysql schema

    ketsiambaku committed Aug 13, 2023
    Configuration menu
    Copy the full SHA
    ae227f5 View commit details
    Browse the repository at this point in the history
  11. update postgres schema

    ketsiambaku committed Aug 13, 2023
    Configuration menu
    Copy the full SHA
    82efde4 View commit details
    Browse the repository at this point in the history
  12. update lint

    ketsiambaku committed Aug 13, 2023
    Configuration menu
    Copy the full SHA
    1f3b5c5 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2023

  1. rebase and update mysql

    ketsiambaku committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    90fd1b9 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2023

  1. Configuration menu
    Copy the full SHA
    b940808 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fdb8fd0 View commit details
    Browse the repository at this point in the history
  3. Validate search-attribute-key so keys are fine in advanced search (ub…

    …er#5340)
    
    * Validate search-attribute-key so keys are fine in advanced search
    
    ElasticSearch engine fails to parse keys with dashes, making those
    search-attributes broken for CLI and web.
    Validate search-attribute before creating on server so it looks like a
    valid variable name in most of languages, should be more than expected for
    programmers.
    
    The reason it is not in the server, is that currently even at Uber we
    have keys with dashes, and it will be a problem if we gonna migrate
    domains between clusters.
    
    * Return err to surface the expected search-attr format
    
    Otherwise it is not clear what the `--key` should be.
    dkrotx authored and ketsiambaku committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    e5f36a0 View commit details
    Browse the repository at this point in the history
  4. update test

    ketsiambaku committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    ad72190 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8a9af08 View commit details
    Browse the repository at this point in the history