From e5d3231292203d680d84ec21d7ccaacce5109779 Mon Sep 17 00:00:00 2001 From: Ashton Galloway Date: Tue, 23 Jul 2024 18:25:22 -0400 Subject: [PATCH 1/5] chore: basic lineage release notes --- docs/release-notes/basic-lineage.rst | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 docs/release-notes/basic-lineage.rst diff --git a/docs/release-notes/basic-lineage.rst b/docs/release-notes/basic-lineage.rst new file mode 100644 index 00000000000..ab1325cb624 --- /dev/null +++ b/docs/release-notes/basic-lineage.rst @@ -0,0 +1,10 @@ +:orphan: + +**New Features** + +* WebUI: View Pachyderm data lineage + + * Experiments with a Pachyderm data integration configured will now show a + link to the Pachyderm repo in the trial view page. The link to the Pachyderm + repo will also be available when viewing checkpoints derived from the + Pachyderm data. From d905088493cca303d7a3941b6d57c8c074dd07d9 Mon Sep 17 00:00:00 2001 From: Ashton Galloway Date: Tue, 23 Jul 2024 18:41:54 -0400 Subject: [PATCH 2/5] reflow --- docs/release-notes/basic-lineage.rst | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/docs/release-notes/basic-lineage.rst b/docs/release-notes/basic-lineage.rst index ab1325cb624..d04b32e6509 100644 --- a/docs/release-notes/basic-lineage.rst +++ b/docs/release-notes/basic-lineage.rst @@ -4,7 +4,6 @@ * WebUI: View Pachyderm data lineage - * Experiments with a Pachyderm data integration configured will now show a - link to the Pachyderm repo in the trial view page. The link to the Pachyderm - repo will also be available when viewing checkpoints derived from the - Pachyderm data. + * Experiments with a Pachyderm data integration configured will now show a link to the Pachyderm + repo in the trial view page. The link to the Pachyderm repo will also be available when viewing + checkpoints derived from the Pachyderm data. From c0d4e45019375e5f2e1e89eef991440e96a057d8 Mon Sep 17 00:00:00 2001 From: Ashton Galloway Date: Tue, 23 Jul 2024 18:53:06 -0400 Subject: [PATCH 3/5] fix rst --- docs/release-notes/basic-lineage.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/release-notes/basic-lineage.rst b/docs/release-notes/basic-lineage.rst index d04b32e6509..d85d237268e 100644 --- a/docs/release-notes/basic-lineage.rst +++ b/docs/release-notes/basic-lineage.rst @@ -2,8 +2,8 @@ **New Features** -* WebUI: View Pachyderm data lineage +- WebUI: View Pachyderm data lineage - * Experiments with a Pachyderm data integration configured will now show a link to the Pachyderm - repo in the trial view page. The link to the Pachyderm repo will also be available when viewing - checkpoints derived from the Pachyderm data. + - Experiments with a Pachyderm data integration configured will now show a link to the Pachyderm + repo in the trial view page. The link to the Pachyderm repo will also be available when + viewing checkpoints derived from the Pachyderm data. From ddee5c9f21ef01feb1c1d15b1d40128a27b327ec Mon Sep 17 00:00:00 2001 From: "Ashton G." Date: Wed, 24 Jul 2024 11:31:59 -0400 Subject: [PATCH 4/5] Apply suggestions from code review Co-authored-by: Tara --- docs/release-notes/basic-lineage.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/release-notes/basic-lineage.rst b/docs/release-notes/basic-lineage.rst index d85d237268e..05f9af3b635 100644 --- a/docs/release-notes/basic-lineage.rst +++ b/docs/release-notes/basic-lineage.rst @@ -4,6 +4,6 @@ - WebUI: View Pachyderm data lineage - - Experiments with a Pachyderm data integration configured will now show a link to the Pachyderm - repo in the trial view page. The link to the Pachyderm repo will also be available when +- Experiments with configured Pachyderm data integration now display a link to the Pachyderm +repo in the trial view page. The link is also available when viewing checkpoints derived from the Pachyderm data. From ebfe7374f9e7abb312d30dc1e0622b2a08070074 Mon Sep 17 00:00:00 2001 From: Ashton Galloway Date: Wed, 24 Jul 2024 11:34:52 -0400 Subject: [PATCH 5/5] lint --- docs/release-notes/basic-lineage.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/release-notes/basic-lineage.rst b/docs/release-notes/basic-lineage.rst index 05f9af3b635..6424d42b0a5 100644 --- a/docs/release-notes/basic-lineage.rst +++ b/docs/release-notes/basic-lineage.rst @@ -4,6 +4,6 @@ - WebUI: View Pachyderm data lineage -- Experiments with configured Pachyderm data integration now display a link to the Pachyderm -repo in the trial view page. The link is also available when - viewing checkpoints derived from the Pachyderm data. +- Experiments with configured Pachyderm data integration now display a link to the Pachyderm repo + in the trial view page. The link is also available when viewing checkpoints derived from the + Pachyderm data.