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

notebook outputs api #115817

Merged
merged 55 commits into from Feb 11, 2021
Merged

notebook outputs api #115817

merged 55 commits into from Feb 11, 2021

Commits on Feb 4, 2021

  1. output always contains id

    rebornix committed Feb 4, 2021
    Configuration menu
    Copy the full SHA
    b5ba200 View commit details
    Browse the repository at this point in the history
  2. IRawOutput -> IOutputDto

    rebornix committed Feb 4, 2021
    Configuration menu
    Copy the full SHA
    a81dd8d View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2021

  1. Configuration menu
    Copy the full SHA
    4d6d226 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f2b87fd View commit details
    Browse the repository at this point in the history
  3. fix tests.

    rebornix committed Feb 5, 2021
    Configuration menu
    Copy the full SHA
    0df177f View commit details
    Browse the repository at this point in the history
  4. fix smoke test typings.

    rebornix committed Feb 5, 2021
    Configuration menu
    Copy the full SHA
    2ff5b90 View commit details
    Browse the repository at this point in the history
  5. make extHost only send ITransformedDisplayOutputDto (convert error, t…

    …ext output inside the ext host)
    jrieken committed Feb 5, 2021
    Configuration menu
    Copy the full SHA
    77bbee5 View commit details
    Browse the repository at this point in the history
  6. add NotebookCell#output2

    jrieken committed Feb 5, 2021
    Configuration menu
    Copy the full SHA
    f3fd96e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6f936f9 View commit details
    Browse the repository at this point in the history
  8. remove used dto interfaces

    jrieken committed Feb 5, 2021
    Configuration menu
    Copy the full SHA
    8522c22 View commit details
    Browse the repository at this point in the history
  9. Revert "remove used dto interfaces"

    This reverts commit 8522c22.
    jrieken committed Feb 5, 2021
    Configuration menu
    Copy the full SHA
    1b4a902 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    b3a0d08 View commit details
    Browse the repository at this point in the history
  11. todo-comment update

    jrieken committed Feb 5, 2021
    Configuration menu
    Copy the full SHA
    e136ed6 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    a3ef264 View commit details
    Browse the repository at this point in the history
  13. OutputDto always has id

    rebornix committed Feb 5, 2021
    Configuration menu
    Copy the full SHA
    175ac0e View commit details
    Browse the repository at this point in the history
  14. 💄

    rebornix committed Feb 5, 2021
    Configuration menu
    Copy the full SHA
    3c17b03 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    0a97294 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    5024a70 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    9f4772a View commit details
    Browse the repository at this point in the history
  18. rename.

    rebornix committed Feb 5, 2021
    Configuration menu
    Copy the full SHA
    90327ba View commit details
    Browse the repository at this point in the history
  19. RenderType.mainframe

    rebornix committed Feb 5, 2021
    Configuration menu
    Copy the full SHA
    008e5c7 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2021

  1. append/replace output items

    rebornix committed Feb 6, 2021
    Configuration menu
    Copy the full SHA
    03fdd53 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    659245f View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2021

  1. Configuration menu
    Copy the full SHA
    4821adf View commit details
    Browse the repository at this point in the history
  2. fix compile errors

    jrieken committed Feb 8, 2021
    Configuration menu
    Copy the full SHA
    83a2eb4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e3d0d9c View commit details
    Browse the repository at this point in the history
  4. remove unused types

    jrieken committed Feb 8, 2021
    Configuration menu
    Copy the full SHA
    67bac9b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    809bbd7 View commit details
    Browse the repository at this point in the history
  6. 💄 strict assertions

    jrieken committed Feb 8, 2021
    Configuration menu
    Copy the full SHA
    a873e60 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3edc992 View commit details
    Browse the repository at this point in the history
  8. remove legacy typings.

    rebornix committed Feb 8, 2021
    Configuration menu
    Copy the full SHA
    0544c1d View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2021

  1. fix outputs loading

    rebornix committed Feb 9, 2021
    Configuration menu
    Copy the full SHA
    779938d View commit details
    Browse the repository at this point in the history
  2. auto save ...

    rebornix committed Feb 9, 2021
    Configuration menu
    Copy the full SHA
    bd47ac8 View commit details
    Browse the repository at this point in the history
  3. new output type shape only.

    rebornix committed Feb 9, 2021
    Configuration menu
    Copy the full SHA
    fd6997f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6ba6002 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d94093a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    99f4a02 View commit details
    Browse the repository at this point in the history
  7. fix notebook worker dto

    rebornix committed Feb 9, 2021
    Configuration menu
    Copy the full SHA
    e02e968 View commit details
    Browse the repository at this point in the history
  8. Revert "notebook diff editor handle empty mimetypes."

    This reverts commit 99f4a02.
    rebornix committed Feb 9, 2021
    Configuration menu
    Copy the full SHA
    538c784 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    a05c417 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    11b885d View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    97998b3 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    4090343 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    8799924 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    81c7bdd View commit details
    Browse the repository at this point in the history
  15. style polish

    rebornix committed Feb 9, 2021
    Configuration menu
    Copy the full SHA
    ebc2386 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    aa1e745 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2021

  1. unknown metadata value.

    rebornix committed Feb 10, 2021
    Configuration menu
    Copy the full SHA
    6c47905 View commit details
    Browse the repository at this point in the history
  2. cell execution API sketches

    jrieken committed Feb 10, 2021
    Configuration menu
    Copy the full SHA
    e58a5e8 View commit details
    Browse the repository at this point in the history
  3. more api todos

    jrieken committed Feb 10, 2021
    Configuration menu
    Copy the full SHA
    60898cf View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b881f37 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0e139c6 View commit details
    Browse the repository at this point in the history
  6. remove CellOutputKind type

    jrieken committed Feb 10, 2021
    Configuration menu
    Copy the full SHA
    cf7fc39 View commit details
    Browse the repository at this point in the history
  7. fix metadata complile error

    jrieken committed Feb 10, 2021
    Configuration menu
    Copy the full SHA
    6ed5c53 View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2021

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