From 10ef81bca67b0fd917bf9739ab5d92d4a7e9329a Mon Sep 17 00:00:00 2001 From: tdruez Date: Mon, 22 Apr 2024 14:36:58 +0400 Subject: [PATCH] Display the current path location in the "Codebase" panel #1158 Signed-off-by: tdruez --- CHANGELOG.rst | 6 ++++++ .../scanpipe/panels/project_codebase.html | 16 +++++++++++++++- scanpipe/views.py | 16 ++++++++++++++++ 3 files changed, 37 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 90e43d6f4..34d66dcd1 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,6 +1,12 @@ Changelog ========= +v34.5.0 (unreleased) +-------------------- + +- Display the current path location in the "Codebase" panel as a navigation breadcrumbs. + https://github.com/nexB/scancode.io/issues/1158 + v34.4.0 (2024-04-22) -------------------- diff --git a/scanpipe/templates/scanpipe/panels/project_codebase.html b/scanpipe/templates/scanpipe/panels/project_codebase.html index 66a229a9d..69a625182 100644 --- a/scanpipe/templates/scanpipe/panels/project_codebase.html +++ b/scanpipe/templates/scanpipe/panels/project_codebase.html @@ -1,10 +1,24 @@