yiding

Results 17 issues of yiding

Article Reference [Link](https://github.com/yidinghan/blog/blob/master/GitLab-Getting-Start-From-Gerrit.md) # Gitlab ![logo](https://d2mxuefqeaa7sj.cloudfront.net/s_794FAEFB0B2845A072FAC4002EE4E459C17D9F497F3D1C6FA2D2CEA5A9DC0909_1467961424127_file.png) 接下来的文章分三个部分介绍 Gitlab - Gitlab 都有什么? - Gitlab 比 Gerrit 好? - Gitlab 怎么玩? # Table of Content * [Gitlab 都有什么?](#gitlab-都有什么) * [Powerful Code Review](#powerful-code-review)...

GitLab

Article Reference [Link](https://github.com/yidinghan/blog/blob/master/gitlab-changelog-10.x.md) gitlab changelog 10.x - [10.0](#100) - [New User Experience](#new-user-experience) - [Group Merge Requests Search and Filter Bar](#group-merge-requests-search-and-filter-bar) - [New Predefined Variables for User Identity](#new-predefined-variables-for-user-identity) - [10.1](#101) -...

GitLab

Article Reference [Link](https://github.com/yidinghan/blog/blob/master/GitLab-Service-Migration.md) # 前文 Gitlab 服务数据迁移,可能几百年不会遇上一次,但也难免会碰上一次 其实数据迁移很可以很简单的拆分成两步 - 数据备份 - 数据恢复 所以接下来的内容,可以不限于用在数据迁移上,还可以用在灾备,升级测试等等 # 坑 记录下碰上的一些问题,以及需要注意的地方 - Gitlab 版本 - 很好理解,就是 Gitlab 8.12.3 备份的文件,不能直接用在高版本上面 - 8.13.3 的备份就用在 8.13 上面,不要直接在 8.14...

GitLab

article [link](https://github.com/yidinghan/blog/blob/master/Ning-JSConf.md) # NingJSConf JSConf China(JavaScript 中国开发者大会)是一个为期两天的以技术开发者为中心的非营利国际性技术大会,主要关注JavaScript和Node.JS 方面的技术。期间我们将邀请众多国内外JavaScript社区著名的开发者来分享他们的知识及对JavaScript的独到见解。这里是过去几届活动的链接:([2012](http://2012.jsconf.cn/),[2013](http://2013.jsconf.cn/),[2014](http://2014.jsconf.cn/),[2015](http://2015.jsconf.cn/))。去年深圳JS大会的视频可以在 [YouTube](https://www.youtube.com/channel/UCvFAekDfG_dL2Kcbq-vrPXQ) 和 [Tudou](http://www.tudou.com/home/wiredcraft)上看到。今年JS中国开发者大会将在南京于**2016年9月3日 - 9月4日举行.** # Table of Conten * [前端](#前端) * [Vue.js: the Past and the Future](#vue-js-the-past-and-the-future) * [Building Virtual Reality...

nodejs

Article Reference [Link](https://github.com/yidinghan/blog/blob/master/Gitlab-ChangeLog-9-5.md) Release Article: https://about.gitlab.com/2017/08/22/gitlab-9-5-released/ # Automatic Retry for Failed CI Jobs 再次之前,job failed 只能通过手动去进行重试 偶尔一两次还好,多了也会是一件烦心事,特别是失败是一下通过重试就可以解决的问题的时候 通过这一特性,配置一下,就可以远离这种烦恼啦 ```yml test: script: rspec retry: 2 ``` ![automatic-retry-for-failed-ci-jobs](https://about.gitlab.com/images/9_5/ci_retry.png) 更多重试的介绍,[在这里](https://docs.gitlab.com/ee/ci/yaml/#retry) # The End...

GitLab

Article Reference [Link](https://github.com/yidinghan/blog/blob/master/Gitlab-ChangeLog-9-4.md) Release Article: https://about.gitlab.com/2017/07/22/gitlab-9-4-released/ - [New Navigation](#new-navigation) - [Group-level Secret Variables](#group-level-secret-variables) - [Variables in Pipeline Schedules](#variables-in-pipeline-schedules) - [New Cache Policy for CI/CD Configuration](#new-cache-policy-for-cicd-configuration) - [Extended Docker Configuration for...

GitLab

Article Reference [Link](https://github.com/yidinghan/blog/blob/master/Gitlab-ChangeLog-9-3.md) Release Article: https://about.gitlab.com/2017/06/22/gitlab-9-3-released/ - [Edit Issue Description Inline, Without Losing Context](#edit-issue-description-inline-without-losing-context) - [Autolinking Package Names](#autolinking-package-names) - [The End](#the-end) # Edit Issue Description Inline, Without Losing Context 如果...

GitLab

Article Reference [Link](https://github.com/yidinghan/blog/blob/master/Gitlab-ChangeLog-9-2.md) Release Article: https://about.gitlab.com/2017/05/22/gitlab-9-2-released/ - [Pipeline Schedules](#pipeline-schedules) - [Official GitLab installation on Kubernetes](#official-gitlab-installation-on-kubernetes) - [Create Merge Request from Issue](#create-merge-request-from-issue) - [Comments for Personal Snippets](#comments-for-personal-snippets) - [Failed Jobs Tab...

GitLab

Article Reference [Link](https://github.com/yidinghan/blog/blob/master/Gitlab-ChangeLog-9-1.md) Release Article: https://about.gitlab.com/2017/04/22/gitlab-9-1-released/ - [Discussions in Merge Requests and Issues](#discussions-in-merge-requests-and-issues) - [Scheduled Pipelines Triggers](#scheduled-pipelines-triggers) - [PS](#ps) - [Pipeline mini-graph added to Commit View](#pipeline-mini-graph-added-to-commit-view) - [The End](#the-end) #...

GitLab

Article Reference [Link](https://github.com/yidinghan/blog/blob/master/Gitlab-ChangeLog-9-0.md) Release Article: https://about.gitlab.com/2017/03/22/gitlab-9-0-released/ - [Subgroups](#subgroups) - [GitLab CI](#gitlab-ci) - [The End](#the-end) # Subgroups 在这之前,都是一个 group 下辖多个 repos 对于项目组人少的情况还好处理,如果遇上 10+ 以上的团队,这种模式可能就有点捉襟见肘了,往往需用开多个 group - team-frontend/repo-a - team-backend/repo-c - team-devops/builder...

GitLab