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

Provide possibility to extract values from response #140

Merged
merged 47 commits into from Feb 27, 2018

Commits on Dec 3, 2017

  1. Add simple response caching to variable name

    And add ability to extract response values through dotted
    variable name
    cbrevik committed Dec 3, 2017
    Copy the full SHA
    dedaf55 View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2017

  1. Add comment based response variable naming

    Cache by file name + variable key
    cbrevik committed Dec 5, 2017
    Copy the full SHA
    f51bc85 View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2017

  1. Copy the full SHA
    0f0232d View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2017

  1. Ugly diagnostic code for variables

    Refactor incoming
    cbrevik committed Dec 10, 2017
    Copy the full SHA
    095ab3b View commit details
    Browse the repository at this point in the history
  2. Revert "Add simple response caching to variable name"

    This reverts commit dedaf55.
    cbrevik committed Dec 10, 2017
    Copy the full SHA
    2bb7b35 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    1ed55b8 View commit details
    Browse the repository at this point in the history
  4. Update error message

    cbrevik committed Dec 10, 2017
    Copy the full SHA
    f07433e View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2017

  1. Copy the full SHA
    25f7ca0 View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2018

  1. Copy the full SHA
    ac26eb3 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2018

  1. Copy the full SHA
    fd563d3 View commit details
    Browse the repository at this point in the history
  2. Fix duplicate

    cbrevik committed Jan 23, 2018
    Copy the full SHA
    5ae7ad5 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2018

  1. Rename responseVariable to requestVariable

    And support both caching of Request/Response for
    variable lookups
    cbrevik committed Jan 30, 2018
    Copy the full SHA
    7b89c3b View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    b6ac08b View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2018

  1. Copy the full SHA
    f759e2c View commit details
    Browse the repository at this point in the history
  2. Fix value/path retrieval bug

    cbrevik committed Jan 31, 2018
    Copy the full SHA
    06fac94 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2018

  1. Copy the full SHA
    c359e60 View commit details
    Browse the repository at this point in the history
  2. Fix linting issues

    cbrevik committed Feb 1, 2018
    Copy the full SHA
    fc44050 View commit details
    Browse the repository at this point in the history
  3. Sort imports

    cbrevik committed Feb 1, 2018
    Copy the full SHA
    6f5b32c View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    ee62fe9 View commit details
    Browse the repository at this point in the history
  5. Escape square brackets

    cbrevik committed Feb 1, 2018
    Copy the full SHA
    537b9b4 View commit details
    Browse the repository at this point in the history
  6. Make cache value required

    cbrevik committed Feb 1, 2018
    Copy the full SHA
    9e66ddc View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    97bb3bf View commit details
    Browse the repository at this point in the history
  8. Rewrite requestVariable definition match

    Now it will instead match within delimited text of the
    request being run. Should support both code lens + run commands
    cbrevik committed Feb 1, 2018
    Copy the full SHA
    a67b381 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2018

  1. Move import

    cbrevik committed Feb 5, 2018
    Copy the full SHA
    0b58092 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    a64a451 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    19b16e6 View commit details
    Browse the repository at this point in the history
  4. Refactor diagnostic provider

    cbrevik committed Feb 5, 2018
    Copy the full SHA
    94adfd1 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2018

  1. Copy the full SHA
    156ec49 View commit details
    Browse the repository at this point in the history
  2. Fix target

    cbrevik committed Feb 6, 2018
    Copy the full SHA
    7e6eb40 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    5b5e30e View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2018

  1. Copy the full SHA
    1c7c604 View commit details
    Browse the repository at this point in the history
  2. Minor refactor

    cbrevik committed Feb 7, 2018
    Copy the full SHA
    209b879 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2018

  1. Copy the full SHA
    cdb0fab View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2018

  1. Copy the full SHA
    ed17f4d View commit details
    Browse the repository at this point in the history
  2. Fix body-processing bug

    cbrevik committed Feb 17, 2018
    Copy the full SHA
    245137b View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2018

  1. Copy the full SHA
    e50feca View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    02a453a View commit details
    Browse the repository at this point in the history
  3. Refactor according to comment

    cbrevik committed Feb 18, 2018
    Copy the full SHA
    c32348a View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2018

  1. Copy the full SHA
    c91e62e View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    cea66c9 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    a93e367 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2018

  1. Copy the full SHA
    6b8ba90 View commit details
    Browse the repository at this point in the history
  2. Rename variable/element types

    cbrevik committed Feb 24, 2018
    Copy the full SHA
    45a8dd5 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    e485826 View commit details
    Browse the repository at this point in the history
  4. Fix linting

    cbrevik committed Feb 24, 2018
    Copy the full SHA
    6548571 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    7459df3 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2018

  1. Copy the full SHA
    ca8a82f View commit details
    Browse the repository at this point in the history