Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-10-09Don't create todos for old issue assigneesJarka Kadlecova
2017-09-06Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into ↵Simon Knox
ee_issue_928_backport
2017-08-31/move project functionality. Squash commit.Manolis Mavrofidis
Update to add all issues to be updated. Added functionality, proper tests, documentation and changelog.
2017-08-31Small fixesFelipe Artur
2017-08-29Group boards CE backportFelipe Artur
2017-07-21Move duplicate issue management to a serviceSean McGivern
2017-05-04Backport of multiple_assignees_feature [ci skip]Valery Sizov
2017-03-29Create todos only for new mentionsJarka Kadlecova
2017-03-07Address review commentsValery Sizov
2017-03-02Address review commentsValery Sizov
2017-02-24Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into orderable-issuesValery Sizov
2017-02-21Spam check and reCAPTCHA improvementsOswaldo Ferreira
2017-02-17Frontend updates to positioning the issue in listsPhil Hughes
2017-02-17Allow issues in boards to be orderedDouwe Maan
2016-12-16Enable Style/MultilineOperationIndentation in Rubocop, fixes #25741Rydkin Maxim
2016-08-13Send notification emails when users are newly mentioned in issue editsNick Thomas
2016-05-19Move #create_confidentiality_note to Issues::UpdateServiceRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2016-05-18Changing the confidentiality of an issue now creates a new system noteAlex Moore-Niemi
Signed-off-by: Rémy Coutable <remy@rymai.me>
2016-03-15Improving the original label-subscribing implementationRémy Coutable
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
2016-03-15Original implementation to allow users to subscribe to labelsTimothy Andrew
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.
2016-02-20Rename Tasks to TodosDouglas Barbosa Alexandre
2016-02-20Rename IssuableBaseService#have_changes? to has_changes?Douglas Barbosa Alexandre
2016-02-20Ensure that we only have one task per issue/mrDouglas Barbosa Alexandre
2016-02-20Create a pending task when a user is mentioned when edit a issue/mr/noteDouglas Barbosa Alexandre
2016-02-20Rename TaskService#mark_as_done to mark_pending_tasks_as_doneDouglas Barbosa Alexandre
2016-02-20Move common behavior to to IssuableBaseServiceDouglas Barbosa Alexandre
2016-02-20Marks pending tasks for an user as done when he edit an issueDouglas Barbosa Alexandre
2016-02-20Create a pending task when an issue is assigned to someoneDouglas Barbosa Alexandre
2015-11-20Generate system note after Task item has been updated on Issue or Merge ↵Ruben Davila
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.
2015-11-17Refactor similar code for Issue and MR update serviceDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2015-11-13Split complex method Issues::UpdateService#executeDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2015-10-28Use issue editor as cross reference comment author when issue is edited with ↵Douwe Maan
a new mention.
2015-10-12Simplify code around (cross)-referencesDouwe Maan
2015-07-30Show who last edited a comment if it wasn't the original authorDouwe Maan
2015-07-14Rename `notice_added_references` to `create_new_cross_references!`Robert Speicher
2015-07-09Simplify Issue and MergeRequest UpdateServicesRobert Speicher
Now that those pesky task states are gone, these become a lot simpler.
2015-07-09Remove unused `task_[un]check` states from Update servicesRobert Speicher
These were left over from the old Task handling.
2015-06-25Dont allow set assignee, milestone or labels if user is guestDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2015-05-27Add a note when an Issue or Merge Request's title changesRobert Speicher
2015-03-27No magic numbers for issues filteringDmitriy Zaporozhets
2015-03-24Make sure issue assignee is properly reset.Douwe Maan
2015-02-08Add labels notesNikita Verkhovin
2015-01-26Organize event order execution when update issue or mrDmitriy Zaporozhets
2014-10-10Remove unused methodVinnie Okada
2014-10-06Add task lists to issues and merge requestsVinnie Okada
Make the Markdown parser recognize "[x]" or "[ ]" at the beginning of a list item and turn it into a checkbox input. Users who can modify the issue or MR can toggle the checkboxes directly or edit the Markdown to manage the tasks. Task status is also displayed in the MR and issue lists.
2014-06-27Make app works with strong paramsDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-06-13Return a little more information in Issue webhookJeroen van Baarsen
When a webhook for issues is triggered, it should also return the resource URL, and the action that was performed (ie: Was it reopened, updated, opened or closed)
2014-06-10Fix issue/mr close/reopen via APIDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-06-10Make a system comment when issue milestone changedDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-04-02Fix testsDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>