- 06 May, 2016 16 commits
-
-
Annabel Dunstone authored
-
Douwe Maan authored
Auto-set title for branches created from issues This sets the title for a new MR to 'Resolves "$issue-title"' when: - The source branch for the MR begins with a value iid. - The MR has more than one commit in its diff (if there's one commit, keep using the commit's first line). - The iid does not point to a confidential issue. Single commit: ![A single commit uses the commit title](/uploads/cd34f59cd67f095c3034fae07950f8b5/image.png) Multiple commits: ![Multiple commits use the issue title](/uploads/a322c406ddd56913c5aebd88d16e5a5e/image.png) Confidential issue: ![A confidential issue uses the branch name](/uploads/7ae9b79de5f6101ced46802f3c3a6e71/image.png) cc @DouweM @zj Closes #14564 See merge request !3966
-
Grzegorz Bizon authored
Use outer join for issues ordering by milestones due. This MR contains an implementation for Solution 1 suggested in #14183 Ordering by Milestone due sooner/later ("milestone sort") filters issues without a milestone, which can let users feel like disappearing issues without a milestone. See merge request !3872
-
Sean McGivern authored
-
Sean McGivern authored
If a branch starts with an issue's IID, followed by a hyphen, the description will be updated to say that is closes the issue. This also updates the title of the merge request to 'Resolves "$issue-title"', as long as: - There is more than one commit in the merge request (if there is only one commit, the commit's title will be used as before) - The issue's IID is valid for the project
-
Sean McGivern authored
-
Douwe Maan authored
Update annotations on models See merge request !3962
-
Takuya Noguchi authored
-
Takuya Noguchi authored
-
Douwe Maan authored
Assign labels milestone when moving issue Closes #14532. See merge request !3934
-
Achilleas Pipinellis authored
Add note to requirements doc on swap recommendation, and ensuring enough available memory. Called out as a result of 2GB RAM DO droplets not being enough to run backups on without adding a swap file. See: https://gitlab.com/gitlab-org/omnibus-gitlab/issues/1267 cc\ @stanhu @axil See merge request !4060
-
Stan Hu authored
clarify changelog entry on GitHub Enterprise import support /cc @stanhu See merge request !4066
-
Ben Bodenmiller authored
-
Zeger-Jan van de Weg authored
[ci skip]
-
Zeger-Jan van de Weg authored
-
Robert Speicher authored
Rake drop tables with cascade See merge request !4020
-
- 05 May, 2016 24 commits
-
-
Robert Speicher authored
Fix importer bug when throwing exceptions Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/15681 See merge request !3941
-
Robert Speicher authored
Add a note to testing docs about the `:each` argument to RSpec hooks [ci skip] See merge request !4061
-
Robert Speicher authored
[ci skip]
-
DJ Mountney authored
-
Robert Speicher authored
Use tag_exists? in GitAccess#protected_tag? This will fail until https://gitlab.com/gitlab-org/gitlab_git/merge_requests/81/ is merged. Adding this should speed up checking for tags in `Gitlab::GitAccess` as it no longer needs to retrieve the entire list of tags. See https://gitlab.com/gitlab-org/gitlab-ce/issues/14280 for more information. See merge request !3983
-
Yorick Peterse authored
Previously this method would directly receive the output of tag_name(). This method could either return a String or nil. In the previous setup this would somehow magically work but because Rugged::TagCollection#[] doesn't accept nil values it started to fail. To work around this the elsif in change_access_check() assigns the result of tag_name() to a local and then _only_ calls protected_tag?() if the tag name is not nil. The extra parenthesis are put in place to ensure that things are parsed correctly, without these the code would be parsed as follows: elsif tag_ref = (tag_name(ref) && protected_tag(tag_ref)) During runtime this would basically resolve to: elsif tag_ref = (tag_name(ref) && protected_tag(nil)) This is because when you refer to the variable you're assigning _in_ the assignment Ruby returns nil instead of raising an error.
-
Yorick Peterse authored
This removes the need for retrieving the entire list of tags just to check if a specific one exists.
-
Yorick Peterse authored
-
Yorick Peterse authored
Moved entry for !3880 to 8.7.2 See merge request !4058
-
Yorick Peterse authored
Apparently this was already released in 8.7.2 but no changelog entry was added. [ci skip]
-
Yorick Peterse authored
Added CHANGELOG entries for !3880 and !3931 See merge request !4057
-
Yorick Peterse authored
[ci skip]
-
Yorick Peterse authored
[ci skip]
-
Robert Speicher authored
Upgrade Sidekiq to 4.1.2 Fixes a memory leak: https://github.com/mperham/sidekiq/commit/a2bdb875fe495bc28b1bee80120e4a5641ca0731 See merge request !4056
-
Stan Hu authored
-
Douwe Maan authored
Fix the line code when importing PR review comments from GitHub Pull Request Review Comments are comments on a portion of the unified diff. Closes #17205 See merge request !4010
-
Douglas Barbosa Alexandre authored
-
Douglas Barbosa Alexandre authored
Pull Request Review Comments are comments on a portion of the unified diff.
-
Jacob Schatz authored
15179 builds page redesign Closes #15179 <img src="/uploads/d9ec515e500dc9023d588b5c38636a86/Screen_Shot_2016-04-26_at_1.35.11_PM.png" width="800px"> Updated screenshot: <img src="/uploads/63109057ee271d788ab726e52acf9328/Screen_Shot_2016-05-04_at_9.23.01_AM.png" width="800px"> Updated screenshot with count badges instead of parentheses: <img src="/uploads/d9cd91b079d23c63601c8dbcf4803c8d/Screen_Shot_2016-05-05_at_7.40.48_AM.png" width="800px"> See merge request !3935
-
Douwe Maan authored
-
Yorick Peterse authored
Moved TeamCity changelog entry to 8.7.3 See merge request !4049
-
Yorick Peterse authored
[ci skip]
-
Long Nguyen authored
Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into issue_14532_assign_labels_milestone_when_moving_issue
-
Long Nguyen authored
-