Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add the ability to perform background migrations | Yorick Peterse | 2017-06-12 | 2 | -0/+206 |
| | | | | | | | | Background migrations can be used to perform long running data migrations without these blocking a deployment procedure. See MR https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/11854 for more information. | ||||
* | Mention the cause of missing translations in the docs | Bob Van Landuyt | 2017-06-09 | 1 | -0/+8 |
| | |||||
* | Merge branch 'document-polymorphing-columns' into 'master' | Rémy Coutable | 2017-06-07 | 3 | -0/+166 |
|\ | | | | | | | | | Document using separate tables instead of polymorphic associations and STI See merge request !11168 | ||||
| * | Document not using STIdocument-polymorphing-columns | Yorick Peterse | 2017-06-07 | 2 | -0/+19 |
| | | |||||
| * | Document not using polymorphic associations | Yorick Peterse | 2017-06-07 | 2 | -0/+147 |
| | | | | | | | | | | Instead of using polymorphic associations a developer should use separate tables. | ||||
* | | Merge branch 'edge-cases-integration-frontend-testing' into 'master' | Clement Ho | 2017-06-07 | 1 | -1/+1 |
|\ \ | |/ |/| | | | | | Update testing.md `# Frontend Testing` to include integration spec for edge cases See merge request !11784 | ||||
| * | Update testing.md `# Frontend Testing` to include integration spec for edge ↵edge-cases-integration-frontend-testing | Luke "Jared" Bennett | 2017-05-30 | 1 | -1/+1 |
| | | | | | | | | cases | ||||
* | | Merge branch 'evn-crosslink-to-architecture' into 'master' | Achilleas Pipinellis | 2017-06-06 | 1 | -3/+5 |
|\ \ | | | | | | | | | | | | | Make sketch dynamic and link back to production architecture See merge request !11617 | ||||
| * | | Per discussionevn-crosslink-to-architecture | Ernst van Nierop | 2017-05-22 | 1 | -1/+1 |
| | | | |||||
| * | | Make sketch dynamic and link back to production architecture | ernstvn | 2017-05-22 | 1 | -3/+5 |
| | | | |||||
* | | | Add new Rake task to simplify the compilation of PO filesadd-new-rake-task-for-gettext | Ruben Davila | 2017-06-01 | 1 | -2/+1 |
| | | | |||||
* | | | Merge branch 'document-not-using-serialize' into 'master' | Douwe Maan | 2017-06-01 | 2 | -0/+85 |
|\ \ \ | | | | | | | | | | | | | | | | | Document not using ActiveRecord's serialize method See merge request !11821 | ||||
| * | | | Document not storing serialized data | Yorick Peterse | 2017-05-31 | 2 | -0/+85 |
| | |/ | |/| | |||||
* | | | Add feature toggles through Flipper | Alejandro Rodríguez | 2017-05-31 | 2 | -0/+8 |
|/ / | |||||
* | | Add small update for the i18n guide.fix-i18-docs | Ruben Davila | 2017-05-25 | 1 | -1/+11 |
|/ | |||||
* | Minor changes to Testing Promises sectionwinh-testing-promises-docspatch-20 | Winnie Hellmann | 2017-05-18 | 1 | -6/+7 |
| | |||||
* | Merge branch 'winh-testing-promises' into 'master' | Clement Ho | 2017-05-18 | 1 | -0/+62 |
|\ | | | | | | | | | Document Promise testing best practice See merge request !11284 | ||||
| * | Document Promise testing best practice (!11284)winh-testing-promises | winh | 2017-05-17 | 1 | -0/+62 |
| | | |||||
* | | [Migration guide] Add note about prefering change_column_null over change_columnchange_migration_style_guide | Valery Sizov | 2017-05-18 | 1 | -0/+2 |
|/ | |||||
* | Update fe_guide testing.md | Luke "Jared" Bennett | 2017-05-17 | 2 | -9/+30 |
| | |||||
* | Update fe_guide/index.md to use readable ascii treefe_guide-index-ascii-tree | Luke "Jared" Bennett | 2017-05-16 | 1 | -9/+5 |
| | |||||
* | Add guide to collaborate with i18n. | Rubén Dávila Santos | 2017-05-16 | 2 | -0/+243 |
| | |||||
* | Merge branch 'docs-add-more-conventions-for-docs-only-tests' into 'master' | Rémy Coutable | 2017-05-16 | 1 | -6/+13 |
|\ | | | | | | | | | Add more choices to name the branch for docs only tests See merge request !11413 | ||||
| * | Add more choices to name the branch for docs only tests | Achilleas Pipinellis | 2017-05-16 | 1 | -6/+13 |
| | | | | | | | | http://rubular.com/r/51mKdLm6RF | ||||
* | | Update UX guide to use monospace type for commit, branch, and tag refspms-uxguide-monospace-git-refs | Pedro Moreira da Silva | 2017-05-15 | 1 | -1/+1 |
|/ | |||||
* | Merge branch 'patch-18' into 'master' | Rémy Coutable | 2017-05-15 | 1 | -1/+1 |
|\ | | | | | | | | | Fix the GitLab EE link See merge request !11021 | ||||
| * | Fix the GitLab EE link | Sota Yamashita | 2017-05-02 | 1 | -1/+1 |
| | | |||||
* | | Complement tech articles guidelines | Marcia Ramos | 2017-05-11 | 2 | -3/+12 |
| | | |||||
* | | Add screenshots to Triggered Build docs | Balasankar C | 2017-05-09 | 3 | -0/+4 |
| | | |||||
* | | Fix links in code review docs | Sean McGivern | 2017-05-09 | 1 | -5/+10 |
| | | |||||
* | | Merge branch ↵ | Filipa Lacerda | 2017-05-08 | 1 | -0/+27 |
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | '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 | ||||
| * | | [skip ci] add documentation28794-standardize-jasmine-test-describe-block-names-that-test-specific-methods | Clement Ho | 2017-05-05 | 1 | -0/+27 |
| | | | |||||
* | | | Add documentation about adding foreign keys | Yorick Peterse | 2017-05-08 | 2 | -0/+64 |
|/ / | | | | | | | [ci skip] | ||||
* | | Merge branch 'droplab-item-ignore-docs' into 'master' | Clement Ho | 2017-05-05 | 1 | -0/+2 |
|\ \ | | | | | | | | | | | | | Include droplab-item-ignore in droplab docs See merge request !10808 | ||||
| * | | Include droplab-item-ignore in droplab docsdroplab-item-ignore-docs | Luke "Jared" Bennett | 2017-04-20 | 1 | -0/+2 |
| | | | |||||
* | | | Merge branch '31552-documentation-dos-and-donts' into 'master' | Phil Hughes | 2017-05-05 | 2 | -283/+334 |
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Resolve "Documentation: Frontend list of do's and don'ts" Closes #31552 See merge request !11091 | ||||
| * | | | Changes after review31552-documentation-dos-and-donts | Filipa Lacerda | 2017-05-04 | 1 | -19/+13 |
| | | | | |||||
| * | | | Add missing points | Filipa Lacerda | 2017-05-04 | 1 | -8/+70 |
| | | | | |||||
| * | | | Adds numbered lists to easily point to documentation | Filipa Lacerda | 2017-05-04 | 2 | -282/+277 |
| | | | | |||||
* | | | | Add a manual job to trigger package build in omnibus | Balasankar C | 2017-05-05 | 2 | -0/+36 |
| | | | | |||||
* | | | | Merge branch 'docs/30141-improve-contributing-guide' into 'master' | Robert Speicher | 2017-05-04 | 1 | -5/+36 |
|\ \ \ \ | |/ / / |/| | | | | | | | | | | | | | | | | | | | Resolve "Combine all GitLab workflow documentation to CONTRIBUTING.md" Closes #30141 See merge request !10991 | ||||
| * | | | Improving copy of CONTRIBUTING.md, PROCESS.md, and code_review.mddocs/30141-improve-contributing-guide | Rémy Coutable | 2017-05-04 | 1 | -3/+0 |
| | | | | | | | | | | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
| * | | | Improve the Code review guidelines documentation | Rémy Coutable | 2017-05-03 | 1 | -5/+39 |
| | |/ | |/| | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | | | Elaborate on the usage of Springdocs/31692-elaborate-on-spring-instructions | Rémy Coutable | 2017-05-03 | 1 | -6/+16 |
| | | | | | | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | | | Merge branch 'rs-described_class-cop-2' into 'master' | Douwe Maan | 2017-05-02 | 1 | -2/+3 |
|\ \ \ | | | | | | | | | | | | | | | | | Enable `RSpec/DescribedClass` cop and correct violations See merge request !10930 | ||||
| * | | | Enable `RSpec/DescribedClass` cop | Robert Speicher | 2017-05-01 | 1 | -2/+3 |
| |/ / | |||||
* | | | Add some documentation for the new migration helpers | Bob Van Landuyt | 2017-05-02 | 1 | -0/+25 |
|/ / | |||||
* | | Document the process of docs only changesdocs/make-ci-run-only-for-doc-changes | Achilleas Pipinellis | 2017-04-28 | 1 | -0/+24 |
| | | |||||
* | | Use rspec-set to speed up examples | Zeger-Jan van de Weg | 2017-04-26 | 1 | -0/+15 |
| | | |||||
* | | Remove outdated ci_setup.md doc page and document MySQL and RSpec profiling ↵30692-document-rspec-profile-and-mysql-branch-testing-and-remove-ci_setup-doc-page | Rémy Coutable | 2017-04-25 | 3 | -51/+12 |
| | | | | | | | | | | | | for specific branches Signed-off-by: Rémy Coutable <remy@rymai.me> |