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
2018-10-03Add checks to InterpretService conditionsJarka Košanová
2018-09-27Merge branch 'toon-copy-meta-data-fix' into 'master'Rémy Coutable
2018-09-27Allow /copy_metadata for new issuesToon Claes
2018-09-26Make using assign and unassign quick actions together work as expectedDouwe Maan
2018-09-11Disable existing offenses for the CodeReuse copsYorick Peterse
2018-09-06Add /lock and /unlock quick actionsMehdi Lahmam
2018-08-24Allows author to vote on their own issueChantal Rollison
2018-08-10Fix preview of commit taggingPeter Leitzen
2018-08-10Implement QuickActions::TargetServicePeter Leitzen
2018-08-10Cannot mark a Commit as todo via `/todo`Peter Leitzen
2018-08-10You cannot `/award` a CommitPeter Leitzen
2018-08-10No need to destruct block argumentsPeter Leitzen
2018-08-10Hide `/tag` quick action from non-authorised usersPeter Leitzen
2018-08-10Show optional tag message in quick action explanationPeter Leitzen
2018-08-10Implement the `tag` commandsPeter Leitzen
2018-08-10Create empty Commits::UpdateService and wire it upPeter Leitzen
2018-07-19Enable more frozen string in app/services/**/*.rbgfyoung
2018-06-13Resolve "Add `/confidential` quick action for issues"Jan
2018-04-24Merge branch 'matbaj/gitlab-ce-add-inherit-command' into 'master'Rémy Coutable
2018-04-24Fix unassign slash command previewAthar Hameed
2018-04-24Make /copy_metadata only handle the first issuable passedSean McGivern
2018-04-19Merge branch 'master' into matbaj/gitlab-ce-add-inherit-commandSean McGivern
2018-04-04Allow assigning and filtering issuables by ancestor group labelsFelipe Artur
2018-03-03Fixed inconsistent descriptions and refactored reference checkingMateusz Bajorski
2018-03-03Fixed typos and improved reference checkingMateusz Bajorski
2018-03-03Changed command name to copy_metadata and added MR supportMateusz Bajorski
2018-03-03Add Inherit quick actionMateusz Bajorski
2018-03-01Move wip handling to MergeRequest::BaseServiceOswaldo Ferreira
2018-02-23Resolve "Milestone Quick Action not displayed with no project milestones but ...🙈 jacopo beschi 🙉
2017-12-20Only include the user's ID in the time_spent command's update hashRobert Speicher
2017-10-13added date parameter for time trackingVlad
2017-10-10Stop using `branch_names.include?` and use `branch_exists?`Andrew Newdigate
2017-09-07Removes default scope from sortableTiago Botelho
2017-08-31/move project functionality. Squash commit.Manolis Mavrofidis
2017-08-07Add `/assign me` alias support for assigning issuables to oneselfMehdi Lahmam
2017-07-28Fixes #29385: Add /shrug and /tableflip commandsAlex Ives
2017-07-21Move duplicate issue management to a serviceSean McGivern
2017-07-20Added slash command to close an issue as a duplicate. Closes #26372Ryan Scott
2017-07-07Remove /reassign quick actionToon Claes
2017-06-20Ensure /reassign does not assign multiple usersToon Claes
2017-06-20Make MergeRequest respond to assignee_ids & assignee_ids=Toon Claes
2017-06-20Backport /reassign quick commandToon Claes
2017-06-20Backport issuable for assignee slash commands from EEToon Claes
2017-06-15Rename "Slash commands" to "Quick actions"Eric Eastwood