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

Integration Test framework and an initial test for Document Code #1291

Closed
wants to merge 65 commits into from

Commits on Mar 22, 2024

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

Commits on Mar 25, 2024

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

Commits on Mar 27, 2024

  1. Removed experimental user setting for inline edits

    We now have an environment-variable based feature flag, so the setting is no longer needed nor helpful.
    steveyegge committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    4d84e12 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dacdd76 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2024

  1. Configuration menu
    Copy the full SHA
    ccfee5b View commit details
    Browse the repository at this point in the history
  2. got unblocked on the EDT issue

    figured out how to run the tests on the JUnit runner thread
    steveyegge committed Mar 30, 2024
    Configuration menu
    Copy the full SHA
    932b1d2 View commit details
    Browse the repository at this point in the history
  3. got first integration tests working

    LLM interaction is not simulated yet, but coming soon
    steveyegge committed Mar 30, 2024
    Configuration menu
    Copy the full SHA
    7dc4b37 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cfac44d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bac793b View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2024

  1. Configuration menu
    Copy the full SHA
    ded891e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4edd3a1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5bc49ba View commit details
    Browse the repository at this point in the history
  4. fixed showing the Accept lens group

    It had disappeared while re-threading things for integration tests
    steveyegge committed Mar 31, 2024
    Configuration menu
    Copy the full SHA
    189dd04 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2024

  1. added a TODO

    steveyegge committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    fdff59f View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2024

  1. merged with main

    steveyegge committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    f2e011c View commit details
    Browse the repository at this point in the history
  2. merged from main and got tests (almost) working again

    required killing off the old agent process, which fixed some startup errors. More work to do
    steveyegge committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    5efd0c5 View commit details
    Browse the repository at this point in the history
  3. lowered wait timeouts

    steveyegge committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    1a946f7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9eaa635 View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2024

  1. Got integration test working again

    Issue was that Agent should not be in integrationi-test mode
    steveyegge committed Apr 6, 2024
    Configuration menu
    Copy the full SHA
    8cd8ffd View commit details
    Browse the repository at this point in the history
  2. improved a comment

    steveyegge committed Apr 6, 2024
    Configuration menu
    Copy the full SHA
    16df516 View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2024

  1. Configuration menu
    Copy the full SHA
    f8b8235 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a7243dd View commit details
    Browse the repository at this point in the history
  3. renamed intTest to integrationTest

    There was a naming conflict before that has been resolved
    steveyegge committed Apr 7, 2024
    Configuration menu
    Copy the full SHA
    9665434 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2024

  1. removed code to kill existing agent process

    For some reason it was killing my own process,
    before I actually got a chance to start the process. Led to failed Agent startup when using --inspect; fixed.
    steveyegge committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    829e6ab View commit details
    Browse the repository at this point in the history
  2. merged with main

    steveyegge committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    c1a0aba View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2024

  1. minor refactoring

    steveyegge committed Apr 13, 2024
    Configuration menu
    Copy the full SHA
    288eeb4 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2024

  1. Configuration menu
    Copy the full SHA
    766b463 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    27f4b5e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6d30b56 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2024

  1. Configuration menu
    Copy the full SHA
    f32ec5a View commit details
    Browse the repository at this point in the history
  2. put telemetry in testing mode for integration tests

    This fixes a problem where all the dotcom requests were failing
    steveyegge committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    ae67ae2 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2024

  1. more work on integration tests and inline edits

    Turned the lenses into first-class actions and made many other fixes
    steveyegge committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    9778ff2 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2024

  1. fixed indentation

    steveyegge committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    78de66c View commit details
    Browse the repository at this point in the history

Commits on May 3, 2024

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

Commits on May 4, 2024

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

Commits on May 5, 2024

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

Commits on May 7, 2024

  1. fixed an EDT error

    steveyegge committed May 7, 2024
    Configuration menu
    Copy the full SHA
    05d7f4a View commit details
    Browse the repository at this point in the history
  2. fixes for error lenses

    we no longer cancel the FixupSession until the error lens is dismissed
    steveyegge committed May 7, 2024
    Configuration menu
    Copy the full SHA
    e1653c3 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2024

  1. Configuration menu
    Copy the full SHA
    842d42d View commit details
    Browse the repository at this point in the history
  2. merged main

    steveyegge committed May 10, 2024
    Configuration menu
    Copy the full SHA
    ab26297 View commit details
    Browse the repository at this point in the history
  3. auto-accept on document changes

    restored a method call that had gone missing
    steveyegge committed May 10, 2024
    Configuration menu
    Copy the full SHA
    131cb36 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2024

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

Commits on May 15, 2024

  1. Configuration menu
    Copy the full SHA
    b5b2812 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f9697e6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4dd4bf5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e0c1bd1 View commit details
    Browse the repository at this point in the history
  5. some refactoring of the integration test code

    moved the resource files into a testProjects directory
    steveyegge committed May 15, 2024
    Configuration menu
    Copy the full SHA
    da9dbb9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    374dfec View commit details
    Browse the repository at this point in the history
  7. added some assertions

    steveyegge committed May 15, 2024
    Configuration menu
    Copy the full SHA
    926dc2b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    64a501c View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    764dbf9 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2024

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

Commits on May 17, 2024

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

Commits on May 18, 2024

  1. merged main

    steveyegge committed May 18, 2024
    Configuration menu
    Copy the full SHA
    62c8d29 View commit details
    Browse the repository at this point in the history
  2. fixed a compile error

    steveyegge committed May 18, 2024
    Configuration menu
    Copy the full SHA
    7eeb1cd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3f45fc1 View commit details
    Browse the repository at this point in the history

Commits on May 19, 2024

  1. comments

    steveyegge committed May 19, 2024
    Configuration menu
    Copy the full SHA
    c5c2744 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2024

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

Commits on May 27, 2024

  1. merged main

    steveyegge committed May 27, 2024
    Configuration menu
    Copy the full SHA
    940f5c3 View commit details
    Browse the repository at this point in the history
  2. fixed another merge error

    steveyegge committed May 27, 2024
    Configuration menu
    Copy the full SHA
    fe0865f View commit details
    Browse the repository at this point in the history
  3. fixed more merge errors

    steveyegge committed May 27, 2024
    Configuration menu
    Copy the full SHA
    8636991 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1ebab91 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7912614 View commit details
    Browse the repository at this point in the history

Commits on May 28, 2024

  1. merged origin/main

    steveyegge committed May 28, 2024
    Configuration menu
    Copy the full SHA
    f65fc55 View commit details
    Browse the repository at this point in the history