1. 23 Oct, 2018 1 commit
  2. 21 Oct, 2018 10 commits
  3. 19 Oct, 2018 2 commits
  4. 18 Oct, 2018 3 commits
  5. 06 Oct, 2018 1 commit
  6. 03 Oct, 2018 1 commit
  7. 25 Sep, 2018 1 commit
  8. 04 Sep, 2018 3 commits
  9. 31 Aug, 2018 2 commits
  10. 22 Aug, 2018 5 commits
    • Richard Darst's avatar
      Create run-hooks function and switch pre-start hook to that · 6fa9a4a1
      Richard Darst authored
      - This is initial prototype of a more flexible hooks system.
      - Add /usr/local/bin/before-notebook.d hooks which is run right before
        the notebook runs.
      6fa9a4a1
    • Richard Darst's avatar
      Add a posibliity for a pre-start hook · a73212ea
      Richard Darst authored
      - The start.sh script does different operations on users, and
        sometimes one may need to do operations *after* that is done (as
        opposed to /usr/local/bin/start-notebook.d/ which is run before).
        This provides that possibility.  (One use case is hooks which must
        be run after the users are set up.)
      - To be technically perfect, one might want to use something similar
        to /usr/local/bin/pre-start-notebook.d/.  But let's start with the
        simplest thing possible for now - the expected use of this command
        is only if people use NB_USER, etc in a way that requires small
        follow up commands to be run.
      - If notebook is running as root, this allows users to run arbitrary
        commands pre-sudo.  Consider security model.
      a73212ea
    • Peter Parente's avatar
      Force LF line endings · 5979427a
      Peter Parente authored
      5979427a
    • Peter Parente's avatar
      Merge pull request #703 from iyanmv/bump-jupyterlab · 8ccdfc1d
      Peter Parente authored
      Update jupyterlab & extensions
      8ccdfc1d
    • Iyán Méndez Veiga's avatar
      Update jupyterlab & extensions · 8fd9b55c
      Iyán Méndez Veiga authored
      8fd9b55c
  11. 06 Aug, 2018 1 commit
  12. 05 Aug, 2018 5 commits
  13. 04 Aug, 2018 1 commit
  14. 02 Aug, 2018 1 commit
    • Richard Darst's avatar
      Update group handling: set primary gid, leave suplemental with group users · fc72be36
      Richard Darst authored
      - If NB_GID is set, it is likely that files created should have NB_GID
        as their gid (if it doesn't matter, then this change is irrelevant.
        If it does matter, the liklihood that 100 matches with what the user
        wants is low).
      - When NB_GID is set, create a new group with that gid.  Then, set
        this as the primary gid of the user.  Set the user's supplemental
        gids to NB_GID,100.
      fc72be36
  15. 31 Jul, 2018 2 commits
  16. 30 Jul, 2018 1 commit