f84523e048a7592cb3f09f25d3968128575ba064,app/evaluation/models.py,Method,Method_1,#,64
Before Change
image_repository = models.CharField(max_length=128)
image_tag = models.CharField(max_length=64)
image_sha256 = models.CharField(max_length=64)
version = models.PositiveIntegerField(default=0)
class Meta:
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 > "
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: 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: AlexsLemonade/refinebio
Commit Name: 5a7befe41ba05a5cd43a2154170cecefac41cf50
Time: 2019-09-25
Author: kurt.wheeler91@gmail.com
File Name: common/data_refinery_common/migrations/0039_auto_20190925_1338.py
Class Name: Migration
Method Name: Migration_1