该项目从 https://gitlab.com/gitlab-org/gitlab.git 镜像。
拉取镜像更新于 。
- 8月 17, 2022
-
-
由 Peter Leitzen 创作于
The script to check this was: for file in "$@" do echo "Trying $file" sed -i "s/^require .spec_helper./require 'fast_spec_helper'/" "$file" bin/rspec --order defined --format progress "$file" || git co "$file" done Note, some order dependent specs were excluded. Verified via: while :; do parallel_rspec $(git diff HEAD~ --name-only | xargs) || break; done
-
- 7月 27, 2021
-
-
由 Shubham Kumar 创作于
Add error class for backup rake tasks Changelog: added
-