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: Ngrok Debugger Implementation #2032

Merged
merged 30 commits into from
Jan 11, 2020
Merged

Commits on Jan 6, 2020

  1. Basic ngrok debugger setup

    Srinaath Ravichandran committed Jan 6, 2020
    Configuration menu
    Copy the full SHA
    4507aaf View commit details
    Browse the repository at this point in the history
  2. Ui updates completed for ngrok debug console

    Srinaath Ravichandran committed Jan 6, 2020
    Configuration menu
    Copy the full SHA
    902b061 View commit details
    Browse the repository at this point in the history
  3. Ngrok redux setup completed. Actions hooked up to ngrokDebugContainer

    Srinaath Ravichandran committed Jan 6, 2020
    Configuration menu
    Copy the full SHA
    0213324 View commit details
    Browse the repository at this point in the history
  4. Wrapped up all inputs going into the debuggr ngrok component

    rerendering debug console on props change
    
    Error viewer console completed
    Srinaath Ravichandran committed Jan 6, 2020
    Configuration menu
    Copy the full SHA
    1d7c28b View commit details
    Browse the repository at this point in the history
  5. Broadcasting error response

    Srinaath Ravichandran committed Jan 6, 2020
    Configuration menu
    Copy the full SHA
    8c969f3 View commit details
    Browse the repository at this point in the history
  6. Write stream tests passed

    Copy file spec completed
    
    Ngrok tunnel action spec updated
    Srinaath Ravichandran committed Jan 6, 2020
    Configuration menu
    Copy the full SHA
    3d7f8b9 View commit details
    Browse the repository at this point in the history
  7. Get path initializer

    Ngrok module tests
    
    Testing tunnel error generation and capture scenarios
    Srinaath Ravichandran committed Jan 6, 2020
    Configuration menu
    Copy the full SHA
    4b1aadb View commit details
    Browse the repository at this point in the history
  8. Refactoring fn names

    Code cleanup
    
    Renaming functions, test names, using shorthands wherever applicable
    Srinaath Ravichandran committed Jan 6, 2020
    Configuration menu
    Copy the full SHA
    abe0bf2 View commit details
    Browse the repository at this point in the history
  9. Reconnect to ngrok functionality completed

    Srinaath Ravichandran committed Jan 6, 2020
    Configuration menu
    Copy the full SHA
    105138e View commit details
    Browse the repository at this point in the history
  10. UI test updated for ngrok container

    Updated icon for ngrok Status
    Srinaath Ravichandran committed Jan 6, 2020
    Configuration menu
    Copy the full SHA
    8f4af7b View commit details
    Browse the repository at this point in the history
  11. All lock files and fresh installs done

    Lock files updated after pull from master
    Srinaath Ravichandran committed Jan 6, 2020
    Configuration menu
    Copy the full SHA
    95fe0fd View commit details
    Browse the repository at this point in the history
  12. removed unneeded scss

    Srinaath Ravichandran committed Jan 6, 2020
    Configuration menu
    Copy the full SHA
    23b4d99 View commit details
    Browse the repository at this point in the history
  13. Renaming classes

    Srinaath Ravichandran committed Jan 6, 2020
    Configuration menu
    Copy the full SHA
    ef83075 View commit details
    Browse the repository at this point in the history
  14. Linter errors and fixes for it across all packages

    Srinaath Ravichandran committed Jan 6, 2020
    Configuration menu
    Copy the full SHA
    2d9492c View commit details
    Browse the repository at this point in the history
  15. Removed prefixed slash

    Srinaath Ravichandran committed Jan 6, 2020
    Configuration menu
    Copy the full SHA
    ad8a57a View commit details
    Browse the repository at this point in the history
  16. added rebuild keytar script inside main

    Srinaath Ravichandran committed Jan 6, 2020
    Configuration menu
    Copy the full SHA
    7d9f8a9 View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2020

  1. Added lock file to ignore

    Srinaath Ravichandran committed Jan 7, 2020
    Configuration menu
    Copy the full SHA
    e778e50 View commit details
    Browse the repository at this point in the history
  2. Revert keytar to old version

    Srinaath Ravichandran committed Jan 7, 2020
    Configuration menu
    Copy the full SHA
    a9daa47 View commit details
    Browse the repository at this point in the history
  3. Updatting postman collection to leverage global variables

    Srinaath Ravichandran committed Jan 7, 2020
    Configuration menu
    Copy the full SHA
    92ed4d1 View commit details
    Browse the repository at this point in the history
  4. Debug container UI tests

    Tunnel Error tests updated
    Srinaath Ravichandran committed Jan 7, 2020
    Configuration menu
    Copy the full SHA
    aa20468 View commit details
    Browse the repository at this point in the history
  5. Mock Jest Date implementation

    Srinaath Ravichandran committed Jan 7, 2020
    Configuration menu
    Copy the full SHA
    9a34510 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2020

  1. PR review feedback addressed

    1. Added space after breaks
    2. Seperating container and actual visual component
    3. Removing nbsp
    4. Adding package-locks to gitignore
    
    Signed-off-by: Srinaath Ravichandran <srravich@microsoft.com>
    Srinaath Ravichandran committed Jan 9, 2020
    Configuration menu
    Copy the full SHA
    b11dd49 View commit details
    Browse the repository at this point in the history
  2. Pre feedback addressed

    1.Using named exports
    2. Returning errors from rejects
    3. Removed dev artifacts
    
    Signed-off-by: Srinaath Ravichandran <srravich@microsoft.com>
    Srinaath Ravichandran committed Jan 9, 2020
    Configuration menu
    Copy the full SHA
    3b8f04f View commit details
    Browse the repository at this point in the history
  3. Made sure all pacjage locks are removed and spacing between cases

    Signed-off-by: Srinaath Ravichandran <srravich@microsoft.com>
    Srinaath Ravichandran committed Jan 9, 2020
    Configuration menu
    Copy the full SHA
    88f6642 View commit details
    Browse the repository at this point in the history
  4. PR review feedback addressed

    1. Added space after breaks
    2. Seperating container and actual visual component
    3. Removing nbsp
    4. Adding package-locks to gitignore
    
    Signed-off-by: Srinaath Ravichandran <srravich@microsoft.com>
    
    Pre feedback addressed
    
    1.Using named exports
    2. Returning errors from rejects
    3. Removed dev artifacts
    
    Signed-off-by: Srinaath Ravichandran <srravich@microsoft.com>
    
    Made sure all pacjage locks are removed and spacing between cases
    
    Signed-off-by: Srinaath Ravichandran <srravich@microsoft.com>
    
    Untracked Package Locks
    
    Signed-off-by: Srinaath Ravichandran <srravich@microsoft.com>
    
    Untracked and deleted package locks
    
    Signed-off-by: Srinaath Ravichandran <srravich@microsoft.com>
    Srinaath Ravichandran committed Jan 9, 2020
    Configuration menu
    Copy the full SHA
    7ce584a View commit details
    Browse the repository at this point in the history
  5. One more package lock deleted

    Signed-off-by: Srinaath Ravichandran <srravich@microsoft.com>
    Srinaath Ravichandran committed Jan 9, 2020
    Configuration menu
    Copy the full SHA
    49cb853 View commit details
    Browse the repository at this point in the history
  6. Qna maker package lock removed

    Signed-off-by: Srinaath Ravichandran <srravich@microsoft.com>
    Srinaath Ravichandran committed Jan 9, 2020
    Configuration menu
    Copy the full SHA
    f57b6e4 View commit details
    Browse the repository at this point in the history
  7. Tests updated after refactor

    Signed-off-by: Srinaath Ravichandran <srravich@microsoft.com>
    Srinaath Ravichandran committed Jan 9, 2020
    Configuration menu
    Copy the full SHA
    e65aa20 View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2020

  1. Pr feedback addressed

    Comments tag removed
    Typos fixed
    
    Signed-off-by: Srinaath Ravichandran <srravich@microsoft.com>
    
    Removed unused functions
    
    Signed-off-by: Srinaath Ravichandran <srravich@microsoft.com>
    Srinaath Ravichandran committed Jan 10, 2020
    Configuration menu
    Copy the full SHA
    c6ff96f View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2020

  1. More copy fixes

    Signed-off-by: Srinaath Ravichandran <srravich@microsoft.com>
    Srinaath Ravichandran committed Jan 11, 2020
    Configuration menu
    Copy the full SHA
    6c08711 View commit details
    Browse the repository at this point in the history