- 17 Mar, 2016 9 commits
-
-
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
-
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 14 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]
-
Rémy Coutable authored
Allow subscribing to labels This implement #12743 and supersedes !2799 (thanks @timothyandrew!). - Subscribe (and unsubscribe) for labels - When an issue/merge request is created, notify all subscribers of all its labels - When an issue/merge request is edited, notify all subscribers of all its newly-added labels ## Done - [x] Verify that a user is signed in to subscribe/unsubscribe from a label. - [x] Merge conflicts - [x] Integration tests - [x] `issuable.subscribed?` should check subscribers and participants - [x] When an issuable is relabeled, notify subscribers of the *newly added* labels only - [x] Screenshots: ### Labels page ![Screen_Shot_2016-03-07_at_19.05.44](/uploads/3e69064e9e1a06ee2e27c778776c1407/Screen_Shot_2016-03-07_at_19.05.44.png) ### HTML email ![Screen_Shot_2016-03-07_at_19.07.36](/uploads/e484e06366a738385f1f6d71b52eecf7/Screen_Shot_2016-03-07_at_19.07.36.png) ### Plain text email ![Screen_Shot_2016-03-07_at_19.07.50](/uploads/dc05f710a8f7ab5eae9f72aa2110e741/Screen_Shot_2016-03-07_at_19.07.50.png) PS: I've set the milestone to 8.6 since it's getting late for 8.5... See merge request !3115
-
Douwe Maan authored
Add "Enable SSL verification" option to Group's web hooks form. Fixes #370 See merge request !248
-
Rémy Coutable authored
-
Rémy Coutable authored
-
Rémy Coutable authored
-
Rémy Coutable authored
1. Make the "subscribed" text in Issuable sidebar reflect the labels subscription status 2. Current user mut be logged-in to toggle issue/MR/label subscription
-
Rémy Coutable authored
[ci skip]
-
Rémy Coutable authored
[ci skip]
-
Rubén Dávila authored
* Make comments webhooks available for Groups.
-