Skip to content
Snippets Groups Projects
Commit 4ae6ec24 authored by Huste, Tobias's avatar Huste, Tobias
Browse files

Merge branch 'replace-links-to-codebase.helmholtz.cloud' into 'master'

Replace several links to gitlab.hzdr.de with codebase.helmholtz.cloud

See merge request !679
parents 614b0279 694c8230
No related branches found
No related tags found
1 merge request!679Replace several links to gitlab.hzdr.de with codebase.helmholtz.cloud
Showing
with 51 additions and 51 deletions
......@@ -12,4 +12,4 @@
url = https://github.com/jquery/jquery.git
[submodule "submodules/templates"]
path = submodules/templates
url = https://gitlab.hzdr.de/hifis/overall/templates.git
url = https://codebase.helmholtz.cloud/hifis/overall/templates.git
......@@ -37,7 +37,7 @@ you would like to implement.
Important:
Of course you need your own GitLab account of the
[HZDR GitLab](https://gitlab.hzdr.de/ "HZDR GitLab")
[HZDR GitLab](https://codebase.helmholtz.cloud/ "HZDR GitLab")
instance to do so as well as being added as a group member to the
development team.
......@@ -317,13 +317,13 @@ content:
Before you start, please make sure to add only one Spotlight per Merge Request.
1. If you are not a member of the [hifis.net repository](https://gitlab.hzdr.de/hifis/overall/hifis.net), create a fork of it in your own space.
1. If you are not a member of the [hifis.net repository](https://codebase.helmholtz.cloud/hifis/overall/hifis.net), create a fork of it in your own space.
2. Clone the repository to your local computer and follow the instructions
in the [README.md](https://gitlab.hzdr.de/hifis/overall/hifis.net/-/blob/master/README.md)
in the [README.md](https://codebase.helmholtz.cloud/hifis/overall/hifis.net/-/blob/master/README.md)
to get your local instance up and running.
3. Create a branch for your spotlight.
4. Navigate to `/_spotlights`.
5. Create a copy of [`_template.md`](https://gitlab.hzdr.de/hifis/overall/hifis.net/-/blob/master/_spotlights/_template.md)
5. Create a copy of [`_template.md`](https://codebase.helmholtz.cloud/hifis/overall/hifis.net/-/blob/master/_spotlights/_template.md)
and name it after your software. The markdown file consists of two sections.
It has a yaml header which is used to configure the list view on
[hifis.net/spotlights](https://hifis.net/spotlights) as well as the green
......@@ -343,5 +343,5 @@ Before you start, please make sure to add only one Spotlight per Merge Request.
| Jumbotron | `/assets/img/jumbotrons/` |
| Any image in the paragraph | `/assets/img/spotlights/<name_of_spotlight>/` |
10. Push your changes to GitLab (either your repo, or a [branch in hifis.net](https://gitlab.hzdr.de/hifis/overall/hifis.net)).
10. Push your changes to GitLab (either your repo, or a [branch in hifis.net](https://codebase.helmholtz.cloud/hifis/overall/hifis.net)).
11. Create a new Merge Request. Below the title of the merge request, you will see a drop down list title "Description". Please choose `add_new_software_spotlight` as a template. The text field below will fill with some text and instructions that will help you creating the merge request.
......@@ -10,7 +10,7 @@ is built using Jekyll.
1. Clone the project locally
```bash
git clone --recursive https://gitlab.hzdr.de/hifis/hifis.net.git
git clone --recursive https://codebase.helmholtz.cloud/hifis/hifis.net.git
cd hifis.net
```
2. [Install](https://jekyllrb.com/docs/installation/) Jekyll.
......@@ -72,4 +72,4 @@ make clean # Remove all generated/downloaded files
## Fetch the latest builds from gitlab
The latest master branch (production) build artifacts can be downloaded using
* https://gitlab.hzdr.de/hifis/hifis.net/-/jobs/artifacts/master/download?job=build:production
* https://codebase.helmholtz.cloud/hifis/hifis.net/-/jobs/artifacts/master/download?job=build:production
......@@ -61,7 +61,7 @@ defaults:
hidden: true
gitlab:
project_url: https://gitlab.hzdr.de/hifis/hifis.net
project_url: https://codebase.helmholtz.cloud/hifis/hifis.net
contact_mail: support@hifis.net
helpdesk: support.hifis.net
......
......@@ -5,7 +5,7 @@ layout: event
# workshop, seminar, lecture or discussion
type: workshop
# IDs from https://gitlab.hzdr.de/hifis/software.hifis.net/blob/master/_data/hifis_team.yml
# IDs from https://codebase.helmholtz.cloud/hifis/software.hifis.net/blob/master/_data/hifis_team.yml
organizers:
- schlauch
lecturers:
......
......@@ -5,7 +5,7 @@ layout: event
# workshop, seminar, lecture or discussion
type: workshop
# IDs from https://gitlab.hzdr.de/hifis/software.hifis.net/blob/master/_data/hifis_team.yml
# IDs from https://codebase.helmholtz.cloud/hifis/software.hifis.net/blob/master/_data/hifis_team.yml
organizers:
- schlauch
lecturers:
......
......@@ -35,7 +35,7 @@ Note:
In case you are interested to know how to contribute
to _HIFIS Software_ web-page in general besides writing blog posts
you can find more information in the Contribution Guide
<sup>[[1]](https://gitlab.hzdr.de/hifis/software.hifis.net/blob/master/CONTRIBUTING.md "Contribution Guide")</sup>.
<sup>[[1]](https://codebase.helmholtz.cloud/hifis/software.hifis.net/blob/master/CONTRIBUTING.md "Contribution Guide")</sup>.
## Tools explained
......@@ -123,7 +123,7 @@ like to blog about.
Open a new issue in the _GitLab UI_.
In order to do so, you need an account in GitLab of HZDR
<sup>[[5]](https://gitlab.hzdr.de "HZDR GitLab Instance")</sup>
<sup>[[5]](https://codebase.helmholtz.cloud "HZDR GitLab Instance")</sup>
and being added as member to the respective GitLab project.
Opening an issue is explained in the _GitLab Docs_
<sup>[[6](https://docs.gitlab.com/ce/user/project/issues/managing_issues.html "Managing GitLab Issues")</sup>.
......@@ -270,11 +270,11 @@ you would like to share with us.
## References
* [[1]](https://gitlab.hzdr.de/hifis/software.hifis.net/blob/master/CONTRIBUTING.md "Contribution Guide") Contribution Guide
* [[1]](https://codebase.helmholtz.cloud/hifis/software.hifis.net/blob/master/CONTRIBUTING.md "Contribution Guide") Contribution Guide
* [[2]](https://en.wikipedia.org/wiki/Git "Git (Wikipedia)") Git (Wikipedia)
* [[3]](https://en.wikipedia.org/wiki/GitLab "GitLab (Wikipedia)") GitLab (Wikipedia)
* [[4]](https://en.wikipedia.org/wiki/Jekyll_(software) "Jekyll (Wikipedia)") Jekyll (Wikipedia)
* [[5]](https://gitlab.hzdr.de "HZDR GitLab Instance") HZDR GitLab Instance
* [[5]](https://codebase.helmholtz.cloud "HZDR GitLab Instance") HZDR GitLab Instance
* [[6]](https://docs.gitlab.com/ce/user/project/issues/managing_issues.html "Managing GitLab Issues") Managing GitLab Issues
* [[7]](https://docs.gitlab.com/ce/user/project/repository/web_editor.html#create-a-new-branch "Create a new Branch in GitLab") Create a new Branch in GitLab
* [[8]](hhttps://docs.gitlab.com/ce/user/project/web_ide/#open-the-web-ide "Open GitLab Web IDE") Open GitLab Web IDE
......
......@@ -111,7 +111,7 @@ trainings, events and services in 2020 and forward.
[gfz]: https://www.gfz-potsdam.de/sektion/escience-zentrum/ueberblick
[hzdr]: https://www.hzdr.de/
[ufz]: https://www.ufz.de/
[contributing]: https://gitlab.hzdr.de/hifis/software.hifis.net/blob/master/CONTRIBUTING.md
[contributing]: https://codebase.helmholtz.cloud/hifis/software.hifis.net/blob/master/CONTRIBUTING.md
[cloud-link]: {% link services/cloud/Helmholtz_cloud.md %}
[backbone-link]: {% link services/backbone-overview.md %}
[gitlab-project]: https://gitlab.hzdr.de/hifis/software.hifis.net
[gitlab-project]: https://codebase.helmholtz.cloud/hifis/software.hifis.net
......@@ -227,5 +227,5 @@ Well done!
[ref2]: {% post_url /2019/10/2019-10-29-Blog-Post-Features %}
[ref3]: https://kramdown.gettalong.org/quickref.html
[issue-link]: https://gitlab.hzdr.de/hifis/overall/hifis.net/issues/new?issuable_template=blog-post
[issue-link]: https://codebase.helmholtz.cloud/hifis/overall/hifis.net/issues/new?issuable_template=blog-post
[slug-generator]: https://blog.tersmitten.nl/slugify/
......@@ -236,7 +236,7 @@ Thank you very much for notifying us!
</strong>
or
<strong>
<a href="https://gitlab.hzdr.de/hifis/software.hifis.net/-/issues/new?issue">open an issue</a>
<a href="https://codebase.helmholtz.cloud/hifis/software.hifis.net/-/issues/new?issue">open an issue</a>
</strong>
on <i class="fab fa-gitlab"></i> GitLab.
</p>
......
......@@ -163,7 +163,7 @@ Thereby, the participants were able to apply their acquired _Git_ knowledge to
the User-Interfaces of _GitLab_.
As most of our participants were members of the HZDR and we also had the
sufficient administrative rights to allow access for all other participants, we
chose to use the [institute-local _GitLab_ instance](https://gitlab.hzdr.de)
chose to use the [institute-local _GitLab_ instance](https://codebase.helmholtz.cloud)
for this purpose.
In future workshops with participants from other institutions we might switch to
[_gitlab.com_](https://www.gitlab.com) for this exercise.
......
......@@ -21,8 +21,8 @@ The new workflow uses best-practices continuous integration and continuous deliv
The workflows are based on [Jekyll](https://jekyllrb.com/) and [MkDocs](https://www.mkdocs.org/).
The corresponding repositories are hosted in Gitlab at HZDR and are publicly accessible. You can find them
[here for the HIFIS homepage](https://gitlab.hzdr.de/hifis/hifis.net) and
[here for the HIFIS Documentation](https://gitlab.hzdr.de/hifis/hifis-technical-documentation).
[here for the HIFIS homepage](https://codebase.helmholtz.cloud/hifis/hifis.net) and
[here for the HIFIS Documentation](https://codebase.helmholtz.cloud/hifis/hifis-technical-documentation).
#### HIFIS Helpdesk
Along with the relaunch of the homepage, the new HIFIS-wide helpdesk has started, accessible via
......
......@@ -23,7 +23,7 @@ Thank you for using Helmholtz AAI and our [**pilot services**](https://hifis.net
The statistics of Helmholtz AAI usage can be found in this Gitlab Project:
* <https://gitlab.hzdr.de/hifis/communication/service-usage-plots>
* <https://codebase.helmholtz.cloud/hifis/communication/service-usage-plots>
See also the following plot on
* Number of connected Helmholtz centres
......@@ -31,4 +31,4 @@ See also the following plot on
* Registered end users
* Registered Virtual Organisations (VO)
![Plot of Helmholtz AAI](https://gitlab.hzdr.de/hifis/overall/kpi/kpi-plots-ci/-/raw/9cc4900aa625ad26f298e21f9d40eaa345180f39/plots/plot.png)
![Plot of Helmholtz AAI](https://codebase.helmholtz.cloud/hifis/overall/kpi/kpi-plots-ci/-/raw/9cc4900aa625ad26f298e21f9d40eaa345180f39/plots/plot.png)
......@@ -18,7 +18,7 @@ excerpt: >
# Helmholtz GitLab available
The HIFIS Software team is happy to announce the general availability of the
[Helmholtz GitLab](https://gitlab.hzdr.de) which can be used free-of-charge
[Helmholtz GitLab](https://codebase.helmholtz.cloud) which can be used free-of-charge
by anybody within Helmholtz and their partners.
It is hosted by HIFIS Software entirely on HZDR servers, jointly created by
UFZ and HZDR.
......@@ -28,7 +28,7 @@ given regulations.
## How to access?
Visit [https://gitlab.hzdr.de](https://gitlab.hzdr.de) and login via the
Visit [https://codebase.helmholtz.cloud](https://codebase.helmholtz.cloud) and login via the
[_Helmholtz AAI_]({% post_url 2020/07/2020-07-24-helmholtz-aai %}).
Your account will automatically be provisioned.
......@@ -69,15 +69,15 @@ with the published [Ansible roles][roles].
</div>
[issue-tracker]: https://gitlab.hzdr.de/help/user/project/issues/index.md#issues-list
[merge-requests]: https://gitlab.hzdr.de/help/user/project/merge_requests/index.md
[issue-boards]: https://gitlab.hzdr.de/help/user/project/issues/index.md#issue-boards
[ci]: https://gitlab.hzdr.de/help/ci/index.md
[registry]: https://gitlab.hzdr.de/help/user/packages/container_registry/index.md
[pages]: https://gitlab.hzdr.de/help/user/project/pages/index.md
[packages]: https://gitlab.hzdr.de/help/user/packages/package_registry/index.md
[conan]: https://gitlab.hzdr.de/help/user/packages/conan_repository/index.md
[pypi]: https://gitlab.hzdr.de/help/user/packages/pypi_repository/index.md
[new-to-git]: https://gitlab.hzdr.de/help/#new-to-git-and-gitlab
[ansible-deployment]: https://gitlab.hzdr.de/hifis-software-deployment/gitlab
[issue-tracker]: https://codebase.helmholtz.cloud/help/user/project/issues/index.md#issues-list
[merge-requests]: https://codebase.helmholtz.cloud/help/user/project/merge_requests/index.md
[issue-boards]: https://codebase.helmholtz.cloud/help/user/project/issues/index.md#issue-boards
[ci]: https://codebase.helmholtz.cloud/help/ci/index.md
[registry]: https://codebase.helmholtz.cloud/help/user/packages/container_registry/index.md
[pages]: https://codebase.helmholtz.cloud/help/user/project/pages/index.md
[packages]: https://codebase.helmholtz.cloud/help/user/packages/package_registry/index.md
[conan]: https://codebase.helmholtz.cloud/help/user/packages/conan_repository/index.md
[pypi]: https://codebase.helmholtz.cloud/help/user/packages/pypi_repository/index.md
[new-to-git]: https://codebase.helmholtz.cloud/help/#new-to-git-and-gitlab
[ansible-deployment]: https://codebase.helmholtz.cloud/hifis-software-deployment/gitlab
[roles]: https://gitlab.com/hifis/ansible
......@@ -28,7 +28,7 @@ In fall 2021, Helmholtz AAI will be presented in longer form at the upcoming DFN
See here for some detailed information as mentioned in the presentation.
* AAI usage statistics: <https://gitlab.hzdr.de/hifis/communication/service-usage-plots>
* AAI usage statistics: <https://codebase.helmholtz.cloud/hifis/communication/service-usage-plots>
* Pilot Services: <https://hifis.net/doc/service-integration/pilot-services/pilot-services>
* Supported Virtual Organisations: <https://hifis.net/doc/backbone-aai/list-of-vos>
* Connected Helmholtz Centres: <https://hifis.net/doc/backbone-aai/list-of-connected-centers>
......
......@@ -11,7 +11,7 @@ categories:
redirect_from:
- tutorials/2021/06/02/easy-diagram-creation-in-gitlab.html
excerpt: >
Recently, the Helmholtz-wide software development platform (<a href="https://gitlab.hzdr.de">Gitlab</a>) has been extended
Recently, the Helmholtz-wide software development platform (<a href="https://codebase.helmholtz.cloud">Gitlab</a>) has been extended
with the ability to create diagrams from textual descriptions.
This post will help you getting started with this new feature.
......@@ -26,7 +26,7 @@ both allowing to **quickly create plots**, as well as
collaboratively build and maintain **complex graphs**.
All graphs are built from simple scripts directly in Gitlab using a plugin named [Kroki](https://kroki.io/).
Such scripts can be used in any place on the [Helmholtz-wide Gitlab](https://gitlab.hzdr.de)
Such scripts can be used in any place on the [Helmholtz-wide Gitlab](https://codebase.helmholtz.cloud)
where Markdown is supported:
* Markdown documents inside repositories
* Comments
......@@ -36,7 +36,7 @@ where Markdown is supported:
* Snippets (the snippet must be named with a `.md` extension)
* Wiki pages
<a href="https://gitlab.hzdr.de/examples/kroki"
<a href="https://codebase.helmholtz.cloud/examples/kroki"
class="btn btn-outline-secondary"
title="Link to examples in Gitlab">
<i class="fas fa-lightbulb"></i> Click here for examples in Gitlab!</a>
......@@ -632,7 +632,7 @@ The service is provided by HIFIS Software and is hosted entirely on HZDR
servers.
It does not share any data with external providers.
As usual, the deployment can be reproduced via the corresponding
[project](https://gitlab.hzdr.de/hifis-software-deployment/kroki) -
[project](https://codebase.helmholtz.cloud/hifis-software-deployment/kroki) -
only accessible for employees within Helmholtz.
## Comments and Suggestions
......
......@@ -35,4 +35,4 @@ If you need assistance or want to give feedback, please **contact us at <mailto:
---
#### Changelog
- 2022-02-23 -- This article was originally posted on [aai.helmholtz.de](https://gitlab.hzdr.de/helmholtz-aai/aai.helmholtz.de/-/blob/2d3ba7224073775b11e4391ec8f9ff1f5dc2b637/_posts/2021/08/2021-08-20-support-punch4nfdi.md) and has been slightly reformatted for this site.
- 2022-02-23 -- This article was originally posted on [aai.helmholtz.de](https://codebase.helmholtz.cloud/helmholtz-aai/aai.helmholtz.de/-/blob/2d3ba7224073775b11e4391ec8f9ff1f5dc2b637/_posts/2021/08/2021-08-20-support-punch4nfdi.md) and has been slightly reformatted for this site.
......@@ -68,8 +68,8 @@ We will also supply a small video demonstration for using HTS with webFTS in the
Technical instructions for setting up an endpoint for HTS can be found [**here in our Technical Documentation**](https://hifis.net/doc/core-services/fts-endpoint/).
* A pre-configured version that can be deployed easily is available as a Docker image for either standalone or Kubernetes deployments in [this gitlab repository](https://gitlab.hzdr.de/hifis/fts-apache-k8s).
* In case an administrator wants to set up the endpoint on their own, installation and configuration instructions are available in [another repository](https://gitlab.hzdr.de/hifis/hifis-transfer-service).
* A pre-configured version that can be deployed easily is available as a Docker image for either standalone or Kubernetes deployments in [this gitlab repository](https://codebase.helmholtz.cloud/hifis/fts-apache-k8s).
* In case an administrator wants to set up the endpoint on their own, installation and configuration instructions are available in [another repository](https://codebase.helmholtz.cloud/hifis/hifis-transfer-service).
#### The road ahead
......
......@@ -19,7 +19,7 @@ excerpt: >
After a brief pitch in the previous meeting, Helmholtz AAI is being [presented in full breadth in the 75. DFN Betriebstagung](https://www.dfn.de/veranstaltungen/bt/infos/to-bt/#c18414).
* The [presentation slides can be viewed here](https://marcus.hardt-it.de/2110-Helmholtz-AAI-DFN).
* Sources for the same are accessible at the [Helmholtz Gitlab](https://gitlab.hzdr.de/helmholtz-aai/presentations/-/tree/master/2110-Helmholtz-AAI-DFN).
* Sources for the same are accessible at the [Helmholtz Gitlab](https://codebase.helmholtz.cloud/helmholtz-aai/presentations/-/tree/master/2110-Helmholtz-AAI-DFN).
#### Details
......@@ -40,5 +40,5 @@ and federations
Find more detailed information on:
* [Helmholtz AAI documentation](https://hifis.net/doc/helmholtz-aai/)
* [Helmholtz AAI usage statistics](https://gitlab.hzdr.de/hifis/overall/kpi/kpi-plots-ci/-/jobs/artifacts/master/file/plots/202102_Backbone/plot.png?job=plot_general)
* [Helmholtz AAI usage statistics](https://codebase.helmholtz.cloud/hifis/overall/kpi/kpi-plots-ci/-/jobs/artifacts/master/file/plots/202102_Backbone/plot.png?job=plot_general)
* [Overview on connected services](https://hifis.net/doc/cloud-services/list-of-services/) on different integration levels
......@@ -34,7 +34,7 @@ Approximately 55% of them were from researchers, the remaining fraction was dist
All six research areas were represented.
Results are presented and discussed in an [**analysis report that is available here**](https://gitlab.hzdr.de/hifis/overall/surveys/survey-2021/analysis/-/jobs/artifacts/master/raw/report/hifis-survey-2021.pdf?job=build:graphsreport).
Results are presented and discussed in an [**analysis report that is available here**](https://codebase.helmholtz.cloud/hifis/overall/surveys/survey-2021/analysis/-/jobs/artifacts/master/raw/report/hifis-survey-2021.pdf?job=build:graphsreport).
### Data and Analysis Repositories
......@@ -42,9 +42,9 @@ The data and the complete analysis pipeline as well as the report sources are av
You are invited to check the data and/or do your own analyses.
If you happen to find new interesting results, we'd appreciate [if you tell us](mailto:support@hifis.net)!
* The data set, excluding free text answers, is provided here: <https://gitlab.hzdr.de/hifis/overall/surveys/survey-2021/data>
* The analysis scripts and report sources are located here: <https://gitlab.hzdr.de/hifis/overall/surveys/survey-2021/analysis>
* The analysis backend is built on the HIFIS Surveyval Framework, which can be found here: <https://gitlab.hzdr.de/hifis/overall/surveys/hifis-surveyval>
* The data set, excluding free text answers, is provided here: <https://codebase.helmholtz.cloud/hifis/overall/surveys/survey-2021/data>
* The analysis scripts and report sources are located here: <https://codebase.helmholtz.cloud/hifis/overall/surveys/survey-2021/analysis>
* The analysis backend is built on the HIFIS Surveyval Framework, which can be found here: <https://codebase.helmholtz.cloud/hifis/overall/surveys/hifis-surveyval>
[Write us](mailto:support@hifis.net) if you are interested on details for these.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment