summaryrefslogtreecommitdiff
path: root/doc/development
Commit message (Collapse)AuthorAgeFilesLines
* 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
* | Remove documentation about `:empty_project` since we're removing itRobert Speicher2017-08-021-2/+0
| |
* | Add code review guidelines related to Build [CI skip].Marin Jankovski2017-08-011-0/+3
| |
* | Add copy about search terms to ux guidetauriedavis2017-07-281-0/+8
| |
* | Changed Images in Blob Viewer to image_tag35577-fix-image-blob-display-due-to-lazy-image-loadingTim Zallmann2017-07-271-2/+3
| | | | | | | | Updated documentation about the lazy class
* | Remove mentions of SeanPackham since he's no longer with GitLabRémy Coutable2017-07-271-2/+2
| |
* | Add directives to Vue component orderingSimon Knox2017-07-251-0/+1
| |
* | Resolve "Lazy load images on the Frontend"Tim Zallmann2017-07-241-0/+12
| |
* | Merge branch 'enhance-backend-review-guide' into 'master'Rémy Coutable2017-07-241-0/+49
|\ \ | | | | | | | | | | | | | | | | | | Add GitLab-specific concerns to code review guide Closes #35099 See merge request !12999
| * | Add GitLab-specific concerns to code review guideSean McGivern2017-07-241-0/+49
| | |
* | | Merge branch 'dz-sidekiq-remove-queue' into 'master'Sean McGivern2017-07-211-0/+7
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Update sidekiq style guide with rename/remove queue instructions Closes #34223 See merge request !13009
| * | | Capitalize Sidekiq word in dev docDmitriy Zaporozhets2017-07-211-1/+1
| | | |
| * | | Update sidekiq_style_guide.md with removing or renaming queues instructionsdz-sidekiq-remove-queueDmitriy Zaporozhets2017-07-211-0/+7
| |/ /
* | | Copy-edit background migrations guidelinesGrzegorz Bizon2017-07-211-7/+13
| | |
* | | Extend background migration development guidelinesGrzegorz Bizon2017-07-201-0/+30
|/ /
* | Remove developer documentation about not describing symbolsrs-remove-describe-symbol-docsRobert Speicher2017-07-182-30/+0
|/ | | | This is now covered by rubocop-rspec.
* Merge branch 'rs-disable-test-log-in-ci' into 'master'Rémy Coutable2017-07-181-0/+5
|\ | | | | | | | | Disable Rails logging in CI test environments See merge request !12847