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

Extended Graphql support: Identify GraphQL requests fired as HTTP GET Requests. #884

Merged
merged 25 commits into from Sep 23, 2022

Commits on Sep 14, 2022

  1. Updates HttpTransaction.kt to identify GQL requests on the basis of i…

    …sGraphQLRequest property.
    
    Updates HttpTransactionDao.kt accordingly.
    ArjanSM committed Sep 14, 2022
    Configuration menu
    Copy the full SHA
    b1202c8 View commit details
    Browse the repository at this point in the history
  2. bare bones implementation

    ArjanSM committed Sep 14, 2022
    Configuration menu
    Copy the full SHA
    d259994 View commit details
    Browse the repository at this point in the history
  3. bugs

    ArjanSM committed Sep 14, 2022
    Configuration menu
    Copy the full SHA
    48be8a5 View commit details
    Browse the repository at this point in the history
  4. UI Cleanup

    ArjanSM committed Sep 14, 2022
    Configuration menu
    Copy the full SHA
    4ff761b View commit details
    Browse the repository at this point in the history
  5. Fix tests

    ArjanSM committed Sep 14, 2022
    Configuration menu
    Copy the full SHA
    589c7f2 View commit details
    Browse the repository at this point in the history
  6. Adds Get request to sample

    ArjanSM committed Sep 14, 2022
    Configuration menu
    Copy the full SHA
    436d420 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2022

  1. Update library api dump.

    ArjanSM committed Sep 15, 2022
    Configuration menu
    Copy the full SHA
    bf99a3b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6606b0b View commit details
    Browse the repository at this point in the history
  3. updates api dump

    ArjanSM committed Sep 15, 2022
    Configuration menu
    Copy the full SHA
    ef395d2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    61bad35 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    af80a8c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8516dc0 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2022

  1. renames property isGraphQLRequest to graphqlDetected in HttpTrans…

    …action.kt & HttpTransactionTuple.kt and all its dependencies.
    ArjanSM committed Sep 19, 2022
    Configuration menu
    Copy the full SHA
    89bf041 View commit details
    Browse the repository at this point in the history
  2. defines a function isGraphQLRequest in RequestProcessor.kt to set t…

    …he `graphQLDetected` property
    ArjanSM committed Sep 19, 2022
    Configuration menu
    Copy the full SHA
    61ba9ab View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    92e9c7f View commit details
    Browse the repository at this point in the history
  4. cleanup

    ArjanSM committed Sep 19, 2022
    Configuration menu
    Copy the full SHA
    ab62817 View commit details
    Browse the repository at this point in the history
  5. fix test

    ArjanSM committed Sep 19, 2022
    Configuration menu
    Copy the full SHA
    8cf9044 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    56f459d View commit details
    Browse the repository at this point in the history
  7. fix wildcard imports

    ArjanSM committed Sep 19, 2022
    Configuration menu
    Copy the full SHA
    afca77b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e2c0445 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2022

  1. PR Comments

    ArjanSM committed Sep 20, 2022
    Configuration menu
    Copy the full SHA
    038dcc6 View commit details
    Browse the repository at this point in the history
  2. Fix test

    ArjanSM committed Sep 20, 2022
    Configuration menu
    Copy the full SHA
    920d3ad View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6147f71 View commit details
    Browse the repository at this point in the history
  4. Fix property order

    ArjanSM committed Sep 20, 2022
    Configuration menu
    Copy the full SHA
    be40880 View commit details
    Browse the repository at this point in the history
  5. PR Comments

    ArjanSM committed Sep 20, 2022
    Configuration menu
    Copy the full SHA
    adfec92 View commit details
    Browse the repository at this point in the history