该项目从 https://gitlab.com/gitlab-org/gitlab.git 镜像。
拉取镜像更新于 。
- 1月 20, 2021
-
-
由 Kamil Trzciński 创作于
This reverts commit 3211640a.
-
- 1月 14, 2021
-
-
由 Mark Chao 创作于
Time taken changed from 1.3s to 1s.
-
- 10月 23, 2020
-
-
由 Kamil Trzciński 创作于
It is hard to properly test this feature flag as part of specs. Ref.: `lib/api/api.rb`
-
- 10月 15, 2020
-
-
由 Kamil Trzciński 创作于
This reverts merge request !45162
-
- 10月 14, 2020
-
-
由 Kamil Trzciński 创作于
Since there's some problem with executing all specs this temporarily masks a feature flag as used. Context: https://gitlab.com/gitlab-org/gitlab/-/issues/267548
-
由 Kamil Trzciński 创作于
Gather all used feature flags by `touch'ing` file in a `tmp/feature_flags/`. Print as part of `rspec:coverage` that a given feature flag is unused.
-
- 3月 11, 2020
-
-
由 Nick Thomas 创作于
-
- 3月 10, 2020
-
-
由 Nick Thomas 创作于
In development and production, Workhorse is an essential part of how GitLab operates. However, it is currently excluded from tests. This makes it hard to approach features that rely on workhorse - like file uploads - in a test-driven manner. Introducing workhorse into the test suite for feature specs seems to have minimal speed impact, and should help significantly with this.
-
- 9月 03, 2019
-
-
由 Yorick Peterse 创作于
The old rules meant that any future changes to these directories would require the use of `git add -f` to be staged. This is problematic for the upcoming FOSS-only mirror of GitLab. Any changes to be synced to this mirror are staged using `git add --all .`, which due to the Git ignore rules would not add the tmp/ and shared/ directories. This then leads to various specs failing because they expect certain sub-directories of these directories to be available. This commit changes the rules so that we include the .gitkeep files, ignore other files, and completely ignore anything in tmp/test. This requires that the rules are specified in tmp/.gitignore and shared/.gitignore, instead of the top-level .gitignore, without this I could not get Git to include the .gitkeep files properly.
-
- 7月 02, 2019
-
-
由 Aleksei Lipniagov 创作于
Store Sidekiq and Web server metrics from Prometheus in separate directories in `development` and `test` environments.
-
- 6月 03, 2017
-
-
由 Pawel Chojnacki 创作于
+ Use NullMetrics to mock metrics when unused + Use method_missing in NullMetrics mocking + Update prometheus gem to version that correctly uses transitive dependencies + Ensure correct folders are used in Multiprocess prometheus client tests. + rename Sessions controller's metric
-
由 Pawel Chojnacki 创作于
-
- 3月 21, 2017
-
-
由 Jacob Vosmaer 创作于
-
- 10月 04, 2015
-
-
由 Lasse Schuirmann 创作于
This file is obsolete since 5b4aba5f as it exists solely for the directory to exist.
-
- 3月 31, 2014
-
-
由 Robert Speicher 创作于
Ensures the following directories exist after a git clone: - public/uploads - tmp/pids - tmp/sockets
-
- 9月 04, 2012
-
-
由 Robert Speicher 创作于
The install guide lists it as a requirement, so we might as well have it by default.
-