Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
hifis.net
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
HIFIS
Overall
hifis.net
Merge requests
!157
Add GitLab announcement post
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Add GitLab announcement post
announce-gitlab
into
master
Overview
10
Commits
5
Pipelines
0
Changes
6
Merged
Huste, Tobias
requested to merge
announce-gitlab
into
master
4 years ago
Overview
10
Commits
5
Pipelines
0
Changes
6
Expand
0
0
Merge request reports
Compare
master
version 6
f339506d
4 years ago
version 5
0c6cd742
4 years ago
version 4
26812089
4 years ago
version 3
8b5952df
4 years ago
version 2
7cff32db
4 years ago
version 1
6d2fc546
4 years ago
master (base)
and
version 6
latest version
22fb3f5f
5 commits,
4 years ago
version 6
f339506d
4 commits,
4 years ago
version 5
0c6cd742
3 commits,
4 years ago
version 4
26812089
2 commits,
4 years ago
version 3
8b5952df
2 commits,
4 years ago
version 2
7cff32db
1 commit,
4 years ago
version 1
6d2fc546
1 commit,
4 years ago
6 files
+
79
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
6
Search (e.g. *.vue) (Ctrl+P)
_posts/2021/02/2021-02-09-helmholtz-gitlab.md
0 → 100644
+
79
−
0
Options
---
title
:
"
Helmholtz
GitLab
Available"
title_image
:
clark-tibbs-oqStl2L5oxI-unsplash.jpg
data
:
2021-02-09
authors
:
-
huste
layout
:
blogpost
categories
:
-
news
excerpt
:
>
The HIFIS Software team is happy to announce the general availability
of the Helmholtz GitLab which can be used free-of-charge by anybody
within Helmholtz and their partners. It is hosted by HIFIS Software
entirely on HZDR servers.
---
# 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
by anybody within Helmholtz and their partners.
It is hosted by HIFIS Software entirely on HZDR servers, jointly created by
UFZ and HZDR.
## How to access?
Visit
[
https://gitlab.hzdr.de
](
https://gitlab.hzdr.de
)
and login via the
[
**Helmholtz AAI**
](
{%
post_url 2020/07/2020-07-24-helmholtz-aai %}). Your account will automatically be provisioned.
## What do I get?
The service is running the Open Source version of GitLab. It allows you to
*
Host code in repositories with Git version control,
*
Implement project management with an
[
Issue Tracker
][
issue-tracker
]
,
[
Merge Requests
][
merge-requests
]
or
[
Issue Boards
][
issue-boards
]
,
*
Use the provided shared runners for built-in
[
Continuous Integration
][
ci
]
,
*
Host your Docker images using the
[
Container Registry
][
registry
]
,
*
Share your documentation or static websites with
[
Pages
][
pages
]
or
*
Share private or public software
[
packages
][
packages
]
for a variety of common
package managers, e.g.
[
Conan
][
conan
]
(C++) or
[
PyPI
][
pypi
]
(Python).
<i
class=
"far fa-question-circle"
></i>
Want to get started with Git and GitLab?
[
Follow this link
][
new-to-git
]
for a
quick-start introduction.
## Technical Details
We aim to be as open and transparent as possible while hosting the service.
Therefore, we decided to manage the service via Ansible and to make the source code
generally available. Thus, we allow you to reproduce, validate and understand
the deployment of the service via
[
this project
][
ansible-deployment
]
together
with the published
[
Ansible roles
][
roles
]
.
<div
class=
"alert alert-success"
>
<h2
id=
"contact-us"
><i
class=
"fas fa-info-circle"
></i>
In-depth Software Consulting
</h2>
<p>
HIFIS Software offers free-of-charge workshops and consulting to research groups within the Helmholtz umbrella.
You can read more about what we offer on our
<strong><a
href=
"https://software.hifis.net/services"
>
services page
</a></strong>
.
If you work for a Helmholtz-affilliated institution, and think that something like this would be useful to you,
fill in our
<strong><a
href=
"https://software.hifis.net/services/consulting#consultation-request-form"
>
consultation request form
</a></strong>
.
</p>
</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/README.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
[
roles
]:
https://gitlab.com/hifis/ansible
Loading