This repository has been archived by the owner on Feb 12, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 17
Saving files information as the part of models #90
Comments
@pombredanne, Should we include a single |
According to the discussion on official |
singh1114
added a commit
to singh1114/scancode-server
that referenced
this issue
Aug 22, 2017
Signed-off-by: Ranvir Singh ranvir.singh1114@gmail.com
singh1114
added a commit
to singh1114/scancode-server
that referenced
this issue
Aug 23, 2017
* Remove scan_error field from ScannedFile model * change the corresponding migrations Signed-off-by: Ranvir Singh ranvir.singh1114@gmail.com
singh1114
added a commit
to singh1114/scancode-server
that referenced
this issue
Aug 24, 2017
* Change the models to add defaults to BooleanFields * Change the migrations due to changes in the models Signed-off-by: Ranvir Singh ranvir.singh1114@gmail.com
Monal5031
pushed a commit
to Monal5031/scancode-server
that referenced
this issue
Dec 1, 2017
Signed-off-by: Ranvir Singh ranvir.singh1114@gmail.com
Monal5031
pushed a commit
to Monal5031/scancode-server
that referenced
this issue
Dec 1, 2017
* Remove scan_error field from ScannedFile model * change the corresponding migrations Signed-off-by: Ranvir Singh ranvir.singh1114@gmail.com
Monal5031
pushed a commit
to Monal5031/scancode-server
that referenced
this issue
Dec 1, 2017
* Change the models to add defaults to BooleanFields * Change the migrations due to changes in the models Signed-off-by: Ranvir Singh ranvir.singh1114@gmail.com
singh1114
added a commit
to singh1114/scancode-server
that referenced
this issue
Dec 3, 2017
Signed-off-by: Ranvir Singh ranvir.singh1114@gmail.com
singh1114
added a commit
to singh1114/scancode-server
that referenced
this issue
Dec 3, 2017
* Remove scan_error field from ScannedFile model * change the corresponding migrations Signed-off-by: Ranvir Singh ranvir.singh1114@gmail.com
singh1114
added a commit
to singh1114/scancode-server
that referenced
this issue
Dec 3, 2017
* Change the models to add defaults to BooleanFields * Change the migrations due to changes in the models Signed-off-by: Ranvir Singh ranvir.singh1114@gmail.com
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
So, we can apply the following command into the terminal to get all the information about the files to be scanned before the real scan is applied. The results include every information about the file. For example, I applied this command in the root directory of this codebase.
scancode --info -f json-pp cc0-1.0.LICENSE
Result
Well, the task is to store whole of these things into the models.
The text was updated successfully, but these errors were encountered: