0.12.1 • Published 6 months ago

@commitspark/git-adapter-gitlab v0.12.1

Weekly downloads
-
License
ISC
Repository
-
Last release
6 months ago

Introduction

Commitspark is a set of tools to manage structured data with Git through a GraphQL API.

This repository holds code for a Commitspark Git adapter that provides access to Git repositories hosted on GitLab (SaaS).

Usage

Instantiate the adapter with createAdapter() and then call setRepositoryOptions() with GitLabRepositoryOptions on the instance. These options are as follows:

Option nameRequiredDefault valueDescription
projectPathTrueGitLab (SaaS) project path, e.g. myorg/myrepo
tokenTrueGitLab (SaaS) personal access token
pathSchemaFileFalsecommitspark/schema/schema.graphqlPath to schema file in repository
pathEntryFolderFalsecommitspark/entries/Path to folder for content entries

License

The code in this repository is licensed under the permissive ISC license (see LICENSE).

0.12.0

6 months ago

0.12.1

6 months ago

0.11.0

1 year ago

0.10.0

2 years ago

0.9.0

2 years ago