Ayaz Salikhov
23e3284c20
Better wording
2021-11-16 02:07:12 +03:00
Ayaz Salikhov
f55ed54e4b
Better comment message
2021-11-16 01:50:05 +03:00
Ayaz Salikhov
d943ec36f7
Fix one more echo
2021-11-16 01:46:47 +03:00
Ayaz Salikhov
71428554b8
Merge branch 'master' into quiet
2021-11-15 18:48:21 +03:00
mathbunnyru
b85d33adaf
Automated publish for 5cb44a8507
2021-11-15 15:43:28 +00:00
Ayaz Salikhov
5cb44a8507
Merge pull request #1524 from maresb/unset
...
start.sh: JUPYTER_ENV_VARS_TO_UNSET introduced
2021-11-15 18:42:53 +03:00
Ayaz Salikhov
42a5fe7325
Merge pull request #1531 from mathbunnyru/asalikhov/fix_notebook_args
...
Fix NOTEBOOK_ARGS pass
2021-11-15 18:36:55 +03:00
Ayaz Salikhov
d73079ebe8
Fix NOTEBOOK_ARGS pass
2021-11-15 17:25:01 +03:00
Ayaz Salikhov
058229dc3a
Add non-root test
2021-11-15 16:11:58 +03:00
Ayaz Salikhov
9701743ca3
Merge pull request #1527 from maresb/notebook_args
...
start-notebook.sh: pass NOTEBOOK_ARGS as docs say
2021-11-15 15:53:34 +03:00
Ayaz Salikhov
cd860b9c58
Merge pull request #1525 from maresb/notebook_dir
...
start-singleuser.sh: remove JPY_* NOTEBOOK_DIR
2021-11-15 15:52:36 +03:00
Ben Mares
f5753abc5c
Update test for altered Notebook deprecation warning
2021-11-14 11:24:52 +01:00
Ayaz Salikhov
dd0fcc0102
Update base-notebook/start-notebook.sh
2021-11-12 19:52:23 +03:00
Ayaz Salikhov
d6fd535c5f
Update base-notebook/start-notebook.sh
2021-11-12 19:51:06 +03:00
Ayaz Salikhov
e7c38b57cf
Update base-notebook/start-notebook.sh
2021-11-12 19:50:08 +03:00
Ayaz Salikhov
d8056125ae
Better syntax
2021-11-12 19:46:45 +03:00
Ayaz Salikhov
b6ab91a606
Fix an example
2021-11-12 19:45:28 +03:00
Ayaz Salikhov
d4759372ce
Only allow comma separation
2021-11-12 19:43:00 +03:00
Ben Mares
b7d85486b3
Fix apparent logic error in _log
...
Make noise when JUPYTER_DOCKER_STACKS_QUIET is empty
2021-11-12 12:35:40 +01:00
Erik Sundell
1f59bd7a77
start.sh: JUPYTER_DOCKER_STACKS_QUIET introduced
...
It is meant to allow you to opt out from non-error non-warning logs
generated by start.sh.
2021-11-12 12:35:35 +01:00
Erik Sundell
e11f31a7b6
start-notebook.sh: pass NOTEBOOK_ARGS as docs say
2021-11-12 00:14:28 +01:00
Erik Sundell
7f62f8f72c
start-singleuser.sh: remove JPY_* NOTEBOOK_DIR
2021-11-11 23:11:20 +01:00
Erik Sundell
ee0105a8a5
start.sh: JUPYTER_ENV_VARS_TO_UNSET introduced
...
Allow you to define variables to be unset before running the command
that start.sh is supposed to start. These variables will still be
available in the hooks run before.
2021-11-11 22:48:20 +01:00
Ayaz Salikhov
8dfdbfd3a3
Merge pull request #1522 from mathbunnyru/asalikhov/remove_xdg_cache_home
...
Remove XDG_CACHE_HOME from start.sh sudo call
2021-11-10 21:24:20 +03:00
Ayaz Salikhov
1b775230a9
Merge pull request #1523 from mathbunnyru/asalikhov/fix_when_symlink_fails
...
Fail if creating symlink fails
2021-11-10 21:23:38 +03:00
Ayaz Salikhov
f8c281a4f9
Fail if creating symlink fails
2021-11-10 18:27:23 +03:00
Ayaz Salikhov
0cc11990c7
Remove XDG_CACHE_HOME from start.sh sudo call
2021-11-10 17:58:32 +03:00
Ayaz Salikhov
425794a0c2
Merge pull request #1521 from maresb/quick-fix-uid
...
Revert broken sed --in-place command
2021-11-10 15:27:05 +03:00
Ben Mares
3a5c2caded
Revert broken sed --in-place command
2021-11-10 13:10:46 +01:00
Erik Sundell
42071c63c3
Merge pull request #1512 from maresb/rework-start-part-1
...
Rework of start.sh script, take 2
2021-11-10 00:59:59 +01:00
Ben Mares
4c47de93e7
start.sh: add parens for CHOWN_HOME_OPTS
...
Co-authored-by: Erik Sundell <erik.i.sundell@gmail.com >
2021-11-10 00:56:34 +01:00
Ben Mares
87ad5ffdf6
start.sh: improve some messages
2021-11-09 20:52:59 +01:00
Erik Sundell
1ce72b55e2
Apply suggestions from code review
...
Co-authored-by: Ayaz Salikhov <mathbunnyru@users.noreply.github.com >
2021-11-09 13:44:06 +01:00
Ayaz Salikhov
70e51d373e
Merge pull request #1515 from jupyter/pre-commit-ci-update-config
...
[pre-commit.ci] pre-commit autoupdate
2021-11-09 14:09:55 +03:00
Ayaz Salikhov
480bc2098d
Update .pre-commit-config.yaml
2021-11-09 14:07:50 +03:00
pre-commit-ci[bot]
f58955acf6
[pre-commit.ci] pre-commit autoupdate
...
updates:
- [github.com/hadolint/hadolint.git: v2.7.0 → v2.8.0](https://github.com/hadolint/hadolint.git/compare/v2.7.0...v2.8.0 )
2021-11-08 20:24:36 +00:00
Ben Mares
4ef8a7816d
Undo changes which require further examination
2021-11-08 16:29:26 +01:00
Erik Sundell
018e5fc962
start.sh: tests, docs, and refinements
2021-11-08 16:29:11 +01:00
Erik Sundell
0365e73889
start.sh: update logging output
2021-11-08 16:25:41 +01:00
Erik Sundell
cd5e45b573
start.sh: refactor for readability
2021-11-08 16:25:41 +01:00
Erik Sundell
22c3516abd
start.sh: inline documentation
2021-11-08 16:25:40 +01:00
Erik Sundell
52cc15ccf6
start.sh: preserve environment properly when starting as root
2021-11-08 16:25:40 +01:00
Erik Sundell
f3989038a2
start.sh: add info about the user executing hooks
2021-11-08 16:25:40 +01:00
Ayaz Salikhov
5d512c34ed
Merge pull request #1513 from mathbunnyru/asalikhov/fix_docker_workflow
...
Fix docker workflow paths argument
2021-11-08 16:38:11 +03:00
Ayaz Salikhov
cd09d83578
Fix docker workflow paths argument
2021-11-08 16:36:21 +03:00
Erik Sundell
7aa954ab78
Merge pull request #1510 from mathbunnyru/asalikhov/refactor_github_workflows
...
Refactor github workflows
2021-11-04 15:47:22 +01:00
Ayaz Salikhov
993b4f1d4e
Refactor github workflows
2021-11-02 12:54:27 +03:00
mathbunnyru
0919c6aff1
[ci skip] Automated publish for c400462ce1
2021-11-02 09:39:38 +00:00
Ayaz Salikhov
c400462ce1
Merge pull request #1508 from ggaaooppeenngg/custom-font-recipe
...
Add recipe for installing custom fonts
2021-11-02 12:38:59 +03:00
Ayaz Salikhov
e76894fb6d
Better bash syntax
2021-11-02 12:35:57 +03:00