# netlify-cms-backend-gitlab

> GitLab backend for Netlify CMS

Latest version **2.13.0** (published 2021-12-28) · MIT license · 0 weekly downloads

## Install

```sh
npm install netlify-cms-backend-gitlab
pnpm add netlify-cms-backend-gitlab
yarn add netlify-cms-backend-gitlab
bun add netlify-cms-backend-gitlab
```

## Health

**Score 40/100 (D)** — status: abandoned.

Positive: esm support; no vulnerabilities; high maintenance score; popular repo.

Warnings: low downloads; no types.

Negative: abandoned.

## Facts

| | |
|---|---|
| Version | 2.13.0 |
| Published | 2021-12-28 |
| First published | 2018-07-26 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | ESM + CommonJS |
| Dependencies | 6 |
| Unpacked size | 1.3 MB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 19404 |
| Maintainers | dengeist, jgee0110, biilmann, marcus.netlify, ehmicky, erezro, lesliecdubs, neolegends, jgantunes, eduardoboucas, charliegerard, netlify-bot, nasiba, zachleat, ascorbic, erquhart |
| Keywords | netlify, netlify-cms, backend, gitlab |

## Links

- npm: https://www.npmjs.com/package/netlify-cms-backend-gitlab
- Repository: https://github.com/netlify/netlify-cms.git#master
- Homepage: https://github.com/netlify/netlify-cms/tree/master#readme
- Issues: https://github.com/netlify/netlify-cms/issues
- npm.io page: https://npm.io/package/netlify-cms-backend-gitlab

## Dependencies (6)

- [js-base64](https://npm.io/package/js-base64.md) ^3.0.0
- [semaphore](https://npm.io/package/semaphore.md) ^1.1.0
- [apollo-client](https://npm.io/package/apollo-client.md) ^2.6.3
- [apollo-link-http](https://npm.io/package/apollo-link-http.md) ^1.5.15
- [apollo-link-context](https://npm.io/package/apollo-link-context.md) ^1.0.18
- [apollo-cache-inmemory](https://npm.io/package/apollo-cache-inmemory.md) ^1.6.2

## Recent versions

- 2.13.0 (latest) — 2021-12-28
- 2.11.0-beta.0 (beta) — 2021-05-03
- 2.3.3-beta.0 (not-latest) — 2019-08-27
- 2.12.0 — 2021-10-18
- 2.11.4 — 2021-06-01
- 2.11.3 — 2021-05-31
- 2.11.2 — 2021-05-19
- 2.11.1 — 2021-05-04
- 2.11.0 — 2021-05-04
- 2.10.0 — 2021-04-14
- 2.9.9 — 2021-02-23
- 2.9.8 — 2021-02-10
- 2.9.7 — 2021-02-01
- 2.9.6 — 2021-01-05
- 2.9.5 — 2020-09-20
- … 42 more at https://npm.io/package/netlify-cms-backend-gitlab/versions

## README

# GitLab backend

An abstraction layer between the CMS and [GitLab](https://docs.gitlab.com/ee/api/README.html)

## Code structure

`Implementation` for [File Management System API](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-lib-util/README.md) based on `Api`. With [Editorial Workflow](https://www.netlifycms.org/docs/beta-features/#gitlab-and-bitbucket-editorial-workflow-support) uses merge requests labels to track unpublished entries statuses.

`Api` - A wrapper for GitLab REST API.

`AuthenticationPage` - A component uses [lib-auth](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-lib-auth/README.md) to facilitate OAuth, PKCE and implicit authentication.

Look at tests or types for more info.

---
_Source: https://npm.io/package/netlify-cms-backend-gitlab · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
