6
0
mirror of https://github.com/ChristianLight/tutor.git synced 2024-12-12 14:17:46 +00:00
tutor/tutor
Régis Behmo b2d8c1b6cc Improve cold start time by moving kubernetes import
"import kubernetes" takes a long time. Moving this import improves
"tutor --version" from 0.8s to 0.3s.
2019-04-09 18:30:12 -07:00
..
templates Fix (again) login from studio when https is activated 2019-04-09 11:11:32 -07:00
__about__.py v3.3.4 (2019-04-09) 2019-04-09 11:50:09 -07:00
__init__.py Tutor v3 complete rewrite 2019-02-09 20:30:01 +01:00
android.py Simplify environment generation 2019-03-18 18:34:42 +01:00
cli.py Fix version information in bundle 2019-02-10 19:29:37 +01:00
config.py Allow uppercase "Y" and "N" as answers to boolean questions 2019-04-09 13:38:56 -07:00
dev.py use update_assets instead of the custom openedx-assets script 2019-03-25 07:41:17 -07:00
env.py Fix pip install tutor-openedx 2019-03-29 06:27:34 -07:00
exceptions.py Tutor v3 complete rewrite 2019-02-09 20:30:01 +01:00
fmt.py Tutor v3 complete rewrite 2019-02-09 20:30:01 +01:00
images.py Fix incorrect vendor image pulling 2019-03-21 14:13:15 +01:00
k8s.py Improve cold start time by moving kubernetes import 2019-04-09 18:30:12 -07:00
local.py Rename --silent option to -y/--yes 2019-04-09 11:17:19 -07:00
opts.py Move all yaml-related code to dedicated module 2019-03-24 14:34:50 -07:00
scripts.py Refactoring: merge ops and scripts module 2019-03-22 18:50:33 +01:00
serialize.py Fix pyyaml deprecated warning 2019-03-24 14:43:17 -07:00
ui.py Handle command errors and ctrl+d commands in UI 2019-03-16 12:20:28 +01:00
utils.py Move all yaml-related code to dedicated module 2019-03-24 14:34:50 -07:00
webui.py Move all yaml-related code to dedicated module 2019-03-24 14:34:50 -07:00