- 07 Feb, 2017 5 commits
-
-
Douwe Maan authored
Read true-up info from license and validate it Closes #550 See merge request !1159
-
Douwe Maan authored
adds select field and sync time migration for mirror sync cron jobs Closes #99 See merge request !1115
-
Ruben Davila authored
-
Tiago Botelho authored
-
Douwe Maan authored
Diplay correct message in git clients when License is not configured See merge request !1133
-
- 06 Feb, 2017 20 commits
-
-
Ruben Davila authored
We're also considering the scenario where historical data is present but we don't have the number of previous seats which is the case when some customers upgrade from CE.
-
Pawel Chojnacki authored
- Allow the message to be returned from git_http controller - Strip html chars from message returned via API
-
Robert Speicher authored
Squash binary files See merge request !1174
-
Valery Sizov authored
Elasticsearch: allow initial indexing to proceed within Sidekiq Closes #1618 See merge request !1144
-
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.
-
Tiago Botelho authored
-
Sean McGivern authored
Port "V4 API: Remove deprecated MR and Issue endpoints and preserve V3 namespace" See merge request !1166
-
Sean McGivern authored
Geo: send the new event type with the backfill function Closes #1645 See merge request !1157
-
Sean McGivern authored
-
Sean McGivern authored
Rugged's `#to_patch` method doesn't generate a patch suitable for binary files. Instead, piping `git diff --binary` to `git apply` will do this and avoid allocating strings in Ruby, as an added bonus.
-
Tiago Botelho authored
-
Tiago Botelho authored
-
Tiago Botelho authored
-
Tiago Botelho authored
-
Tiago Botelho authored
-
Dmitriy Zaporozhets authored
CE upstream Closes gitlab-ce#27674 See merge request !1170
-
Nick Thomas authored
This commit introduces a `gitlab:elastic:index_repositories_async' rake task, which can be used to enqueue a set of indexing jobs into Sidekiq. These will be scheduled in the usual manner, in the `sidekiq` queue. In theory, this allows Sidekiq's concurrency and distributed execution features to be used to spread and control the load of indexing repositories.
-
Dmitriy Zaporozhets authored
-
Rémy Coutable authored
CE upstream Closes #395 See merge request !1161
-
Phil Hughes authored
-
- 05 Feb, 2017 4 commits
-
-
Yorick Peterse authored
Add index to labels for `type` and project_id` Closes #27676 See merge request !8978
-
Nick Thomas authored
-
Grzegorz Bizon authored
Fixed typo in slash commands docs Closes #27674 See merge request !8976
-
Gabriel Mazetto authored
-
- 04 Feb, 2017 11 commits
-
-
Douwe Maan authored
Fix "NameError: uninitialized constant Rack::Proxy" in production environment See merge request !1168
-
Stan Hu authored
When loading pages that display the number of open issues, the backend runs a query such as: ```sql SELECT "labels"."id" FROM "labels" WHERE "labels"."type" IN ('ProjectLabel') AND "labels"."project_id" = 1000 ``` This results in an entire scan of the `labels` table. To optimize performance, add the appropriate index to the table. Closes #27676
-
Douwe Maan authored
Fix "NameError: uninitialized constant Rack::Proxy" in production environment See merge request !8977
-
Nick Thomas authored
-
Nick Thomas authored
-
Nick Thomas authored
-
Nick Thomas authored
-
Nick Thomas authored
-
Nick Thomas authored
-
Nick Thomas authored
-
Mike Greiling authored
-