Chris Holdgraf
1d931b18f3
updating the image size text
2019-01-31 11:24:00 -08:00
Yuvi Panda
cfe3aaec74
Merge pull request #261 from huhuhang/master
...
fix GitHub login config missing callback URL
2019-01-31 09:33:07 -08:00
Yuvi Panda
d7ad9ddefa
Update docs/howto/auth/github.rst
...
Co-Authored-By: huhuhang <huhuhang@users.noreply.github.com >
2019-01-31 10:24:44 +08:00
Yuvi Panda
e72c55adb7
Merge pull request #265 from yuvipanda/no-system
...
Use --sys-prefix for installing nbextensions
2019-01-30 17:33:24 -08:00
Yuvi Panda
5caf4abd92
Merge pull request #262 from yuvipanda/flaky-test
...
Mark flaky test as flaky
2019-01-30 17:32:23 -08:00
yuvipanda
185f7c9716
Mark flaky test as flaky
...
We'll need to figure out why this is failing
2019-01-30 10:38:33 -08:00
Yuvi Panda
fdbe8a4162
Merge pull request #268 from minrk/fix-permissions
...
Run fix-permissions on each install command
2019-01-30 10:29:19 -08:00
Min RK
5bf2b1bb0a
Run fix-permissions on each install command
...
ensures files have the right permissions
conda and pip may not guarantee installed files are not world-writeable
2019-01-30 16:42:35 +01:00
yuvipanda
ff36c1363a
Use --sys-prefix for installing nbextensions
...
--system installs stuff into /etc, and should practically never
be used alongside conda / virtualenv.
2019-01-29 14:27:12 -08:00
huhuhang
3cdb9dfc8c
fix GitHub login config missing callback URL
2019-01-26 10:03:50 +08:00
Yuvi Panda
6a0d8bb9c3
Merge pull request #260 from willirath/patch-1
...
Use newer firstuseauthenticator
2019-01-24 16:58:54 -08:00
Willi Rath
29d4419e49
Use newer firstuseauthenticator
...
This uses v0.12 which allow for deleting users before they have set their password.
2019-01-24 18:31:26 +01:00
Yuvi Panda
058377229d
Merge pull request #253 from yuvipanda/cleanup-server
...
Move custom server troubleshooting code to its own page
2019-01-11 10:20:28 -08:00
Yuvi Panda
4a1c1b821c
Merge pull request #254 from yuvipanda/install-git
...
Install git explicitly during bootstrap
2019-01-11 10:20:02 -08:00
yuvipanda
55ec5f5ab9
Move custom server troubleshooting code to its own page
...
Most people won't need to do this, so let's move it
to the troubleshooting page
2019-01-09 15:58:13 -08:00
yuvipanda
d7672bf907
Install git explicitly during bootstrap
...
Some servers don't have git on by default
2019-01-09 15:56:28 -08:00
Yuvi Panda
d1bc9cf708
Merge pull request #249 from yuvipanda/ipywidgets
...
Add ipywidgets to base installation
2018-12-22 11:55:01 -08:00
yuvipanda
04934c0bf1
Test that ipywidgets nbextension is enabled
2018-12-22 11:21:50 -08:00
yuvipanda
600bf225f2
Add ipywidgets to base installation
2018-12-22 11:06:43 -08:00
Yuvi Panda
ae9bf702f1
Merge pull request #248 from fm75/FixInstallerLogging
...
Use tljh logger in installer
2018-12-12 12:11:50 -08:00
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