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-18Minor changes to Testing Promises sectionWinnie Hellmann
2017-05-18Merge branch 'winh-testing-promises' into 'master'Clement Ho
Document Promise testing best practice See merge request !11284
2017-05-18[Migration guide] Add note about prefering change_column_null over change_columnValery Sizov
2017-05-18Document Promise testing best practice (!11284)winh
2017-05-17Update fe_guide testing.mdLuke "Jared" Bennett
2017-05-17Update fe_guide/index.md to use readable ascii treeLuke "Jared" Bennett
2017-05-16Add guide to collaborate with i18n.Rubén Dávila Santos
2017-05-16Merge branch 'docs-add-more-conventions-for-docs-only-tests' into 'master' Rémy Coutable
Add more choices to name the branch for docs only tests See merge request !11413
2017-05-16Add more choices to name the branch for docs only testsAchilleas Pipinellis
http://rubular.com/r/51mKdLm6RF
2017-05-15Update UX guide to use monospace type for commit, branch, and tag refsPedro Moreira da Silva
2017-05-15Merge branch 'patch-18' into 'master' Rémy Coutable
Fix the GitLab EE link See merge request !11021
2017-05-11Complement tech articles guidelinesMarcia Ramos
2017-05-09Add screenshots to Triggered Build docsBalasankar C
2017-05-09Fix links in code review docsSean McGivern
2017-05-08Merge branch ↵Filipa Lacerda
'28794-standardize-jasmine-test-describe-block-names-that-test-specific-methods' into 'master' Resolve "Standardize jasmine test describe block names that test specific methods" Closes #28794 See merge request !11137
2017-05-08Add documentation about adding foreign keysYorick Peterse
[ci skip]
2017-05-06[skip ci] add documentationClement Ho
2017-05-06Merge branch 'droplab-item-ignore-docs' into 'master' Clement Ho
Include droplab-item-ignore in droplab docs See merge request !10808
2017-05-05Merge branch '31552-documentation-dos-and-donts' into 'master' Phil Hughes
Resolve "Documentation: Frontend list of do's and don'ts" Closes #31552 See merge request !11091
2017-05-05Add a manual job to trigger package build in omnibusBalasankar C
2017-05-04Changes after reviewFilipa Lacerda
2017-05-04Merge branch 'docs/30141-improve-contributing-guide' into 'master' Robert Speicher
Resolve "Combine all GitLab workflow documentation to CONTRIBUTING.md" Closes #30141 See merge request !10991
2017-05-04Add missing pointsFilipa Lacerda
2017-05-04Adds numbered lists to easily point to documentationFilipa Lacerda
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-05-03Elaborate on the usage of SpringRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-05-03Merge branch 'rs-described_class-cop-2' into 'master' Douwe Maan
Enable `RSpec/DescribedClass` cop and correct violations See merge request !10930
2017-05-02Add some documentation for the new migration helpersBob Van Landuyt
2017-05-02Fix the GitLab EE linkSota Yamashita
2017-05-01Enable `RSpec/DescribedClass` copRobert Speicher
2017-04-28Document the process of docs only changesAchilleas Pipinellis
2017-04-26Use rspec-set to speed up examplesZeger-Jan van de Weg
2017-04-25Remove outdated ci_setup.md doc page and document MySQL and RSpec profiling ↵Rémy Coutable
for specific branches Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-04-24Merge branch 'vue-experts' into 'master' Jacob Schatz
Remove names from docs and add vue experts instead See merge request !10817
2017-04-24Merge branch 'mention-new-frontend-fixtures' into 'master' Rémy Coutable
Mention new mechanism to generate frontend fixtures See merge request !10706
2017-04-21Add help regarding vue resource and where to include itFilipa Lacerda
2017-04-20Update style_guide_js.mdFatih Acet
2017-04-20Adds documentation entry: Don't user forEach, aim for code without side effectsFilipa Lacerda
2017-04-20Merge branch 'docs-tech-articles-filetree' into 'master' Sean Packham (GitLab)
Docs tech articles filetree Closes #30946 See merge request !10752
2017-04-20Remove names from docs and add vue experts insteadFilipa Lacerda
2017-04-20Adds vue js example application and documentationFilipa Lacerda
2017-04-20Include droplab-item-ignore in droplab docsLuke "Jared" Bennett
2017-04-19Added and updated droplab docsLuke "Jared" Bennett
2017-04-17link articles list from writing docs pagesMarcia Ramos
2017-04-17add directory `articles` to hold all tech articlesMarcia Ramos
2017-04-14Mention new mechanism to generate frontend fixturesWinnie Hellmann
2017-04-12Merge branch 'zero-downtime-migrations' into 'master' Douwe Maan
Prepare for zero downtime migrations See merge request !9976
2017-04-12Improve webpack-dev-server compatibility with non-localhost setups.Mike Greiling
2017-04-12Prepare for zero downtime migrationsYorick Peterse
Starting with GitLab 9.1.0 we will no longer allow downtime migrations unless absolutely necessary. This commit updates the various developer guides and adds code that is necessary to make zero downtime migrations less painful.