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 parsing Content-Type and Accept headers with version #61427

Merged

Commits on Aug 21, 2020

  1. Allow parsing Content-Type and Accept headers with version

    Content-Type and Accept headers expect a verioned form of media types
    like application/vnd.elasticsearch+json;compatible-with=7
    when previously it was simple application/json or similar - it is still
    supported
    pgomulka committed Aug 21, 2020
    Configuration menu
    Copy the full SHA
    7514d87 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2020

  1. code review follow up

    pgomulka committed Sep 1, 2020
    Configuration menu
    Copy the full SHA
    921bc6f View commit details
    Browse the repository at this point in the history
  2. unused imports

    pgomulka committed Sep 1, 2020
    Configuration menu
    Copy the full SHA
    ee280ba View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2020

  1. revert unrelated test

    pgomulka committed Sep 2, 2020
    Configuration menu
    Copy the full SHA
    433de74 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    51467e0 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2020

  1. typos

    pgomulka committed Sep 3, 2020
    Configuration menu
    Copy the full SHA
    ccaadbd View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2020

  1. Configuration menu
    Copy the full SHA
    de13d4b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d9ee420 View commit details
    Browse the repository at this point in the history
  3. import

    pgomulka committed Sep 17, 2020
    Configuration menu
    Copy the full SHA
    41150a6 View commit details
    Browse the repository at this point in the history
  4. fix test

    pgomulka committed Sep 17, 2020
    Configuration menu
    Copy the full SHA
    2fc8f86 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2020

  1. scope parser

    pgomulka committed Sep 18, 2020
    Configuration menu
    Copy the full SHA
    734031a View commit details
    Browse the repository at this point in the history
  2. x-ndjson to be versioned

    pgomulka committed Sep 18, 2020
    Configuration menu
    Copy the full SHA
    c04af65 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    474eb29 View commit details
    Browse the repository at this point in the history
  4. Apply suggestions from code review

    Co-authored-by: Jay Modi <jaymode@users.noreply.github.com>
    pgomulka and jaymode committed Sep 18, 2020
    Configuration menu
    Copy the full SHA
    5c30813 View commit details
    Browse the repository at this point in the history
  5. precompile pattern

    pgomulka committed Sep 18, 2020
    Configuration menu
    Copy the full SHA
    7b760ba View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2020

  1. import

    pgomulka committed Sep 21, 2020
    Configuration menu
    Copy the full SHA
    5853561 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b6ebd63 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2020

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

    pgomulka committed Sep 22, 2020
    Configuration menu
    Copy the full SHA
    b969f2b View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2020

  1. test fixes

    pgomulka committed Sep 23, 2020
    Configuration menu
    Copy the full SHA
    0684e58 View commit details
    Browse the repository at this point in the history
  2. */* header

    pgomulka committed Sep 23, 2020
    Configuration menu
    Copy the full SHA
    b91d472 View commit details
    Browse the repository at this point in the history
  3. catch

    pgomulka committed Sep 23, 2020
    Configuration menu
    Copy the full SHA
    9edc49f View commit details
    Browse the repository at this point in the history
  4. hacks around text/plain

    pgomulka committed Sep 23, 2020
    Configuration menu
    Copy the full SHA
    c5d8166 View commit details
    Browse the repository at this point in the history
  5. sout remove

    pgomulka committed Sep 23, 2020
    Configuration menu
    Copy the full SHA
    ad673b6 View commit details
    Browse the repository at this point in the history
  6. precommit

    pgomulka committed Sep 23, 2020
    Configuration menu
    Copy the full SHA
    1ae6a60 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2020

  1. fix nullpointer

    pgomulka committed Sep 24, 2020
    Configuration menu
    Copy the full SHA
    1ae63c6 View commit details
    Browse the repository at this point in the history
  2. fix yml test

    pgomulka committed Sep 24, 2020
    Configuration menu
    Copy the full SHA
    ee1e5a0 View commit details
    Browse the repository at this point in the history
  3. fix yml test

    pgomulka committed Sep 24, 2020
    Configuration menu
    Copy the full SHA
    9f4b6c3 View commit details
    Browse the repository at this point in the history
  4. throwing exception when failing to parse

    checkstyle
    
    test fixes
    
    */* header
    
    catch
    
    hacks around text/plain
    
    sout remove
    
    precommit
    
    fix nullpointer
    
    fix yml test
    
    fix yml test
    pgomulka committed Sep 24, 2020
    Configuration menu
    Copy the full SHA
    bd4dee1 View commit details
    Browse the repository at this point in the history
  5. Revert "throwing exception when failing to parse"

    This reverts commit bd4dee1.
    pgomulka committed Sep 24, 2020
    Configuration menu
    Copy the full SHA
    ce42f1b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0f8ae7b View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2020

  1. import

    pgomulka committed Sep 28, 2020
    Configuration menu
    Copy the full SHA
    c4f02ad View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    176302e View commit details
    Browse the repository at this point in the history
  3. return null on errors

    pgomulka committed Sep 28, 2020
    Configuration menu
    Copy the full SHA
    eab471c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e128fd7 View commit details
    Browse the repository at this point in the history
  5. remove todoes

    pgomulka committed Sep 28, 2020
    Configuration menu
    Copy the full SHA
    66435dd View commit details
    Browse the repository at this point in the history
  6. rename argument

    pgomulka committed Sep 28, 2020
    Configuration menu
    Copy the full SHA
    08f1395 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2020

  1. review follow up

    pgomulka committed Sep 29, 2020
    Configuration menu
    Copy the full SHA
    3f3f0d5 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2020

  1. Configuration menu
    Copy the full SHA
    427c391 View commit details
    Browse the repository at this point in the history
  2. fix regex

    pgomulka committed Sep 30, 2020
    Configuration menu
    Copy the full SHA
    e031605 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2020

  1. Apply suggestions from code review

    Co-authored-by: Jay Modi <jaymode@users.noreply.github.com>
    pgomulka and jaymode committed Oct 2, 2020
    Configuration menu
    Copy the full SHA
    4134d92 View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2020

  1. Apply suggestions from code review

    Co-authored-by: Bogdan Pintea <bpintea@gmail.com>
    pgomulka and bpintea committed Oct 5, 2020
    Configuration menu
    Copy the full SHA
    a976f5b View commit details
    Browse the repository at this point in the history
  2. relax delimiter validation

    pgomulka committed Oct 5, 2020
    Configuration menu
    Copy the full SHA
    3e0eec0 View commit details
    Browse the repository at this point in the history