summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | | | | | Merge branch 'hanloong/gitlab-ce-remove-forks-from-projects-settings' into ↵Douwe Maan2015-10-1911-27/+146
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 'master' Add ability to remove the fork relationship from project settings ![Screen_Shot_2015-10-18_at_12.37.24](/uploads/676571642a4c90f7f286280d714599a3/Screen_Shot_2015-10-18_at_12.37.24.png) ![Screen_Shot_2015-10-18_at_12.37.28](/uploads/1a069ecfc4cd3b5438772a9c3f04b6fc/Screen_Shot_2015-10-18_at_12.37.28.png) Replaces !1579. Fixes #2578. See merge request !1636
| | * | | | | | | | | Move changelog item to 8.2Douwe Maan2015-10-191-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ci skip]
| | * | | | | | | | | Fix spechanloong/gitlab-ce-remove-forks-from-projects-settingsDouwe Maan2015-10-181-1/+1
| | | | | | | | | | |
| | * | | | | | | | | Tweak wording.Douwe Maan2015-10-184-19/+21
| | | | | | | | | | |
| | * | | | | | | | | Merge branch 'master' into remove-forks-from-projects-settingsHan Loong Liauw2015-10-17251-1520/+3574
| | |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | | Made suggested content changes based on MR ReviewHan Loong Liauw2015-10-148-39/+63
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changed the authentication method for removing fork through API Reflected changes to new auth method in API specs
| | * | | | | | | | | | Merge branch 'master' into remove-forks-from-projects-settingsHan Loong Liauw2015-10-1343-330/+348
| | |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | Adds ability to remove the forked relationshipHan Loong Liauw2015-10-1310-7/+101
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This was previously possible through the API but can now be done through the project#edit settings screen if the current user is the owner of the project. Update changelog
| * | | | | | | | | | | | Merge branch 'close-issues-by-mr' into 'master' Robert Speicher2015-10-192-0/+11
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Close issues mentioned in MR description when MR is merged using fast-forward merge or when merge commit message is edited. Fixes gitlab-org/gitlab-ee#48. See merge request !1639
| | * | | | | | | | | | | | Fix bug preventing mentioned issued from being closed when MR is merged ↵close-issues-by-mrDouwe Maan2015-10-182-0/+11
| | | |_|_|_|_|/ / / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | using fast-forward merge.
| * | | | | | | | | | | | Merge branch 'cristianbica/gitlab-ce-user-project-view-files' into 'master' Dmitriy Zaporozhets2015-10-1922-98/+131
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Allow users to select the Files view as default project view ![Screen_Shot_2015-10-17_at_19.24.01](/uploads/c3194db856f5e5e1b3493302c0a479a5/Screen_Shot_2015-10-17_at_19.24.01.png) Also shows the readme at the very bottom, like on the regular Files page. Replaces !1489. Closes #2655. See merge request !1632
| | * | | | | | | | | | | | Fix readme speccristianbica/gitlab-ce-user-project-view-filesDouwe Maan2015-10-181-2/+2
| | | | | | | | | | | | | |
| | * | | | | | | | | | | | Only load tree when project has repository to prevent 404Douwe Maan2015-10-181-1/+5
| | | | | | | | | | | | | |
| | * | | | | | | | | | | | Make spec names more clearDouwe Maan2015-10-171-3/+6
| | | | | | | | | | | | | |
| | * | | | | | | | | | | | Tweak help text.Douwe Maan2015-10-171-2/+2
| | | | | | | | | | | | | |
| | * | | | | | | | | | | | Put grey block around blob ref switcher and breadcrumb.Douwe Maan2015-10-172-17/+17
| | | | | | | | | | | | | |
| | * | | | | | | | | | | | Remove border at bottom of readme.Douwe Maan2015-10-171-0/+4
| | | | | | | | | | | | | |
| | * | | | | | | | | | | | Tweak styling of project home files list.Douwe Maan2015-10-172-14/+5
| | | | | | | | | | | | | |
| | * | | | | | | | | | | | Use same style for project readme, tree readme and regular blob.Douwe Maan2015-10-173-19/+10
| | | | | | | | | | | | | |
| | * | | | | | | | | | | | Split up projects/tree/_tree partial.Douwe Maan2015-10-173-38/+37
| | | | | | | | | | | | | |
| | * | | | | | | | | | | | Set vars used by tree view in project show action.Douwe Maan2015-10-171-4/+8
| | | | | | | | | | | | | |
| | * | | | | | | | | | | | Remove redundant helper method.Douwe Maan2015-10-172-12/+5
| | | | | | | | | | | | | |
| | * | | | | | | | | | | | Move last push info at top of project page.Douwe Maan2015-10-173-3/+3
| | | | | | | | | | | | | |
| | * | | | | | | | | | | | Merge branch 'master' into cristianbica/gitlab-ce-user-project-view-filesDouwe Maan2015-10-17602-5378/+8831
| | |\ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | Allow users to select the Files view as default project viewCristian Bica2015-10-019-52/+96
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | Merge branch 'hash-block-return' into 'master' Robert Speicher2015-10-192-2/+2
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix bug where a push would only create cross references from the first commit. Apparently we can't `return` from a `Hash.new` block. Who knew. See merge request !1638
| | * | | | | | | | | | | | | | Fix bug where a push would only create cross references from the first commit.hash-block-returnDouwe Maan2015-10-182-2/+2
| | | |_|_|_|_|_|_|_|_|/ / / / | | |/| | | | | | | | | | | |
| * | | | | | | | | | | | | | Merge pull request #9744 from jamierocks/patch-1Stan Hu2015-10-181-1/+1
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / / / / / / / | |/| | | | | | | | | | | | | Fix spelling of Description
| | * | | | | | | | | | | | | Fix spelling of DescriptionJamie Mansfield2015-10-181-1/+1
| | |/ / / / / / / / / / / /
| * | | | | | | | | | | | | Merge branch 'cross-reference-mr-on-issues' into 'master' Douwe Maan2015-10-1813-7/+88
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Show merge requests which close current issue Closes #2903 ### What does this MR do If an issue is to be closed by a merge request the current user has access to, this will be displayed when the user looks at the issue. ![Screenshot_from_2015-10-12_12-10-37](https://gitlab.com/zj/gitlab-ce/uploads/52e429704e73067b24b69801f13ad7bc/Screenshot_from_2015-10-12_12-10-37.png) /cc @DouweM See merge request !1569
| | * | | | | | | | | | | | Merge branch 'master' into cross-reference-mr-on-issueszj/gitlab-ce-cross-reference-mr-on-issuesZeger-Jan van de Weg2015-10-169-19/+127
| | |\ \ \ \ \ \ \ \ \ \ \ \ | | | | |_|_|_|_|_|_|/ / / / | | | |/| | | | | | | | | |
| | * | | | | | | | | | | | Only accept open issues and merge requestsZeger-Jan van de Weg2015-10-1610-19/+62
| | | | | | | | | | | | | |
| | * | | | | | | | | | | | Show merge requests which close current issueZeger-Jan van de Weg2015-10-169-2/+40
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | Merge branch 'outdated-discussion-padding' into 'master' Dmitriy Zaporozhets2015-10-172-1/+5
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix padding of outdated discussion item. Old: ![Screen_Shot_2015-10-16_at_09.29.17](https://gitlab.com/gitlab-org/gitlab-ce/uploads/d715debebe54d27c2eed7c22843e886c/Screen_Shot_2015-10-16_at_09.29.17.png) New: ![Screen_Shot_2015-10-16_at_09.29.23](https://gitlab.com/gitlab-org/gitlab-ce/uploads/7c0c033adade92cb16406c027cb4c010/Screen_Shot_2015-10-16_at_09.29.23.png) It still looks the same when the discussion is expanded. See merge request !1614
| | * | | | | | | | | | | | | Fix padding of outdated discussion item.outdated-discussion-paddingDouwe Maan2015-10-162-1/+5
| | |/ / / / / / / / / / / /
| * | | | | | | | | | | | | Merge branch 'fix-issue-3067' into 'master' Dmitriy Zaporozhets2015-10-172-6/+10
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix nonatomic database update potentially causing project star counts to go negative The `counter_cache` decrement function is called when a project star is deleted, but there was no guarantee multiple workers would not attempt to delete the same item simultaneously. Use an atomic update to prevent the count from going negative. Note: I was only able to duplicate the issue on GitLab.com, but I haven't been able to replicate it anywhere else. Presumably this bug happens when the `WHERE` clause takes some time to search for the right entry and multiple requests get sent simultaneously. Need to verify whether this fix truly solves the issue. Closes #3067 See merge request !1628
| | * | | | | | | | | | | | Fix nonatomic database update potentially causing project star counts to go ↵Stan Hu2015-10-172-6/+10
| | | |_|_|_|_|/ / / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | negative The counter_cache decrement function is called when a project star is deleted, but there was no guarantee multiple workers would not attempt to delete the same item simultaneously. Use an atomic update to prevent the count from going negative. Closes #3067
| * | | | | | | | | | | | Merge branch 'rs-redactor-filter' into 'master' Douwe Maan2015-10-1744-476/+810
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Separate rendering of Markdown reference links from redacting those the user doesn't have access to and extracting referenced objects Related: !1014 See merge request !1090
| | * \ \ \ \ \ \ \ \ \ \ \ Merge branch 'master' into rs-redactor-filterrs-redactor-filterDouwe Maan2015-10-16113-852/+1544
| | |\ \ \ \ \ \ \ \ \ \ \ \ | | | | |/ / / / / / / / / / | | | |/| | | | | | | | | |
| | * | | | | | | | | | | | Merge branch 'master' into rs-redactor-filterDouwe Maan2015-10-15296-2085/+4176
| | |\ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | Participable doesn't need to know about MentionableDouwe Maan2015-10-145-11/+16
| | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | Fix specsDouwe Maan2015-10-141-5/+5
| | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | Explicitly only parse references by specified filterDouwe Maan2015-10-142-2/+8
| | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | Have Issue#participants load all users mentioned in notes using a single queryDouwe Maan2015-10-143-24/+28
| | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | Code cleanupDouwe Maan2015-10-133-23/+17
| | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | Allow ReferenceExtractor to efficiently load references from multiple texts ↵Douwe Maan2015-10-134-19/+36
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | at once
| | * | | | | | | | | | | | | Efficiently load multiple references of one type.Douwe Maan2015-10-137-23/+33
| | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | Pass project to RedactorFilterDouwe Maan2015-10-133-6/+11
| | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | Raise error when a ReferenceFilter doesn't implement referenced_byDouwe Maan2015-10-081-1/+1
| | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | Update inline docDouwe Maan2015-10-081-2/+2
| | | | | | | | | | | | | | |