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
2017-05-05Remove FE team labelSean 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-03Update ToC of CONTRIBUTING.md and PROCESS.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-05-03Improve the merge request guidelines and DoD in CONTRIBUTING.mdRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-05-03Move retro/kickoff doc to PROCESS.mdRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-05-02Document labels in CONTRIBUTING.mdRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-03-28Merge branch 'improve-mr-reviews-in-contributing' into 'master' Jacob Schatz
Improve the MR guidelines from the CONTRIBUTING guide See merge request !9967
2017-03-22Creates Frontend Style guideFilipa Lacerda
2017-03-16Add policy for closing stale merge requestsAdam Niedzielski
2017-03-16Improve the MR guidelines from the CONTRIBUTING guideRémy Coutable
[ci skip] Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-03-14Describe polling with ETag cachingAdam Niedzielski
2017-03-14Add performance/scalability concerns to CONTRIBUTING.mdStan Hu
[ci skip]
2017-03-10Add a section on issue/MR labeling in CONTRIBUTING.mdAchilleas Pipinellis
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/25097 [ci skip]
2017-03-09Document "How to get your MR reviewed, approved, and merged"Rémy Coutable
[ci skip] Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-03-01Merge branch 'cla-first' into 'master' Achilleas Pipinellis
But notice first. See merge request !9364
2017-03-01Add CLA on top of CONTRIBUTING.mdAchilleas Pipinellis
[ci skip]
2017-02-23Switched CONTRIBUTING.md style guide recommendation for method chainingJames Edwards-Jones
2017-02-20But notice first.sytses
2017-02-16Document better the CE -> EE mergeRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-02-09Fix menu link in CONTRIBUTINGAdam Niedzielski
2017-02-08Merge branch 'patch-12' into 'master' Rémy Coutable
Fix link in CONTRIBUTING.md See merge request !8859
2017-02-06add the stewardship label to contributing.mdJob van der Voort
2017-01-31Document that the retro and kickoff notes are publicRémy Coutable
[ci skip] Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-01-28Fix link in CONTRIBUTING.mdCarlos Galarza
2017-01-26Remove "official merge window" from CONTRIBUTING.md [ci skip] Adam Niedzielski
We should not discourage contributors from submitting merge requests anytime they want. Our process for reviewing community contributions no longer depends on the release schedule.
2017-01-26Update CONTRIBUTING.md after merging "up-for-grabs" and "Accepting Merge ↵Adam Niedzielski
Requests" [ci skip]
2016-12-27Link to k8s contributing doc.Sytse Sijbrandij
2016-11-17Update CONTRIBUTING.md - Adding info about issues within a milestoneTaurie Davis
2016-11-16[ci skip] Fix UX Guide link on Contributing.mdawhildy
2016-11-02Merge branch 'rs-bin-changelog' into 'master' Rémy Coutable
Add a bin/changelog script and changelog documentation See merge request !7098
2016-11-02Replace MR Description Format links Daniel Axelrod
Replace links to the `Merge request description format` section with up-to-date instructions on using the MR template built into the UI. The `Merge request description format` section was removed in 2f7e28d1, but links were left in the table of contents and in the MR description instructions.
2016-10-31Add changelog documentationRobert Speicher
2016-10-16Convert CHANGELOG to MarkdownRobert Speicher
All this does is convert the version sections into headers. The list items shouldn't really be indented by two spaces, but it makes no difference to the rendering and this way we retain authorship history for the actual changes. Related to https://gitlab.com/gitlab-org/release-tools/merge_requests/29
2016-10-07Improve the contribution and MR review guideRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2016-09-16Merge branch 'sh-add-link-to-reliable-capybara-specs' into 'master' Achilleas Pipinellis
Add link to article on how to write reliable, asynchronous tests with Capybara This article has been incredibly useful for all developers. Adding a link to it so more people can refer to it. See merge request !6312
2016-09-12Add link to article on how to write reliable, asynchronous tests with CapybaraStan Hu
[ci skip]
2016-09-07Simplify the 'Implement design & UI elements' section in CONTRIBUTINGRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2016-08-31Merge branch 'mr-performance-guides' into 'master' Achilleas Pipinellis
Added performance guidelines for new MRs ## What does this MR do? This MR adds a set of guides that should be followed by merge request authors. ## Are there points in the code the reviewer needs to double check? Spelling, grammar, etc ## Why was this MR needed? There is no set of guidelines one should follow when submitting merge requests. This leads to developers at times disregarding performance. This in turn results in performance specialists having to clean up the mess, or production engineers being woken up in the middle of the night because the database is on fire. ## Does this MR meet the acceptance criteria? - [x] [Documentation created/updated](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/doc/development/doc_styleguide.md) - Tests - [x] All builds are passing - [x] Conform by the [style guides](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/CONTRIBUTING.md#style-guides) - [x] Branch has no merge conflicts with `master` (if you do - rebase it please) - [x] [Squashed related commits together](https://git-scm.com/book/en/Git-Tools-Rewriting-History#Squashing-Commits) cc @DouweM @rspeicher @pcarranza @dzaporozhets See merge request !5905
2016-08-25Link to the issue templates in Contributing guideMark Fletcher
Change to use a better title style Add backticks to code segments Spelling and Grammar
2016-08-24Reflect template addition in the contributing guideMark Fletcher
Adjust bug template to adhere to standard bug report format * https://developer.mozilla.org/en-US/docs/Mozilla/QA/Bug_writing_guidelines * Guidelines use the following format - Summary - Steps to Reproduce - Expected Behaviour - Actual Behaviour
2016-08-22Added performance guidelines for new MRsYorick Peterse
These guidelines cover the performance requirement for newly submitted merge requests. These guidelines are put in to place to prevent merge requests from negatively impacting GitLab performance as much as possible.
2016-08-19Update contribution acceptance criteria with tests requirementsDmitriy Zaporozhets
2016-08-15Add test requirement for new filesDmitriy Zaporozhets
2016-08-09Merge branch 'dz-newlines-styleguide' into 'master' Robert Speicher
Add newlines styleguide for Ruby code See merge request !5636
2016-08-08Add migration-related tips to the "Merge Request Guidelines" docTimothy Andrew
[ci-skip]
2016-08-05Add newlines styleguide for Ruby codeDmitriy Zaporozhets
2016-08-04Merge branch 'coffescript_docs_migration' into 'master' Rémy Coutable
Update docs for CoffeeScript -> JavaScript. ## What does this MR do? Removes some CoffeeScript docs and adds more JS ones ## Are there points in the code the reviewer needs to double check? No ## Why was this MR needed? To migrate some docs ## What are the relevant issue numbers? #20098 ## Screenshots (if relevant) None ## Does this MR meet the acceptance criteria? - [x] [CHANGELOG](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/CHANGELOG) entry added - [x] [Documentation created/updated](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/doc/development/doc_styleguide.md) - [ ] API support added - Tests - [ ] Added for this feature/bug - [ ] All builds are passing - [x] Conform by the [style guides](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/CONTRIBUTING.md#style-guides) - [x] Branch has no merge conflicts with `master` (if you do - rebase it please) - [x] [Squashed related commits together](https://git-scm.com/book/en/Git-Tools-Rewriting-History#Squashing-Commits) See merge request !5433
2016-08-02link the engineering workflow document from process and contributingJob van der Voort
2016-07-23Update docs for CoffeeScript -> JavaScript.Jacob Schatz