From 1163aec0d67da1d09f36b6fa13028f8ea7f03a5a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20Kone=C4=8Dn=C3=BD?= Date: Thu, 19 Jan 2023 10:14:19 +0100 Subject: [PATCH] Split the investigation to pagure and gitlab MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This will help us to divide the work on the investigation more efficiently and to work on separate documents regarding this investigation. Signed-off-by: Michal Konečný --- docs/pagure2gitlab/current_situation.rst | 7 ------- docs/pagure2gitlab/gitlab.rst | 4 ++++ docs/pagure2gitlab/index.rst | 6 +++--- docs/pagure2gitlab/pagure.rst | 4 ++++ 4 files changed, 11 insertions(+), 10 deletions(-) delete mode 100644 docs/pagure2gitlab/current_situation.rst create mode 100644 docs/pagure2gitlab/gitlab.rst create mode 100644 docs/pagure2gitlab/pagure.rst diff --git a/docs/pagure2gitlab/current_situation.rst b/docs/pagure2gitlab/current_situation.rst deleted file mode 100644 index 454a9ef..0000000 --- a/docs/pagure2gitlab/current_situation.rst +++ /dev/null @@ -1,7 +0,0 @@ -.. _current_situation: - -Current situation -================= - -This document describes investigation of what could be done with current state of GitLab API -and Pagure API for purpose of the migration tool. diff --git a/docs/pagure2gitlab/gitlab.rst b/docs/pagure2gitlab/gitlab.rst new file mode 100644 index 0000000..e82de02 --- /dev/null +++ b/docs/pagure2gitlab/gitlab.rst @@ -0,0 +1,4 @@ +.. _gitlab: + +GitLab API investigation +======================== diff --git a/docs/pagure2gitlab/index.rst b/docs/pagure2gitlab/index.rst index c81eaf7..3e6c3ff 100644 --- a/docs/pagure2gitlab/index.rst +++ b/docs/pagure2gitlab/index.rst @@ -40,13 +40,13 @@ List of features that would be nice to have. Investigation ------------- -Following are the investigations of current situation and what are the possible solutions to -met the requirements. +Following are the investigations of Pagure options to export the data and GitLab API investigation. .. toctree:: :maxdepth: 1 - current_situation + pagure + gitlab Conclusions diff --git a/docs/pagure2gitlab/pagure.rst b/docs/pagure2gitlab/pagure.rst new file mode 100644 index 0000000..93ec0c1 --- /dev/null +++ b/docs/pagure2gitlab/pagure.rst @@ -0,0 +1,4 @@ +.. _pagure: + +Pagure export options +=====================