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
2020-02-07Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-01-29Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-01-23Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-12-24Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-12-12Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-10-17Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-09-18Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-09-06Only show `/copy_metadata` when usableLee Tickett
2019-09-04Show meaningful message on /due quick action with invalid date🙈 jacopo beschi 🙉
When using /due quick action with an invalid date a meaninful error message is shown.
2019-08-13Improve quick action error messagesHeinrich Lee Yu
Standardize punctuation and format
2019-07-30Make quick action "commands applied" banner more useful🙈 jacopo beschi 🙉
Extends the quick actions "commands applied" banner to show the quick action preview text, but with everything in past tense.
2019-07-24CE-EE parity for interpret_service_specRobert Speicher
2019-04-10Quarantine flaky specsRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2019-04-09[CE] Support multiple assignees for merge requestsOswaldo Ferreira
Backports https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/10161 (code out of ee/ folder).
2019-04-02Fix quick actions add label name middle word overlapsJacopo
Fixes quick actions add label when adding a label which name middle word overlaps with another label name: for example adding "A B C" when also label "B" exists. With the fix only the label "A B C" is correctly added, previously also the label "B" was added due to the middle word overlaps.
2019-03-28Add no-op license helper to CEAlexandru Croitor
Add no-op license helper to CE to make it compatible with EE codebase. Helper will be overwritten in EE to allow for CE specs to be run under EE codebase. https://gitlab.com/gitlab-org/gitlab-ee/issues/6539
2019-03-04Show commands applied message when promoting issuesFelipe Artur
Fix 'commands applied' messages not being shown when issue is promoted to epic using slash commands.
2018-11-14Creates /create_merge_request quickactionJacopo
With this quick action the user can create a new MR starting from the current issue using as `source_branch` the given `branch name` and as `target_branch` the project default branch. If the `branch name` is omitted a name is automatically created starting from the issue title.
2018-11-07Allow limiting quick actions to executeBob Van Landuyt
Sometimes we don't want to trigger any quick actions that cause side effects. For example when building a record to validate. This allows listing the quick actions that need to be performed.
2018-11-01Fix typos in comments and specsGeorge Tsiolis
2018-10-20Resolve "/assign me quick action doesn't work if there is extra white space"Cindy Pallares 🦉
2018-09-27Allow /copy_metadata for new issuesToon Claes
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/50181
2018-09-06Add /lock and /unlock quick actionsMehdi Lahmam
Closes #39173
2018-08-10Freeze string literalsPeter Leitzen
See Danger's suggestions: https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/6869#note_93730253
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-10Show optional tag message in quick action explanationPeter Leitzen
2018-08-10Implement the `tag` commandsPeter Leitzen
2018-06-13Resolve "Add `/confidential` quick action for issues"Jan
2018-04-24Make /copy_metadata only handle the first issuable passedSean McGivern
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
Closes #38450
2018-02-23Resolve "Milestone Quick Action not displayed with no project milestones but ↵🙈 jacopo beschi 🙉
with group milestones"
2017-12-22Replace '.team << [user, role]' with 'add_role(user)' in specsblackst0ne
2017-12-20Only include the user's ID in the time_spent command's update hashRobert Speicher
Previously, this would include the entire User record in the update hash, which was rendered in the response using `to_json`, erroneously exposing every attribute of that record, including their (now removed) private token. Now we only include the user ID, and perform the lookup on-demand.
2017-10-13added date parameter for time trackingVlad
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-07Add `/assign me` alias support for assigning issuables to oneselfMehdi Lahmam
Currently, when a user wants to assign an issue/MR to himself, he needs to type his full username or select it from the suggested ones in the dropdown list. This commits suggest a faster solution which is typing `/assign me` Closes #35304.
2017-08-03Change all `:empty_project` to `:project`Robert Speicher
2017-07-28Fixes #29385: Add /shrug and /tableflip commandsAlex Ives
- Updated DSL to support substitution definitions - Added substitution definition, inherits from command definition - Added tabelflip and shrug substitutions to interpret service - Added support for substitution definitions to the extractor for preview mode. - Added substitution handling in the interpret service Signed-off-by: Alex Ives <alex@ives.mn>
2017-07-27Remove superfluous lib: true, type: redis, service: true, models: true, ↵Rémy Coutable
services: true, no_db: true, api: true Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-07-21Move duplicate issue management to a serviceSean McGivern
2017-07-20Changes based on MR feedback.Ryan Scott
Marking an issue as a duplicate will now also add an upvote on behalf of the author on the original issue.
2017-07-20Added slash command to close an issue as a duplicate. Closes #26372Ryan Scott
2017-07-07Remove /reassign quick actionToon Claes
/reassign should only work when multiple assignees are available. And since this is only the case for GitLab EE, remove it from CE. This was picked using 517c97eb12e44f354787313dd35ac7a1642f5b20 of gitlab-ee.
2017-06-20Make MergeRequest respond to assignee_ids & assignee_ids=Toon Claes
To make it simpler to assign users to an Issuable, make MergeRequest support the attribute `assignee_ids`.
2017-06-20Backport /reassign quick commandToon Claes
The /reassign quick command works even when no multiple assignees are allowed of there isn't any assignee yet. So for consistency, it's also be backported to CE. But it functions the same as the /assign quick action.