Skip to content

new fields for IdentityFileModel

Borreguero Calvo, Jose requested to merge idfilemodel into next

<img src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" decoding="async" class="lazy" data-src="https://img.shields.io/badge/reflectometry%20Task%20322%20-%20closed%20-%20grey">

To Test:

In one terminal, type

$ make dockerbuilddev
$ make dockerup

After this, in another terminal, type

$ make dockertest

Both local and remote tests should run with no fails.
Finish by typing

$ make dockercleanall

which will stop all containers, then remove all containers, images, and volumes.

Work Done:

  • custodian and executor roles in model IdentityFileModel
  • test new model
  • make migrations
Edited by Borreguero Calvo, Jose

Merge request reports