- 20 Nov, 2015 3 commits
-
-
Dmitriy Zaporozhets authored
Merge 8-2-stable into 8-2-stable-ee See merge request !59
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
- 19 Nov, 2015 9 commits
-
-
Robert Speicher authored
-
Douwe Maan authored
-
Robert Speicher authored
Conflicts remaining: - app/controllers/groups/group_members_controller.rb - app/controllers/projects/project_members_controller.rb - app/models/ability.rb - app/models/member.rb - app/models/project.rb
-
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 2 commits
-
-
Douwe Maan authored
Add option to mirror an upstream repository. Closes internal https://dev.gitlab.org/gitlab/gitlab-ee/issues/279 Depends on gitlab-org/gitlab-shell!29 To do: - [x] Decide on what user should be the author of the activity feed events. The initial project creator perhaps? That makes sense for personal projects, but less so for group projects, where it's even possible that the creator has since left the team. - [x] Write specs! - [x] Write documentation - [x] Port back relevant commits to CE: gitlab-org/gitlab-ce!1822 ---- ## Mirror status on project homepage ![Screen_Shot_2015-11-12_at_12.48.15](/uploads/39666b0e4a14723407b0f66e2aaddb46/Screen_Shot_2015-11-12_at_12.48.15.png) ## Settings navigation item ![Screen_Shot_2015-11-10_at_17.32.27](/uploads/116ece85f65681bbd3c7c5e282ab3b3c/Screen_Shot_2015-11-10_at_17.32.27.png) ## Mirroring settings ![Screen_Shot_2015-11-17_at_11.17.17](/uploads/ff57c89831524435ec6a063c3c470203/Screen_Shot_2015-11-17_at_11.17.17.png) ## Activity feed with new "pushes" (mirror updates) ![activity_feed](/uploads/04754251f2142fd06b1fddc2aae45232/activity_feed.png) I have yet to decide on what user should be the author of these events. The initial project creator perhaps? That makes sense for personal projects, but less so for group projects, where it's even possible that the creator has since left the team. ## Warning that branch has diverged from upstream ![diverged](/uploads/ecf7ae6c5709f626c750695f45ca521a/diverged.png) ## Commits heading after failed update ![commits_failure](/uploads/d1b3e1f6796431c839ee9e2f67499283/commits_failure.png) Link send user to the mirroring settings if they are a project admin. ## Mirroring settings after failed update ![Screen_Shot_2015-11-12_at_12.43.09](/uploads/ece68d5021c9a4c374bf6d973cf9fafa/Screen_Shot_2015-11-12_at_12.43.09.png) ## New project page ![new_project](/uploads/296beb6c7faf390a9b7e1facc9c1d4d6/new_project.png) ## Import form after failed import (Screenshot outdated) ![new_import_failure](/uploads/ac0ebfc8ec23232603126fe0a6e10171/new_import_failure.png) Shown when the initial import of a project fails, not when an update of an existing project fails. cc @dzaporozhets @sytses @JobV See merge request !51
-
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 7 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
-
Robert Speicher authored
-