summaryrefslogtreecommitdiff
path: root/doc/development
Commit message (Collapse)AuthorAgeFilesLines
* Improve & clean up the PROCESS.md docRémy Coutable2018-12-171-4/+5
| | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* Removed rails 5 documentationJan Provaznik2018-12-142-28/+0
| | | | | Because we removed rails 4 support, this document is not needed anymore.
* Merge branch 'doc-prettier-vscode-settings' into 'master'Filipa Lacerda2018-12-141-0/+35
|\ | | | | | | | | Update prettier.md with VSCode Settings section See merge request gitlab-org/gitlab-ce!23810
| * Update prettier.md with VSCode Settings sectionPaul Slaughter2018-12-141-0/+35
| | | | | | | | | | | | **Why?** This is a recurring issue that new team members keep running into.
* | Add dplanella as Catalan proofreaderDavid Planella2018-12-141-1/+1
| |
* | Fix documentation for automatic mergingYorick Peterse2018-12-131-11/+13
| | | | | | | | | | The strategy name and interval was incorrect, and the link back to the developer documentation was in the wrong place.
* | Update best_practices.mdSam Bigelow2018-12-121-3/+3
| |
* | Document how to run rspec testsSam Bigelow2018-12-121-0/+10
|/
* Fix ActiveRecord::Migration deprecationsYorick Peterse2018-12-125-20/+20
| | | | | Extending from ActiveRecord::Migration is deprecated, but was still used in a bunch of places.
* Merge branch 'docs/update-automatic-merge-documentation' into 'master'Marcia Ramos2018-12-121-83/+177
|\ | | | | | | | | Update automatic merging documentation See merge request gitlab-org/gitlab-ce!23689
| * Update automatic merging documentationYorick Peterse2018-12-111-83/+177
| | | | | | | | | | | | | | We're moving from merging + reverting to only merging with the `ours` strategy, removing the need for merge requests or reverting conflicts. For more details, refer to Merge Train merge request https://gitlab.com/gitlab-org/merge-train/merge_requests/6.
* | Merge branch 'patch-35' into 'master'Marcia Ramos2018-12-121-1/+5
|\ \ | | | | | | | | | | | | Docs: Add spaces before code snippets in vuex.md See merge request gitlab-org/gitlab-ce!23737
| * | Add spaces before code snippetsSylhare2018-12-111-1/+5
| | |
* | | Fix links to sections that were movedMichael Kozono2018-12-111-2/+2
|/ /
* | Docs: how the global nav worksMarcia Ramos2018-12-113-3/+411
|/
* Merge branch 'docs/run-help-pages-tests' into 'master'Achilleas Pipinellis2018-12-071-0/+11
|\ | | | | | | | | Document `/help` tests See merge request gitlab-org/gitlab-ce!23469
| * Provide information on /help rspec testsEvan Read2018-12-071-0/+11
| |
* | Merge branch 'docs-feature-flag-dev' into 'master'Douwe Maan2018-12-071-1/+9
|\ \ | |/ |/| | | | | Add section about enabling feature flag in development See merge request gitlab-org/gitlab-ce!23634
| * Add section about enabling feature flag in developmentClement Ho2018-12-061-1/+9
| |
* | Merge branch '54610-allow-review-jobs-to-fail' into 'master'Douglas Barbosa Alexandre2018-12-061-0/+35
|\ \ | |/ |/| | | | | | | | | Retry the review-{deploy,qa} jobs twice, and allow them to fail Closes #54610 and #54717 See merge request gitlab-org/gitlab-ce!23510
| * Add an 'How-To' section to the Review Apps docRémy Coutable2018-12-061-0/+35
| | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* | Remove mentions of RedashStan Hu2018-12-052-6/+5
|/ | | | | | | Related links: * https://gitlab.com/gitlab-com/Product/issues/5 * https://gitlab.com/meltano/looker/issues/294
* Update proofreader.mdMaksymilian Roman2018-12-051-0/+1
|
* Update proofreader.mdJeongwhan Choi2018-12-051-0/+1
|
* Merge branch 'winh-add-jest' into 'master'Mike Greiling2018-12-051-0/+8
|\ | | | | | | | | Setup Jest test environment See merge request gitlab-org/gitlab-ce!23406
| * Setup Jest test environmentWinnie Hellmann2018-12-051-0/+8
| |
* | Merge branch 'merge-train' into 'master'Rémy Coutable2018-12-041-177/+106
|\ \ | | | | | | | | | | | | Automatically merge CE master into EE master See merge request gitlab-org/gitlab-ce!23453
| * | Updated documentation of CE to EE mergesYorick Peterse2018-12-041-177/+106
| |/ | | | | | | | | This updates the documentation of automatic CE to EE merges to cover the new automatic merging setup.
* | Merge branch 'master' into 'patch-28'Rémy Coutable2018-12-0480-2563/+2796
|\ \ | | | | | | | | | # Conflicts: # doc/development/i18n/proofreader.md
| * | Make docs about expect_next_instance_of consistentLin Jen-Shin2018-12-031-3/+3
| |/ | | | | | | | | | | So we compare `expect_any_instance_of` with `expect_next_instance_of`, but still mention `allow_any_instance_of`.
| * Merge branch 'patch-31' into 'master'Achilleas Pipinellis2018-12-031-1/+1
| |\ | | | | | | | | | | | | Update architecture.md See merge request gitlab-org/gitlab-ce!23430
| | * Update architecture.mdB1nj0y2018-11-291-1/+1
| | |
| * | Merge branch 'if-52811-fix_namespaces_api_routing' into 'master'Nick Thomas2018-11-301-1/+1
| |\ \ | | | | | | | | | | | | | | | | Fix API::Namespaces routing to accept namepaces with dots See merge request gitlab-org/gitlab-ce!22912
| | * | Fix API::Namespaces to accept namepaces with dotsif-52811-fix_namespaces_api_routingImre Farkas2018-11-281-1/+1
| | | | | | | | | | | | | | | | | | | | It also renames the API::PROJECT_ENDPOINT_REQUIREMENTS constant to API::NAMESPACE_OR_PROJECT_REQUIREMENTS
| * | | Fix Red/Orange data link markdownPhilippe Lafoucrière2018-11-301-1/+1
| | | |
| * | | Merge branch ↵Rémy Coutable2018-11-291-0/+2
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 'docs/8608-update-approval-guidelines-to-include-red-orange-data-reviews' into 'master' Add RED data security requirement to code review See merge request gitlab-org/gitlab-ce!23426
| | * | | Add RED data security requirement to code reviewPhilippe Lafoucrière2018-11-281-0/+2
| | | |/ | | |/| | | | | | | | | closes #8608
| * | | Merge branch 'mk/author-preparation-docs' into 'master'Marcia Ramos2018-11-291-0/+17
| |\ \ \ | | | | | | | | | | | | | | | | | | | | Encourage MR author preparation in Code Review Guidelines documentation See merge request gitlab-org/gitlab-ce!23360
| | * | | Encourage MR author preparationMichael Kozono2018-11-281-0/+17
| | | | |
| * | | | Merge branch 'fe-apollo-docs' into 'master'Filipa Lacerda2018-11-292-0/+86
| |\ \ \ \ | | |_|/ / | |/| | | | | | | | | | | | | Added frontend GraphQL docs See merge request gitlab-org/gitlab-ce!23405
| | * | | Added frontend GraphQL docsPhil Hughes2018-11-282-0/+86
| | |/ /
| * | | Merge branch '50341-cleanup-useless-project-import-attributes' into 'master'Douwe Maan2018-11-281-1/+1
| |\ \ \ | | | | | | | | | | | | | | | | | | | | Removes all the irrelevant code and columns that were migrated from the Project… See merge request gitlab-org/gitlab-ce!21497
| | * | | Removes all the irrelevant import related code and columnsTiago Botelho2018-11-271-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | Clears the import related columns and code from the Project model over to the ProjectImportState model
| * | | | Left shift security in our workflowPhilippe Lafoucrière2018-11-281-12/+37
| | | | |
| * | | | Merge branch '49570-add-review_qa-job' into 'master'Sean McGivern2018-11-281-35/+49
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add an automatic job to run QA smoke tests against Review Apps Closes #49570 See merge request gitlab-org/gitlab-ce!22853
| | * | | | Add a manual job to run QA against a Review App49570-add-review_qa-jobRémy Coutable2018-11-261-35/+49
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1. Renames review to review-deploy. 2. Renames stop_review to review-stop. 3. Adds a build-qa-image job to the prepare stage and save the QA Docker image as artifact (example: https://gitlab.com/gitlab-org/gitlab-ce/-/jobs/120967019). 4. Adds a manual review-qa job to the test stage to run QA tests against the Review App (example: https://gitlab.com/gitlab-org/gitlab-ce/-/jobs/120967238). 5. Make the review-deploy job plays the review-qa job as soon as the Review App is deployed (example: https://gitlab.com/gitlab-org/gitlab-ce/-/jobs/120988775). 6. Updates the Review Apps documentation accordingly. Signed-off-by: Rémy Coutable <remy@rymai.me>
| * | | | | Merge branch 'more-guidelines-on-when-to-squash' into 'master'Dmitriy Zaporozhets2018-11-281-0/+3
| |\ \ \ \ \ | | |_|_|/ / | |/| | | | | | | | | | | | | | | | Clearer docs when it is OK for maintainer to squash See merge request gitlab-org/gitlab-ce!23376
| | * | | | Clearer docs when it is OK for maintainer to squashDylan Griffith2018-11-271-0/+3
| | | |/ / | | |/| |
| * | | | Merge branch 'json-logging-for-k8s' into 'master'Stan Hu2018-11-271-5/+5
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Json logging for k8s Integration See merge request gitlab-org/gitlab-ce!23328
| | * | | | Correct errors in doc/development/logging.mdDylan Griffith2018-11-231-5/+5
| | | |/ / | | |/| |