- 17 Mar, 2016 18 commits
-
-
Douglas Barbosa Alexandre authored
-
Douglas Barbosa Alexandre authored
-
Douglas Barbosa Alexandre authored
-
Douglas Barbosa Alexandre authored
-
Robert Speicher authored
Handle duplicate appearances table creation issue with upgrade from CE to EE Closes #391 See merge request !278
-
Robert Speicher authored
Hide builds from Project's settings when the feature is disabled (EE) Related to https://gitlab.com/gitlab-org/gitlab-ce/issues/13944 See merge request !268
-
Douwe Maan authored
Geo: ReadOnly middleware improvements We should handle API requests (JSON) in a different way we handle normal requests. Current implementation always redirect to root and display error messages using `flash[:alert]`. This MR adds `{ message: "..." }` type of response when request is under `application/json` content_type. This is a small patch/enhancement for Geo (#76) See merge request !274
-
Stan Hu authored
Closes #391
-
Rémy Coutable authored
Ensure GithubImport::Client does not crash when the 'verify_ssl' config is not present This fixes gitlab-org/gitlab-ce#14343 and !260 when `verify_ssl` is not present in the GitHub omniauth settings in `gitlab.yml`. Settingslogic allow to access optional settings through the Hash notation: if the key is not present, it returns nil. In the present case this will let the Octokit::Client object use whatever default value it wants for the ssl option. /cc @dbalexandre See merge request !275
-
Gabriel Mazetto authored
-
Rémy Coutable authored
Settingslogic allow to access optional settings through the Hash notation: if the key is not present, it returns nil. In the present case this will let the Octokit::Client object use whatever default value it wants for the ssl option.
-
Valery Sizov authored
Fix Elastic::Indexer spec This break was broken by !273. See merge request !277
-
Rémy Coutable authored
-
Stan Hu authored
ES: Fix. bin/elastic_repo_indexer follows config Fixes https://gitlab.com/gitlab-org/gitlab-ee/issues/390 See merge request !276
-
Douwe Maan authored
GitLab Geo: Wiki Synchronization We should be able to replicate Wikis it in Geo (#76) as we do with any git project. Fixes https://gitlab.com/gitlab-org/gitlab-ee/issues/367 # Checklist - [x] When a wiki is updated by git on secondary node, we must enqueue and buffer this action in an specific redis queue - [x] When a wiki is updated by web UI on secondary node, we must enqueue and buffer this action in an specific redis queue - [x] When we pool for updated projects we must also query for updated Wikis - [x] A secondary node must receive in a different endpoint bulk notifications of updated Wikis - [x] When a updated wiki notification is received, it must generated async jobs for every wiki, to be updated See merge request !267
-
Valery Sizov authored
-
Gabriel Mazetto authored
Geo documentation documentation for GitLab Geo (#76) Closes https://gitlab.com/gitlab-org/gitlab-ee/issues/356 See merge request !236
-
Robert Speicher authored
Update settings and documentation for per-install LDAP sync time The setting is now per-install, rather than per-server. Closes https://gitlab.com/gitlab-org/gitlab-ee/issues/364 See merge request !266
-
- 16 Mar, 2016 17 commits
-
-
Stan Hu authored
Fix PATH to bin/elastic_repo_indexer Fixes https://gitlab.com/gitlab-org/gitlab-ee/issues/389 See merge request !273
-
Valery Sizov authored
-
Valery Sizov authored
Added index on git_hooks.project_id cc @ayufan @pcarranza See merge request !271
-
Yorick Peterse authored
On PostgreSQL this index is created concurrently. Fixes gitlab-org/gitlab-ce#14324
-
Achilleas Pipinellis authored
- Add FAQ about different SSH port - Add section on using a custom name for the SSH key pair - Change image for Geo nodes admin area - Reorganize some sections [ci skip]
-
Achilleas Pipinellis authored
-
Gabriel Mazetto authored
-
Gabriel Mazetto authored
-
Gabriel Mazetto authored
-
Gabriel Mazetto authored
-
Gabriel Mazetto authored
-
Gabriel Mazetto authored
-
Gabriel Mazetto authored
-
Gabriel Mazetto authored
-
Gabriel Mazetto authored
-
Gabriel Mazetto authored
Renamed EnqueueUpdateService to be specific for Project Updates
-
Robert Speicher authored
[ci skip]
-
- 15 Mar, 2016 5 commits
-
-
Douwe Maan authored
Fire merge request webhooks when a merge request is approved Closes https://gitlab.com/gitlab-org/gitlab-ee/issues/93 See merge request !270
-
Robert Speicher authored
Closes https://gitlab.com/gitlab-org/gitlab-ee/issues/93
-
Rémy Coutable authored
CE-to-EE `master` for 8.6.0-rc1 See merge request !269
-
Rémy Coutable authored
-
Robert Speicher authored
[ci skip]
-