Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix bug preventing mentioned issued from being closed when MR is merged ↵close-issues-by-mr | Douwe Maan | 2015-10-18 | 2 | -0/+11 |
| | | | | using fast-forward merge. | ||||
* | Merge branch 'cross-reference-mr-on-issues' into 'master' | Douwe Maan | 2015-10-18 | 13 | -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-issues | Zeger-Jan van de Weg | 2015-10-16 | 9 | -19/+127 |
| |\ | |||||
| * | | Only accept open issues and merge requests | Zeger-Jan van de Weg | 2015-10-16 | 10 | -19/+62 |
| | | | |||||
| * | | Show merge requests which close current issue | Zeger-Jan van de Weg | 2015-10-16 | 9 | -2/+40 |
| | | | |||||
* | | | Merge branch 'outdated-discussion-padding' into 'master' | Dmitriy Zaporozhets | 2015-10-17 | 2 | -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-padding | Douwe Maan | 2015-10-16 | 2 | -1/+5 |
| |/ / | |||||
* | | | Merge branch 'fix-issue-3067' into 'master' | Dmitriy Zaporozhets | 2015-10-17 | 2 | -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 Hu | 2015-10-17 | 2 | -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 Maan | 2015-10-17 | 44 | -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-filter | Douwe Maan | 2015-10-16 | 113 | -852/+1544 |
| |\ \ \ \ | | | |/ / | | |/| | | |||||
| * | | | | Merge branch 'master' into rs-redactor-filter | Douwe Maan | 2015-10-15 | 296 | -2085/+4176 |
| |\ \ \ \ | |||||
| * | | | | | Participable doesn't need to know about Mentionable | Douwe Maan | 2015-10-14 | 5 | -11/+16 |
| | | | | | | |||||
| * | | | | | Fix specs | Douwe Maan | 2015-10-14 | 1 | -5/+5 |
| | | | | | | |||||
| * | | | | | Explicitly only parse references by specified filter | Douwe Maan | 2015-10-14 | 2 | -2/+8 |
| | | | | | | |||||
| * | | | | | Have Issue#participants load all users mentioned in notes using a single query | Douwe Maan | 2015-10-14 | 3 | -24/+28 |
| | | | | | | |||||
| * | | | | | Code cleanup | Douwe Maan | 2015-10-13 | 3 | -23/+17 |
| | | | | | | |||||
| * | | | | | Allow ReferenceExtractor to efficiently load references from multiple texts ↵ | Douwe Maan | 2015-10-13 | 4 | -19/+36 |
| | | | | | | | | | | | | | | | | | | | | | | | | at once | ||||
| * | | | | | Efficiently load multiple references of one type. | Douwe Maan | 2015-10-13 | 7 | -23/+33 |
| | | | | | | |||||
| * | | | | | Pass project to RedactorFilter | Douwe Maan | 2015-10-13 | 3 | -6/+11 |
| | | | | | | |||||
| * | | | | | Raise error when a ReferenceFilter doesn't implement referenced_by | Douwe Maan | 2015-10-08 | 1 | -1/+1 |
| | | | | | | |||||
| * | | | | | Update inline doc | Douwe Maan | 2015-10-08 | 1 | -2/+2 |
| | | | | | | |||||
| * | | | | | Update ReferenceFilter docs | Robert Speicher | 2015-10-07 | 1 | -10/+9 |
| | | | | | | | | | | | | | | | | | | | | | | | | [ci skip] | ||||
| * | | | | | Always allow references to the current project | Douwe Maan | 2015-10-07 | 7 | -8/+12 |
| | | | | | | |||||
| * | | | | | Refactor reference gathering to use a dedicated filter | Douwe Maan | 2015-10-07 | 25 | -182/+414 |
| | | | | | | |||||
| * | | | | | Return strings where expected | Douwe Maan | 2015-10-07 | 1 | -2/+2 |
| | | | | | | |||||
| * | | | | | Merge branch 'master' into rs-redactor-filter | Douwe Maan | 2015-10-07 | 947 | -3889/+24469 |
| |\ \ \ \ \ | |||||
| * | | | | | | Remove last remaining `reference_only_path` usages | Robert Speicher | 2015-09-03 | 3 | -3/+3 |
| | | | | | | | |||||
| * | | | | | | Basic support for an Atom-specific rendering pipeline | Robert Speicher | 2015-09-03 | 6 | -59/+70 |
| | | | | | | | |||||
| * | | | | | | Return early from markdown and gfm when text is empty | Robert Speicher | 2015-09-03 | 3 | -4/+6 |
| | | | | | | | |||||
| * | | | | | | Remove unnecessary current_user context from filter specs | Robert Speicher | 2015-09-02 | 2 | -24/+11 |
| | | | | | | | |||||
| * | | | | | | Add RedactorFilter specs for invalid Group and Project references | Robert Speicher | 2015-09-01 | 1 | -0/+12 |
| | | | | | | | |||||
| * | | | | | | Add post_process method to Gitlab::Markdown | Robert Speicher | 2015-09-01 | 3 | -3/+27 |
| | | | | | | | |||||
| * | | | | | | Update MarkdownFeature support class | Robert Speicher | 2015-09-01 | 1 | -19/+13 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Memoize variables a bit more cleanly - Add user to project's team | ||||
| * | | | | | | Fix GitlabMarkdownHelper spec | Robert Speicher | 2015-09-01 | 1 | -11/+14 |
| | | | | | | | |||||
| * | | | | | | Remove `current_user` context from markdown and gfm helpers | Robert Speicher | 2015-09-01 | 2 | -3/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | These helpers are no longer dependent on the current user state. Hooray! | ||||
| * | | | | | | Rescue from `RecordNotFound` in RedactorFilter | Robert Speicher | 2015-09-01 | 1 | -0/+4 |
| | | | | | | | |||||
| * | | | | | | Default `user_can_reference?` to true when no attributes match | Robert Speicher | 2015-09-01 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Now, a reference link with a `.gfm` class but without one of our `data-*-id` attributes should be shown to the user rather than hidden. | ||||
| * | | | | | | Add RedactorFilter | Robert Speicher | 2015-09-01 | 3 | -0/+143 |
| | | | | | | | |||||
| * | | | | | | Remove all permission checking from Reference filters | Robert Speicher | 2015-09-01 | 10 | -228/+105 |
| | | | | | | | |||||
* | | | | | | | Merge branch 'redirect-ci-dash' into 'master' | Dmitriy Zaporozhets | 2015-10-17 | 2 | -3/+23 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Temporary bring /ci page page with help information Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> See merge request !1630 | ||||
| * | | | | | | | Temporary bring /ci page page with help information | Dmitriy Zaporozhets | 2015-10-17 | 2 | -3/+23 |
| | |_|_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | | | | | | | Merge branch 'redirect-ci-page' into 'master' | Dmitriy Zaporozhets | 2015-10-17 | 1 | -0/+5 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Redirect old CI project route to GitLab project Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> See merge request !1629 | ||||
| * | | | | | | | Redirect old CI project route to GitLab project | Dmitriy Zaporozhets | 2015-10-17 | 1 | -0/+5 |
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | | | | | | | Merge branch 'hide-builds-tab' into 'master' | Dmitriy Zaporozhets | 2015-10-17 | 1 | -1/+1 |
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Hide Builds tab is GitLab CI is not enabled Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> See merge request !1627 | ||||
| * | | | | | | Hide Builds tab is GitLab CI is not enabledhide-builds-tab | Dmitriy Zaporozhets | 2015-10-17 | 1 | -1/+1 |
|/ / / / / / | | | | | | | | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | | | | | | Merge branch 'filter-label' into 'master' | Robert Speicher | 2015-10-16 | 7 | -25/+55 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Allow dashboard and group issues/MRs to be filtered by label See merge request !1591 | ||||
| * \ \ \ \ \ | Merge branch 'master' into filter-labelfilter-label | Douwe Maan | 2015-10-14 | 129 | -858/+1630 |
| |\ \ \ \ \ \ | |||||
| * | | | | | | | Allow dashboard and group issues/MRs to be filtered by label | Douwe Maan | 2015-10-14 | 6 | -20/+55 |
| | | | | | | | | |||||
* | | | | | | | | Merge branch 'fix_svn_link' into 'master' | Robert Speicher | 2015-10-16 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix import from SVN link See merge request !1617 |