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
2019-04-16Refer to guidelines on when to assign MRs close to the freezeDouwe Maan
2019-04-16Rewrite "Review turnaround time" sectionDouwe Maan
2019-03-25Add ssot link to security reviews documentationJames Ritchey
2019-02-21Apply suggestion to doc/development/code_review.mdMarcia Ramos
2019-02-21Update code review guidelinesMarcia Ramos
2019-02-18Merge branch 'docs/zj-reviewer-guidelines' into 'master'Nick Thomas
Add a soft SLA for reviewers and maintainers See merge request gitlab-org/gitlab-ce!25192
2019-02-18Improve languageZeger-Jan van de Weg
2019-02-13Reviewer roulette via DangerNick Thomas
Make danger pick reviewers and maintainers at random, for feontend, backend, database, etc, changes, whenever files belonging to those teams get changed.
2019-02-13Add a soft SLA for reviewers and maintainersZeger-Jan van de Weg
By setting expectations both the contributor and reviewer have more certainty on what gets reviewed when, and at what speed changes could be merged.
2018-12-11Fix links to sections that were movedMichael Kozono
2018-11-30Fix Red/Orange data link markdownPhilippe Lafoucrière
2018-11-29Merge branch ↵Rémy Coutable
'docs/8608-update-approval-guidelines-to-include-red-orange-data-reviews' into 'master' Add RED data security requirement to code review See merge request gitlab-org/gitlab-ce!23426
2018-11-29Merge branch 'mk/author-preparation-docs' into 'master'Marcia Ramos
Encourage MR author preparation in Code Review Guidelines documentation See merge request gitlab-org/gitlab-ce!23360
2018-11-28Add RED data security requirement to code reviewPhilippe Lafoucrière
closes #8608
2018-11-28Encourage MR author preparationMichael Kozono
2018-11-28Left shift security in our workflowPhilippe Lafoucrière
2018-11-27Clearer docs when it is OK for maintainer to squashDylan Griffith
2018-11-13Resolve Markdown ordered lists not conforming to styleguideEvan Read
2018-11-06Includes the way approvals are handled to the documentationDimitrie Hoekstra
2018-10-17Strongly recommend involving a domain expert, especially when in doubt.Douwe Maan
2018-10-17Merge branch 'master' into 'dm-document-role-maintainer'Douwe Maan
# Conflicts: # doc/development/code_review.md
2018-10-17Clarify responsibilities of MR author and maintainer based on feedback.Douwe Maan
2018-10-16Fix "ready for review" linkJan Provaznik
Remove assignee_id=0 condition from search filters, we agreed that just presence of "ready of review" label is sufficient for filtering MRs, no need to unassign yourself.
2018-10-15Add documentation how to assign a merge request for reviewJarka Kadlecová
2018-10-10Rewrite guidance on getting your merge request reviewed, approved, and mergedDouwe Maan
2018-10-09Document the role of the maintainerDouwe Maan
2018-09-12Update code_review.md to include a recommendation for assigning maintainers ↵Luke Bennett
from different teams Improve recommended maintainer docs
2018-09-06Resolve "CE documentation is not CommonMark compliant"Brett Walker
2018-05-30Fixed broken link to build team in documentationEddie Stubbington
2018-05-11Add Code Review documentation that maintainers also perform code reviewRobert Speicher
2018-05-11Move footnote from CONTRIBUTING.md to doc/development/code_review.mdRobert Speicher
A section was moved in f644b8c8 but this got lost.
2017-08-01Merge branch 'master' into 'docs-specific-review-examples'Clement Ho
# Conflicts: # doc/development/code_review.md
2017-08-01Add code review guidelines related to Build [CI skip].Marin Jankovski
2017-07-31Add note about UX paradigmClement Ho
2017-07-31Add specific code review guidelinesClement Ho
2017-07-24Add GitLab-specific concerns to code review guideSean McGivern
2017-05-09Fix links in code review docsSean McGivern
2017-05-04Improving copy of CONTRIBUTING.md, PROCESS.md, and code_review.mdRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-05-03Improve the Code review guidelines documentationRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-02-15Rename builds to jobs in docsAchilleas Pipinellis
[ci skip]
2017-01-13Rename endboss -> maintainer, miniboss -> reviewerSean McGivern
We want to describe these roles in a way that is more understandable to people not familiar with GitLab.
2016-12-05Merge branch 'fix/rename-mwbs-to-merge-when-pipeline-succeeds' into 'master' Kamil Trzciński
Rename MWBS service to Merge When Pipeline Succeeds ## What does this MR do? This MR renames Merge When Build Succeeds feature to Merge When Pipeline Succeeds, because we recently changed the behavior, see https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/6675. ## Does this MR meet the acceptance criteria? - [x] [CHANGELOG](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/CHANGELOG.md) entry added - [x] [Documentation created/updated](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/doc/development/doc_styleguide.md) - [x] All builds are passing ## What are the relevant issue numbers? Closes #23354 See merge request !7135
2016-12-02Remove change to MWBS in code review guidelineGrzegorz Bizon
[ci skip]
2016-12-01Copy-edit text about right balance in code reviewsGrzegorz Bizon
[ci skip]
2016-11-30Extend code review docs with chapter about the right balanceGrzegorz Bizon
2016-11-21Update some docs to reflect MWPS name changeGrzegorz Bizon
2016-10-07Fix typo and add he MWBS accronym for "Merge When Build Succeeds"Rémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2016-10-07Improve the contribution and MR review guideRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2016-04-11Re-add a note about sarcasm to the Code Review guideRobert Speicher
[ci skip]
2016-04-10First pass at a Code Review guideRobert Speicher
Largely borrowed from thoughtbot's code review guide, so attribution is included. [ci skip]