- 19 Nov, 2015 8 commits
-
-
Robert Speicher authored
Add option to create merge request when editing/creating a file Replaces !1611 Fixes #3059 See merge request !1820
-
Robert Speicher authored
Fix 'Attach a file' link in new tag form Also removed a little bit of code repetition :) See merge request !1834
-
Robert Speicher authored
Update gitlab-shell documentation to 2.6.7 See merge request !1836
-
Job van der Voort authored
Add link to git-lfs client [ci skip] See merge request !1832
-
Dmitriy Zaporozhets authored
Check which folders and archives should be packed before passing to tar command. If user uses backup task with SKIP and skips one of the archives listed(uploads, builds, artifacts) backup create will give an error: `Cannot stat: No such file or directory`. This MR fixes that by checking for skipped items. Additionally, compact everything to avoid `TypeError: no implicit conversion of nil into String` errors. See merge request !1824
-
Job van der Voort authored
Documentation for Git LFS Doc explaining how to use Git LFS, how to use Git LFS with GitLab, known issues and troubleshooting tips. See merge request !1813
-
Dmitriy Zaporozhets authored
Deploy page should be shown for all pages not just root Related to change already merged to Omnibus - gitlab-org/omnibus-gitlab!540 This change makes it so the deploy page is shown on all GitLab pages if the page exists. Users will no longer receive the 502 when deploys are happening. See merge request !1828
-
Robert Speicher authored
Do not limit workhorse POST/PUT size in NGINX Limiting, if any, should happen in gitlab-workhorse. See merge request !1831
-
- 18 Nov, 2015 1 commit
-
-
Douwe Maan authored
Backport relevant changes from gitlab-org/gitlab-ee!51 To do: - [x] Update gitlab-shell See merge request !1822
-
- 17 Nov, 2015 19 commits
-
-
Robert Speicher authored
[ci skip]
-
Robert Speicher authored
Correctly set comparison first commit when range includes a merge commit Fixes #3207. See merge request !1814
-
Robert Speicher authored
See merge request !1705
-
Robert Speicher authored
Add notification to the former assignee upon unassignment Replaces !1769 Fixes #3395 See merge request !1818
-
Robert Speicher authored
Prevent the last owner of a group from being able to delete themselves by 'adding' themselves as a master Replaces !1708. Fixes #1111. See merge request !1815
-
Robert Speicher authored
See merge request !1816
-
Robert Speicher authored
-
Robert Speicher authored
[ci skip]
-
Robert Speicher authored
[ci skip]
-
Robert Speicher authored
Don't render note edit forms for visitors
-
Jason Lee authored
Reverted #9820, github/task_list need a form, textarea for update.
-
Robert Speicher authored
Revert "Merge pull request #9820 from huacnlee/avoid-render-form-in-notes-list" This reverts commit 63144cd0, reversing changes made to 8ab5df9d. Reverts https://github.com/gitlabhq/gitlabhq/pull/9820 See merge request !1804
-
Dmitriy Zaporozhets authored
-
Robert Schilling authored
Fix md syntax in doc/api/commits.md
-
Den Girnyk authored
-
Douwe Maan authored
Ensure variable in mail is evalled I received this snippet in the mail: ``` Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Project #{@old_path_with_namespace} was moved to another location The project is now located under ``` This MR fixes it. Notes: * I did a quick grep on other 'text.erb' files, but this was the only one with this type of error * I made no changes to the specs. The only [spec](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/spec/mailers/notify_spec.rb#L412) I could find passes because (I assume) the correct value is in the html-part See merge request !1706
-
Douwe Maan authored
Make ProjectWiki touch Project#last_activity_at after wiki actions Closes #3026 See merge request !1803
-
Achilleas Pipinellis authored
Rewrite HTTP links to force TLS, where possible I got annoyed at the fact that the links on the profile page don't force the use of TLS, so I grepped through the entire source tree, tested all the links I found, and replaced them if possible. See merge request !1806
-
Alex Jordan authored
-
- 16 Nov, 2015 12 commits
-
-
Dmitriy Zaporozhets authored
Create milestones in the group When you work with groups its quite often you want to create same milestone in multiple projects. This MR allows you to do so For #3488 Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> See merge request !1797
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Robert Speicher authored
8.2.rc1 documentation updates [ci skip] See merge request !1798
-
Robert Speicher authored
Closes #3026
-
Robert Speicher authored
This reverts commit 63144cd0, reversing changes made to 8ab5df9d.
-
Robert Speicher authored
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Dmitriy Zaporozhets authored
Add index uniq Added unique on oid index. Removed the second index since it is unnecessary. See merge request !1810
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Dmitriy Zaporozhets authored
Show specific runners from projects where user is master or owner This fix for permission escalation when handling specific runners. The users were allowed to assign runners from projects where they were guests. See merge request !1809
-
Marin Jankovski authored
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-