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
2023-07-14Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2023-05-08Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2023-04-22Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2023-04-15Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2023-03-23Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2023-03-08Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2023-02-16Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2022-09-02Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2021-12-22Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2021-11-10Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2021-10-21Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2021-09-10Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2021-08-30Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2021-05-14Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2021-05-12Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2021-04-21Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2021-04-12Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-10-20Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-08-17Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-06-24Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-04-12Add frozen_string_literal to spec/servicesThong Kuah
Probably useful as we often move these files to "new" files.
2019-04-05Fenced blockquotes to not change source line posBrett Walker
Replaces blockquote fences with \n, keeping the line numbering intact.
2019-02-14Check issue milestone availabilityJarka Košanová
Add project when creating milestone in specs We validate milestone is from the same project/parent group as issuable -> we need to set project in specs correctly Improve methods names and specs organization
2017-12-22Replace '.team << [user, role]' with 'add_role(user)' in specsblackst0ne
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-05-10Enable the Style/TrailingCommaInArguments copRémy Coutable
Use the EnforcedStyleForMultiline: no_comma option. Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-04-05Fix specsDouwe Maan
2017-04-05Add specsDouwe Maan
2017-04-05Add option to start a new discussion on an MRDouwe Maan
2017-03-28Use `:empty_project` where possible in service specsRobert Speicher
2017-03-13Rename variableBob Van Landuyt
merge_request_for_resolving_discussions -> merge_request_to_resolve_discussions_of
2017-03-13Correctly indent quotes in new issue descriptionBob Van Landuyt
By using `>`-quote style instead of `>>>`. Also: Update documentation images.
2017-03-13Always require MR-iid for resolving discussionsBob Van Landuyt
And deduplicate the finding of MR's & discussions. Now the searching is done in the service, istead of the controller & the API.
2017-03-13Delegate a single discussion to a new issueBob Van Landuyt
Delegate a discussion in a merge request into a new issue. The discussion wil be marked as resolved and a system note will be added linking to the newly created issue.
2017-02-12fix issue creation from milestone doesn't assign the milestonewendy0402
2016-12-05Feature: delegate all open discussions to IssueBob Van Landuyt
When a merge request can only be merged when all discussions are resolved. This feature allows to easily delegate those discussions to a new issue, while marking them as resolved in the merge request. The user is presented with a new issue, prepared with mentions of all unresolved discussions, including the first unresolved note of the discussion, time and link to the note. When the issue is created, the discussions in the merge request will get a system note directing the user to the newly created issue.