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
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
2016-07-14Cleanup feature proposal templateMark Pundsack
2016-06-07Add License Finder information to contribution acceptance criteria.Connor Shea
2016-06-04Merge branch 'fix-design-link-in-contributing' into 'master' Achilleas Pipinellis
Fix link to current design reference in the CONTRIBUTING guide ## What does this MR do? It fixes an outdated link by replacing it with the up-to-date one. See merge request !4439
2016-06-03Let contributors know where to start Zeger-Jan van de Weg
gitlab-org/gitlab-ce/issues/14905#note_12235996
2016-06-02Fix link to current design reference in the CONTRIBUTING guideRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2016-06-01Don't advertise the use of "ci skip" in the CONTRIBUTING guideRémy Coutable
Now that we autoscale runner, we don't need to optimize for their usage anymore. Abusing of "ci skip", for instance for view changes can lead to broken specs, so let's just not use it! Signed-off-by: Rémy Coutable <remy@rymai.me>
2016-05-04Merge branch 'feature-proposal-contribution-guidelines' into 'master' Douwe Maan
feature proposal issue template in contributing guide This adds a feature proposal template to the contribution guidelines for internal and external use. Fixes #15448 cc @markpundsack @stanhu @dzaporozhets See merge request !3967
2016-05-04Merge branch 'link-to-code-review-guide' into 'master' Robert Speicher
Link to GitLab code review guide in contributing guidelines I noticed that the contributing guidelines still link to the thoughtbot code review guidelines even though we already have our own. [ci skip] See merge request !4018
2016-05-03Link to gitlab code review guide in contributing guidelinesKarlo Soriano
I noticed that the contributing guidelines still link to the thoughtbot code review guidelines even though we already have our own. [ci skip]
2016-04-28feature proposal issue template in contributing guideJob van der Voort
2016-04-28Fix links to core team pageAchilleas Pipinellis
[ci skip]
2016-04-28Users can use the feature proposal label inside the issueAchilleas Pipinellis
[ci skip]
2016-04-20Articles on proper commit messagesJacob Schatz
2016-04-02First pass at a Testing styleguideRobert Speicher
[ci skip]
2016-03-18Change capitalizationDouwe Maan
2016-03-18Fix typos and add a paragraph to urge people to mention the relevant MRAchilleas Pipinellis
[ci skip]
2016-03-17Add description of technical debt label in docsGrzegorz Bizon
[ci skip]
2016-03-15Add SCSS Lint, CSSComb config file, run SCSS Lint in GitLab CI, add ↵connorshea
documentation for SCSS Style Guide. See !3069 for more information.
2016-03-05No options please.Sytse Sijbrandij
2016-03-01Add a paragraph on "Implementing design & UI elements" in CONTRIBUTING.mdRémy Coutable
Also, link to this new paragraph in PROCESS.md and improved a bit this document. [ci skip]
2016-02-14fix some linksnozo
2016-02-10Add notice about MR target for stable fixesSytse Sijbrandij
2016-02-08Rearrange some sections in CONTRIBUTING.mdAchilleas Pipinellis
[ci skip]
2016-02-08Add table of contents in CONTRIBUTING.mdAchilleas Pipinellis
2016-02-02Merge branch 'contributing-labels-stable-releases' into 'master' Robert Speicher
Updated contributing guide for stable releases [ci skip] See merge request !2638
2016-02-02Merge branch 'rs-regression-issue-guidelines' into 'master' Dmitriy Zaporozhets
Add notes about the regression issues to CONTRIBUTING.md [ci skip] See merge request !2661
2016-02-02Updated contributing guide for stable releasesYorick Peterse
Fixes #12784
2016-01-31Add notes about the regression issues to CONTRIBUTING.mdRobert Speicher
[ci skip]