gitlab-api专题提供gitlab-api的最新资讯内容,帮你更好的了解gitlab-api。
我发现了一个问题并通过以下方式获取了详细信息: 获取<code>https://localhost/api/v4/projects/2779/issues/2<
在 <a href="https://docs.gitlab.com/ee/api/notes.html" rel="nofollow noreferrer">documentation for the gitlab api</a> 中,它告诉您
我正在使用: <code> GET https://localhost/api/v4/search?scope=projects&amp;search=test</code> 找到名为“test”
我正在使用为公司部署的自托管 GitLab 实例以及 VS Code。 我在 VS Code 中下载了扩展“GitLab Workflow”
我需要获取文件的最后提交日期。我可以做这个电话: <code>{{gitlabUrl}}/projects/{{repoId}}/repository/files/
在 Azure DevOps 中,我尝试创建一个命令行脚本,该脚本将实际的 DevOps 存储库推送到 GitLab。 <pre><code>gi
我找到了答案: <a href="https://stackoverflow.com/questions/60769827/how-to-get-gitlab-merge-request-description-in-gitlab-ci">How
我需要从存储库 A 到存储库 B 挑选一个提交 我想知道 gitlab 的cherry-pick api 是否可以在两个不同的存储库
下午好, 我正在尝试在 postgresql 数据库中捕获令牌,但似乎 gitlab 管道目前无法执行我正在使用设置 <a h
我正在尝试使用以下端点使用 GitLab api 在文件的特定行上创建关于合并请求的讨论笔记:<a href="https://doc
我们有一个无法在公司网络外部访问的公司 GitLab 服务器。 有没有像 <code>shield.io</code> 那样在那个
我想使用 gitlab4j-api 移动文件/文件夹,根据 <a href="https://docs.gitlab.com/ee/api/commits.html" rel="nofollow noreferrer"
我不知道如何在没有通配符域的自托管 Gitlab 实例上设置 Gitlab 页面。例如,我有 1 个服务器,其中包含
我正在寻找方法或 API 来列出仅在给定时间段(日期范围)内通过合并请求更新/修改的文件。 我很
我正在尝试在 Node js 中实现此 API - <a href="https://docs.gitlab.com/ce/api/projects.html#upload-a-file" rel="nofollow noreferr
我尝试从 GitLab API 获取所有问题。 GitLab API 允许出现分页问题,​​但每页最多 100 个: <a href="http
我似乎无法找到如何使用 GitLab API 获取合并请求的存储库大小。这是 GitLab 合并请求 API 页面: <a href="htt
我在通过其 API 更新 Gitlab 中的某些项目状态时遇到问题, 我收到了这样的身体反应: <pre><code>Response
从星期一开始,我无法使用来自 gitlab 的 lint CI API,这里记录了 <a href="https://docs.gitlab.com/ee/api/lint.html#val
我对使用 Gitlab API 非常陌生。我正在运行当前命令以输出活动用户列表,并将其保存到文件中: <pre><