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

Ability to install modules using pip or conda #380

Merged
merged 151 commits into from
Dec 11, 2017

Commits on Nov 3, 2017

  1. Fix microsoft/vscode#37627 (#1368)

    octref authored and DonJayamanne committed Nov 3, 2017
    Configuration menu
    Copy the full SHA
    ecc1ca9 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2017

  1. Version 0.7.0 of extension (#1381)

    Archive of 0.7.0
    DonJayamanne authored Nov 9, 2017
    Configuration menu
    Copy the full SHA
    7c5778c View commit details
    Browse the repository at this point in the history
  2. Update README.md

    DonJayamanne authored Nov 9, 2017
    Configuration menu
    Copy the full SHA
    9d1bf82 View commit details
    Browse the repository at this point in the history
  3. Update README.md

    DonJayamanne authored Nov 9, 2017
    Configuration menu
    Copy the full SHA
    ffba179 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2017

  1. sync fork with upstream

    DonJayamanne committed Nov 10, 2017
    Configuration menu
    Copy the full SHA
    905c713 View commit details
    Browse the repository at this point in the history
  2. fix readme

    DonJayamanne committed Nov 10, 2017
    Configuration menu
    Copy the full SHA
    acc2109 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2017

  1. Merge branch 'master' of https://github.com/Microsoft/vscode-python

    * 'master' of https://github.com/Microsoft/vscode-python:
      Fixes #56 list all environments (#219)
      Fixes #57 Disable activation on debugging (#220)
      Fixes #26 Do not run linters when linters are disabled (#222)
    DonJayamanne committed Nov 16, 2017
    Configuration menu
    Copy the full SHA
    d470523 View commit details
    Browse the repository at this point in the history
  2. run without debugging

    DonJayamanne committed Nov 16, 2017
    Configuration menu
    Copy the full SHA
    d32a546 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3f14d0a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f37803f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d69940e View commit details
    Browse the repository at this point in the history
  6. merged upstream

    DonJayamanne committed Nov 16, 2017
    Configuration menu
    Copy the full SHA
    d392e8b View commit details
    Browse the repository at this point in the history
  7. merged

    DonJayamanne committed Nov 16, 2017
    Configuration menu
    Copy the full SHA
    11c9514 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    38befc0 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    bea91fc View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    0bb9054 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2017

  1. Configuration menu
    Copy the full SHA
    a105a20 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8b2fd7c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5a7d21e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    acd90c5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    09b3359 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9616eef View commit details
    Browse the repository at this point in the history
  7. fix linter issue

    DonJayamanne committed Nov 17, 2017
    Configuration menu
    Copy the full SHA
    f9fe2a8 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    4963632 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2017

  1. tests for decoder

    DonJayamanne committed Nov 18, 2017
    Configuration menu
    Copy the full SHA
    edbe63e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    47acd08 View commit details
    Browse the repository at this point in the history
  3. test to check source

    DonJayamanne committed Nov 18, 2017
    Configuration menu
    Copy the full SHA
    284e221 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2017

  1. tests for process utils

    DonJayamanne committed Nov 20, 2017
    Configuration menu
    Copy the full SHA
    b27496b View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'upstream/master'

    * upstream/master:
      Fix typo in README.md (#252)
      Disable linter without workspaces (#241)
    DonJayamanne committed Nov 20, 2017
    Configuration menu
    Copy the full SHA
    92f775f View commit details
    Browse the repository at this point in the history
  3. fix imports

    DonJayamanne committed Nov 20, 2017
    Configuration menu
    Copy the full SHA
    23fe3da View commit details
    Browse the repository at this point in the history
  4. rename file

    DonJayamanne committed Nov 20, 2017
    Configuration menu
    Copy the full SHA
    0277ca1 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2017

  1. Configuration menu
    Copy the full SHA
    bbc8290 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    29b5489 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5e7a61b View commit details
    Browse the repository at this point in the history
  4. remove unwanted file

    DonJayamanne committed Nov 21, 2017
    Configuration menu
    Copy the full SHA
    81af0e5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e0ea914 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f0c1978 View commit details
    Browse the repository at this point in the history
  7. Merge remote-tracking branch 'upstream/master'

    * upstream/master:
      Fix feedback service (#246)
      Fix django context initializer (#248)
      disable generation of tags file upon extension load (#264)
    DonJayamanne committed Nov 21, 2017
    Configuration menu
    Copy the full SHA
    32a6e53 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2017

  1. Merge remote-tracking branch 'upstream/master'

    * upstream/master:
      Resolve pythonPath before comparing it to shebang (#273)
    DonJayamanne committed Nov 22, 2017
    Configuration menu
    Copy the full SHA
    4b30f2c View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'upstream/master'

    * upstream/master:
      Fixes #22 to Detect anaconda from known locations  (#221)
      Use workspaceFolder token instead of workspaceRoot (#267)
      Fix registry lookup response (#224)
      Fix issues when running without debugging and debugged code terminates (#249)
    DonJayamanne committed Nov 22, 2017
    Configuration menu
    Copy the full SHA
    e396752 View commit details
    Browse the repository at this point in the history
  3. merged master

    DonJayamanne committed Nov 22, 2017
    Configuration menu
    Copy the full SHA
    4c0bdb1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3b71463 View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2017

  1. Configuration menu
    Copy the full SHA
    b5d9b1a View commit details
    Browse the repository at this point in the history
  2. import reflect-metadata

    DonJayamanne committed Nov 23, 2017
    Configuration menu
    Copy the full SHA
    56ce88b View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2017

  1. Configuration menu
    Copy the full SHA
    eff4792 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4553c28 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6382e96 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8ab2eb5 View commit details
    Browse the repository at this point in the history
  5. merged master

    DonJayamanne committed Nov 28, 2017
    Configuration menu
    Copy the full SHA
    39f272f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b05a940 View commit details
    Browse the repository at this point in the history
  7. refactor code

    DonJayamanne committed Nov 28, 2017
    Configuration menu
    Copy the full SHA
    5049ed9 View commit details
    Browse the repository at this point in the history
  8. Merge remote-tracking branch 'upstream/master'

    * upstream/master:
      Fix debugging tests (#304)
    DonJayamanne committed Nov 28, 2017
    Configuration menu
    Copy the full SHA
    3c6520a View commit details
    Browse the repository at this point in the history
  9. Merge remote-tracking branch 'upstream/master'

    * upstream/master:
      Remove jupyter functionality in favor of Jupyter extension (#302)
      Drop Python 2 URLs (#307)
    DonJayamanne committed Nov 28, 2017
    Configuration menu
    Copy the full SHA
    966e516 View commit details
    Browse the repository at this point in the history
  10. Merge remote-tracking branch 'upstream/master'

    * upstream/master:
      Remove setting python.formatting.formatOnSave in favor of the vs code setting (#312)
    DonJayamanne committed Nov 28, 2017
    Configuration menu
    Copy the full SHA
    63d2d65 View commit details
    Browse the repository at this point in the history
  11. Merge remote-tracking branch 'upstream/master'

    * upstream/master:
      Remove setting linting.lintOnTextChange as it was never implemented (#315)
    DonJayamanne committed Nov 28, 2017
    Configuration menu
    Copy the full SHA
    f6d469e View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2017

  1. Merge branch 'master' into FixCodeExec

    * master:
      Remove setting linting.lintOnTextChange as it was never implemented (#315)
      Remove setting python.formatting.formatOnSave in favor of the vs code setting (#312)
      Remove jupyter functionality in favor of Jupyter extension (#302)
      Drop Python 2 URLs (#307)
      Fix debugging tests (#304)
    DonJayamanne committed Nov 29, 2017
    Configuration menu
    Copy the full SHA
    eced312 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ce930dc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    53bbc1e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f0c4714 View commit details
    Browse the repository at this point in the history
  5. update

    DonJayamanne committed Nov 29, 2017
    Configuration menu
    Copy the full SHA
    db0e778 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    024509d View commit details
    Browse the repository at this point in the history
  7. add package-lock

    DonJayamanne committed Nov 29, 2017
    Configuration menu
    Copy the full SHA
    a32f846 View commit details
    Browse the repository at this point in the history
  8. fix linter errors

    DonJayamanne committed Nov 29, 2017
    Configuration menu
    Copy the full SHA
    83a1ce5 View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2017

  1. add gulp-debounced-watch

    DonJayamanne committed Nov 30, 2017
    Configuration menu
    Copy the full SHA
    560752b View commit details
    Browse the repository at this point in the history
  2. refactor

    DonJayamanne committed Nov 30, 2017
    Configuration menu
    Copy the full SHA
    1addf10 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    73c7c81 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    07a8a18 View commit details
    Browse the repository at this point in the history
  5. refactor

    DonJayamanne committed Nov 30, 2017
    Configuration menu
    Copy the full SHA
    b4f5c10 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f14df93 View commit details
    Browse the repository at this point in the history
  7. remove invalid item

    DonJayamanne committed Nov 30, 2017
    Configuration menu
    Copy the full SHA
    e856fe8 View commit details
    Browse the repository at this point in the history
  8. Merge remote-tracking branch 'upstream/master'

    * upstream/master:
      Fix travis build error (#326)
    DonJayamanne committed Nov 30, 2017
    Configuration menu
    Copy the full SHA
    029e055 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    f0ba6d7 View commit details
    Browse the repository at this point in the history
  10. improved bounce

    DonJayamanne committed Nov 30, 2017
    Configuration menu
    Copy the full SHA
    6dcf879 View commit details
    Browse the repository at this point in the history
  11. bug fix

    DonJayamanne committed Nov 30, 2017
    Configuration menu
    Copy the full SHA
    71c2531 View commit details
    Browse the repository at this point in the history
  12. Merge remote-tracking branch 'upstream/master'

    * upstream/master:
      add new npm deps with improved gulp for dev (#328)
    DonJayamanne committed Nov 30, 2017
    Configuration menu
    Copy the full SHA
    e8c71c0 View commit details
    Browse the repository at this point in the history
  13. merged master

    DonJayamanne committed Nov 30, 2017
    Configuration menu
    Copy the full SHA
    b5c51c4 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2017

  1. DI for unit tests

    DonJayamanne committed Dec 1, 2017
    Configuration menu
    Copy the full SHA
    7e6ee4c View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'upstream/master'

    * upstream/master:
      Update version of inversify package (#329)
    DonJayamanne committed Dec 1, 2017
    Configuration menu
    Copy the full SHA
    51cf9d2 View commit details
    Browse the repository at this point in the history
  3. perf improvement

    DonJayamanne committed Dec 1, 2017
    Configuration menu
    Copy the full SHA
    13df41b View commit details
    Browse the repository at this point in the history
  4. improvements

    DonJayamanne committed Dec 1, 2017
    Configuration menu
    Copy the full SHA
    4968ebd View commit details
    Browse the repository at this point in the history
  5. Merge remote-tracking branch 'upstream/master'

    * upstream/master:
      Document our dev process (#330)
    DonJayamanne committed Dec 1, 2017
    Configuration menu
    Copy the full SHA
    7aadc43 View commit details
    Browse the repository at this point in the history
  6. incremental changes

    DonJayamanne committed Dec 1, 2017
    Configuration menu
    Copy the full SHA
    aa4062e View commit details
    Browse the repository at this point in the history
  7. refactored

    DonJayamanne committed Dec 1, 2017
    Configuration menu
    Copy the full SHA
    9ef2465 View commit details
    Browse the repository at this point in the history
  8. pytest tests

    DonJayamanne committed Dec 1, 2017
    Configuration menu
    Copy the full SHA
    0e15e8d View commit details
    Browse the repository at this point in the history
  9. add tests for nosetests

    DonJayamanne committed Dec 1, 2017
    Configuration menu
    Copy the full SHA
    5a60422 View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2017

  1. added more nose tests

    DonJayamanne committed Dec 2, 2017
    Configuration menu
    Copy the full SHA
    5cfb06f View commit details
    Browse the repository at this point in the history
  2. better options

    DonJayamanne committed Dec 2, 2017
    Configuration menu
    Copy the full SHA
    b2b7dc6 View commit details
    Browse the repository at this point in the history
  3. fix issue

    DonJayamanne committed Dec 2, 2017
    Configuration menu
    Copy the full SHA
    35b8255 View commit details
    Browse the repository at this point in the history
  4. reduce tests

    DonJayamanne committed Dec 2, 2017
    Configuration menu
    Copy the full SHA
    7854924 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d69fd1a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    317cf88 View commit details
    Browse the repository at this point in the history
  7. debug

    DonJayamanne committed Dec 2, 2017
    Configuration menu
    Copy the full SHA
    07e0710 View commit details
    Browse the repository at this point in the history
  8. debug

    DonJayamanne committed Dec 2, 2017
    Configuration menu
    Copy the full SHA
    9e0d27a View commit details
    Browse the repository at this point in the history
  9. Fix tests

    DonJayamanne committed Dec 2, 2017
    Configuration menu
    Copy the full SHA
    5a22791 View commit details
    Browse the repository at this point in the history
  10. Merge branch 'master' into FixCodeExec

    * master:
      Document our dev process (#330)
      Update version of inversify package (#329)
    DonJayamanne committed Dec 2, 2017
    Configuration menu
    Copy the full SHA
    fec7d51 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    0c4003f View commit details
    Browse the repository at this point in the history
  12. removed unused method

    DonJayamanne committed Dec 2, 2017
    Configuration menu
    Copy the full SHA
    9d6194b View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2017

  1. speed up gulp

    DonJayamanne committed Dec 4, 2017
    Configuration menu
    Copy the full SHA
    34158ba View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c823315 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e349e56 View commit details
    Browse the repository at this point in the history
  4. fixes

    DonJayamanne committed Dec 4, 2017
    Configuration menu
    Copy the full SHA
    a1fea85 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    cb0a354 View commit details
    Browse the repository at this point in the history
  6. Merge remote-tracking branch 'upstream/master'

    * upstream/master:
      Document contribution to the code along with coding standards (#321)
    DonJayamanne committed Dec 4, 2017
    Configuration menu
    Copy the full SHA
    f0f5c59 View commit details
    Browse the repository at this point in the history
  7. merged

    DonJayamanne committed Dec 4, 2017
    Configuration menu
    Copy the full SHA
    c464a2a View commit details
    Browse the repository at this point in the history
  8. enforce eol in vscode

    DonJayamanne committed Dec 4, 2017
    Configuration menu
    Copy the full SHA
    011dca1 View commit details
    Browse the repository at this point in the history
  9. enforce new line

    DonJayamanne committed Dec 4, 2017
    Configuration menu
    Copy the full SHA
    bfb8036 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    761f057 View commit details
    Browse the repository at this point in the history
  11. Merge remote-tracking branch 'upstream/master'

    * upstream/master:
      Add Simplified Chinese translation of commands (#240)
    DonJayamanne committed Dec 4, 2017
    Configuration menu
    Copy the full SHA
    b2b9da9 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    51b6c81 View commit details
    Browse the repository at this point in the history
  13. merged master

    DonJayamanne committed Dec 4, 2017
    Configuration menu
    Copy the full SHA
    7fd36fc View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    ada46ba View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2017

  1. fix code comments

    DonJayamanne committed Dec 5, 2017
    Configuration menu
    Copy the full SHA
    c5e2d5d View commit details
    Browse the repository at this point in the history
  2. fix code comments

    DonJayamanne committed Dec 5, 2017
    Configuration menu
    Copy the full SHA
    b756ee8 View commit details
    Browse the repository at this point in the history
  3. Merge remote-tracking branch 'upstream/master'

    * upstream/master:
      Fix package.json (#347)
    DonJayamanne committed Dec 5, 2017
    Configuration menu
    Copy the full SHA
    30a4091 View commit details
    Browse the repository at this point in the history
  4. merged

    DonJayamanne committed Dec 5, 2017
    Configuration menu
    Copy the full SHA
    de14c78 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2017

  1. Configuration menu
    Copy the full SHA
    22e90fb View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'upstream/master'

    * upstream/master:
      #34, #110 - suppress Intellisense in strings and comments (#339)
      Re-factor code python execution framework  (#345)
    DonJayamanne committed Dec 6, 2017
    Configuration menu
    Copy the full SHA
    b16d2f9 View commit details
    Browse the repository at this point in the history
  3. merge master

    DonJayamanne committed Dec 6, 2017
    Configuration menu
    Copy the full SHA
    d1079a2 View commit details
    Browse the repository at this point in the history
  4. fix linter issues

    DonJayamanne committed Dec 6, 2017
    Configuration menu
    Copy the full SHA
    c0a2787 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    479a3c2 View commit details
    Browse the repository at this point in the history
  6. bug fix

    DonJayamanne committed Dec 6, 2017
    Configuration menu
    Copy the full SHA
    514f654 View commit details
    Browse the repository at this point in the history
  7. code refactor

    DonJayamanne committed Dec 6, 2017
    Configuration menu
    Copy the full SHA
    2b3f2ef View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    51de97b View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    088fb6b View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2017

  1. added conda installer

    DonJayamanne committed Dec 7, 2017
    Configuration menu
    Copy the full SHA
    618421e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0f24faa View commit details
    Browse the repository at this point in the history
  3. Merge remote-tracking branch 'upstream/master'

    * upstream/master:
      Fix linters to make use of the new python code execution framework (#360)
      Update the versioning scheme (#356)
      Make npm happy in regards to line endings (#357)
    DonJayamanne committed Dec 7, 2017
    Configuration menu
    Copy the full SHA
    c8db345 View commit details
    Browse the repository at this point in the history
  4. merge master

    DonJayamanne committed Dec 7, 2017
    Configuration menu
    Copy the full SHA
    cf4fb98 View commit details
    Browse the repository at this point in the history
  5. merge master

    DonJayamanne committed Dec 7, 2017
    Configuration menu
    Copy the full SHA
    0a0fbb4 View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2017

  1. Configuration menu
    Copy the full SHA
    951ce86 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'upstream/master'

    * upstream/master:
      Ensure python path is not set if already set in user settings (#369)
      Use 'an' rather than 'a' before vowel words (#373)
    DonJayamanne committed Dec 8, 2017
    Configuration menu
    Copy the full SHA
    0df7f16 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1e298d1 View commit details
    Browse the repository at this point in the history
  4. perf improvement

    DonJayamanne committed Dec 8, 2017
    Configuration menu
    Copy the full SHA
    a85724a View commit details
    Browse the repository at this point in the history
  5. better ex handling

    DonJayamanne committed Dec 8, 2017
    Configuration menu
    Copy the full SHA
    7b30809 View commit details
    Browse the repository at this point in the history
  6. check conda versions

    DonJayamanne committed Dec 8, 2017
    Configuration menu
    Copy the full SHA
    b8b24f2 View commit details
    Browse the repository at this point in the history
  7. fixes #378

    DonJayamanne committed Dec 8, 2017
    Configuration menu
    Copy the full SHA
    ef33c16 View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2017

  1. Configuration menu
    Copy the full SHA
    76e8fba View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'upstream/master'

    * upstream/master:
      Use new environment variable parser (#362)
    DonJayamanne committed Dec 9, 2017
    Configuration menu
    Copy the full SHA
    3ccc881 View commit details
    Browse the repository at this point in the history
  3. merge master

    DonJayamanne committed Dec 9, 2017
    Configuration menu
    Copy the full SHA
    cd328df View commit details
    Browse the repository at this point in the history
  4. fixed errors in merge

    DonJayamanne committed Dec 9, 2017
    Configuration menu
    Copy the full SHA
    2d859c9 View commit details
    Browse the repository at this point in the history
  5. fixed unit tests

    DonJayamanne committed Dec 9, 2017
    Configuration menu
    Copy the full SHA
    d18575e View commit details
    Browse the repository at this point in the history
  6. Fixed tests

    DonJayamanne committed Dec 9, 2017
    Configuration menu
    Copy the full SHA
    c1ab174 View commit details
    Browse the repository at this point in the history
  7. remove unwanted test

    DonJayamanne committed Dec 9, 2017
    Configuration menu
    Copy the full SHA
    bdf9ebd View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2017

  1. Configuration menu
    Copy the full SHA
    a5de30d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    31b3dd7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4ae4cd7 View commit details
    Browse the repository at this point in the history
  4. fixed typo

    DonJayamanne committed Dec 11, 2017
    Configuration menu
    Copy the full SHA
    e3ac25d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    33f4232 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    39f77bc View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    89373bb View commit details
    Browse the repository at this point in the history
  8. added missing period

    DonJayamanne committed Dec 11, 2017
    Configuration menu
    Copy the full SHA
    b5a3bae View commit details
    Browse the repository at this point in the history