Skip to content

Latest commit

 

History

History
75 lines (62 loc) · 9.54 KB

File metadata and controls

75 lines (62 loc) · 9.54 KB

1.1.0 (2020-08-21)

Bug Fixes

Features

  • add 'task' variable to source.features.yaml to being able to modify the model and the api according to the given task (2b231ff)

1.0.0 (2020-07-07)

Bug Fixes

  • add debugging line (1cb738d)
  • add missing x permission (5a85b59)
  • add withEnv with PATH+EXTRA to locate microk8s.helm3 (4ab63fd)
  • add x permission (811506b)
  • add x permission (b616ae1)
  • change test folder to 'predictions' (06553ff)
  • change utils to source (edaef3b)
  • copy config file into image (84785cb)
  • correct test_file name (8f0c99f)
  • debug jenkins pipeline, commented Test stage out (7154d49)
  • don't remove the tested container (for debuggin) (46061fd)
  • intruduce an error into the dockerfile to provoke a failing linting step (ba05dd8)
  • prepended root path before the actual path (9d222d0)
  • print log information about mongodb client creation after it is actually created (286ab77)
  • push to master (hard coded), since Pipeline does not set env.BRANCH_NAME (8e45a4b)
  • re-add test stage (fd53dea)
  • remove 'Hello world' string from Dockerfile (cc2f638)
  • remove 'self.' in get_classes function (e3d3ea1)
  • remove docker-py and add docker (docker is the new version of docker-py) (62768b6)
  • remove stopped container (fc1a768)
  • rename stage, change helm3 to microk8s.helm3 (0c865d0)
  • set branch_name as variable (master) (4c0217a)
  • temp (84eb73a)
  • temp (c8b63ed)
  • temp (780fdb1)
  • temp (03b7822)
  • temp (08b5c0d)

Features

  • add a func to add timestamps to emitted logs (37d7023)
  • add fluentd config params, add optional id field for requests (70166f1)
  • add fluentd logger, add some helper funcs (0fd1913)
  • add helm chart (c7ec6d0)
  • add Logger class (cdfe895)
  • add logging parameters to config; integrate logs into main.py (0c8be27)
  • add model id and time of creation (10bdd75)
  • add n_rows parameter to the load_data function (77fd19f)
  • add test stage (85f1080)
  • add timezone support for logging (387bce4)
  • create pydantic classes dynamically from yaml file (expected features for model training) (09334be)
  • create the pydantic request class dynamically from a yaml file (fcc74d5)
  • data science logic goas now into the Preprocessor Class and into the train_model function (0a9d79e)
  • integrate fluentd logger (c4a08b3)
  • move Preprocessor, train_model, get_classes to a single file (b8ab88c)
  • re-train model (by jenkins) (9aa1563)
  • re-train model (by jenkins) (f70f19a)
  • re-train model (by jenkins) (8ad0b1e)
  • re-train model (by jenkins) (f1684ac)
  • re-train model (by jenkins) (625cfe9)
  • re-train model (by jenkins) (3528012)
  • remove all example code (5c579bb)
  • remove all example code (4616114)
  • run unit tests in jenkins pipeline (17c1058)
  • switch base linux from alpine to slim (c537b95)
  • update config to use newer runtime image version (67ca6d9)
  • use sklearn DummyClassifier (f7b3b22)