python操作gitlab 批量执行分支创建、删除、重命名、代码merge请求创建、自动merge等操作
2022-04-13 02:58:08 2.66MB python-gitlab
1
gitlab-ce-10.0.4-ce.0.el6.x86_64.rpm.zip
2022-04-06 17:58:27 330.33MB gitlabce
1
永远1积分,程序猿Git代码自动提交神器,具体用法请参考: https://blog.csdn.net/qq_16127313/article/details/123440340
2022-04-06 00:58:50 33.71MB git github gitlab
1
centos中使用docker搭建gitlab+jenkins做持续集成
2022-04-06 00:58:39 3.28MB gitlab centos docker
1
gitlab-runner一整套配置,结合gitlab:11.1,实现持续集成部署
2022-04-06 00:56:53 164.03MB ci gitlab-runner gitlab
1
#介绍 Dockerfile 使用 JDK、maven、git 和 openssh 从 sameersbn/gitlab-ci-runner 基本映像构建 GitLab CI Runner。 安装了 Java7、maven、git 和 openssh。 运行此镜像后,您可以使用root通过ssh登录此运行程序,密码为123456。 #安装 从 docker 索引中拉取最新版本的镜像。 这是推荐的安装方法,因为将来更容易更新映像。 这些构建由 Docker Trusted Build 服务执行。 docker pull lemonbar/gitlab-runner-jdk-maven:latest 从版本 1.0 开始,您可以通过指定版本号来拉取特定版本。 例如, docker pull lemonbar/gitlab-runner-jdk-maven:1.0 或者,您可以自己构建
2022-03-30 00:23:20 4KB Shell
1
主要介绍了Pycharm连接gitlab实现过程图解,文中通过示例代码介绍的非常详细,对大家的学习或者工作具有一定的参考学习价值,需要的朋友可以参考下
2022-03-16 11:03:10 1.35MB Pycharm 连接 gitlab
1
Git 2.33 Release Notes ====================== Updates since Git 2.32 ---------------------- UI, Workflows & Features * "git send-email" learned the "--sendmail-cmd" command line option and the "sendemail.sendmailCmd" configuration variable, which is a more sensible approach than the current way of repurposing the "smtp-server" that is meant to name the server to instead name the command to talk to the server. * The userdiff pattern for C# learned the token "record". * "git rev-list" learns to omit the "commit " header lines from the output with the `--no-commit-header` option. * "git worktree add --lock" learned to record why the worktree is locked with a custom message. Performance, Internal Implementation, Development Support etc. * The code to handle the "--format" option in "for-each-ref" and friends made too many string comparisons on %(atom)s used in the format string, which has been corrected by converting them into enum when the format string is parsed. * Use the hashfile API in the codepath that writes the index file to reduce code duplication. * Repeated rename detections in a sequence of mergy operations have been optimized out for the 'ort' merge strategy. * Preliminary clean-up of tests before the main reftable changes hits the codebase. * The backend for "diff -G/-S" has been updated to use pcre2 engine when available. * Use ".DELETE_ON_ERROR" pseudo target to simplify our Makefile. * Code cleanup around struct_type_init() functions. * "git send-email" optimization. * GitHub Actions / CI update. (merge 0dc787a9f2 js/ci-windows-update later to maint). * Object accesses in repositories with many alternate object store have been optimized. * "git log" has been optimized not to waste cycles to load ref decoration data that may not be needed. * Many "printf"-like helper functions we have have been annotated with __attribute__() to catch placeholder/parameter
2022-03-15 20:03:03 207.84MB git gitlab windows mac
1
gitlab+jenkins+sonar搭建, 以及做综合代码质量分析手册
2022-03-09 15:48:49 2.04MB gitlab+jenki
1
基于linux下Jenkins+gradle+gitlab+Android studio实现APP自动打包详细教程
2022-03-08 09:50:07 2.08MB linux jenkins gitlab gradle
1