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

Allow the usage of ' ' and '/' in field names #20142

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

Commits on Nov 27, 2024

  1. Configuration menu
    Copy the full SHA
    bdb54df View commit details
    Browse the repository at this point in the history
  2. added "/" and " " to regexp

    janheise committed Nov 27, 2024
    Configuration menu
    Copy the full SHA
    3d08f2d View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2024

  1. escaping chars

    janheise committed Nov 28, 2024
    Configuration menu
    Copy the full SHA
    654dd8c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e119d96 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c2b56cb View commit details
    Browse the repository at this point in the history
  4. fix typo

    janheise committed Nov 28, 2024
    Configuration menu
    Copy the full SHA
    dcbf93c View commit details
    Browse the repository at this point in the history
  5. renaming config option

    janheise committed Nov 28, 2024
    Configuration menu
    Copy the full SHA
    9c92398 View commit details
    Browse the repository at this point in the history
  6. fixing linter hint

    janheise committed Nov 28, 2024
    Configuration menu
    Copy the full SHA
    06de31c View commit details
    Browse the repository at this point in the history
  7. fixing linter hint by ignore, otherwise I would have to change a lot …

    …of other code that is not part of this PR
    janheise committed Nov 28, 2024
    Configuration menu
    Copy the full SHA
    15c9ddf View commit details
    Browse the repository at this point in the history
  8. fixing linter hint

    janheise committed Nov 28, 2024
    Configuration menu
    Copy the full SHA
    1254c41 View commit details
    Browse the repository at this point in the history