An error occurred fetching the project authors.
- 06 Jun, 2019 1 commit
-
-
Mario de la Ossa authored
Currently non-NFS (Gitaly) indexing of wiki blobs is totally broken, so let's fix it!
-
- 17 May, 2019 1 commit
-
-
Nick Thomas authored
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.
-
- 05 Apr, 2019 1 commit
-
-
Mark Chao authored
During code push, check to see if last_commit is still in repository. If it is not, we can no longer diff against it, therefore a full reindex on blob/commit is required.
-
- 01 Apr, 2019 2 commits
-
-
Mark Chao authored
This ensures index in sync when indexing gap occurs, see https://gitlab.com/gitlab-org/gitlab-ee/issues/5299
-
Mark Chao authored
Fixes issue that a Git push triggers creation of index_status, yet only the latest changes are indexed bug.
-
- 25 Jan, 2019 1 commit
-
-
Valery Sizov authored
Repositories can be now indexed via Gitaly. We add support for it. We essentially pass configuration parameters here so indexer know what's Gitaly address
-
- 12 Jan, 2019 1 commit
-
-
Jasper Maes authored
-
- 08 Jan, 2019 1 commit
-
-
gfyoung authored
Enables frozen string in the following: * ee/lib/gitlab/**/*.rb * ee/lib/omni_auth/**/*.rb * ee/lib/pseudonymizer/**/*.rb * ee/lib/system_check/**/*.rb Partially addresses https://gitlab.com/gitlab-org/gitlab-ce/issues/47424.
-
- 11 Sep, 2018 1 commit
-
-
Yorick Peterse authored
This whitelists various EE specific offenses of the various CodeReuse cops.
-
- 09 Jul, 2018 1 commit
-
-
Lin Jen-Shin authored
-
- 20 Jun, 2018 1 commit
-
-
Jacob Vosmaer authored
-
- 02 Feb, 2018 1 commit
-
-
Mario de la Ossa authored
-
- 29 Jan, 2018 1 commit
-
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
- 22 Sep, 2017 1 commit
-
-
Nick Thomas authored
-
- 12 Apr, 2017 1 commit
-
-
Nick Thomas authored
-
- 06 Apr, 2017 1 commit
-
-
Nick Thomas authored
-
- 03 Mar, 2017 2 commits
-
-
Nick Thomas authored
-
Matt Gresko authored
* replace elasticsearch_host and elasticsearch_port with elasticsearch_url * Add support for AWS Elasticsearch Service * created universal gitlab elasticsearch client * add ability to sign requests with aws_signers_v4 * expose elasticsearch_aws_region param * expose elasticsearch_aws_access_key param * expose elasticsearch_aws_secret_access_key param * If using AWS instance credentials they will automatically be picked up by client
-
- 06 Feb, 2017 1 commit
-
-
Nick Thomas authored
Prior to this commit, the `index_statuses` table was allowed to go stale after initial indexing. This made it impossible to provide status details, and also made treating the initial index as a 'backfill' job harder. Now, if a repository is indexed via `git push`, the initial indexing will recognise that it has been indexed, and not re-index it. We introduce an asynchronous initial indexer and an index status rake task at the same time.
-
- 18 Aug, 2016 1 commit
-
-
Valery Sizov authored
-
- 16 Jun, 2016 1 commit
-
-
Valery Sizov authored
-
- 10 May, 2016 1 commit
-
-
Valery Sizov authored
-