- 07 Jan, 2016 11 commits
-
-
Douwe Maan authored
-
Douwe Maan authored
-
Jacob Vosmaer authored
-
Jacob Vosmaer authored
-
Douwe Maan authored
Add new feature to find file(recreate)
-
Yorick Peterse authored
See merge request !2326
-
Yorick Peterse authored
This reverts commit 7549102b. Apparently I was wrong about ActiveSupport::Notifications::Event#duration returning the duration in seconds, instead it returns it in milliseconds already.
-
koreamic authored
Using the fuzzy filter, develop "file finder" feature. - feedback(http://feedback.gitlab.com/forums/176466-general/suggestions/4987909-add-file-finder-fuzzy-input-in-files-tab-to-ju ) - fuzzy filter(https://github.com/jeancroy/fuzzaldrin-plus) - shortcuts(when "t" was hitted at tree view, go to 'file find' page and 'esc' is to go back) - depends on gitlab_git 7.2.22
-
Achilleas Pipinellis authored
Add documentation on enabling/disabling GitLab CI Closes #4289 See merge request !2320
-
Yorick Peterse authored
See merge request !2319
-
Achilleas Pipinellis authored
-
- 06 Jan, 2016 22 commits
-
-
Achilleas Pipinellis authored
[ci skip]
-
Robert Speicher authored
Add Open Graph data for group, project and commit. See merge request !2211
-
Robert Speicher authored
Get "Merge when build succeeds" to work when commits were pushed to MR target branch while builds were running The Merge when build succeeds service only merges when the MR is mergeable (open, not WIP, no conflicts). When the target branch is updated, all affected MRs have their merge status set to `unchecked`, and the conflicts check will only happen when `check_if_can_be_merged` is called, which happens when the MR page is viewed. When someone enables the automatic merge, the target branch is updated, no-one views the MR page again, and the build succeeds, the mergeability check will fail and the MR will not in fact be merged. This MR makes sure `check_if_can_be_merged` is always called when MR mergeability is checked. See merge request !2304
-
Douwe Maan authored
Define a limited set of filters for SingleLinePipeline Removes the following filters from its parent GfmPipeline: - SyntaxHighlightFilter - UploadLinkFilter - TableOfContentsFilter - LabelReferenceFilter - TaskListFilter Closes #1697 See merge request !2257
-
Robert Speicher authored
Fix mentionable reference extraction caching. Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/4130 Reverts https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/2120 and https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/2283 See merge request !2315
-
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
-
Douwe Maan authored
-
Douwe Maan authored
This reverts commit d337d5e7.
-
Douwe Maan authored
This reverts commit 4b027bc9.
-
Douwe Maan authored
-
Douwe Maan authored
-
Douwe Maan authored
Fix notification spec Master was broken :( See merge request !2306
-
Douwe Maan authored
-
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 7 commits
-
-
Stan Hu authored
Ignore config/sidekiq.yml
-
Robert Speicher authored
-
Robert Speicher authored
Removes the following filters from its parent GfmPipeline: - SyntaxHighlightFilter - UploadLinkFilter - TableOfContentsFilter - LabelReferenceFilter - TaskListFilter Closes #1697
-
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
-
Robert Speicher authored
Update version check images to use SVG See merge request !2244
-
Robert Speicher authored
-