6
0
mirror of https://github.com/ChristianLight/tutor.git synced 2024-12-12 22:27:47 +00:00
tutor/tutor
Keith Grootboom 55bc4c63fa fix: change kubectl wait to look at deployments not pods
When waiting for pods, it's possible that the deployment may be
complete but, because other pods may have been Evicted or Killed, the
wait wait condition completes.
2022-07-25 22:46:45 +02:00
..
commands fix: change kubectl wait to look at deployments not pods 2022-07-25 22:46:45 +02:00
hooks fix: avoid double-rendering mounts to docker-compose.tmp.yml (#669) 2022-07-25 15:58:49 +02:00
plugins fix: ignore plugins that cannot be loaded 2022-05-24 11:38:37 +02:00
templates Fixed or syntax 2022-07-25 15:25:25 +02:00
__about__.py v14.0.3 (2022-07-09) 2022-07-09 19:01:58 +02:00
__init__.py Tutor v3 complete rewrite 2019-02-09 20:30:01 +01:00
bindmounts.py feat: add --mount option to local/dev 2022-04-20 19:33:17 +02:00
config.py feat: migrate to plugins.v1 with filters & actions 2022-04-15 15:30:54 +02:00
env.py v14.0.0: upgrade to Nutmeg 2022-06-09 19:18:20 +02:00
exceptions.py Tutor v3 complete rewrite 2019-02-09 20:30:01 +01:00
fmt.py feat: upgrade to Maple 2021-12-20 21:21:36 +01:00
images.py feat: migrate to plugins.v1 with filters & actions 2022-04-15 15:30:54 +02:00
interactive.py feat: introduce tutor dev quickstart 2022-04-19 16:53:57 +02:00
jobs.py fix: truncate site name if longer than 50 characters and show warning 2022-05-30 12:51:11 +02:00
serialize.py fix: YamlParamType supports line terminators 2021-04-25 09:14:21 +02:00
types.py feat: migrate to plugins.v1 with filters & actions 2022-04-15 15:30:54 +02:00
utils.py fix: @lru_cache python 3.7 compatibility 2022-06-22 11:28:27 +02:00