Commit Graph

641 Commits

Author SHA1 Message Date
GeorgianaElena
5ec046716a More idle culler tests 2019-06-12 17:05:13 +03:00
GeorgianaElena
c178afe4cd Idle culler integration test 2019-06-12 17:05:13 +03:00
GeorgianaElena
0b18b49cbc Fix services init 2019-06-12 17:05:13 +03:00
GeorgianaElena
efe9853b85 Added Idle Culler 2019-06-12 17:05:13 +03:00
Tim Head
cd503da874 Merge pull request #367 from pbugnion/fix-readme-link
Fix typo in README link
2019-06-10 14:10:44 +02:00
Pascal Bugnion
162e7766a0 Fix typo in README link 2019-06-10 07:40:14 +01:00
Georgiana Elena
a774e2c320 Merge pull request #360 from yuvipanda/repo2dockerspawner
Add custom hub package & config hooks
2019-06-05 16:49:11 +03:00
Georgiana Elena
d1aca5f52c Merge pull request #365 from yuvipanda/tmpauthenticator-add
Add tmpauthenticator by default to TLJH
2019-06-05 16:44:32 +03:00
yuvipanda
b7f72a9f9e Set up pluggy before calling hooks in jupyter_config.py 2019-06-05 15:20:49 +02:00
yuvipanda
f7c472df5f Add tmpauthenticator by default to TLJH
Is popular enough we should let people use it by
default
2019-06-05 15:20:49 +02:00
yuvipanda
b584bd1b2a Add hook for custom jupyterhub_config.py content
This lets extensions directly control how JupyterHub
is configured
2019-06-05 15:20:49 +02:00
yuvipanda
77dc6a0e27 Add hook to install packages in hub environment
Required when installing additional authenticators or
spawners
2019-06-05 15:20:49 +02:00
Georgiana Elena
b84c1fbe0d Merge pull request #363 from staeiou/patch-2
Fix typo: cohnfig -> config
2019-06-05 11:48:31 +03:00
Stuart Geiger
6c93b40d8f Fix typo: cohnfig -> config 2019-06-04 09:50:15 -07:00
Georgiana Elena
b11a10b8ed Merge pull request #359 from yuvipanda/pycurl
Install & use pycurl for requests
2019-05-30 22:50:16 +03:00
Chris Holdgraf
860b25c465 Merge pull request #358 from yuvipanda/minor-azure
Minor azure doc cleanup
2019-05-29 15:15:53 -07:00
Yuvi Panda
993ccaf8cd Merge pull request #337 from yuvipanda/better-output
Provide much better error messages
2019-05-29 13:13:08 -07:00
Yuvi Panda
7c2068f222 Merge pull request #357 from GeorgianaElena/issue356
Suppress insecure HTTPS warning when upgrading TLJH
2019-05-29 11:37:00 -07:00
yuvipanda
0583a7b0ba Install & use pycurl for requests
It's generally more bugfree and performant.
We install dependencies of pycurl, including build-essential.
build-essential is used by many other dependencies
as well - particularly psutil for nbresuse.

Fixes #289
Fixes #286
2019-05-29 11:34:23 -07:00
yuvipanda
8ec3fab3f3 Make installer.log non-readable by non-root users
Doesn't have any sensitive info right now but might
in the future.

Fixes #142
2019-05-29 11:27:53 -07:00
yuvipanda
f5ecce77a1 Add unit tests for run_subprocess 2019-05-29 11:27:53 -07:00
yuvipanda
7071332445 Provide much better error messages
- When processes fail, they actually print a failure message
  on the user's terminal
- Regardless of success or failure, we print all output to
  /opt/tljh/installer.log

This should make debugging people's issues *much* easier, since
we can actually see the output of failing commands rather than
having to guess.
2019-05-29 11:27:53 -07:00
yuvipanda
236781d44d Minor azure doc cleanup
- Change title of azure config howto
- Link to azure docs from README
- Keep all the cloud provider links together in the
  documentation index
2019-05-29 11:17:49 -07:00
Yuvi Panda
190b61d953 Merge pull request #313 from minrk/jhub-1
Upgrade to JupyterHub 1.0
2019-05-29 11:08:40 -07:00
GeorgianaElena
c6255c87bd Suppress insecure HTTPS warning when upgrading TLJH 2019-05-29 12:35:19 +03:00
Yuvi Panda
cebeff736f Merge pull request #355 from JuanCab/tljh_docsfix
Fixed out of date config directory listed in docs for tljh-config
2019-05-28 16:41:27 -07:00
Juan Cabanela
c77ff4747c Fixed out of date config directory listed in docs for tljh-config 2019-05-28 18:05:50 -05:00
Yuvi Panda
5a3ca1fd8c Merge pull request #242 from owah/master
Adds the universe repository to the used sources
2019-05-28 13:15:42 -07:00
Yuvi Panda
abb3e151a3 Merge pull request #328 from yuvipanda/https-fixes
Cleanup HTTPS documentation
2019-05-28 13:09:05 -07:00
Yuvi Panda
dd6e4edd6d Merge pull request #352 from GeorgianaElena/issue203
Add "tljh-config unset" option
2019-05-28 12:57:23 -07:00
Yuvi Panda
02040e1c72 Merge pull request #347 from GeorgianaElena/issue277
Upgrade while https enabled
2019-05-28 10:34:19 -07:00
GeorgianaElena
bc9aa45b49 Add unset property option 2019-05-28 16:13:42 +03:00
Yuvi Panda
97d3c3a9e0 Merge pull request #342 from trallard/tania-azure-docs
Add instructions to deploy on Azure
2019-05-24 12:55:08 -07:00
yuvipanda
e1ddb326fb azure: Fix rst linting errors 2019-05-24 12:33:42 -07:00
GeorgianaElena
d0d0e1a82e don't verify cert when checking if hub is up 2019-05-24 14:40:19 +03:00
GeorgianaElena
cfb3ec43cd replace urllib with requests 2019-05-24 14:37:42 +03:00
Tania Allard
666683e1bc Minor rst edits 2019-05-23 11:37:26 +01:00
Tania Allard
51e19d7bc5 Add link to memory calculation 2019-05-23 11:34:07 +01:00
Tania Allard
4b139d1f4a Tackle PR comments 2019-05-23 11:30:50 +01:00
Tania Allard
f5f664c501 Update docs/howto/providers/azure.rst
Co-Authored-By: Yuvi Panda <yuvipanda@gmail.com>
2019-05-23 11:28:05 +01:00
Chris Holdgraf
a54f104d1d Merge pull request #335 from yuvipanda/ci-ram
Limit memory available in integration tests
2019-05-22 14:10:50 -07:00
Chris Holdgraf
b7af1d10b6 Merge pull request #331 from yuvipanda/291-fix
Remove stray = in authenticator configuration example
2019-05-22 14:10:06 -07:00
Chris Holdgraf
7dcb9cac6d Merge pull request #329 from yuvipanda/custom-server-fixes
Minor cleanup of custom server install documents
2019-05-22 14:09:49 -07:00
Tania Allard
c780138d6c Merge remote-tracking branch 'origin/tania-azure-docs' into tania-azure-docs 2019-05-22 09:55:10 +01:00
Tania Allard
0a3a2d39ae Fix .rst
Fix .rst
2019-05-22 09:55:01 +01:00
Tania Allard
a72a21fe8e Fix .rst 2019-05-22 09:54:13 +01:00
Tania Allard
31d4f5c8d3 Fix title underline 2019-05-22 09:41:36 +01:00
Tania Allard
17a161d13f Merge remote-tracking branch 'upstream/master' into tania-azure-docs 2019-05-21 12:52:21 +01:00
Tania Allard
4b648abfb6 Add Azure to howto index 2019-05-21 10:50:37 +01:00
Tania Allard
9016c30494 Move Delete/Stop instructions to the "howto" folder 2019-05-21 10:46:05 +01:00