From 57125556fce76f027157ba17390379b067ae6401 Mon Sep 17 00:00:00 2001 From: DukmakD Date: Mon, 11 May 2026 13:45:56 +0200 Subject: [PATCH 1/9] Create extra.qmd --- tools/gitlab/extra.qmd | 1 + 1 file changed, 1 insertion(+) create mode 100644 tools/gitlab/extra.qmd diff --git a/tools/gitlab/extra.qmd b/tools/gitlab/extra.qmd new file mode 100644 index 000000000..8b1378917 --- /dev/null +++ b/tools/gitlab/extra.qmd @@ -0,0 +1 @@ + From 09f96fb6f9e79c29db69c857ac7a47c60098061f Mon Sep 17 00:00:00 2001 From: DukmakD Date: Mon, 11 May 2026 13:47:07 +0200 Subject: [PATCH 2/9] Add files via upload --- tools/gitlab/GitlLab/_sidebar.yml | 15 +++++++++++++++ tools/gitlab/GitlLab/contact_support.qmd | 7 +++++++ tools/gitlab/GitlLab/cost_access.qmd | 8 ++++++++ tools/gitlab/GitlLab/faq.qmd | 7 +++++++ tools/gitlab/GitlLab/index.qmd | 21 +++++++++++++++++++++ tools/gitlab/GitlLab/quick_start.qmd | 3 +++ 6 files changed, 61 insertions(+) create mode 100644 tools/gitlab/GitlLab/_sidebar.yml create mode 100644 tools/gitlab/GitlLab/contact_support.qmd create mode 100644 tools/gitlab/GitlLab/cost_access.qmd create mode 100644 tools/gitlab/GitlLab/faq.qmd create mode 100644 tools/gitlab/GitlLab/index.qmd create mode 100644 tools/gitlab/GitlLab/quick_start.qmd diff --git a/tools/gitlab/GitlLab/_sidebar.yml b/tools/gitlab/GitlLab/_sidebar.yml new file mode 100644 index 000000000..a2f95adfe --- /dev/null +++ b/tools/gitlab/GitlLab/_sidebar.yml @@ -0,0 +1,15 @@ + website: + sidebar: + - id: sb-gitlab + collapse-level: 4 + contents: + - section: Gitlab + href: tools/gitlab/index.qmd + contents: + - href: tools/gitlab/index.qmd + text: What is Gitlab? + - tools/gitlab/cost_access.qmd + - tools/gitlab/contact_support.qmd + - tools/gitlab/quick_start.qmd + - tools/gitlab/faq.qmd + diff --git a/tools/gitlab/GitlLab/contact_support.qmd b/tools/gitlab/GitlLab/contact_support.qmd new file mode 100644 index 000000000..3ad4236b5 --- /dev/null +++ b/tools/gitlab/GitlLab/contact_support.qmd @@ -0,0 +1,7 @@ +--- +title: Support and Contact +--- + +For questions on how to use Gitlab you can contact + +For technical support you can contact the [RDM Support Desk](mailto:rdm@vu.nl?subject=Gitlab). diff --git a/tools/gitlab/GitlLab/cost_access.qmd b/tools/gitlab/GitlLab/cost_access.qmd new file mode 100644 index 000000000..a54e47ce4 --- /dev/null +++ b/tools/gitlab/GitlLab/cost_access.qmd @@ -0,0 +1,8 @@ +--- +title: Costs and Getting Access +--- + +## How to request access + +## Costs +There are no direct costs involved. diff --git a/tools/gitlab/GitlLab/faq.qmd b/tools/gitlab/GitlLab/faq.qmd new file mode 100644 index 000000000..6e0948fa8 --- /dev/null +++ b/tools/gitlab/GitlLab/faq.qmd @@ -0,0 +1,7 @@ +--- +title: FAQ +categories: [] +description: "Frequently asked questions about GitLab" +--- + +### What is GitLab? diff --git a/tools/gitlab/GitlLab/index.qmd b/tools/gitlab/GitlLab/index.qmd new file mode 100644 index 000000000..d0f47cd1e --- /dev/null +++ b/tools/gitlab/GitlLab/index.qmd @@ -0,0 +1,21 @@ +--- +title: Gitlab +categories: [Virtual Research Environment] +--- + +## What is it? +GitLab is a web-based platform for version control and collaboration on code-based projects. It enables researchers to store, manage, and share code, track changes over time, and collaborate with others using Git repositories. + + +## What can it be used for? +GitLab can be used to support the development and management of code-based research projects. Common use cases include: + +- Version control of code and scripts: Track changes over time, revert to previous versions, and maintain a clear history of your work. + +- Collaboration on research projects: Work together with colleagues on shared codebases, contribute changes, and review each other’s work. + +- Project management: Organise tasks, report issues, and track progress using built-in issue boards. + +- Reproducible research: Maintain structured and well-documented code to ensure analyses can be reproduced and verified. + +- Automation of workflows (CI/CD): Automatically test, validate, or deploy code when changes are made. diff --git a/tools/gitlab/GitlLab/quick_start.qmd b/tools/gitlab/GitlLab/quick_start.qmd new file mode 100644 index 000000000..f84ac1cb3 --- /dev/null +++ b/tools/gitlab/GitlLab/quick_start.qmd @@ -0,0 +1,3 @@ +--- +title: Quick Start +--- From c5a41671584000c376fd5877efaf186deff63793 Mon Sep 17 00:00:00 2001 From: DukmakD Date: Mon, 11 May 2026 13:47:42 +0200 Subject: [PATCH 3/9] Delete tools/gitlab/GitlLab directory --- tools/gitlab/GitlLab/_sidebar.yml | 15 --------------- tools/gitlab/GitlLab/contact_support.qmd | 7 ------- tools/gitlab/GitlLab/cost_access.qmd | 8 -------- tools/gitlab/GitlLab/faq.qmd | 7 ------- tools/gitlab/GitlLab/index.qmd | 21 --------------------- tools/gitlab/GitlLab/quick_start.qmd | 3 --- 6 files changed, 61 deletions(-) delete mode 100644 tools/gitlab/GitlLab/_sidebar.yml delete mode 100644 tools/gitlab/GitlLab/contact_support.qmd delete mode 100644 tools/gitlab/GitlLab/cost_access.qmd delete mode 100644 tools/gitlab/GitlLab/faq.qmd delete mode 100644 tools/gitlab/GitlLab/index.qmd delete mode 100644 tools/gitlab/GitlLab/quick_start.qmd diff --git a/tools/gitlab/GitlLab/_sidebar.yml b/tools/gitlab/GitlLab/_sidebar.yml deleted file mode 100644 index a2f95adfe..000000000 --- a/tools/gitlab/GitlLab/_sidebar.yml +++ /dev/null @@ -1,15 +0,0 @@ - website: - sidebar: - - id: sb-gitlab - collapse-level: 4 - contents: - - section: Gitlab - href: tools/gitlab/index.qmd - contents: - - href: tools/gitlab/index.qmd - text: What is Gitlab? - - tools/gitlab/cost_access.qmd - - tools/gitlab/contact_support.qmd - - tools/gitlab/quick_start.qmd - - tools/gitlab/faq.qmd - diff --git a/tools/gitlab/GitlLab/contact_support.qmd b/tools/gitlab/GitlLab/contact_support.qmd deleted file mode 100644 index 3ad4236b5..000000000 --- a/tools/gitlab/GitlLab/contact_support.qmd +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: Support and Contact ---- - -For questions on how to use Gitlab you can contact - -For technical support you can contact the [RDM Support Desk](mailto:rdm@vu.nl?subject=Gitlab). diff --git a/tools/gitlab/GitlLab/cost_access.qmd b/tools/gitlab/GitlLab/cost_access.qmd deleted file mode 100644 index a54e47ce4..000000000 --- a/tools/gitlab/GitlLab/cost_access.qmd +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: Costs and Getting Access ---- - -## How to request access - -## Costs -There are no direct costs involved. diff --git a/tools/gitlab/GitlLab/faq.qmd b/tools/gitlab/GitlLab/faq.qmd deleted file mode 100644 index 6e0948fa8..000000000 --- a/tools/gitlab/GitlLab/faq.qmd +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: FAQ -categories: [] -description: "Frequently asked questions about GitLab" ---- - -### What is GitLab? diff --git a/tools/gitlab/GitlLab/index.qmd b/tools/gitlab/GitlLab/index.qmd deleted file mode 100644 index d0f47cd1e..000000000 --- a/tools/gitlab/GitlLab/index.qmd +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: Gitlab -categories: [Virtual Research Environment] ---- - -## What is it? -GitLab is a web-based platform for version control and collaboration on code-based projects. It enables researchers to store, manage, and share code, track changes over time, and collaborate with others using Git repositories. - - -## What can it be used for? -GitLab can be used to support the development and management of code-based research projects. Common use cases include: - -- Version control of code and scripts: Track changes over time, revert to previous versions, and maintain a clear history of your work. - -- Collaboration on research projects: Work together with colleagues on shared codebases, contribute changes, and review each other’s work. - -- Project management: Organise tasks, report issues, and track progress using built-in issue boards. - -- Reproducible research: Maintain structured and well-documented code to ensure analyses can be reproduced and verified. - -- Automation of workflows (CI/CD): Automatically test, validate, or deploy code when changes are made. diff --git a/tools/gitlab/GitlLab/quick_start.qmd b/tools/gitlab/GitlLab/quick_start.qmd deleted file mode 100644 index f84ac1cb3..000000000 --- a/tools/gitlab/GitlLab/quick_start.qmd +++ /dev/null @@ -1,3 +0,0 @@ ---- -title: Quick Start ---- From 4b7268a92184d77a0061b7a55681e32028389146 Mon Sep 17 00:00:00 2001 From: DukmakD Date: Mon, 11 May 2026 13:48:09 +0200 Subject: [PATCH 4/9] Add files via upload --- tools/gitlab/_sidebar.yml | 15 +++++++++++++++ tools/gitlab/contact_support.qmd | 7 +++++++ tools/gitlab/cost_access.qmd | 8 ++++++++ tools/gitlab/faq.qmd | 7 +++++++ tools/gitlab/index.qmd | 21 +++++++++++++++++++++ tools/gitlab/quick_start.qmd | 3 +++ 6 files changed, 61 insertions(+) create mode 100644 tools/gitlab/_sidebar.yml create mode 100644 tools/gitlab/contact_support.qmd create mode 100644 tools/gitlab/cost_access.qmd create mode 100644 tools/gitlab/faq.qmd create mode 100644 tools/gitlab/index.qmd create mode 100644 tools/gitlab/quick_start.qmd diff --git a/tools/gitlab/_sidebar.yml b/tools/gitlab/_sidebar.yml new file mode 100644 index 000000000..a2f95adfe --- /dev/null +++ b/tools/gitlab/_sidebar.yml @@ -0,0 +1,15 @@ + website: + sidebar: + - id: sb-gitlab + collapse-level: 4 + contents: + - section: Gitlab + href: tools/gitlab/index.qmd + contents: + - href: tools/gitlab/index.qmd + text: What is Gitlab? + - tools/gitlab/cost_access.qmd + - tools/gitlab/contact_support.qmd + - tools/gitlab/quick_start.qmd + - tools/gitlab/faq.qmd + diff --git a/tools/gitlab/contact_support.qmd b/tools/gitlab/contact_support.qmd new file mode 100644 index 000000000..3ad4236b5 --- /dev/null +++ b/tools/gitlab/contact_support.qmd @@ -0,0 +1,7 @@ +--- +title: Support and Contact +--- + +For questions on how to use Gitlab you can contact + +For technical support you can contact the [RDM Support Desk](mailto:rdm@vu.nl?subject=Gitlab). diff --git a/tools/gitlab/cost_access.qmd b/tools/gitlab/cost_access.qmd new file mode 100644 index 000000000..a54e47ce4 --- /dev/null +++ b/tools/gitlab/cost_access.qmd @@ -0,0 +1,8 @@ +--- +title: Costs and Getting Access +--- + +## How to request access + +## Costs +There are no direct costs involved. diff --git a/tools/gitlab/faq.qmd b/tools/gitlab/faq.qmd new file mode 100644 index 000000000..6e0948fa8 --- /dev/null +++ b/tools/gitlab/faq.qmd @@ -0,0 +1,7 @@ +--- +title: FAQ +categories: [] +description: "Frequently asked questions about GitLab" +--- + +### What is GitLab? diff --git a/tools/gitlab/index.qmd b/tools/gitlab/index.qmd new file mode 100644 index 000000000..d0f47cd1e --- /dev/null +++ b/tools/gitlab/index.qmd @@ -0,0 +1,21 @@ +--- +title: Gitlab +categories: [Virtual Research Environment] +--- + +## What is it? +GitLab is a web-based platform for version control and collaboration on code-based projects. It enables researchers to store, manage, and share code, track changes over time, and collaborate with others using Git repositories. + + +## What can it be used for? +GitLab can be used to support the development and management of code-based research projects. Common use cases include: + +- Version control of code and scripts: Track changes over time, revert to previous versions, and maintain a clear history of your work. + +- Collaboration on research projects: Work together with colleagues on shared codebases, contribute changes, and review each other’s work. + +- Project management: Organise tasks, report issues, and track progress using built-in issue boards. + +- Reproducible research: Maintain structured and well-documented code to ensure analyses can be reproduced and verified. + +- Automation of workflows (CI/CD): Automatically test, validate, or deploy code when changes are made. diff --git a/tools/gitlab/quick_start.qmd b/tools/gitlab/quick_start.qmd new file mode 100644 index 000000000..f84ac1cb3 --- /dev/null +++ b/tools/gitlab/quick_start.qmd @@ -0,0 +1,3 @@ +--- +title: Quick Start +--- From 943acaf6e658b27f9e345dda5e467de0dd6755ca Mon Sep 17 00:00:00 2001 From: DukmakD Date: Mon, 11 May 2026 13:49:00 +0200 Subject: [PATCH 5/9] Delete tools/gitlab/extra.qmd --- tools/gitlab/extra.qmd | 1 - 1 file changed, 1 deletion(-) delete mode 100644 tools/gitlab/extra.qmd diff --git a/tools/gitlab/extra.qmd b/tools/gitlab/extra.qmd deleted file mode 100644 index 8b1378917..000000000 --- a/tools/gitlab/extra.qmd +++ /dev/null @@ -1 +0,0 @@ - From dec59b95653cd9e16c1e7fc3e02761905ce30c67 Mon Sep 17 00:00:00 2001 From: DukmakD Date: Mon, 11 May 2026 13:50:59 +0200 Subject: [PATCH 6/9] Update _quarto.yml --- _quarto.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/_quarto.yml b/_quarto.yml index 4ed6c6222..620d9ffdf 100644 --- a/_quarto.yml +++ b/_quarto.yml @@ -94,4 +94,5 @@ metadata-files: - tools/scisure/_sidebar.yml - tools/snellius/_sidebar.yml - tools/vucomputehub/_sidebar.yml - - tools/yoda/_sidebar.yml \ No newline at end of file + - tools/yoda/_sidebar.yml + - tools/gitlab/_sidebar.yml From 6401426cd4903c34646c6f6685e696c4f849a327 Mon Sep 17 00:00:00 2001 From: DukmakD Date: Mon, 11 May 2026 13:54:12 +0200 Subject: [PATCH 7/9] Include GitLab tool in tools.qmd Add GitLab tool index to the tools list. --- tools.qmd | 1 + 1 file changed, 1 insertion(+) diff --git a/tools.qmd b/tools.qmd index 6294afe14..ff02addff 100644 --- a/tools.qmd +++ b/tools.qmd @@ -20,6 +20,7 @@ listing: - tools/snellius/index.qmd - tools/vucomputehub/index.qmd - tools/yoda/index.qmd + - tools/gitlab/index.qmd sort: false # sort as defined above filter-ui: [title] categories: true From 9c96e063242ea050456fa2192c241d6088b0815b Mon Sep 17 00:00:00 2001 From: DukmakD Date: Mon, 11 May 2026 13:57:38 +0200 Subject: [PATCH 8/9] Update index.qmd --- tools/gitlab/index.qmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/gitlab/index.qmd b/tools/gitlab/index.qmd index d0f47cd1e..ba9b06177 100644 --- a/tools/gitlab/index.qmd +++ b/tools/gitlab/index.qmd @@ -1,5 +1,5 @@ --- -title: Gitlab +title: GitLab categories: [Virtual Research Environment] --- From fcca60a2dea692aa2c8fdcea8a8acda372c4f6b2 Mon Sep 17 00:00:00 2001 From: DukmakD Date: Mon, 11 May 2026 14:09:59 +0200 Subject: [PATCH 9/9] Update index.qmd --- tools/gitlab/index.qmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/gitlab/index.qmd b/tools/gitlab/index.qmd index ba9b06177..3fa184d0c 100644 --- a/tools/gitlab/index.qmd +++ b/tools/gitlab/index.qmd @@ -1,6 +1,6 @@ --- title: GitLab -categories: [Virtual Research Environment] +categories: [Compute] --- ## What is it?