
Product
Introducing Module Reachability: Focus on the Vulnerabilities That Matter
Module Reachability filters out unreachable CVEs so you can focus on vulnerabilities that actually matter to your application.
@porch/gatsby-source-gitlab-projects
Advanced tools
Gatsby source plugin for getting all project metadata from Gitlab
Gatsby source plugin for fetching project metadata for projects in Gitlab.
npm install @porch/gatsby-source-gitlab-projects
Add the following to your gatsby-config.js
:
module.exports = {
plugins: [
{
resolve: '@porch/gatsby-source-gitlab-projects',
options: {
gitlab: {
domain: 'your-gitlab-domain',
privateToken: 'your-private-token',
},
includeReadme: true,
searchParams: {
// See https://docs.gitlab.com/ee/api/projects.html#list-all-projects
},
groupId: 1 // If provided, will fetch all projects for the given group, see https://docs.gitlab.com/ee/api/groups.html#list-a-groups-projects
}
}
};
Sample Gatsbys GraphQL query:
{
allGitLabProject {
edges {
node {
id
project {
name
name_with_namespace
description
path
web_url
namespace {
id
name
}
}
}
}
}
}
Read the Gatsby documentation for help on using GraphQL.
FAQs
Gatsby source plugin for getting all project metadata from Gitlab
The npm package @porch/gatsby-source-gitlab-projects receives a total of 3 weekly downloads. As such, @porch/gatsby-source-gitlab-projects popularity was classified as not popular.
We found that @porch/gatsby-source-gitlab-projects demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 3 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Product
Module Reachability filters out unreachable CVEs so you can focus on vulnerabilities that actually matter to your application.
Company News
Socket is bringing best-in-class reachability analysis into the platform — cutting false positives, accelerating triage, and cementing our place as the leader in software supply chain security.
Product
Socket is introducing a new way to organize repositories and apply repository-specific security policies.