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

Simplify WebView initialization #98

Draft
wants to merge 15 commits into
base: main
Choose a base branch
from
Draft

Simplify WebView initialization #98

wants to merge 15 commits into from

Commits on Sep 25, 2024

  1. Simplify WebView initialization

    Tomasz Gołębiowski committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    65bc8d0 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2024

  1. Formating fixes

    Tomasz Gołębiowski committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    fdc7770 View commit details
    Browse the repository at this point in the history
  2. Posible null fix

    Tomasz Gołębiowski committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    14d475e View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2024

  1. removing unnecessary test

    Tomasz Gołębiowski committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    6018208 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2024

  1. Merge branch 'main' into tg/webview

    # Conflicts:
    #	src/Cody.Core/Infrastructure/WebViewsManager.cs
    #	src/Cody.VisualStudio.Tests/ChatLoggedBasicTests.cs
    #	src/Cody.VisualStudio.Tests/ChatNotLoggedStateTests.cs
    #	src/Cody.VisualStudio/Client/AgentClientProviderOptions.cs
    #	src/Cody.VisualStudio/CodyPackage.cs
    Tomasz Gołębiowski committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    e833ff2 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2024

  1. TaskCanceledException handling

    Tomasz Gołębiowski committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    13c097f View commit details
    Browse the repository at this point in the history
  2. disable ChatNotLoggedStateTests

    Tomasz Gołębiowski committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    98ae681 View commit details
    Browse the repository at this point in the history
  3. sync remove - test

    Tomasz Gołębiowski committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    ffd783d View commit details
    Browse the repository at this point in the history
  4. wait - fix

    Tomasz Gołębiowski committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    5f2b807 View commit details
    Browse the repository at this point in the history
  5. waiting for agent initialize

    Tomasz Gołębiowski committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    b57d5db View commit details
    Browse the repository at this point in the history
  6. Reverting test changes

    Tomasz Gołębiowski committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    d075461 View commit details
    Browse the repository at this point in the history
  7. formating fix

    Tomasz Gołębiowski committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    88ebb9a View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2024

  1. Merge branch 'main' into tg/webview

    # Conflicts:
    #	src/Cody.UI/Views/MainView.xaml
    Tomasz Gołębiowski committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    2a47873 View commit details
    Browse the repository at this point in the history
  2. Handle OnThemeChanged event when CodyWebView is not ready

    Tomasz Gołębiowski committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    38ab705 View commit details
    Browse the repository at this point in the history
  3. wait for chat after setting access token

    Tomasz Gołębiowski committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    a10bf8f View commit details
    Browse the repository at this point in the history