Commit Graph

731 Commits

Author SHA1 Message Date
fred
f23f36eaf2 Use tljh logger in installer 2018-12-12 14:45:39 -05:00
Yuvi Panda
896e211b3b Merge pull request #230 from fm75/documentation-behind-proxy
Documentation behind proxy
2018-12-03 09:49:14 -08:00
Min RK
7e291b8a60 Merge pull request #244 from jupyterhub/choldgraf-patch-1
Fixing RTD badge
2018-11-30 20:28:49 +01:00
Chris Holdgraf
fa4319d953 Fixing RTD badge
The old badge hard-coded to "passing", this switches to the dynamic version that'll change based on the status of the docs build
2018-11-30 08:35:21 -08:00
Fred Mitchell
339bb839e6 Update custom-server.rst 2018-11-28 17:22:53 -05:00
Fred Mitchell
24a0c860c7 Delete temp-log-example 2018-11-28 16:43:03 -05:00
Fred Mitchell
553e75a9c8 Update custom-server.rst 2018-11-28 16:40:42 -05:00
Fred Mitchell
bcc9014e96 Create temp-log-example 2018-11-28 07:43:11 -05:00
Fred Mitchell
988f198958 Update custom-server.rst 2018-11-28 07:29:21 -05:00
Fred Mitchell
eb68a80991 Update custom-server.rst
Relax the item about public IP address?
Currently the install does **not** report "Done!"
2018-11-27 17:15:18 -05:00
Yuvi Panda
a9f49f9172 Merge pull request #238 from yuvipanda/node-10
Update nodejs to 10.x LTS
2018-11-23 12:11:52 -08:00
yuvipanda
2a30063736 Update nodejs to 10.x LTS
Reverts https://github.com/jupyterhub/the-littlest-jupyterhub/pull/138 and
fixes https://github.com/jupyterhub/the-littlest-jupyterhub/issues/236.
2018-11-23 11:58:45 -08:00
Matthias Bussonnier
5f440ae844 Merge pull request #221 from yuvipanda/ubuntu-version
Provide better error message when running on unsupported distro
2018-11-19 16:35:44 -08:00
yuvipanda
599c9d37dd Get '.strip()' right 2018-11-13 14:46:16 -08:00
yuvipanda
ca38dcd413 Decode output from subprocess before performing string operations 2018-11-13 14:40:24 -08:00
yuvipanda
43d9f02203 Fix putting literal {}s in python format string 2018-11-13 14:28:59 -08:00
yuvipanda
e9462bb7ae Do not use deprecated platform module
Since bootstrap.py needs to restrict itself to
stdlib python, we read from /etc/os-release than trying
to install the distro package.
2018-11-13 12:47:05 -08:00
yuvipanda
99e3106b29 Make bootstrap test name / description more generic 2018-11-13 12:35:41 -08:00
yuvipanda
b644599af8 Import TLJH only when needed in conftest.py 2018-11-13 12:35:41 -08:00
yuvipanda
5374f5eaf5 Provide better error message when running on unsupported distro 2018-11-13 12:35:41 -08:00
Yuvi Panda
1d23c3fa2e Merge pull request #224 from minrk/fix-config-format
consolidate yaml configuration
2018-11-13 11:01:42 -08:00
Fred Mitchell
498a1cbd40 Update custom-server.rst 2018-11-03 17:29:30 -04:00
Chris Holdgraf
6461084279 Merge pull request #227 from RULCSoft/master
Removed duplicate 'the' in docs
2018-11-02 16:16:26 -07:00
Jorge Vallecillo
d48f754bdb Removed duplicate 'the' in docs 2018-11-02 15:42:12 -06:00
Min RK
d331936812 consolidate yaml configuration
workaround ruamel.yaml issue 255,
where once an empty dict or list has been written,
'flow' style is used thereafter, using dense `{key: value}` form
instead of traditional yaml block style.
2018-11-01 11:34:16 +01:00
Fred Mitchell
1cb30f8ee0 Update custom-server.rst 2018-10-30 17:38:20 -04:00
Yuvi Panda
d79155380a Merge pull request #215 from yuvipanda/upgrade
Upgrade package versions
2018-10-29 13:35:56 -07:00
yuvipanda
0cef2fb21f Add docs on packages in TLJH 2018-10-29 12:15:46 -07:00
yuvipanda
4accfd0465 Upgrade package versions
Upgrades following packages:

- JupyterHub
- JupyterLab
- Notebook
- nteract
2018-10-29 11:19:16 -07:00
Min RK
6cc2cfdc67 Merge pull request #209 from anyushevai/non-root
add warning if tljh-config is called as non-root user
2018-10-25 10:12:31 +02:00
Min RK
60ab68d299 Update tljh/config.py
Co-Authored-By: anyushevai <irina.anyusheva@gmail.com>
2018-10-24 18:13:03 +03:00
Chris Holdgraf
ac06f64224 Update tljh/config.py
Co-Authored-By: anyushevai <irina.anyusheva@gmail.com>
2018-10-24 12:56:47 +03:00
anyushevai
12aaf382aa early check if it was called as non-root user 2018-10-23 23:45:33 +03:00
anyushevai
35309d13d0 add warning & abort if tljh-config is called as non-root user 2018-10-21 23:55:47 +03:00
Tim Head
544d0b3f4b Merge pull request #205 from choldgraf/theme
updating theme and storing docs artifacts
2018-10-18 07:23:23 +02:00
Chris Holdgraf
138c3b2b70 updating theme and storing docs artifacts 2018-10-17 21:16:30 -07:00
Min RK
280b1696a9 Merge pull request #202 from betatim/no-mem-limit-cont
No memory limit (continued)
2018-10-15 16:50:59 +02:00
Tim Head
c67f34daca Add tests for per user memory limit 2018-10-15 16:31:16 +02:00
Tim Head
cff22b5b5c Add sentence to docs about default CPU and RAM limits 2018-10-15 15:56:03 +02:00
yuvipanda
0812b1c5d1 Don't set a memory limit by default
Users should set up their own memory limits after install.
Better than a surprise when they try using more than 1G.
2018-10-15 15:53:39 +02:00
Min RK
e50bcf0c85 Merge pull request #201 from Paleantology/master
enabling jupyter contributed extensions
2018-10-15 15:17:10 +02:00
April Wright
8b5c64b428 typo 2018-10-12 18:15:40 -05:00
April Wright
6eb38d1284 Merge branch 'master' into HEAD 2018-10-12 18:05:01 -05:00
April Wright
a6848d44f2 adding docs on enabling notebook extensions 2018-10-12 18:03:56 -05:00
April Wright
087befc4f9 Merge branch 'master' of https://github.com/jupyterhub/the-littlest-jupyterhub into HEAD 2018-10-12 17:58:45 -05:00
April Wright
a0939151e3 Merge branch 'master' of https://github.com/Paleantology/the-littlest-jupyterhub 2018-10-12 17:53:17 -05:00
April Wright
d69af526eb add info on notebook extensions 2018-10-12 17:52:26 -05:00
April Wright
a883f27056 premerge commit 2018-10-12 15:33:41 -05:00
Carol Willing
f1ac79e036 Merge pull request #196 from jupyterhub/docs-2nd-person
Update docs.rst
2018-10-12 03:39:08 +05:30
J Forde
125bd1dc18 Update docs.rst 2018-10-11 16:54:05 -04:00