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
2018-12-11Docs: how the global nav worksMarcia Ramos
2018-12-07Merge branch 'docs/run-help-pages-tests' into 'master'Achilleas Pipinellis
Document `/help` tests See merge request gitlab-org/gitlab-ce!23469
2018-12-07Merge branch 'docs-feature-flag-dev' into 'master'Douwe Maan
Add section about enabling feature flag in development See merge request gitlab-org/gitlab-ce!23634
2018-12-07Provide information on /help rspec testsEvan Read
2018-12-06Merge branch '54610-allow-review-jobs-to-fail' into 'master'Douglas Barbosa Alexandre
Retry the review-{deploy,qa} jobs twice, and allow them to fail Closes #54610 and #54717 See merge request gitlab-org/gitlab-ce!23510
2018-12-06Add section about enabling feature flag in developmentClement Ho
2018-12-06Add an 'How-To' section to the Review Apps docRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2018-12-05Remove mentions of RedashStan Hu
Related links: * https://gitlab.com/gitlab-com/Product/issues/5 * https://gitlab.com/meltano/looker/issues/294
2018-12-05Update proofreader.mdMaksymilian Roman
2018-12-05Update proofreader.mdJeongwhan Choi
2018-12-05Merge branch 'winh-add-jest' into 'master'Mike Greiling
Setup Jest test environment See merge request gitlab-org/gitlab-ce!23406
2018-12-05Setup Jest test environmentWinnie Hellmann
2018-12-04Merge branch 'merge-train' into 'master'Rémy Coutable
Automatically merge CE master into EE master See merge request gitlab-org/gitlab-ce!23453
2018-12-04Updated documentation of CE to EE mergesYorick Peterse
This updates the documentation of automatic CE to EE merges to cover the new automatic merging setup.
2018-12-04Merge branch 'master' into 'patch-28'Rémy Coutable
# Conflicts: # doc/development/i18n/proofreader.md
2018-12-03Make docs about expect_next_instance_of consistentLin Jen-Shin
So we compare `expect_any_instance_of` with `expect_next_instance_of`, but still mention `allow_any_instance_of`.
2018-12-03Merge branch 'patch-31' into 'master'Achilleas Pipinellis
Update architecture.md See merge request gitlab-org/gitlab-ce!23430
2018-11-30Merge branch 'if-52811-fix_namespaces_api_routing' into 'master'Nick Thomas
Fix API::Namespaces routing to accept namepaces with dots See merge request gitlab-org/gitlab-ce!22912
2018-11-30Fix Red/Orange data link markdownPhilippe Lafoucrière
2018-11-29Merge branch ↵Rémy Coutable
'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
2018-11-29Merge branch 'mk/author-preparation-docs' into 'master'Marcia Ramos
Encourage MR author preparation in Code Review Guidelines documentation See merge request gitlab-org/gitlab-ce!23360
2018-11-29Merge branch 'fe-apollo-docs' into 'master'Filipa Lacerda
Added frontend GraphQL docs See merge request gitlab-org/gitlab-ce!23405
2018-11-29Update architecture.mdB1nj0y
2018-11-28Add RED data security requirement to code reviewPhilippe Lafoucrière
closes #8608
2018-11-28Encourage MR author preparationMichael Kozono
2018-11-28Fix API::Namespaces to accept namepaces with dotsImre Farkas
It also renames the API::PROJECT_ENDPOINT_REQUIREMENTS constant to API::NAMESPACE_OR_PROJECT_REQUIREMENTS
2018-11-28Merge branch '50341-cleanup-useless-project-import-attributes' into 'master'Douwe Maan
Removes all the irrelevant code and columns that were migrated from the Project… See merge request gitlab-org/gitlab-ce!21497
2018-11-28Left shift security in our workflowPhilippe Lafoucrière
2018-11-28Merge branch '49570-add-review_qa-job' into 'master'Sean McGivern
Add an automatic job to run QA smoke tests against Review Apps Closes #49570 See merge request gitlab-org/gitlab-ce!22853
2018-11-28Merge branch 'more-guidelines-on-when-to-squash' into 'master'Dmitriy Zaporozhets
Clearer docs when it is OK for maintainer to squash See merge request gitlab-org/gitlab-ce!23376
2018-11-28Added frontend GraphQL docsPhil Hughes
2018-11-27Merge branch 'json-logging-for-k8s' into 'master'Stan Hu
Json logging for k8s Integration See merge request gitlab-org/gitlab-ce!23328
2018-11-27Merge branch 'docs/skip-auto-reconfigure' into 'master'Marcia Ramos
Replace deprecated skip-auto-migrations occurrence Closes #45031 See merge request gitlab-org/gitlab-ce!23326
2018-11-27Merge branch 'docs/fix-some-grammar' into 'master'Achilleas Pipinellis
Fix minor grammar issues See merge request gitlab-org/gitlab-ce!23372
2018-11-27Removes all the irrelevant import related code and columnsTiago Botelho
Clears the import related columns and code from the Project model over to the ProjectImportState model
2018-11-27Clearer docs when it is OK for maintainer to squashDylan Griffith
2018-11-27Merge branch '54230-eliminate-duplicated-words' into 'master'Evan Read
Eliminate duplicated words (for docs) See merge request gitlab-org/gitlab-ce!23183
2018-11-27Fix minor grammar issuesEvan Read
2018-11-26Merge branch 'ce-rd-extract-ee-specific-sidekiq-queue-config' into 'master'Robert Speicher
Backport of gitlab-ee!8470 See merge request gitlab-org/gitlab-ce!23150
2018-11-26Add a manual job to run QA against a Review AppRémy Coutable
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>
2018-11-26Merge branch 'docs/ce-to-ee-no-squash' into 'master'Rémy Coutable
Instruct against squashing in CE to EE MRs See merge request gitlab-org/gitlab-ce!23330
2018-11-26Merge branch 'sh-improve-prettier-docs' into 'master'Phil Hughes
Fix documentation on using prettier for a specific directory See merge request gitlab-org/gitlab-ce!23336
2018-11-24Fix documentation on using prettier for a specific directoryStan Hu
If the `check` parameter is used, the `allFiles` parameter is `false`, which causes the prettier.js script only to process staged files. The correct parameters are `check-all` and `save-all`.
2018-11-23Instruct against squashing in CE to EE MRsAchilleas Pipinellis
2018-11-23Merge branch 'docs-add-missing-languages-in-proofreaders-page' into 'master'Achilleas Pipinellis
Add missing languages in Proofreaders page See merge request gitlab-org/gitlab-ce!23243
2018-11-23Correct errors in doc/development/logging.mdDylan Griffith
2018-11-23Replace deprecated skip-auto-migrations occurrenceAchilleas Pipinellis
2018-11-22Eliminate duplicated wordsTakuya Noguchi
Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
2018-11-22Docs: Cleaning up various linksMarcel Amirault
2018-11-21deprecate UX Guide and redirect to design.gitlabSarrah Vesselov