7
0
mirror of https://github.com/ChristianLight/tutor.git synced 2024-06-26 16:53:28 +00:00
tutor/tutor
Régis Behmo f32eb08940 Make it easier to override mongodb connection parameters
Pymongo clients can connect to Mongodb with many parameters
(https://pymongo.readthedocs.io/en/stable/api/pymongo/mongo_client.html#pymongo.mongo_client.MongoClient)
but we don't want to create a new Tutor setting for every one of them.
This makes it easy for users to override Mongodb connection parameters,
simply by modifying the `mongodb_parameters` object.
In particular, this makes it easy to add "replicaSet" connection
parameters.
See https://github.com/overhangio/tutor/pull/372
2020-10-15 14:35:41 +02:00
..
commands Fix undefined variable and pylint warnings 2020-10-02 13:02:10 +02:00
templates Make it easier to override mongodb connection parameters 2020-10-15 14:35:41 +02:00
__about__.py v10.3.0 (2020-10-13) 2020-10-13 14:57:05 +02:00
__init__.py Tutor v3 complete rewrite 2019-02-09 20:30:01 +01:00
config.py Remove "set" config entries on disabling plugin 2020-09-18 13:21:15 +02:00
env.py Support .woff and .woff2 file format for fonts 2020-10-15 14:23:31 +02:00
exceptions.py Tutor v3 complete rewrite 2019-02-09 20:30:01 +01:00
fmt.py env.py refactoring 2020-01-16 15:07:35 +01:00
images.py Add support for images build --add-host 2020-09-04 12:35:44 +02:00
interactive.py Memorize whether the user is running a production platform 2020-08-19 07:54:28 +02:00
plugins.py Remove "set" config entries on disabling plugin 2020-09-18 13:21:15 +02:00
scripts.py Fix undefined settings in k8s scripts 2020-06-23 19:11:35 +02:00
serialize.py Improve job running in local and k8s 2020-04-25 23:12:42 +02:00
utils.py v10.0.0 Upgrade to Juniper (2020-06-15) 2020-06-15 10:19:07 +02:00