# GitLab

**GitLab** is a MIT-licensed, web-based Git repository manager that provides issue tracking, code hosting, and Continuous Integration (CI)/Continuous Development (CD). The CSL uses GitLab to host Git repositories for the sysadmins (excluding the public repositories for [GitBook](/technologies/tools/gitbook.md), [Ion](/services/ion.md), [Director](/services/director.md), and [Othello](/services/academic-services/othello.md)). The website for the developers behind GitLab can be found at [gitlab.com](https://gitlab.com) and the CSL's self-hosted version can be found at [gitlab.tjhsst.edu](https://gitlab.tjhsst.edu).

## History

The first installation of GitLab occured around September of 2017. All the repositories previously on the [TJCSL Github](https://github.com/tjcsl) had to be manually marked deprecated and moved to the new system. It was reinstalled after the events of the [Cephpocalypse](/machines/history/2018-cephpocalypse.md) during October of 2018.

## Primary Uses

* Hosting repositories (for passcard, ansible, dns, dhcp, qemuconfig, etc.)
* Providing CI pipelines for updates to [DNS](/technologies/networking/dns.md) and [DHCP](/technologies/networking/dhcp.md).


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://documentation.tjhsst.edu/technologies/tools/gitlab.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
