Skip to content
Snippets Groups Projects
  1. Sep 23, 2022
  2. Dec 16, 2020
  3. Oct 27, 2020
    • Eloy Retamino's avatar
      · 4a562d92
      Eloy Retamino authored
      [NUIT-213] fixed scripts
      4a562d92
  4. Oct 26, 2020
    • Eloy Retamino's avatar
      · 7b2aaee5
      Eloy Retamino authored
      [NUIT-213] renamed hbp_nrp_virtual_coach as pynrp
      7b2aaee5
  5. Sep 16, 2020
    • Eloy Retamino's avatar
      · 2eb78f41
      Eloy Retamino authored
      [NRRPLT-7865] removed cp bbp_client command in makefile
      2eb78f41
  6. Jul 22, 2020
    • groetznerFortiss's avatar
      [NRRPLT-7722] Python3 compatibility · b43e04e4
      groetznerFortiss authored
      [NRRPLT-7719] I executed the future module on VirtualCoach. Some builtin python functions are redefined, so pylint will issue warnings.
      
      [NRRPLT-7719] Fixed bugs occuring in run_tests.sh: Checking for string types must use string types from the six module.
      
      The W0622 (redefining builtin function) warnings of pylint are now disabled.
      
      Additionally, the integration test now uses absolute paths for loading data.
      
      [NRRPLT-7722] Made the code compatible with Python3.
      
      [NRRPLT-7722] Adding some minor bugfixes.
      
      [NRRPLT-7722] Adding more minor bugfixes.
      
      [NRRPLT-7722] Update setup.py
      
      Change-Id: Ibb59a6d2b71ed77170c636f2357c011f3e875ea0
      
       [NRRPLT-7722] Fix Makefile
      
      Change-Id: Id723122f896e3d20a79bd1603a75452beeaa56f2
      
      [NRRPLT-7722] Upgrade pip version
      
      [NRRPLT-7722] fix pip version specifier in Makefile
      
      [NRRPLT-7722] fix pylint
      
      [NRRPLT-7722] Quote pip version in user_makefile. Force python2-compatible ipywidgets version
      
      [NRRPLT-7722] fix version
      
      Change-Id: I74c6ea95a537cfe03786c8cc15484581ca573e1c
      
      [NRRPLT-7722] fix type check in oidc_http_client
      
      Change-Id: I74d6d9c5059b659b50b9b6f2328a2c8832c3e330
      
      [NRRPLT-7722] force check for pip version in pipeline
      
      Change-Id: Ie09870af0dcf4f9af66f27d784a28f4eee285f22
      
      [NRRPLT-7722] More robust ipywidget version requirement. Move test dependencies in separate file
      
      Change-Id: I20c186cd07a7c34175b2b25cd4ff3a9222b7d782
      b43e04e4
  7. Sep 27, 2018
  8. May 29, 2018
  9. Jan 15, 2018
  10. Jun 30, 2017
    • Mahmoud Akl's avatar
      [NRRPLT-4991] Virtual Coach Documenation · 3dc12019
      Mahmoud Akl authored
      This patch adds the documentation for the Virtual Coach package. To
      generate the docs run `make doc` in the root directors and then check
      out the generated docs in hbp_nrp_virtual_coach/doc/build
      
      Change-Id: I0b4febc5cb808ec967fd4405fff8384049271e1a
      3dc12019
  11. Jun 20, 2017
  12. Feb 06, 2017
    • Kenny Sharma's avatar
      [NRRPLT-4214] Initial structure and commit of the Virtual Coach. · 1017e441
      Kenny Sharma authored
      This patch adds the necessary release structure to build and deploy
      the virtual coach package (hbp-nrp-virtual-coach) and the initial
      features of:
      
      - logging into OIDC as a given user
      - retrieving the experiment list from a given backend (e.g. dev, staging,
        local, or other custom defined in config.json)
      - retrieving a list of running experiments and details
      - retrieving a list of available servers
      - launching an experiment with given configuration on any or one specific
        backend server
      - play/pause/stop functionality for a launched experiment
      
      It also includes full test and code coverage and has minimal dependencies
      on the rest of the platform packages at this point.
      
      Change-Id: Ia2f9f3859ec9d9766693989331028b219b1f0eaa
      1017e441