From 7eb5d85921e1339784d1a0df6d3db62301a284a5 Mon Sep 17 00:00:00 2001 From: jonasongg Date: Sat, 30 Mar 2024 14:45:50 +0800 Subject: [PATCH 1/3] add bin to gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index cef9653198..e9c26cd458 100644 --- a/.gitignore +++ b/.gitignore @@ -22,3 +22,4 @@ node_modules reposense-report/ docs/_site/ +bin/ \ No newline at end of file From 76a9425c94f84aeeef175b39f75c7034fa1ef205 Mon Sep 17 00:00:00 2001 From: jonasongg Date: Sat, 30 Mar 2024 14:52:41 +0800 Subject: [PATCH 2/3] fix lint --- .gitignore | 2 +- docs/_markbind/layouts/ug-sitenav.md | 2 +- docs/about.md | 2 +- docs/ug/authorConfigSyntax.md | 2 +- docs/ug/usingReports.md | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index e9c26cd458..ef55fa41c6 100644 --- a/.gitignore +++ b/.gitignore @@ -22,4 +22,4 @@ node_modules reposense-report/ docs/_site/ -bin/ \ No newline at end of file +bin/ diff --git a/docs/_markbind/layouts/ug-sitenav.md b/docs/_markbind/layouts/ug-sitenav.md index aef7cbef49..5acddb1015 100644 --- a/docs/_markbind/layouts/ug-sitenav.md +++ b/docs/_markbind/layouts/ug-sitenav.md @@ -7,7 +7,7 @@ {name: "Appendices"}, {level: 2, name: "CLI syntax reference", link: "ug/cli.html"}, {level: 2, name: "Config files format", link: "ug/configFiles.html"}, - {level: 2, name: "Advanced syntax: `author-config.csv`", link: "ug/authorConfigSyntax.html"}, + {level: 2, name: "Advanced syntax: `author-config.csv`", link: "ug/authorConfigSyntax.html"}, {level: 2, name: "Using `@@author` tags", link: "ug/usingAuthorTags.html"}, {level: 2, name: "RepoSense with Netlify", link: "ug/withNetlify.html"}, {level: 2, name: "RepoSense with GitHub Actions", link: "ug/withGithubActions.html"}, diff --git a/docs/about.md b/docs/about.md index 2946256f1f..1f1f2668ac 100644 --- a/docs/about.md +++ b/docs/about.md @@ -30,7 +30,7 @@ Contributor [2023 January - 2024 January]
### [Gokul Rajiv](https://github.com/gok99) -**Role**: Senior Developer [2024 January - ]
+**Role**: Senior Developer [2024 January - ]
Contributor [2022 January - 2024 January]
diff --git a/docs/ug/authorConfigSyntax.md b/docs/ug/authorConfigSyntax.md index c498f5e276..999820ce63 100644 --- a/docs/ug/authorConfigSyntax.md +++ b/docs/ug/authorConfigSyntax.md @@ -9,7 +9,7 @@
-Given below are the advanced syntax available for `author-config.csv`. +Given below are the advanced syntax available for `author-config.csv`.
## Multiple `Repository's Location` per author diff --git a/docs/ug/usingReports.md b/docs/ug/usingReports.md index 65d3f78031..4234c4e011 100644 --- a/docs/ug/usingReports.md +++ b/docs/ug/usingReports.md @@ -143,7 +143,7 @@ The `Code panel` allows users to see the code attributed to a specific author. C * Clicking the file title toggles the file content. * Clicking the first icon beside the file title opens the history view of the file on the remote repository. * Clicking the second icon beside the file title opens the blame view of the file on the remote repository. -* When using the code panel for a specific author, code attributed to the author is highlighted in green. +* When using the code panel for a specific author, code attributed to the author is highlighted in green. * When using the `merge group` option with `group by repos`, the code panel will consist of multiple authors' contributions. Code attributed to these authors can be differentiated by the highlight colors of the code. The color legend is shown at the top of each file and consists only those authors that edited a particular file. * Non-trivial code segments that the selected author has not written are hidden by default, but you can toggle them by clicking on the %%:fas-plus-circle:%% icon. From 716a7956dcb126c131c5d0edd0bb0d006044023f Mon Sep 17 00:00:00 2001 From: jonasongg Date: Mon, 1 Apr 2024 15:41:02 +0800 Subject: [PATCH 3/3] Revert "fix lint" to move to another PR This reverts commit 76a9425c94f84aeeef175b39f75c7034fa1ef205. --- docs/_markbind/layouts/ug-sitenav.md | 2 +- docs/about.md | 2 +- docs/ug/authorConfigSyntax.md | 2 +- docs/ug/usingReports.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/_markbind/layouts/ug-sitenav.md b/docs/_markbind/layouts/ug-sitenav.md index 5acddb1015..aef7cbef49 100644 --- a/docs/_markbind/layouts/ug-sitenav.md +++ b/docs/_markbind/layouts/ug-sitenav.md @@ -7,7 +7,7 @@ {name: "Appendices"}, {level: 2, name: "CLI syntax reference", link: "ug/cli.html"}, {level: 2, name: "Config files format", link: "ug/configFiles.html"}, - {level: 2, name: "Advanced syntax: `author-config.csv`", link: "ug/authorConfigSyntax.html"}, + {level: 2, name: "Advanced syntax: `author-config.csv`", link: "ug/authorConfigSyntax.html"}, {level: 2, name: "Using `@@author` tags", link: "ug/usingAuthorTags.html"}, {level: 2, name: "RepoSense with Netlify", link: "ug/withNetlify.html"}, {level: 2, name: "RepoSense with GitHub Actions", link: "ug/withGithubActions.html"}, diff --git a/docs/about.md b/docs/about.md index 1f1f2668ac..2946256f1f 100644 --- a/docs/about.md +++ b/docs/about.md @@ -30,7 +30,7 @@ Contributor [2023 January - 2024 January]
### [Gokul Rajiv](https://github.com/gok99) -**Role**: Senior Developer [2024 January - ]
+**Role**: Senior Developer [2024 January - ]
Contributor [2022 January - 2024 January]
diff --git a/docs/ug/authorConfigSyntax.md b/docs/ug/authorConfigSyntax.md index 999820ce63..c498f5e276 100644 --- a/docs/ug/authorConfigSyntax.md +++ b/docs/ug/authorConfigSyntax.md @@ -9,7 +9,7 @@
-Given below are the advanced syntax available for `author-config.csv`. +Given below are the advanced syntax available for `author-config.csv`.
## Multiple `Repository's Location` per author diff --git a/docs/ug/usingReports.md b/docs/ug/usingReports.md index 4234c4e011..65d3f78031 100644 --- a/docs/ug/usingReports.md +++ b/docs/ug/usingReports.md @@ -143,7 +143,7 @@ The `Code panel` allows users to see the code attributed to a specific author. C * Clicking the file title toggles the file content. * Clicking the first icon beside the file title opens the history view of the file on the remote repository. * Clicking the second icon beside the file title opens the blame view of the file on the remote repository. -* When using the code panel for a specific author, code attributed to the author is highlighted in green. +* When using the code panel for a specific author, code attributed to the author is highlighted in green. * When using the `merge group` option with `group by repos`, the code panel will consist of multiple authors' contributions. Code attributed to these authors can be differentiated by the highlight colors of the code. The color legend is shown at the top of each file and consists only those authors that edited a particular file. * Non-trivial code segments that the selected author has not written are hidden by default, but you can toggle them by clicking on the %%:fas-plus-circle:%% icon.