该项目从 https://gitlab.com/gitlab-org/gitlab.git 镜像。
拉取镜像更新于 。
- 4月 29, 2021
-
-
由 Evan Read 创作于
-
- 8月 05, 2020
-
-
由 Evan Read 创作于
Also add example configuration for documentation linters.
-
- 3月 24, 2020
-
-
由 Chad Woolley 创作于
The existing config did not work, it gave an error. This new config makes it use our existing yarn task.
-
- 3月 18, 2020
-
-
由 Rémy Coutable 创作于
This is because when multiple versions of Bundler are installed (e.g. 1.17.3 and 2.1.4), Bundler will choose the 2.x version based on the `gems.rb` / `gems.locked` file names but it chooses the 1.17.x version if the we use the legacy `Gemfile` / `Gemfile.lock` file names. For now, we'll use the legacy file names to be consistent with the main `gitlab`'s `Gemfile.lock` and to avoid unexpected changes in the working tree. Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
- 1月 24, 2020
-
-
由 Rémy Coutable 创作于
Running Overcommit outside of the context of a Gemfile can lead to conflicts when requiring gems. Using a dedicated Gemfile instead of the default one avoids loading all the app's gems before running Overcommit. Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
- 11月 01, 2019
-
-
由 Doug Stull 创作于
- it would be nice to have a working file in here as an example file. - this brings us one step closer to hopefully utilizing overcommit in CI and/or at least on each dev's machine - next step would be for gdk install to copy it over, drop the extension and install it - or drop the .example on this file and make it the default, and users will merely have to run a `overcommit -i` after installing overcommit gem
-
- 9月 02, 2019
-
-
由 Giorgenes Gelatti 创作于
-