f84523e048a7592cb3f09f25d3968128575ba064,app/evaluation/models.py,Method,Method_1,#,64

Before Change



    image_sha256 = models.CharField(max_length=64)

    version = models.PositiveIntegerField(default=0)

    class Meta:
        unique_together = (("challenge", "version"),)

After Change


                             on_delete=models.SET_NULL)

    container = models.FileField(upload_to=method_container_path,
                                 validators=[MimeTypeValidator(
                                     allowed_types=(
                                         "application/x-tarbinary",))],
                                 help_text="Tar archive of the container "
                                           "image produced from the command "
                                           "`docker save IMAGE > "
Italian Trulli
In pattern: SUPERPATTERN

Frequency: 3

Non-data size: 3

Instances


Project Name: comic/grand-challenge.org
Commit Name: f84523e048a7592cb3f09f25d3968128575ba064
Time: 2017-11-06
Author: jamesmeakin@gmail.com
File Name: app/evaluation/models.py
Class Name: Method
Method Name: Method_1


Project Name: comic/grand-challenge.org
Commit Name: f84523e048a7592cb3f09f25d3968128575ba064
Time: 2017-11-06
Author: jamesmeakin@gmail.com
File Name: app/evaluation/migrations/0001_initial.py
Class Name: Migration
Method Name: Migration_1


Project Name: polyaxon/polyaxon
Commit Name: cebf9703ee91134c07ff4d322ff3b0e8fde5a085
Time: 2018-11-15
Author: mouradmourafiq@gmail.com
File Name: polyaxon/db/migrations/0014_add_owner.py
Class Name: Migration
Method Name: Migration_1