- 06 Jan, 2016 10 commits
-
-
Yorick Peterse authored
InfluxDB over UDP doesn't use authentication, thus there's no need for these settings.
-
Yorick Peterse authored
See merge request !2316
-
Stan Hu authored
Enable Microsoft Azure OAuth2 support Added Microsoft Azure as OAuth2 provider (https://github.com/KonaTeam/omniauth-azure-oauth2) including docs and icon. See merge request !2187
-
Yorick Peterse authored
Transaction timings are also already stored in milliseconds, this keeps things consistent.
-
Janis Meybohm authored
-
Douwe Maan authored
Fix project destroy callback See gitlab-org/gitlab-ee!107. See merge request !2307
-
Douwe Maan authored
Import GitHub Pull Requests into GitLab Fixes #2833 See merge request !2168
-
Douwe Maan authored
Fix notification spec Master was broken :( See merge request !2306
-
Dmitriy Zaporozhets authored
Fix the abuse report detail URL in the HTML email template Previous URL resulted in a 404. See merge request !2310
-
-
- 05 Jan, 2016 30 commits
-
-
Stan Hu authored
Ignore config/sidekiq.yml
-
Robert Speicher authored
-
Robert Speicher authored
Validate README format Take the first previewable README file as project's README, otherwise if none file is available, or we can't preview any of them, we assume that project doesn't have a README file. Fixes #3978
-
Robert Speicher authored
Update version check images to use SVG See merge request !2244
-
Grzegorz Bizon authored
See gitlab-org/gitlab-ee!107.
-
Robert Speicher authored
-
Michi302 authored
-
Douglas Barbosa Alexandre authored
-
Douglas Barbosa Alexandre authored
-
Douglas Barbosa Alexandre authored
-
Douglas Barbosa Alexandre authored
-
Douglas Barbosa Alexandre authored
-
Douglas Barbosa Alexandre authored
-
Douglas Barbosa Alexandre authored
-
Douglas Barbosa Alexandre authored
-
Douglas Barbosa Alexandre authored
-
Douglas Barbosa Alexandre authored
-
Douwe Maan authored
-
Douwe Maan authored
Better support for referencing and closing issues in asana_service.rb (by @mikew1) See merge request !2302
-
Douwe Maan authored
Add graphs of commits ahead/behind default branch (by @brunsa2) Replaces https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/1716 See merge request !2301
-
Douwe Maan authored
-
Douwe Maan authored
Show 'New Merge Request' buttons on canonical repo. (by @joshfng) Replaces https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/2189 to run tests on our runners. See merge request !2300
-
Douwe Maan authored
Abuse Report refactors - Redirect back to user profile after report - "Tell, Don't Ask" for sending report notifications See merge request !2293
-
Douwe Maan authored
Merge pull request GH-9938 from huacnlee/hotfix/note_mail_with_notification Hotfix note mail with notification See merge request !2288
-
Douwe Maan authored
Support a single directory traversal in RelativeLinkFilter Prior, if we were viewing a blob at `https://example.com/namespace/project/blob/master/doc/some-file.md` and it contained a relative link such as `[README](../README.md)`, the resulting link when viewing the blob would be: `https://example.com/namespace/project/blob/README.md` which omits the `master` ref, resulting in a 404. Fixes https://gitlab.com/gitlab-org/release-tools/issues/3 See merge request !2247
-
Douglas Barbosa Alexandre authored
-
Douglas Barbosa Alexandre authored
Take the first previewable README file as project’s README, otherwise if none file is available, or we can’t preview any of them, we assume that project doesn’t have a README file.
-
Hannes Rosenögger authored
Help "SSH" fixes A user was confused why ssh login did not work because he had used a nonstandard name during the key generation step. Maybe this will make it clearer. See merge request !2296
-
Felix Eckhofer authored
-
Felix Eckhofer authored
Users must not change the default filename or they will have to create a suitable .ssh/config which is out-of-scope here.
-