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

Support R session requests by hosting a tcp server #1394

Open
wants to merge 32 commits into
base: master
Choose a base branch
from

Commits on Jul 17, 2023

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

Commits on Jul 24, 2023

  1. support png plots over TCP

    Tal Hadad committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    0d7f44f View commit details
    Browse the repository at this point in the history
  2. remove test logging

    Tal Hadad committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    bbe6d59 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d19307e View commit details
    Browse the repository at this point in the history
  4. Use active terminal if R is attached already

    Tal Hadad committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    4bae0a7 View commit details
    Browse the repository at this point in the history
  5. allow attaching in a later stage

    Tal Hadad committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    5f60ba6 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    873af37 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2023

  1. fix linting errors

    Tal Hadad committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    0460b3d View commit details
    Browse the repository at this point in the history
  2. ignore errors on TCP disconnecting in the R side

    Tal Hadad committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    72d57de View commit details
    Browse the repository at this point in the history
  3. never call .vsc.attach on init automatically, since it happen by se…

    …nding command by vscode
    Tal Hadad committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    099ccea View commit details
    Browse the repository at this point in the history
  4. fix the host passing on .vsc.attach

    Tal Hadad committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    6496252 View commit details
    Browse the repository at this point in the history
  5. modify TCP->Tcp in vscode confs

    Tal Hadad committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    a4102bf View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2023

  1. Configuration menu
    Copy the full SHA
    cc2aa9b View commit details
    Browse the repository at this point in the history
  2. minor issue fix

    Tal Hadad committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    0d3f446 View commit details
    Browse the repository at this point in the history
  3. expose detach function to R API

    Tal Hadad committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    a7abdcf View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2023

  1. fix r-linting error in init_late.R

    Tal Hadad committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    b5cb235 View commit details
    Browse the repository at this point in the history
  2. omit old TODO

    Tal Hadad committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    2a6681c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    860c8d5 View commit details
    Browse the repository at this point in the history
  4. acknowledgement on successful request and best-effort on server EOF m…

    …essage
    Tal Hadad committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    6f6199d View commit details
    Browse the repository at this point in the history
  5. user button for detaching from session

    Tal Hadad committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    b45db8d View commit details
    Browse the repository at this point in the history
  6. add missing TODO

    Tal Hadad committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    9f300ee View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2023

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

Commits on Aug 5, 2023

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

Commits on Sep 6, 2023

  1. fix: better logging and strill create the session watcher tcp server …

    …even when we have file system error on previous lock file
    Tal Hadad committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    6056266 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2023

  1. remove an attempt to use type discrimination for now

    Tal Hadad committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    7229e9f View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into tcp-incoming-request-server, and change to…

    … the new R indentation
    Tal Hadad committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    62d9a74 View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2023

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

Commits on May 7, 2024

  1. Configuration menu
    Copy the full SHA
    582096e View commit details
    Browse the repository at this point in the history
  2. remove unsued

    Tal Hadad committed May 7, 2024
    Configuration menu
    Copy the full SHA
    f73521e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cfdeb37 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2024

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