An error occurred fetching the project authors.
  1. 13 Jan, 2021 1 commit
  2. 28 Dec, 2020 1 commit
  3. 17 Dec, 2020 1 commit
    • Léo-Paul Géneau's avatar
      software/jupyter: move to python 3 · b15cac5f
      Léo-Paul Géneau authored
      moves python2 release to component/jupyter-py2 because it is required by ERP5
      but not maintained anymore
      
      moves to python 3 :
      - test/test.py
      - jupyter_notebook_config.py.jinja
      - ERP5kernel.py
      
      modifies custom.js to create a workaround for events issue
      see (https://github.com/jupyter/notebook/issues/2499)
      
      upgrades slapos.cookbook version to 1.0.171 to use zero_knowledge recipe
      with python 3
      
      adds jupyter partition check in software/erp5/test/test_erp5.py
      b15cac5f
  4. 25 Jun, 2020 1 commit
    • Vincent Pelletier's avatar
      stack/{slapos.cfg,caucase}: Version up. · 59ebf0d0
      Vincent Pelletier authored
      To fix caucased failures:
        File "caucase/caucase/http.py", line 799, in main
          http_cas=http_cas,
        File "caucase/caucase/http.py", line 397, in getSSLContext
          http_cas.createCertificate(csr_id)
        File "caucase/caucase/ca.py", line 281, in createCertificate
          template_csr=template_csr,
        File "caucase/caucase/ca.py", line 328, in _createCertificate
          x509.SubjectKeyIdentifier,
        File "cryptography-2.3.1-py2.7-linux-x86_64.egg/cryptography/x509/extensions.py", line 189, in from_issuer_subject_key_identifier
          key_identifier=ski.value.digest,
      AttributeError: 'SubjectKeyIdentifier' object has no attribute 'value'
      
      In turn, this requires updating cryptography dependencies.
      In turn, this requires updating requests as our old version is
      incompatible with current idna version.
      In turn, this requires updating requests dependencies.
      And finally, this allows/requires updating some pins in SRs:
      - software/jupyter: Version up certifi.
      - stack/erp5: Un-pin chardet, as it is already pinned at stack/slapos level.
      59ebf0d0
  5. 04 May, 2020 2 commits
  6. 24 Apr, 2020 1 commit
  7. 18 Apr, 2020 2 commits
  8. 17 Apr, 2020 1 commit
  9. 17 Feb, 2020 1 commit
  10. 08 Aug, 2019 1 commit
  11. 07 Aug, 2019 1 commit
  12. 02 Jul, 2019 1 commit
  13. 25 May, 2019 1 commit
  14. 16 Apr, 2018 1 commit
  15. 25 Jan, 2018 1 commit
  16. 11 Dec, 2017 1 commit
  17. 18 Oct, 2017 1 commit
  18. 13 Oct, 2017 1 commit
  19. 14 Sep, 2017 1 commit
  20. 07 Sep, 2017 1 commit
    • Iliya Manolov's avatar
      Feature/jupyterlab · 68a1495d
      Iliya Manolov authored
      JupyterLab is provided side-by-side with Jupyter Classic interface with same process.
      
      Published URL changed:
      
       * jupyterlab-url provides IPv6 URL to JupterLab interface
       * jupyter-class-url provides IPv6 URL to the classic UI
      
      Thanks to using only one process, the path in the URL differentiates the style of the interface.
      
      Note: This MR replaces closed nexedi/slapos!207
      
      /reviewed-on nexedi/slapos!218
      68a1495d
  21. 25 Jul, 2017 2 commits
  22. 05 Jul, 2017 1 commit
  23. 27 Jun, 2017 1 commit
  24. 26 Jun, 2017 1 commit
    • Iliya Manolov's avatar
      Fixed Jupyter's Unicode file issues by setting the process' locale · e8359fe1
      Iliya Manolov authored
      @luke @Tyagov 
      
      When SlapOS launches services they don't have their locale set. This was causing problems with unicode characters in Jupyter notebook names. For example, calling the notebook "Ł" crashes Jupyter's kernel. Hardcoding the UTF-8 locale to the ipython_notebook script fixes that but we should look into making a generic fix for any other services that might have this issue in the future.
      
      /reviewed-on nexedi/slapos!193
      e8359fe1
  25. 21 Jun, 2017 2 commits
  26. 12 Jun, 2017 1 commit
    • Iliya Manolov's avatar
      Added a warning about using old references on Jupyter notebooks · 3ba2543c
      Iliya Manolov authored
      @Tyagov @luke 
      
      This MR adds the following to all Jupyter notebooks:
       - A warning when a user inputs a reference that has already been used in one of his old Jupyter notebooks. 
       - Some extra information when entering magics such as the remaining required magics.
       - Entering the reference MUST now be the last magic entered(otherwise the reference check doesn't work).
       - A small addition to the message at the top of the notebook for the command ```%notebook_set_title```
      
      Also, do note that the edited kernel uses files from [this commit](nexedi/erp5@4a3e5173) from my erp5 repo, so the changes there must be available for the kernel to work. [This merge request](nexedi/erp5!283) addresses those changes.
      
      Sample screenshot:
      ![Screenshot](/uploads/a34e0b70b991302539c572ad4344ba56/Screenshot.png)
      
      
      /reviewed-on nexedi/slapos!177
      3ba2543c
  27. 08 Jun, 2017 1 commit
  28. 03 Jun, 2017 1 commit
  29. 31 May, 2017 1 commit
  30. 10 Apr, 2017 1 commit
  31. 17 Mar, 2017 1 commit
  32. 13 Mar, 2017 1 commit
  33. 08 Mar, 2017 1 commit
  34. 06 Mar, 2017 1 commit
  35. 20 Feb, 2017 1 commit
  36. 18 Feb, 2017 1 commit