Skip to content

Commit

Permalink
add dataset hints and improve naming
Browse files Browse the repository at this point in the history
  • Loading branch information
feststelltaste committed Oct 13, 2019
1 parent 423ec72 commit 084880b
Show file tree
Hide file tree
Showing 3 changed files with 218 additions and 202 deletions.
Expand Up @@ -4,7 +4,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"# Showing the progress of framework changes"
"# Showing the progress of framework migrations"
]
},
{
Expand Down Expand Up @@ -46,7 +46,23 @@
"* `file`: the relative path of the file\n",
"* `timestamp`: the date of the commit\n",
"\n",
"The `file` column contains some information about the framework technology used. Some directory names (= \"package name\" in the Java programming language) have a directory named `jdbc` and others have a directoy named `jpa`."
"The `file` column contains some information about the framework technology used. Some directory names (= \"package name\" in the Java programming language) have a directory named `jdbc` and others have a directoy named `jpa`.\n",
"\n",
"Here are the first 10 entries of this dataset:\n",
"\n",
"<p><small><code>additions,deletions,file,timestamp\n",
"19,0,src/main/java/org/springframework/samples/petclinic/repository/jpa/JpaOwnerRepositoryImpl.java,2017-12-31 19:41:29\n",
"55,0,src/main/java/org/springframework/samples/petclinic/repository/jpa/JpaVisitRepositoryImpl.java,2017-12-30 12:48:20\n",
"29,0,src/main/java/org/springframework/samples/petclinic/repository/jpa/JpaVisitRepositoryImpl.java,2017-12-30 12:48:20\n",
"0,99,src/main/java/org/springframework/samples/petclinic/web/VisitController.java,2017-12-30 00:38:54\n",
"19,0,src/main/java/org/springframework/samples/petclinic/model/Pet.java,2017-12-30 00:38:54\n",
"16,0,src/main/java/org/springframework/samples/petclinic/service/ClinicServiceImpl.java,2017-12-30 00:38:54\n",
"0,16,src/main/java/org/springframework/samples/petclinic/web/VisitController.java,2017-12-30 00:38:54\n",
"0,53,src/main/java/org/springframework/samples/petclinic/service/ClinicService.java,2017-12-30 00:38:54\n",
"74,0,src/main/java/org/springframework/samples/petclinic/web/VetController.java,2017-12-30 00:38:54\n",
"</code>\n",
"</small>\n",
"</p>"
]
}
],
Expand Down
200 changes: 0 additions & 200 deletions exercises/Showing the progress of framework changes.ipynb

This file was deleted.

0 comments on commit 084880b

Please sign in to comment.