You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
6543 fe628d8406
Vendor Update (#14696)
* github.com/yuin/goldmark v1.3.1 -> v1.3.2

* github.com/xanzy/go-gitlab v0.42.0 -> v0.44.0

* github.com/prometheus/client_golang v1.8.0 -> v1.9.0

* github.com/minio/minio-go v7.0.7 -> v7.0.9

* github.com/lafriks/xormstore v1.3.2 -> v1.4.0

Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
3 years ago
..
.gitignore Add support for migrating from Gitlab (#9084) 4 years ago
.golangci.yml Vendor Update (#14496) 3 years ago
LICENSE Vendor Update (#14696) 3 years ago
README.md Vendor Update (#14696) 3 years ago
access_requests.go Vendor Update (#14696) 3 years ago
applications.go Vendor Update (#14696) 3 years ago
audit_events.go Vendor Update (#14696) 3 years ago
award_emojis.go Vendor Update (#14696) 3 years ago
boards.go Vendor Update (#14696) 3 years ago
branches.go Vendor Update (#14696) 3 years ago
broadcast_messages.go Vendor Update (#14696) 3 years ago
ci_yml_templates.go Vendor Update (#14696) 3 years ago
client_options.go Vendor Update (#14696) 3 years ago
commits.go Vendor Update (#14696) 3 years ago
custom_attributes.go Vendor Update (#14696) 3 years ago
deploy_keys.go Vendor Update (#14696) 3 years ago
deploy_tokens.go Vendor Update (#14696) 3 years ago
deployments.go Vendor Update (#14696) 3 years ago
discussions.go Vendor Update (#14696) 3 years ago
environments.go Vendor Update (#14696) 3 years ago
epic_issues.go Vendor Update (#14696) 3 years ago
epics.go Vendor Update (#14696) 3 years ago
event_parsing.go Vendor Update (#14696) 3 years ago
event_systemhook_types.go Vendor Update (#14696) 3 years ago
event_webhook_types.go Vendor Update (#14696) 3 years ago
events.go Vendor Update (#14696) 3 years ago
feature_flags.go Vendor Update (#14696) 3 years ago
freeze_periods.go Vendor Update (#14696) 3 years ago
gitignore_templates.go Vendor Update (#14696) 3 years ago
gitlab.go Vendor Update (#14696) 3 years ago
go.mod Vendor Update: go-gitlab v0.22.1 -> v0.31.0 (#11136) 4 years ago
go.sum Vendor Update: go-gitlab v0.22.1 -> v0.31.0 (#11136) 4 years ago
group_badges.go Vendor Update (#14696) 3 years ago
group_boards.go Vendor Update (#14696) 3 years ago
group_clusters.go Vendor Update (#14696) 3 years ago
group_hooks.go Vendor Update (#14696) 3 years ago
group_labels.go Vendor Update (#14696) 3 years ago
group_members.go Vendor Update (#14696) 3 years ago
group_milestones.go Vendor Update (#14696) 3 years ago
group_variables.go Vendor Update (#14696) 3 years ago
group_wikis.go Vendor Update (#14696) 3 years ago
groups.go Vendor Update (#14696) 3 years ago
instance_clusters.go Vendor Update (#14696) 3 years ago
instance_variables.go Vendor Update (#14696) 3 years ago
invites.go Vendor Update (#14696) 3 years ago
issue_links.go Vendor Update (#14696) 3 years ago
issues.go Vendor Update (#14696) 3 years ago
issues_statistics.go Vendor Update (#14696) 3 years ago
jobs.go Vendor Update (#14696) 3 years ago
keys.go Vendor Update (#14696) 3 years ago
labels.go Vendor Update (#14696) 3 years ago
license.go Vendor Update (#14696) 3 years ago
license_templates.go Vendor Update (#14696) 3 years ago
merge_request_approvals.go Vendor Update (#14696) 3 years ago
merge_requests.go Vendor Update (#14696) 3 years ago
milestones.go Vendor Update (#14696) 3 years ago
namespaces.go Vendor Update (#14696) 3 years ago
notes.go Vendor Update (#14696) 3 years ago
notifications.go Vendor Update (#14696) 3 years ago
packages.go Vendor Update (#14696) 3 years ago
pages_domains.go Vendor Update (#14696) 3 years ago
pipeline_schedules.go Vendor Update (#14696) 3 years ago
pipeline_triggers.go Vendor Update (#14696) 3 years ago
pipelines.go Vendor Update (#14696) 3 years ago
project_badges.go Vendor Update (#14696) 3 years ago
project_clusters.go Vendor Update (#14696) 3 years ago
project_import_export.go Vendor Update (#14696) 3 years ago
project_members.go Vendor Update (#14696) 3 years ago
project_mirror.go Vendor Update (#14696) 3 years ago
project_snippets.go Vendor Update (#14696) 3 years ago
project_variables.go Vendor Update (#14696) 3 years ago
projects.go Vendor Update (#14696) 3 years ago
protected_branches.go Vendor Update (#14696) 3 years ago
protected_environments.go Vendor Update (#14696) 3 years ago
protected_tags.go Vendor Update (#14696) 3 years ago
registry.go Vendor Update (#14696) 3 years ago
releaselinks.go Vendor Update (#14696) 3 years ago
releases.go Vendor Update (#14696) 3 years ago
repositories.go Vendor Update (#14696) 3 years ago
repository_files.go Vendor Update (#14696) 3 years ago
request_options.go Vendor Update (#14696) 3 years ago
resource_label_events.go Vendor Update (#14696) 3 years ago
resource_state_events.go Vendor Update (#14696) 3 years ago
runners.go Vendor Update (#14696) 3 years ago
search.go Vendor Update (#14696) 3 years ago
services.go Vendor Update (#14696) 3 years ago
settings.go Vendor Update (#14696) 3 years ago
sidekiq_metrics.go Vendor Update (#14696) 3 years ago
snippets.go Vendor Update (#14696) 3 years ago
strings.go Vendor Update (#14696) 3 years ago
system_hooks.go Vendor Update (#14696) 3 years ago
tags.go Vendor Update (#14696) 3 years ago
time_stats.go Vendor Update (#14696) 3 years ago
todos.go Vendor Update (#14696) 3 years ago
types.go Vendor Update (#14696) 3 years ago
users.go Vendor Update (#14696) 3 years ago
validate.go Vendor Update (#14696) 3 years ago
version.go Vendor Update (#14696) 3 years ago
wikis.go Vendor Update (#14696) 3 years ago

README.md

go-gitlab

A GitLab API client enabling Go programs to interact with GitLab in a simple and uniform way

Build Status Sourcegraph GoDoc Go Report Card

NOTE

Release v0.6.0 (released on 25-08-2017) no longer supports the older V3 Gitlab API. If you need V3 support, please use the f-api-v3 branch. This release contains some backwards incompatible changes that were needed to fully support the V4 Gitlab API.

Coverage

This API client package covers most of the existing Gitlab API calls and is updated regularly to add new and/or missing endpoints. Currently the following services are supported:

  • Applications
  • Award Emojis
  • Branches
  • Broadcast Messages
  • Commits
  • Container Registry
  • Custom Attributes
  • Deploy Keys
  • Deployments
  • Discussions (threaded comments)
  • Environments
  • Epic Issues
  • Epics
  • Events
  • Feature Flags
  • Geo Nodes
  • GitLab CI Config Templates
  • Gitignores Templates
  • Group Access Requests
  • Group Issue Boards
  • Group Members
  • Group Milestones
  • Group Wikis
  • Group-Level Variables
  • Groups
  • Instance Clusters
  • Invites
  • Issue Boards
  • Issues
  • Jobs
  • Keys
  • Labels
  • License
  • Merge Request Approvals
  • Merge Requests
  • Namespaces
  • Notes (comments)
  • Notification Settings
  • Open Source License Templates
  • Pages Domains
  • Pipeline Schedules
  • Pipeline Triggers
  • Pipelines
  • Project Access Requests
  • Project Badges
  • Project Clusters
  • Project Import/export
  • Project Members
  • Project Milestones
  • Project Snippets
  • Project-Level Variables
  • Projects (including setting Webhooks)
  • Protected Branches
  • Protected Environments
  • Protected Tags
  • Repositories
  • Repository Files
  • Runners
  • Search
  • Services
  • Settings
  • Sidekiq Metrics
  • System Hooks
  • Tags
  • Todos
  • Users
  • Validate CI Configuration
  • Version
  • Wikis

Usage

import "github.com/xanzy/go-gitlab"

Construct a new GitLab client, then use the various services on the client to access different parts of the GitLab API. For example, to list all users:

git, err := gitlab.NewClient("yourtokengoeshere")
if err != nil {
  log.Fatalf("Failed to create client: %v", err)
}
users, _, err := git.Users.ListUsers(&gitlab.ListUsersOptions{})

There are a few With... option functions that can be used to customize the API client. For example, to set a custom base URL:

git, err := gitlab.NewClient("yourtokengoeshere", gitlab.WithBaseURL("https://git.mydomain.com/api/v4"))
if err != nil {
  log.Fatalf("Failed to create client: %v", err)
}
users, _, err := git.Users.ListUsers(&gitlab.ListUsersOptions{})

Some API methods have optional parameters that can be passed. For example, to list all projects for user "svanharmelen":

git := gitlab.NewClient("yourtokengoeshere")
opt := &ListProjectsOptions{Search: gitlab.String("svanharmelen")}
projects, _, err := git.Projects.ListProjects(opt)

Examples

The examples directory contains a couple for clear examples, of which one is partially listed here as well:

package main

import (
	"log"

	"github.com/xanzy/go-gitlab"
)

func main() {
	git, err := gitlab.NewClient("yourtokengoeshere")
	if err != nil {
		log.Fatalf("Failed to create client: %v", err)
	}

	// Create new project
	p := &gitlab.CreateProjectOptions{
		Name:                 gitlab.String("My Project"),
		Description:          gitlab.String("Just a test project to play with"),
		MergeRequestsEnabled: gitlab.Bool(true),
		SnippetsEnabled:      gitlab.Bool(true),
		Visibility:           gitlab.Visibility(gitlab.PublicVisibility),
	}
	project, _, err := git.Projects.CreateProject(p)
	if err != nil {
		log.Fatal(err)
	}

	// Add a new snippet
	s := &gitlab.CreateProjectSnippetOptions{
		Title:           gitlab.String("Dummy Snippet"),
		FileName:        gitlab.String("snippet.go"),
		Content:         gitlab.String("package main...."),
		Visibility:      gitlab.Visibility(gitlab.PublicVisibility),
	}
	_, _, err = git.ProjectSnippets.CreateSnippet(project.ID, s)
	if err != nil {
		log.Fatal(err)
	}
}

For complete usage of go-gitlab, see the full package docs.

ToDo

  • The biggest thing this package still needs is tests 😞

Issues

Author

Sander van Harmelen (sander@vanharmelen.nl)

License

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0