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

Feat: unsaved file content #3358

Merged
merged 21 commits into from
Aug 16, 2024
Merged

Feat: unsaved file content #3358

merged 21 commits into from
Aug 16, 2024

Commits on Aug 10, 2024

  1. Created unsavedFileContentService.

    I still need to add specs for this
    Tim O'Farrell committed Aug 10, 2024
    Configuration menu
    Copy the full SHA
    1b38d5d View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2024

  1. Merge branch 'main' into feature-unsaved-file-content

    Tim O'Farrell committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    170f07a View commit details
    Browse the repository at this point in the history
  2. Added specs for unsaved file save

    Tim O'Farrell committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    efac509 View commit details
    Browse the repository at this point in the history
  3. WIP

    Tim O'Farrell committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    9918ae1 View commit details
    Browse the repository at this point in the history
  4. WIP

    Tim O'Farrell committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    452b483 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'main' into feature-unsaved-file-content

    Tim O'Farrell committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    bf2dca2 View commit details
    Browse the repository at this point in the history
  6. WIP

    Tim O'Farrell committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    31261b7 View commit details
    Browse the repository at this point in the history
  7. WIP

    Tim O'Farrell committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    585f0b8 View commit details
    Browse the repository at this point in the history
  8. WIP

    Tim O'Farrell committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    a8e20ba View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2024

  1. WIP

    Tim O'Farrell committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    55f3459 View commit details
    Browse the repository at this point in the history
  2. Removed indexeddb changes that are not needed

    Tim O'Farrell committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    8561b9d View commit details
    Browse the repository at this point in the history
  3. Clearer name

    Tim O'Farrell committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    f40b769 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8ad84e9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6e741f0 View commit details
    Browse the repository at this point in the history
  6. Clear out fileStates which are not needed

    Tim O'Farrell committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    10682e9 View commit details
    Browse the repository at this point in the history
  7. Merge branch 'feature-unsaved-file-content' of https://github.com/Ope…

    …nDevin/OpenDevin into feature-unsaved-file-content
    Tim O'Farrell committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    1de0f25 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2024

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

Commits on Aug 15, 2024

  1. Configuration menu
    Copy the full SHA
    a8db650 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' into feature-unsaved-file-content

    Tim O'Farrell committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    fb88126 View commit details
    Browse the repository at this point in the history
  3. Added useEffect and destructor

    Tim O'Farrell committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    5493260 View commit details
    Browse the repository at this point in the history
  4. Added some tests

    Tim O'Farrell committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    bf0006d View commit details
    Browse the repository at this point in the history