> For the complete documentation index, see [llms.txt](https://documentation.tjhsst.edu/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://documentation.tjhsst.edu/technologies/tools/gitlab.md).

# 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
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

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

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
