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 (Expand)Author
2019-02-07Enable fast task lists for merge requestsBrett Walker
2019-01-02Merge branch 'blackst0ne-bump-rails-cve-2018-16476' into 'master'Grzegorz Bizon
2018-12-21Bump Ruby on Rails to 5.0.7.1blackst0ne
2018-12-17Change deprecated `except!` usagesRobert Speicher
2018-11-02Add email for milestone changeChantal Rollison
2018-07-18Enable more frozen string in app/services/**/*.rbgfyoung
2018-04-25Move NotificationService calls to SidekiqSean McGivern
2018-03-01/wip slash command on MR creationAdam Pahlevi
2017-11-24Refactor the way we pass `old associations` to issuable's update servicesRémy Coutable
2017-11-02CE port of code changed for epicsJarka Kadlecova
2017-08-28Rename MergeRequest#async_merge to merge_asyncOswaldo Ferreira
2017-08-28Track enqueued and ongoing MRsOswaldo Ferreira
2017-06-15Rename "Slash commands" to "Quick actions"Eric Eastwood
2017-05-04Backport of multiple_assignees_feature [ci skip]Valery Sizov
2017-03-29Create todos only for new mentionsJarka Kadlecova
2017-01-11support `/merge` slash comand for MRsJarka Kadlecova
2016-12-16Enable Style/MultilineOperationIndentation in Rubocop, fixes #25741Rydkin Maxim
2016-11-22Remove unnecessary require_relative calls from service classesSemyon Pupkov
2016-10-13Maintain "force_remove_source_branch" options on Merge Request unless specifiedMark Fletcher
2016-10-03Add a /wip slash commandThomas Balthazar
2016-09-20Use the `IssuableBaseService` lifecycle hooks to cache `MergeRequestsClosingI...Timothy Andrew
2016-08-30User can edit closed MR with deleted forkKatarzyna Kobierska
2016-08-15Add notifications for new user mentions in merge requestsNick Thomas
2016-08-15Fix a 'missing keyword' error introduced in the last commitNick Thomas
2016-05-20Allows MR authors to have the source branch removed when merging the MRJeroen Jacobs
2016-03-15Improving the original label-subscribing implementationRémy Coutable
2016-03-15Original implementation to allow users to subscribe to labelsTimothy Andrew
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 a MRDouglas Barbosa Alexandre
2016-02-20Create a pending task when an MR is assigned to someoneDouglas Barbosa Alexandre
2016-02-20Marks pending tasks for an user as done when he edit an issueDouglas Barbosa Alexandre
2015-11-20Generate system note after Task item has been updated on Issue or Merge Reque...Ruben Davila
2015-11-17Refactor similar code for Issue and MR update serviceDmitriy Zaporozhets
2015-11-13Split huge method MergeRequests::UpdateService#executeDmitriy Zaporozhets
2015-10-28Use issue editor as cross reference comment author when issue is edited with ...Douwe Maan
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
2015-07-09Remove unused `task_[un]check` states from Update servicesRobert Speicher
2015-06-25Dont allow set assignee, milestone or labels if user is guestDmitriy Zaporozhets
2015-05-29Disable changing of the source branch in merge request update APIStan Hu
2015-05-29Support editing target branch of merge requestStan Hu
2015-05-27Add a note when an Issue or Merge Request's title changesRobert Speicher
2015-03-27No magic numbers for issues filteringDmitriy Zaporozhets