| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Use association search in issuable create service | Grzegorz Bizon | 2016-04-22 | 1 | -6/+6 |
| | | |||||
| * | Add affinity checks in issue create service | Grzegorz Bizon | 2016-04-22 | 1 | -2/+9 |
| | | |||||
| * | Update specs to accomodate issuable assign changes | Grzegorz Bizon | 2016-04-22 | 3 | -18/+23 |
| | | |||||
| * | Verify label affiliation before assigning to issue | Grzegorz Bizon | 2016-04-22 | 1 | -0/+28 |
| | | | | | | | | This also verify if milestone belongs to correct project before creating a new issue. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/15439 | ||||
| * | Improve specs for issue move service | Grzegorz Bizon | 2016-03-31 | 1 | -2/+2 |
| | | |||||
| * | Refactor uploads rewriter used when moving issue | Grzegorz Bizon | 2016-03-30 | 1 | -7/+2 |
| | | |||||
| * | Add uploads rewriter and use it when moving issue | Grzegorz Bizon | 2016-03-30 | 1 | -0/+19 |
| | | |||||
| * | Preserve time notes has been updated at when moving issue | Grzegorz Bizon | 2016-03-23 | 1 | -2/+19 |
| | | |||||
| * | Merge branch 'notifications-for-subscribers-confidential-issue-labels' into ↵ | Douwe Maan | 2016-03-23 | 1 | -1/+6 |
| |\ | | | | | | | | | | | | | | | | | | | | | | | 'master' Restrict notifications for confidential issues Closes #14468 /cc @rymai See merge request !3334 | ||||
| | * | Restrict notifications for confidential issues | Douglas Barbosa Alexandre | 2016-03-22 | 1 | -1/+6 |
| | | | |||||
| * | | Do not allow to move issue if it has not been persistedmove-issue-section-should-not-be-displayed-in-the-new-issue-form-14489 | Grzegorz Bizon | 2016-03-23 | 1 | -0/+6 |
| |/ | |||||
| * | Preserve created at time of notes when moving issue | Grzegorz Bizon | 2016-03-20 | 1 | -0/+5 |
| | | |||||
| * | Do not pass params that are not used in issue move service | Grzegorz Bizon | 2016-03-20 | 1 | -2/+1 |
| | | |||||
| * | Improvements in issue move feaure (refactoring) | Grzegorz Bizon | 2016-03-19 | 1 | -53/+19 |
| | | | | | According to endbosses' suggestions. | ||||
| * | Prevent issue move if issue has been already moved | Grzegorz Bizon | 2016-03-17 | 1 | -0/+18 |
| | | |||||
| * | Use helper to create list of projects issue can be moved to | Grzegorz Bizon | 2016-03-17 | 1 | -2/+13 |
| | | | | | This also adds confirmation message if issue move has been requested. | ||||
| * | Add new notifications for issue move action | Grzegorz Bizon | 2016-03-17 | 1 | -1/+1 |
| | | | | | [ci skip] | ||||
| * | Reuse existing issue services when moving issue | Grzegorz Bizon | 2016-03-17 | 1 | -1/+1 |
| | | |||||
| * | Make it possible to move issue if user is a reporter | Grzegorz Bizon | 2016-03-17 | 1 | -10/+10 |
| | | | | | | Discussed it here: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/2831#note_4190228 | ||||
| * | Preserve original author when moving issue | Grzegorz Bizon | 2016-03-17 | 1 | -4/+4 |
| | | | | | | This also wrapps entire process into transation, as rewriting references may have large memory footprint. | ||||
| * | Add reference unfold pipeline used when moving issue | Grzegorz Bizon | 2016-03-17 | 1 | -2/+2 |
| | | |||||
| * | Minor refactoring of issue move service and specs | Grzegorz Bizon | 2016-03-17 | 1 | -2/+3 |
| | | |||||
| * | Rewrite references in notes when moving issue | Grzegorz Bizon | 2016-03-17 | 1 | -15/+42 |
| | | |||||
| * | Take care about data being rewritten when moving issue | Grzegorz Bizon | 2016-03-17 | 1 | -1/+19 |
| | | |||||
| * | Use a new issue create service when moving an issue | Grzegorz Bizon | 2016-03-17 | 1 | -0/+5 |
| | | |||||
| * | Do not pass unsanitized params to issue move service | Grzegorz Bizon | 2016-03-17 | 1 | -3/+7 |
| | | |||||
| * | Rewrite references in issue description when moving it | Grzegorz Bizon | 2016-03-17 | 1 | -6/+19 |
| | | |||||
| * | Silently close old issue when it has been moved | Grzegorz Bizon | 2016-03-17 | 1 | -0/+9 |
| | | |||||
| * | Do not show issue move form unless user can move | Grzegorz Bizon | 2016-03-17 | 1 | -1/+1 |
| | | |||||
| * | Add issue move ability and use it in move service | Grzegorz Bizon | 2016-03-17 | 1 | -10/+60 |
| | | |||||
| * | Add implementation that rewrites issue notes when moving | Grzegorz Bizon | 2016-03-17 | 1 | -14/+53 |
| | | |||||
| * | Add issue move implementation to controller | Grzegorz Bizon | 2016-03-17 | 1 | -10/+28 |
| | | |||||
| * | Improve system notes that are added when issue is moved | Grzegorz Bizon | 2016-03-17 | 1 | -1/+5 |
| | | |||||
| * | Add new system note used when issue has been moved | Grzegorz Bizon | 2016-03-17 | 1 | -0/+4 |
| | | |||||
| * | Add scaffold of service that moves issue to another project | Grzegorz Bizon | 2016-03-17 | 1 | -0/+22 |
| | | |||||
| * | Improving the original label-subscribing implementation | Rémy Coutable | 2016-03-15 | 1 | -33/+22 |
| | | | | | | | | 1. Make the "subscribed" text in Issuable sidebar reflect the labels subscription status 2. Current user mut be logged-in to toggle issue/MR/label subscription | ||||
| * | Original implementation to allow users to subscribe to labels | Timothy Andrew | 2016-03-15 | 1 | -1/+55 |
| | | | | | | | | | | | | | | | | | | | 1. Allow subscribing (the current user) to a label - Refactor the `Subscription` coffeescript class - The main change is that it accepts a container, and conducts all DOM queries within its scope. We need this because the labels page has multiple instances of `Subscription` on the same page. 2. Creating an issue or MR with labels notifies users subscribed to those labels - Label `has_many` subscribers through subscriptions. 3. Adding a label to an issue or MR notifies users subscribed to those labels - This only applies to subscribers of the label that has just been added, not all labels for the issue. | ||||
| * | Rename Tasks to Todos | Douglas Barbosa Alexandre | 2016-02-20 | 3 | -24/+26 |
| | | |||||
| * | Create a pending task when a user is mentioned when edit a issue/mr/note | Douglas Barbosa Alexandre | 2016-02-20 | 2 | -6/+2 |
| | | |||||
| * | Marks pending tasks for an user as done when he close the issue | Douglas Barbosa Alexandre | 2016-02-20 | 1 | -0/+8 |
| | | |||||
| * | Marks pending tasks for an user as done when he edit an issue | Douglas Barbosa Alexandre | 2016-02-20 | 1 | -11/+66 |
| | | |||||
| * | Create a pending task when an issue is assigned to someone | Douglas Barbosa Alexandre | 2016-02-20 | 2 | -2/+33 |
| | | |||||
| * | Tag service specs | Douwe Maan | 2015-12-09 | 4 | -4/+4 |
| | | |||||
| * | test fix | Valery Sizov | 2015-11-30 | 2 | -2/+7 |
| | | |||||
| * | Little fix for Rubocop's complaints. #2296issue_2296 | Rubén Dávila | 2015-11-20 | 1 | -2/+2 |
| | | |||||
| * | Fix bug that happened when replacing the Task list. #2296 | Rubén Dávila | 2015-11-20 | 1 | -0/+19 |
| | | | | | REF: https://gitlab.com/gitlab-org/gitlab-ce/issues/2296#note_2724697 | ||||
| * | Generate system note after Task item has been updated on Issue or Merge ↵ | Ruben Davila | 2015-11-19 | 1 | -6/+58 |
| | | | | | | | | | | | | | Request. #2296 Everytime the User check or uncheck a Task Item from the Issue or Merge Request description, a new update is going to be added to the activity logs of the Issue or Merge Request. Note that when using the edit form, you can only update the Task item status or add/delete/modify existing ones. Doing both actions is not fully supported. | ||||
| * | Add tests for merge request update. | Douwe Maan | 2015-11-17 | 1 | -1/+1 |
| | | |||||
| * | Fix spec | Douwe Maan | 2015-11-17 | 1 | -4/+6 |
| | | |||||
| * | Add notification to the former assignee upon unassignment | adamliesko | 2015-11-09 | 1 | -4/+6 |
| | | |||||
