From 0cbc9916fc22a7a0d30d19823ffb3236f881e400 Mon Sep 17 00:00:00 2001 From: Koen Vlaswinkel Date: Mon, 6 Feb 2023 17:54:31 +0000 Subject: [PATCH] Rename "Last commit" to "Last updated" Last commit is confusing because it's actually the `updated_at` of the repository. By renaming it, this will be clearer to users. --- extensions/ql-vscode/docs/test-plan.md | 2 +- .../ql-vscode/src/view/variant-analysis/RepositoriesSort.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/extensions/ql-vscode/docs/test-plan.md b/extensions/ql-vscode/docs/test-plan.md index 5f0ae8c0c6c..70cd2f8f25e 100644 --- a/extensions/ql-vscode/docs/test-plan.md +++ b/extensions/ql-vscode/docs/test-plan.md @@ -244,7 +244,7 @@ This requires running a MRVA query and seeing the results view. 1. By name 2. By results 3. By stars - 4. By last commit + 4. By last updated 9. Can filter repos 10. Shows correct statistics 1. Total number of results diff --git a/extensions/ql-vscode/src/view/variant-analysis/RepositoriesSort.tsx b/extensions/ql-vscode/src/view/variant-analysis/RepositoriesSort.tsx index d1393326832..bb46ae812c4 100644 --- a/extensions/ql-vscode/src/view/variant-analysis/RepositoriesSort.tsx +++ b/extensions/ql-vscode/src/view/variant-analysis/RepositoriesSort.tsx @@ -32,7 +32,7 @@ export const RepositoriesSort = ({ value, onChange, className }: Props) => { Name Results Stars - Last commit + Last updated ); };