An error occurred fetching the project authors.
  1. 27 Sep, 2017 1 commit
  2. 03 Jul, 2017 1 commit
  3. 21 Jun, 2017 1 commit
  4. 20 Jun, 2017 1 commit
  5. 27 Sep, 2016 1 commit
  6. 26 Aug, 2016 2 commits
    • Vincent Pelletier's avatar
      2e5f5b31
    • Vincent Pelletier's avatar
      erp5: Update output schema. · 0a10fee2
      Vincent Pelletier authored
      hosts-dict values cannot be domain names.
      memcached entries are implementation-independent (no mention of kumofs
      anymore).
      relational database information (which does not follow above memcached
      rule, sadly, naming mariadb explicitly) is published in two lists.
      Add minimal patterns to document what requester should expect.
      Document deadlock-debugger-password".
      Drop non-standard "optional" property from jupyter-url declaration.
      0a10fee2
  7. 15 Feb, 2016 1 commit
  8. 01 Feb, 2016 1 commit
    • Kirill Smelkov's avatar
      ERP5 and Jupyter integrated together · 0a446263
      Kirill Smelkov authored
      This patch teaches ERP5 software release to automatically instantiate Jupyter
      notebook web UI and tune it to connect to ERP5 by default. When Jupyter is
      enabled, it also installs on-server erp5_data_notebook bt5 (nexedi/erp5!29)
      which handles code execution requested for Jupyter.
      
      For ERP5 - for security and backward compatibility reasons - Jupyter
      instantiation and erp5_data_notebook bt5 install happen only if jupyter is
      explicitly enabled in instance parameters. The default is not to have Jupyter
      out of the box.
      
      On the other hand for Wendelin SR, which inherits from ERP5 SR, the
      default is to have Jupyter out of the box, because Wendelin SR is fresh
      enough without lots of backward compatibility needs, and Jupyter is
      usually very handy for people who use Wendelin.
      
      ~~~~
      
      For integration, we reuse already established in ERP5 infrastructure, to
      request various slave instances, and request Jupyter in a way so it
      automatically tunes and connects to balancer of one of Zope family.
      
      Jupyter code itself is compiled by reusing
      software/ipython_notebook/software.cfg, and Jupyter instance code is
      reused by hooking software/ipython_notebook/instance.cfg.in into ERP5 SR
      properly (the idea to override instance-jupyter not to render into
      default template.cfg is taken from previous work by @tiwariayush).
      
      ~~~~
      
      I tested this patch inside webrunner with create-erp5-site software type and
      various configurations (whether to have or not have jupyter, to which zope
      family to connect it, etc).
      
      I have not tested frontend instantiation fully - because tests were done only
      in webrunner, but I've tried to make sure generated buildout code is valid for
      cases with frontend.
      
      NOTE the code in this patch depends erp5_data_notebook bt5 (nexedi/erp5!29) which just got merged to erp5.git recently (see nexedi/erp5@f662b5a2)
      
      NOTE even when erp5_data_notebook bt5 is installed, on a freshly installed ERP5, it
      is required to "check site consistency" first, so that initial bt5(s) are
      actually installed and erp5 is ready to function.
      
      /cc @vpelletier, @Tyagov, @klaus, @Camata, @tiwariayush, @Kreisel, @jerome, @nexedi
      /proposed-for-review-on nexedi/slapos!43
      0a446263
  9. 18 Mar, 2015 2 commits
  10. 03 Feb, 2014 1 commit
  11. 21 Jan, 2014 1 commit
  12. 16 Jul, 2013 1 commit