"src/vscode:/vscode.git/clone" did not exist on "29e6c93fbaa739c6ad458e5901821a226288358b"
  1. 14 Dec, 2019 1 commit
  2. 11 Dec, 2019 1 commit
    • Mingbo Wan's avatar
      Better smoke test (#364) · 9ab5dd71
      Mingbo Wan authored
      * use binaries just built for smoke test
      
      * to trigger tests on PR
      
      * trigger tests
      
      * different build has different test
      
      * test good, now move to official
      
      * test good, now move to official
      9ab5dd71
  3. 03 Dec, 2019 2 commits
  4. 02 Dec, 2019 1 commit
  5. 25 Nov, 2019 2 commits
    • Vincent QB's avatar
      correct file_obj reference. (#352) · bdf92553
      Vincent QB authored
      bdf92553
    • Mingbo Wan's avatar
      Smoke test (#346) · 89a108c7
      Mingbo Wan authored
      * adding smoke test
      
      * adding smoke test
      
      * fix config.yml
      
      * trigger smoke test
      
      * test aws erc credential
      
      * test aws erc credential
      
      * test aws erc credential
      
      * test aws erc credential
      
      * adding ecr cred
      
      * test aws erc credential
      
      * test aws erc credential
      
      * test aws erc credential - different way
      
      * test aws erc credential - different way #2
      
      * test aws erc credential - different way #3
      
      * test aws erc credential - different way #4
      
      * test aws #1
      
      * test aws erc credential, after enabling circleci setting
      
      * fixing conda init
      
      * add verbose output for smoke test
      
      * add docker image build workflow
      
      * add docker image build workflow
      
      * fix aws ecr login
      
      * use images build from circelci
      
      * ready for review
      
      * updated Readme with instructions on nightly install, also updated docker image which can make nightlies installed via pip pass
      
      * nit
      
      * reduce size
      89a108c7
  6. 22 Nov, 2019 1 commit
  7. 21 Nov, 2019 4 commits
  8. 20 Nov, 2019 1 commit
  9. 19 Nov, 2019 1 commit
  10. 18 Nov, 2019 4 commits
  11. 15 Nov, 2019 1 commit
  12. 14 Nov, 2019 1 commit
    • Vincent QB's avatar
      Resume download (#320) · e0407b51
      Vincent QB authored
      * resume download, validate with md5 or sha256.
      
      * split stream from saving. detect filename.
      
      * validate at end too. check file size again.
      
      * validate now operates on file object.
      
      * expose choices of hash.
      e0407b51
  13. 11 Nov, 2019 2 commits
  14. 06 Nov, 2019 3 commits
  15. 05 Nov, 2019 1 commit
  16. 01 Nov, 2019 1 commit
  17. 31 Oct, 2019 1 commit
  18. 30 Oct, 2019 2 commits
  19. 29 Oct, 2019 1 commit
  20. 23 Oct, 2019 2 commits
  21. 21 Oct, 2019 1 commit
  22. 11 Oct, 2019 1 commit
  23. 25 Sep, 2019 2 commits
  24. 20 Sep, 2019 2 commits
  25. 19 Sep, 2019 1 commit
    • engineerchuan's avatar
      Fix lfilter for GPU machine (#291) · e3024341
      engineerchuan authored
      * Ensure that lfilter works with GPU
      * Add option to load on different device
      * Debugging tests of lfilter on GPU
      * allowing arbitrary types into lfilter
      e3024341