- 02 Feb, 2016 16 commits
-
-
Dmitriy Zaporozhets authored
Bump New Relic gem version to avoid warnings in Web page This version has support for Grape, so we should consider removing the newrelic-grape gem as well: https://docs.newrelic.com/docs/agents/ruby-agent/frameworks/grape-instrumentation See merge request !2578
-
Dmitriy Zaporozhets authored
Fix add_pagination_headers to keep request parameters in Link header Originally opened at !2321. Closes #5904. /cc @Michi302 See merge request !2674
-
Robert Speicher authored
Updated contributing guide for stable releases [ci skip] See merge request !2638
-
Jacob Vosmaer authored
Lazy Git blobs To prevent madness like loading a 100MB file into Ruby's memory just to decide whether it is binary or text. See merge request !2663
-
Rémy Coutable authored
-
Michi302 authored
-
Jacob Vosmaer authored
-
Jacob Vosmaer authored
-
Jacob Vosmaer authored
-
Jacob Vosmaer authored
-
Douwe Maan authored
Allow "@" in file names and path Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/4111 See merge request !2665
-
Douwe Maan authored
Generate valid (RFC 2111) Message-ID in email rejection mailer Use a Message-ID that is RFC 2111 compliant. This fix is consistent with how the Message-ID is generated in the 'notify' mailer. See merge request !2656
-
Achilleas Pipinellis authored
Fix typo indentation in CI projects' API See merge request !2561
-
Dmitriy Zaporozhets authored
Add notes about the regression issues to CONTRIBUTING.md [ci skip] See merge request !2661
-
Yorick Peterse authored
Expand Git instrumentation This instruments some extra `Gitlab::Git` code as well as a collection of `Rugged` constants. See merge request !2664
-
Yorick Peterse authored
Fixes #12784
-
- 01 Feb, 2016 20 commits
-
-
Robert Speicher authored
Allow manual resize of js-autosize textareas First, the autosize library was being too controlling and removed the `resize` property from any elements to which it was attached, removing the drag handle. We've disabled this behavior in the vendored library and added a spec to prevent a regression during an upgrade. Second, we detect (as best we can) when the user manually resizes an autosize textarea, and then remove the autosize behavior from it and increase its max-height. This should allow for the best of both worlds. Closes #12832 See merge request !2653
-
Robert Speicher authored
First, the autosize library was being too controlling and removed the `resize` property from any elements to which it was attached, removing the drag handle. Second, we detect when the user manually resizes an autosize textarea, and then remove the autosize behavior from it and increase its max-height. This should allow for the best of both worlds. Closes #12832
-
Robert Speicher authored
[ci skip]
-
Robert Speicher authored
Optimize fetching issues closed by a merge request Related issue: #12419 See merge request !2625
-
Dmitriy Zaporozhets authored
Render sanitized SVG images Originally opened at !637 by @stanhu. Closes https://github.com/gitlabhq/gitlabhq/issues/9265 ![Screen_Shot_2016-02-01_at_17.04.01](/uploads/8e5de906698493e127dcdc475da9aaef/Screen_Shot_2016-02-01_at_17.04.01.png) See merge request !2667
-
Stan Hu authored
Closes https://github.com/gitlabhq/gitlabhq/issues/9265
-
Jacob Vosmaer authored
-
Jacob Vosmaer authored
-
Yorick Peterse authored
-
Jacob Vosmaer authored
-
Jacob Vosmaer authored
-
Jacob Vosmaer authored
-
Yorick Peterse authored
-
-
Dmitriy Zaporozhets authored
Link to Thoughtbot review guidelines. See merge request !2658
-
Yorick Peterse authored
Instead of running ClosingIssueExtractor for every commit in a merge request we can gather all the commit messages (and the merge request description), concatenate all this together and then run ClosingIssueExtractor only once. The result of this is that MergeRequest#closes_issues is now between 3.5x and 4x faster than the old setup. Using a merge request with 10 commits (each referencing a number of issues to close) this reduced the call duration from around 200 milliseconds to around 50 milliseconds. As a result of these changes the Jira related tests for MergeRequest#closes_issues have been removed. These tests stubbed Commit#closes_issues meaning that the only code that was really tested was the call to Array#uniq to filter out duplicate issues. As this code is no longer used (nor present) the corresponding tests were removed. Related: gitlab-org/gitlab-ce#12419
-
Jacob Vosmaer authored
-
Robert Speicher authored
Make "Two-factor" casing consistent throughout the application See merge request !2662
-
Robert Speicher authored
-
Robert Speicher authored
[ci skip]
-
- 31 Jan, 2016 3 commits
-
-
Robert Speicher authored
[ci skip]
-
Achilleas Pipinellis authored
Improve GitLab flow documentation regarding the WIP merge requests See merge request !2647
-
Robert Speicher authored
Mark inline difference between old and new paths when a file is renamed See merge request !2652
-
- 30 Jan, 2016 1 commit
-
-
Sytse Sijbrandij authored
-