1. 27 3月, 2019 8 次提交
    • K
      Update nbin version. Fixes extensions · 83aa952d
      Kyle Carberry 提交于
      83aa952d
    • K
      Update nbin to 1.0.3 · e0d33f23
      Kyle Carberry 提交于
      e0d33f23
    • K
      Update nbin · 194cbca0
      Kyle Carberry 提交于
      194cbca0
    • K
      Use commander instead of oclif · 1697cc32
      Kyle Carberry 提交于
      1697cc32
    • K
      Place all envs in one line · f058f903
      Kyle Carberry 提交于
      f058f903
    • K
      Update versioning format · ca4b0346
      Kyle Carberry 提交于
      ca4b0346
    • K
      Remove tslib external · 8d692ded
      Kyle Carberry 提交于
      8d692ded
    • A
      Refactor evaluations (#285) · dc2253e7
      Asher 提交于
      * Replace evaluations with proxies and messages
      
      * Return proxies synchronously
      
      Otherwise events can be lost.
      
      * Ensure events cannot be missed
      
      * Refactor remaining fills
      
      * Use more up-to-date version of util
      
      For callbackify.
      
      * Wait for dispose to come back before removing
      
      This prevents issues with the "done" event not always being the last
      event fired. For example a socket might close and then end, but only
      if the caller called end.
      
      * Remove old node-pty tests
      
      * Fix emitting events twice on duplex streams
      
      * Preserve environment when spawning processes
      
      * Throw a better error if the proxy doesn't exist
      
      * Remove rimraf dependency from ide
      
      * Update net.Server.listening
      
      * Use exit event instead of killed
      
      Doesn't look like killed is even a thing.
      
      * Add response timeout to server
      
      * Fix trash
      
      * Require node-pty & spdlog after they get unpackaged
      
      This fixes an error when running in the binary.
      
      * Fix errors in down emitter preventing reconnecting
      
      * Fix disposing proxies when nothing listens to "error" event
      
      * Refactor event tests to use jest.fn()
      
      * Reject proxy call when disconnected
      
      Otherwise it'll wait for the timeout which is a waste of time since we
      already know the connection is dead.
      
      * Use nbin for binary packaging
      
      * Remove additional module requires
      
      * Attempt to remove require for local bootstrap-fork
      
      * Externalize fsevents
      dc2253e7
  2. 26 3月, 2019 1 次提交
    • A
      Fix port scanner when netstat isn't available · d16c6aeb
      Asher 提交于
      - It logs the error now.
      - For some reason when there is an error node-netstat runs the callback
        twice. That resulted in us scheduling an exponentially growing number
      	of calls which ate up all the CPU (and probably memory eventually).
        For now, opted to dispose when there is an error.
      d16c6aeb
  3. 23 3月, 2019 2 次提交
  4. 22 3月, 2019 2 次提交
  5. 21 3月, 2019 1 次提交
  6. 20 3月, 2019 6 次提交
  7. 19 3月, 2019 1 次提交
  8. 18 3月, 2019 3 次提交
  9. 16 3月, 2019 1 次提交
  10. 15 3月, 2019 8 次提交
  11. 14 3月, 2019 6 次提交
    • A
      Merge pull request #231 from nhooyr/docker · e3d97166
      Anmol Sethi 提交于
      Dockerfile: include git
      e3d97166
    • A
      Dockerfile: include git · 862c9440
      Anmol Sethi 提交于
      Closes #221
      Closes #230
      Closes #203
      862c9440
    • S
      3a6e27bc
    • P
      Add git to docker container · ec2d01ab
      pokemonlover1234 提交于
      Install git in the docker container, proposed by #203. While it is possible that issue requires further discussion, this is just a proposal pull request. If that proposal is accepted, here's the pull request.
      ec2d01ab
    • A
      Fix race with watcher & stat · e4ff7238
      Asher 提交于
      There is a window between when the stat is made and the result makes it
      back to the client where a file is created or deleted and it won't be a
      part of that stat.
      
      To fix it, I added a new property signaling that we got some changes
      since starting the stat and should run the stat again because we have no
      way of knowing whether the currently running stat will include the new
      changes or not.
      e4ff7238
    • S
      [ImgBot] Optimize images (#222) · f9448c6c
      Sandro Jäckel 提交于
      *Total -- 1,393.88kb -> 908.68kb (34.81%)
      
      /doc/assets/chrome_confirm.png -- 34.10kb -> 18.95kb (44.43%)
      /doc/assets/server-password-modal.png -- 96.67kb -> 58.14kb (39.86%)
      /doc/assets/ide.png -- 984.53kb -> 603.38kb (38.71%)
      /doc/assets/chrome_warning.png -- 44.25kb -> 30.03kb (32.14%)
      /doc/assets/logo-horizontal.png -- 22.00kb -> 17.48kb (20.55%)
      /doc/assets/aws_ubuntu.png -- 51.62kb -> 43.93kb (14.91%)
      /doc/assets/cli.png -- 160.70kb -> 136.78kb (14.89%)
      f9448c6c
  12. 13 3月, 2019 1 次提交