summaryrefslogtreecommitdiff
path: root/doc/development
Commit message (Collapse)AuthorAgeFilesLines
* Update CI parallelization descriptionrc/update-testing-docsRémy Coutable2017-09-271-10/+10
| | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* Merge branch 'doc-license-wtfpl-rejected' into 'master'Robert Speicher2017-09-261-0/+3
|\ | | | | | | | | | | | | WTFPL is deemed unacceptable [ci skip] See merge request gitlab-org/gitlab-ce!14485
| * WTFPL is deamed unacceptabledoc-license-wtfpl-rejectedKim "BKC" Carlbäcker2017-09-251-0/+3
| |
* | Document manual cleanup after background migration stealingdocument-background-migration-stealingSean McGivern2017-09-251-1/+28
|/
* fix typo in icons sectiondocs-update-ux-guideSarrah Vesselov2017-09-221-1/+1
|
* Resolve "Better SVG Usage in the Frontend"Tim Zallmann2017-09-222-0/+45
|
* Merge branch '32894-update-ux-icon-documentation' into 'master'Marcia Ramos2017-09-212-12/+10
|\ | | | | | | | | | | | | Resolve "[Meta] Create Uniquely 'GitLab' Icons" Closes #32894 See merge request gitlab-org/gitlab-ce!14396
| * update spacing32894-update-ux-icon-documentationsarrahvesselov2017-09-201-0/+4
| |
| * updated verbiage and added todosarrahvesselov2017-09-201-1/+4
| |
| * added icon image and updated verbiagesarrahvesselov2017-09-192-12/+3
| |
* | Merge branch 'docs-specific-review-examples' into 'master'Jacob Schatz2017-09-201-0/+10
|\ \ | |/ |/| | | | | Add specific code review guidelines See merge request gitlab-org/gitlab-ce!13206
| * Merge branch 'master' into 'docs-specific-review-examples'docs-specific-review-examplesClement Ho2017-08-011-0/+3
| |\ | | | | | | | | | # Conflicts: # doc/development/code_review.md
| * | Add note about UX paradigmClement Ho2017-07-311-0/+2
| | |
| * | Add specific code review guidelinesadd-specific-review-examplesClement Ho2017-07-311-0/+8
| | |
* | | Refine docs trigger script and use a really long branch name to test itAchilleas Pipinellis2017-09-192-8/+71
| | |
* | | Add developer documentation about working with sent emails and previewsRobert Speicher2017-09-122-0/+24
| | |
* | | Document how to swap database tables.docs/document-swapping-tablesYorick Peterse2017-09-112-0/+54
| | |
* | | Adds a better explanation for alignment sectionFilipa Lacerda2017-09-081-7/+18
| | |
* | | Add script and job to trigger a docs buildAchilleas Pipinellis2017-09-072-0/+21
| | |
* | | Adds documentation to use VuexFilipa Lacerda2017-09-051-3/+288
| | |
* | | Add Facebook BSD+PATENTS license to the "unacceptable" listNick Thomas2017-09-041-0/+3
| | |
* | | Approve the UnlicenseNick Thomas2017-09-011-0/+2
| | |
* | | Add documentation about PO-lintingBob Van Landuyt2017-08-311-0/+41
| | |
* | | Fix broken Frontend JS guideRobert Speicher2017-08-291-63/+58
| | |
* | | Reenable MySQL tests on all branchesmk-reenable-mysql-tests-on-all-branchesMichael Kozono2017-08-251-4/+1
| | | | | | | | | | | | To protect master from surprise failures, as long as we continue to support MySQL.
* | | Merge branch 'docs-update-links-guideline' into 'master'Achilleas Pipinellis2017-08-251-7/+6
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Docs update links guideline to inline links Closes gitlab-com/gitlab-docs#121 See merge request !13677
| * | | use inline links instead of referencedMarcia Ramos2017-08-181-7/+6
| | | |
* | | | Revert "Merge branch 'mk-reenable-mysql-tests-on-all-branches' into 'master'"Douwe Maan2017-08-251-1/+4
| | | | | | | | | | | | This reverts merge request !13812
* | | | Reenable MySQL tests on all branchesMichael Kozono2017-08-241-4/+1
| | | | | | | | | | | | | | | | To protect master from surprise failures, as long as we continue to support MySQL.
* | | | Update licensing query guidelinesNick Thomas2017-08-231-1/+1
|/ / /
* | | Document not using database hash indexesYorick Peterse2017-08-162-0/+21
| | |
* | | Document how to handle different DB (versions)Yorick Peterse2017-08-162-0/+27
| | |
* | | State that comma separated data is serialised dataYorick Peterse2017-08-161-1/+2
| | | | | | | | | | | | | | | Comma separated values really are a form of serialised data so we should clarify that we shouldn't store such data in the DB.
* | | Add more database development related docsYorick Peterse2017-08-164-0/+170
| | |
* | | Update docs with Javascript accord.Jacob Schatz2017-08-151-0/+17
| | |
* | | Merge branch '35804-document-table-based-tests' into 'master'Robert Speicher2017-08-141-0/+37
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Use rspec-parameterized for table-based tests Closes #35804 See merge request !13469
| * | | Use rspec-parameterized for table-based testsNick Thomas2017-08-111-0/+37
| | | |
* | | | Merge branch 'rc/32308-rspec-retry-hack' into 'master'Sean McGivern2017-08-111-3/+20
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | Detect and keep track of flaky specs See merge request !13021
| * | | | Document rspec-retry and rspec-flakyRémy Coutable2017-08-111-3/+20
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* | | | | Show error message for API 500 error in tests, andLin Jen-Shin2017-08-111-0/+9
|/ / / / | | | | | | | | | | | | document have_gitlab_http_status
* | | | Remove documentation about rules that are now enforced by RuboCoprs-rspec-hook-argument-copRobert Speicher2017-08-101-6/+0
| | | | | | | | | | | | | | | | | | | | | | | | RuboCop is _living_ documentation! :sparkles: [ci skip]
* | | | Merge branch '21949-add-type-to-changelog' into 'master'Robert Speicher2017-08-101-8/+46
|\ \ \ \ | |/ / / |/| | | | | | | | | | | | | | | | | | | Let's start labeling our CHANGELOG entries Closes #21949 See merge request !11579
| * | | Let's start labeling our CHANGELOG entriesJacopo2017-07-221-8/+46
| | | | | | | | | | | | | | | | | | | | | | | | Added the type attribute to a CHANGELOG entry. When you create a new entry the software asks for the category of the change and sets the associated type in the file.
* | | | Merge branch 'zj-project-templates' into 'master'Sean McGivern2017-08-071-0/+17
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Allow projects to be started from a template Closes #32420 See merge request !13108
| * | | | After merge cleanupZ.J. van de Weg2017-08-071-0/+17
| | | | |
* | | | | Merge branch 'docs/upgrades-for-background-migrations' into 'master'Sean McGivern2017-08-072-8/+16
|\ \ \ \ \ | |/ / / / |/| | | | | | | | | | | | | | Update the guides for updating GitLab and adding background migrations See merge request !13284
| * | | | Mention schema migrations and patch releasesdocs/upgrades-for-background-migrationsYorick Peterse2017-08-041-0/+6
| | | | |
| * | | | Removed commit guidelines for migrationsYorick Peterse2017-08-041-10/+3
| | | | | | | | | | | | | | | | | | | | | | | | | At some point we decided this isn't really necessary, so let's get rid of it.
| * | | | Update the update guides for background migrationsYorick Peterse2017-08-041-0/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The introduction of background migrations means some of our requirements for online upgrades have to be adjusted / clarified. See https://gitlab.com/gitlab-org/gitlab-ce/issues/35939 for more information.
* | | | | Backport to CE for:2902-standalone-ee-dir-ceLin Jen-Shin2017-08-041-18/+36
|/ / / / | | | | | | | | | | | | https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/2483