该项目从 https://gitlab.com/gitlab-org/gitlab.git 镜像。
拉取镜像更新于 。
- 9月 14, 2020
-
-
由 Changzheng Liu 创作于
This reverts commit cc8b0cfdfa99ae302cd415eeb03b4c338946dc2b.
-
由 Dylan Griffith 创作于
-
- 7月 30, 2020
-
-
由 Terri Chu 创作于
Use new version of the elasticsearch indexer to support indexing blobs with path > 512 bytes
-
- 7月 27, 2020
-
-
由 Dylan Griffith 创作于
This also passes the setting through to the `gitlab-elasticsearch-indexer` under the Gitaly config since this setting is used in the Gitaly RPC call to avoid fetching too large files. The corresponding change for the gitlab-elasticsearch-indexer is https://gitlab.com/gitlab-org/gitlab-elasticsearch-indexer/-/merge_requests/84
-
- 7月 03, 2020
-
-
由 Nick Thomas 创作于
-
- 5月 16, 2020
-
-
由 Changzheng Liu 创作于
-
- 4月 09, 2020
-
-
由 Nick Thomas 创作于
-
- 2月 11, 2020
-
-
由 Nick Thomas 创作于
These variables strongly affect the amount of load that indexing operations place on the Elasticsearch server. They are useful values to be able to twiddle in both performance and availability contexts. At present, these only affect `gitlab-elasticsearch-indexer` behaviour, but we can roll it out to the sidekiq context over time.
-
- 1月 15, 2020
-
-
由 Dylan Griffith 创作于
-
- 10月 24, 2019
-
-
由 Markus Koller 创作于
This verifies the changed indexer behaviour from https://gitlab.com/gitlab-org/gitlab-elasticsearch-indexer/merge_requests/44 We're also renaming the blob-related code to use `path` rather than `filename`, to be consistent with the `Path` field in the ES index, and the intention of this code (which deals with full paths, rather than just filenames). This also removes the `Elasticsearch::Git::LiteBlob` class, which isn't used anymore and a leftover from the Ruby indexer which was removed in https://gitlab.com/gitlab-org/gitlab/merge_requests/15641
-
- 10月 15, 2019
-
-
由 Dylan Griffith 创作于
Which fixes https://gitlab.com/gitlab-org/gitlab/issues/33255 and also includes https://gitlab.com/gitlab-org/gitlab-elasticsearch-indexer/merge_requests/39
-
- 8月 30, 2019
-
-
由 Nick Thomas 创作于
-
由 Nick Thomas 创作于
-
- 6月 06, 2019
-
-
由 Nick Thomas 创作于
-
由 Nick Thomas 创作于
-
- 5月 17, 2019
-
-
由 Nick Thomas 创作于
The golang indexer is supplanting the Ruby one in GitLab 12.1, so it's important that we gain confidence in it by using it in the tests now. This should also help to expose problems and catch regressions earlier.
-
- 5月 16, 2019
-
-
由 Nick Thomas 创作于
-