0.10.0 • Published 5 months ago

@commitspark/git-adapter-gitlab v0.10.0

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

Introduction

Commitspark is a workflow-first Content Management System based on Git and GraphQL.

This repository holds code that implements 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).