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

Implement periodic update feature #1841

Merged
merged 9 commits into from
Jun 21, 2020
Merged

Commits on Jun 13, 2020

  1. Implement periodic update feature

    - print out seeded versions in report
    - periodically check in a background out of band process if the embed
      wheels are out of date
    - promote app data at root level, with three implementations - via disk
      folder, via temp folder and via not available
    - introduce a common wheelhouse to not replicate wheels accross python
      versions, decreasing size of the app data folder
    - allow manually upgrading the embeded wheels by using the
      --upgrade-embed-wheels flag, in this case no virtual environment is
      created
    - upgrade setuptools to 47.1.0
    
    Signed-off-by: Bernat Gabor <[email protected]>
    
    Signed-off-by: Bernat Gabor <[email protected]>
    gaborbernat committed Jun 13, 2020
    Configuration menu
    Copy the full SHA
    8c633d4 View commit details
    Browse the repository at this point in the history
  2. improve coverage

    Signed-off-by: Bernat Gabor <[email protected]>
    gaborbernat committed Jun 13, 2020
    Configuration menu
    Copy the full SHA
    7e1b54e View commit details
    Browse the repository at this point in the history
  3. fix test

    Signed-off-by: Bernat Gabor <[email protected]>
    gaborbernat committed Jun 13, 2020
    Configuration menu
    Copy the full SHA
    b3505fe View commit details
    Browse the repository at this point in the history
  4. add tests

    Signed-off-by: Bernat Gabor <[email protected]>
    gaborbernat committed Jun 13, 2020
    Configuration menu
    Copy the full SHA
    76dfecb View commit details
    Browse the repository at this point in the history
  5. Update docs/user_guide.rst

    Co-authored-by: Pradyun Gedam <[email protected]>
    Signed-off-by: Bernat Gabor <[email protected]>
    gaborbernat and pradyunsg committed Jun 13, 2020
    Configuration menu
    Copy the full SHA
    8fb8493 View commit details
    Browse the repository at this point in the history
  6. Test trigger

    Signed-off-by: Bernat Gabor <[email protected]>
    gaborbernat committed Jun 13, 2020
    Configuration menu
    Copy the full SHA
    efd3916 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2020

  1. Test do update

    Signed-off-by: Bernat Gabor <[email protected]>
    gaborbernat committed Jun 20, 2020
    Configuration menu
    Copy the full SHA
    d785ef7 View commit details
    Browse the repository at this point in the history
  2. Windows fix

    Signed-off-by: Bernat Gabor <[email protected]>
    gaborbernat committed Jun 20, 2020
    Configuration menu
    Copy the full SHA
    09f9698 View commit details
    Browse the repository at this point in the history
  3. Improve documentation

    Signed-off-by: Bernat Gabor <[email protected]>
    gaborbernat committed Jun 20, 2020
    Configuration menu
    Copy the full SHA
    36ba4c5 View commit details
    Browse the repository at this point in the history