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

[WASM] Node Debugger #56473

Closed
wants to merge 116 commits into from
Closed

Commits on Jun 15, 2021

  1. Did some cleanup

    Daniel-Genkin committed Jun 15, 2021
    Configuration menu
    Copy the full SHA
    b78c830 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    644d165 View commit details
    Browse the repository at this point in the history
  3. more cleanup and fixes

    Daniel-Genkin committed Jun 15, 2021
    Configuration menu
    Copy the full SHA
    93255ad View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2021

  1. removed export

    Daniel-Genkin committed Jun 16, 2021
    Configuration menu
    Copy the full SHA
    7f9105f View commit details
    Browse the repository at this point in the history
  2. more cleanup

    Daniel-Genkin committed Jun 16, 2021
    Configuration menu
    Copy the full SHA
    9489f23 View commit details
    Browse the repository at this point in the history
  3. more cleanup

    Daniel-Genkin committed Jun 16, 2021
    Configuration menu
    Copy the full SHA
    57fd10c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e6e5615 View commit details
    Browse the repository at this point in the history
  5. var -> let or const

    Daniel-Genkin committed Jun 16, 2021
    Configuration menu
    Copy the full SHA
    1d60b57 View commit details
    Browse the repository at this point in the history
  6. slight readability fix

    Daniel-Genkin committed Jun 16, 2021
    Configuration menu
    Copy the full SHA
    3253d86 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2021

  1. Addressed PR comments

    Daniel-Genkin committed Jun 17, 2021
    Configuration menu
    Copy the full SHA
    eef11f4 View commit details
    Browse the repository at this point in the history
  2. Fixed typo

    Daniel-Genkin committed Jun 17, 2021
    Configuration menu
    Copy the full SHA
    ac87c42 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2021

  1. Configuration menu
    Copy the full SHA
    7fd1a1a View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2021

  1. Fixed merge conflicts

    Daniel-Genkin committed Jun 21, 2021
    Configuration menu
    Copy the full SHA
    9624ece View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4814973 View commit details
    Browse the repository at this point in the history
  3. Fixed failing tests

    Daniel-Genkin committed Jun 21, 2021
    Configuration menu
    Copy the full SHA
    19a5f69 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2021

  1. Configuration menu
    Copy the full SHA
    11be10d View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2021

  1. added type defintions

    Daniel-Genkin committed Jun 23, 2021
    Configuration menu
    Copy the full SHA
    d0388ed View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fa25185 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7e6424f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e4122d4 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2021

  1. Configuration menu
    Copy the full SHA
    488390d View commit details
    Browse the repository at this point in the history
  2. small fixes

    Daniel-Genkin committed Jun 24, 2021
    Configuration menu
    Copy the full SHA
    94883ca View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3cd1eaa View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2021

  1. Configuration menu
    Copy the full SHA
    a542e6f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ce1bf50 View commit details
    Browse the repository at this point in the history
  3. Fixed typo

    Daniel-Genkin committed Jun 25, 2021
    Configuration menu
    Copy the full SHA
    fd50498 View commit details
    Browse the repository at this point in the history
  4. Fixed script generation

    Daniel-Genkin committed Jun 25, 2021
    Configuration menu
    Copy the full SHA
    749dbe6 View commit details
    Browse the repository at this point in the history
  5. work in progress

    Daniel Genkin committed Jun 25, 2021
    Configuration menu
    Copy the full SHA
    902f8aa View commit details
    Browse the repository at this point in the history
  6. Create a package.json if one is needed but non existant

    Daniel Genkin committed Jun 25, 2021
    Configuration menu
    Copy the full SHA
    943afd5 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2021

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

Commits on Jun 29, 2021

  1. Configuration menu
    Copy the full SHA
    3a7fd15 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2021

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

Commits on Jul 1, 2021

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

Commits on Jul 6, 2021

  1. Configuration menu
    Copy the full SHA
    cd4a7d3 View commit details
    Browse the repository at this point in the history
  2. attempt to add some new CI pipelines for NodeJS

    + test build for NodeJS
    + test all subsets of tests
    + test EAT tests
    + test AOT tests
    Daniel-Genkin committed Jul 6, 2021
    Configuration menu
    Copy the full SHA
    68ef992 View commit details
    Browse the repository at this point in the history
  3. Fixed pipeline naming

    Daniel-Genkin committed Jul 6, 2021
    Configuration menu
    Copy the full SHA
    695fa9b View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2021

  1. Configuration menu
    Copy the full SHA
    f3cfdd2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    611ec16 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7792bd3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c49737c View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2021

  1. Configuration menu
    Copy the full SHA
    227e045 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1e44529 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2021

  1. Configuration menu
    Copy the full SHA
    8be4c8d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    06015b3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c9514a4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7279a1f View commit details
    Browse the repository at this point in the history
  5. moved parenthesis

    Daniel-Genkin committed Jul 9, 2021
    Configuration menu
    Copy the full SHA
    b6e0cf4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    461f531 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    de94bb3 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2021

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

Commits on Jul 11, 2021

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

Commits on Jul 12, 2021

  1. Configuration menu
    Copy the full SHA
    c028ae9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f45b96e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    87e6b09 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2021

  1. Configuration menu
    Copy the full SHA
    caf4be3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    261356d View commit details
    Browse the repository at this point in the history
  3. work in progress

    Daniel-Genkin committed Jul 13, 2021
    Configuration menu
    Copy the full SHA
    3584849 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4be9563 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2021

  1. Configuration menu
    Copy the full SHA
    bcf99af View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7db07e1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bd6af51 View commit details
    Browse the repository at this point in the history
  4. Since Wasm.Build.Tests are failing I uncommented the RebuildTests whi…

    …ch were failing for the same reason + added a condition to runtime-test.js to make the issue more explicit.
    Daniel-Genkin committed Jul 14, 2021
    Configuration menu
    Copy the full SHA
    419c446 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    541b218 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3adeed2 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    339230d View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2021

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

Commits on Jul 16, 2021

  1. Configuration menu
    Copy the full SHA
    4c2f5a8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    41d011d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7805d93 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4cebd85 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2021

  1. Configuration menu
    Copy the full SHA
    06fe9fd View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2021

  1. Configuration menu
    Copy the full SHA
    44dc557 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f2373bf View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2021

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

Commits on Jul 20, 2021

  1. Configuration menu
    Copy the full SHA
    06d2a29 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    14340fd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    369d668 View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2021

  1. Configuration menu
    Copy the full SHA
    eb06d5d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    151b3fd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6ddfb87 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2021

  1. Configuration menu
    Copy the full SHA
    af9f2c7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    24cf4b9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4345ffb View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2021

  1. Configuration menu
    Copy the full SHA
    fb84fd3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    11f3bd9 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2021

  1. Configuration menu
    Copy the full SHA
    1ca271d View commit details
    Browse the repository at this point in the history
  2. work in progress

    Daniel-Genkin committed Jul 27, 2021
    Configuration menu
    Copy the full SHA
    eaaea18 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8c7d0aa View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2021

  1. Minor cleanup

    Daniel-Genkin committed Jul 28, 2021
    Configuration menu
    Copy the full SHA
    8ec8967 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9740e78 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2021

  1. Pegged node dependency verssus for extra security. I ran an npm audit…

    … on this configuration and 0 vulnerabilities were found
    Daniel-Genkin committed Jul 29, 2021
    Configuration menu
    Copy the full SHA
    fe7d0f7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d02c95e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    50b6e2e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    507ba89 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2021

  1. attempt to add a supported version of node to the correlation payload…

    … and use it for the node tests
    Daniel-Genkin committed Jul 30, 2021
    Configuration menu
    Copy the full SHA
    105b005 View commit details
    Browse the repository at this point in the history
  2. fixed syntax error

    Daniel-Genkin committed Jul 30, 2021
    Configuration menu
    Copy the full SHA
    096aee8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7da1413 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2021

  1. Configuration menu
    Copy the full SHA
    1ed87a1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    48f902c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    327948e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4178b5b View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2021

  1. Configuration menu
    Copy the full SHA
    c9f326a View commit details
    Browse the repository at this point in the history
  2. Fix how to connect to node.

    Fix how to get assembly metadata.
    thaystg committed Aug 3, 2021
    Configuration menu
    Copy the full SHA
    97a4412 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5f3a44c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    79c8ccc View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    75aba80 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6a4e119 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    49059f9 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2021

  1. Configuration menu
    Copy the full SHA
    c87fd0f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d71a614 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5dc268c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8f94e88 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    801c79b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1d279d5 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    65aa306 View commit details
    Browse the repository at this point in the history