Skip to content

Commit b35a4c6

Browse files
committed
Automated code structure analysis results (CI)
1 parent 69bb3db commit b35a4c6

File tree

84 files changed

+3198
-3220
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

84 files changed

+3198
-3220
lines changed

analysis-results/react-router/latest/git-history-csv/List_git_file_directories_with_commit_statistics.csv

Lines changed: 20 additions & 20 deletions
Large diffs are not rendered by default.

analysis-results/react-router/latest/git-history-csv/List_git_files_with_commit_statistics_by_author.csv

Lines changed: 1183 additions & 1183 deletions
Large diffs are not rendered by default.

analysis-results/react-router/latest/git-history-general/GitHistoryGeneral.ipynb

Lines changed: 218 additions & 226 deletions
Large diffs are not rendered by default.

analysis-results/react-router/latest/git-history-general/GitHistoryGeneral.md

Lines changed: 10 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,6 @@
1515

1616
## Git History - Directory Commit Statistics
1717

18-
Received notification from DBMS server: {severity: WARNING} {code: Neo.ClientNotification.Statement.AggregationSkippedNull} {category: UNRECOGNIZED} {title: The query contains an aggregation function that skips null values.} {description: null value eliminated in set function.} {position: None} for query: "// List git files with commit statistics\n \n MATCH (git_file:File&Git&!Repository)\n WHERE git_file.deletedAt IS NULL // filter out deleted files\n WITH percentileDisc(git_file.createdAtEpoch, 0.5) AS medianCreatedAtEpoch\n ,percentileDisc(git_file.lastModificationAtEpoch, 0.5) AS medianLastModificationAtEpoch\n ,collect(git_file) AS git_files\n UNWIND git_files AS git_file\n WITH *\n ,datetime.fromepochMillis(coalesce(git_file.createdAtEpoch, medianCreatedAtEpoch)) AS fileCreatedAtTimestamp\n ,datetime.fromepochMillis(coalesce(git_file.lastModificationAtEpoch, git_file.createdAtEpoch, medianLastModificationAtEpoch)) AS fileLastModificationAtTimestamp\n MATCH (git_repository:Git&Repository)-[:HAS_FILE]->(git_file)\n MATCH (git_commit:Git&Commit)-[:CONTAINS_CHANGE]->(git_change:Git&Change)-->(old_files_included:Git&File&!Repository)-[:HAS_NEW_NAME*0..3]->(git_file)\n RETURN git_repository.name + '/' + git_file.relativePath AS filePath\n ,split(git_commit.author, ' <')[0] AS author\n ,count(DISTINCT git_commit.sha) AS commitCount\n ,collect(DISTINCT git_commit.sha) AS commitHashes\n ,date(max(git_commit.date)) AS lastCommitDate\n ,max(date(fileCreatedAtTimestamp)) AS lastCreationDate\n ,max(date(fileLastModificationAtTimestamp)) AS lastModificationDate\n ,duration.inDays(date(max(git_commit.date)), date()).days AS daysSinceLastCommit\n ,duration.inDays(max(fileCreatedAtTimestamp), datetime()).days AS daysSinceLastCreation\n ,duration.inDays(max(fileLastModificationAtTimestamp), datetime()).days AS daysSinceLastModification\n ,max(git_commit.sha) AS maxCommitSha\n ORDER BY filePath ASCENDING, commitCount DESCENDING"
19-
20-
2118
### Data Preview
2219

2320

@@ -52,17 +49,17 @@
5249
<td>19.650602</td>
5350
<td>129.975904</td>
5451
<td>491.975904</td>
55-
<td>895.722892</td>
56-
<td>492.903614</td>
52+
<td>895.831325</td>
53+
<td>493.060241</td>
5754
</tr>
5855
<tr>
5956
<th>std</th>
6057
<td>77.772453</td>
6158
<td>46.179246</td>
6259
<td>291.778607</td>
6360
<td>277.542657</td>
64-
<td>386.873122</td>
65-
<td>277.920045</td>
61+
<td>386.762132</td>
62+
<td>277.901998</td>
6663
</tr>
6764
<tr>
6865
<th>min</th>
@@ -79,7 +76,7 @@
7976
<td>4.000000</td>
8077
<td>11.000000</td>
8178
<td>222.000000</td>
82-
<td>620.000000</td>
79+
<td>620.500000</td>
8380
<td>221.000000</td>
8481
</tr>
8582
<tr>
@@ -337,7 +334,7 @@
337334
<td>15</td>
338335
<td>543</td>
339336
<td>849</td>
340-
<td>542</td>
337+
<td>543</td>
341338
<td>2023-11-16</td>
342339
<td>2023-01-13</td>
343340
<td>2023-11-16</td>
@@ -556,7 +553,7 @@
556553
<td>Ayush C</td>
557554
<td>194</td>
558555
<td>102</td>
559-
<td>205</td>
556+
<td>206</td>
560557
<td>101</td>
561558
<td>2025-01-30</td>
562559
<td>2024-10-18</td>
@@ -677,7 +674,7 @@
677674
<td>25</td>
678675
<td>543</td>
679676
<td>976</td>
680-
<td>542</td>
677+
<td>543</td>
681678
<td>2023-11-16</td>
682679
<td>2022-09-08</td>
683680
<td>2023-11-16</td>
@@ -716,8 +713,8 @@
716713
<td>Shane Walker</td>
717714
<td>3</td>
718715
<td>641</td>
719-
<td>662</td>
720-
<td>662</td>
716+
<td>663</td>
717+
<td>663</td>
721718
<td>2023-08-10</td>
722719
<td>2023-07-19</td>
723720
<td>2023-07-19</td>
Binary file not shown.

analysis-results/react-router/latest/git-history-general/GitHistoryGeneral_files/ChangedFilesPerCommit.svg

Lines changed: 1 addition & 1 deletion
Loading

analysis-results/react-router/latest/git-history-general/GitHistoryGeneral_files/DaysSinceLastCommit.svg

Lines changed: 1 addition & 1 deletion
Loading

analysis-results/react-router/latest/git-history-general/GitHistoryGeneral_files/DaysSinceLastCommitRanked.svg

Lines changed: 1 addition & 1 deletion
Loading

analysis-results/react-router/latest/git-history-general/GitHistoryGeneral_files/DaysSinceLastFileCreation.svg

Lines changed: 1 addition & 1 deletion
Loading

analysis-results/react-router/latest/git-history-general/GitHistoryGeneral_files/DaysSinceLastFileCreationRanked.svg

Lines changed: 1 addition & 1 deletion
Loading

0 commit comments

Comments
 (0)