Commit Graph

1285 Commits

Author SHA1 Message Date
Winnie Hellmann a8a13d3259 Setup Jest test environment 2018-12-05 09:24:42 +01:00
Achilleas Pipinellis 76d4e6d6d8 Merge branch 'patch-31' into 'master'
Update architecture.md

See merge request gitlab-org/gitlab-ce!23430
2018-12-03 10:17:45 +00:00
Nick Thomas 93d6f56968 Merge branch 'if-52811-fix_namespaces_api_routing' into 'master'
Fix API::Namespaces routing to accept namepaces with dots

See merge request gitlab-org/gitlab-ce!22912
2018-11-30 15:08:56 +00:00
Philippe Lafoucrière bc3e68d537 Fix Red/Orange data link markdown 2018-11-30 15:07:06 +00:00
Rémy Coutable 86bf2dd349 Merge branch '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-29 12:11:50 +00:00
Marcia Ramos f6e51e83a5 Merge branch 'mk/author-preparation-docs' into 'master'
Encourage MR author preparation in Code Review Guidelines documentation

See merge request gitlab-org/gitlab-ce!23360
2018-11-29 09:58:41 +00:00
Filipa Lacerda 901d078dc3 Merge branch 'fe-apollo-docs' into 'master'
Added frontend GraphQL docs

See merge request gitlab-org/gitlab-ce!23405
2018-11-29 09:10:10 +00:00
B1nj0y 02314b8ae1 Update architecture.md 2018-11-29 03:37:03 +00:00
Philippe Lafoucrière 62fd842c65
Add RED data security requirement to code review
closes #8608
2018-11-28 15:19:45 -05:00
Michael Kozono 59b4db7f2c Encourage MR author preparation 2018-11-28 10:37:17 -08:00
Imre Farkas b1e070bf49
Fix API::Namespaces to accept namepaces with dots
It also renames the API::PROJECT_ENDPOINT_REQUIREMENTS constant to
API::NAMESPACE_OR_PROJECT_REQUIREMENTS
2018-11-28 12:54:11 +01:00
Douwe Maan 5e3076f2d7 Merge branch '50341-cleanup-useless-project-import-attributes' into 'master'
Removes all the irrelevant code and columns that were migrated from the Project…

See merge request gitlab-org/gitlab-ce!21497
2018-11-28 11:19:55 +00:00
Philippe Lafoucrière cbfd6aced3 Left shift security in our workflow 2018-11-28 11:05:01 +00:00
Sean McGivern e8db29d086 Merge branch '49570-add-review_qa-job' into 'master'
Add an automatic job to run QA smoke tests against Review Apps

Closes #49570

See merge request gitlab-org/gitlab-ce!22853
2018-11-28 10:39:56 +00:00
Dmitriy Zaporozhets 8cb6b66f3c Merge branch 'more-guidelines-on-when-to-squash' into 'master'
Clearer docs when it is OK for maintainer to squash

See merge request gitlab-org/gitlab-ce!23376
2018-11-28 10:30:56 +00:00
Phil Hughes 24b4c1e8bf
Added frontend GraphQL docs 2018-11-28 10:00:03 +00:00
Stan Hu 681d7139a9 Merge branch 'json-logging-for-k8s' into 'master'
Json logging for k8s Integration

See merge request gitlab-org/gitlab-ce!23328
2018-11-27 16:51:34 +00:00
Marcia Ramos 8a6c2c97df Merge branch 'docs/skip-auto-reconfigure' into 'master'
Replace deprecated skip-auto-migrations occurrence

Closes #45031

See merge request gitlab-org/gitlab-ce!23326
2018-11-27 16:35:19 +00:00
Achilleas Pipinellis d933731ae9 Merge branch 'docs/fix-some-grammar' into 'master'
Fix minor grammar issues

See merge request gitlab-org/gitlab-ce!23372
2018-11-27 13:19:44 +00:00
Tiago Botelho 4bd8a427d4
Removes all the irrelevant import related code and columns
Clears the import related columns and code from the Project
model over to the ProjectImportState model
2018-11-27 12:58:13 +00:00
Dylan Griffith 367a0e8914 Clearer docs when it is OK for maintainer to squash 2018-11-27 11:55:01 +01:00
Evan Read 2ee8c40fc1 Merge branch '54230-eliminate-duplicated-words' into 'master'
Eliminate duplicated words (for docs)

See merge request gitlab-org/gitlab-ce!23183
2018-11-27 04:31:47 +00:00
Evan Read 9cbb18f7fd Fix minor grammar issues 2018-11-27 11:08:29 +10:00
Robert Speicher 4ec9009502 Merge branch 'ce-rd-extract-ee-specific-sidekiq-queue-config' into 'master'
Backport of gitlab-ee!8470

See merge request gitlab-org/gitlab-ce!23150
2018-11-26 17:55:21 +00:00
Rémy Coutable f4b8ecbf9f
Add a manual job to run QA against a Review App
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-26 14:49:03 +01:00
Rémy Coutable 00cbe6c9fd Merge branch 'docs/ce-to-ee-no-squash' into 'master'
Instruct against squashing in CE to EE MRs

See merge request gitlab-org/gitlab-ce!23330
2018-11-26 09:24:16 +00:00
Phil Hughes ceae9f5211 Merge branch 'sh-improve-prettier-docs' into 'master'
Fix documentation on using prettier for a specific directory

See merge request gitlab-org/gitlab-ce!23336
2018-11-26 08:54:27 +00:00
Stan Hu bfaf72e008 Fix documentation on using prettier for a specific directory
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-23 22:02:52 -08:00
Achilleas Pipinellis 9177beead7
Instruct against squashing in CE to EE MRs 2018-11-23 17:00:38 +01:00
Achilleas Pipinellis 7f6d763d60 Merge branch 'docs-add-missing-languages-in-proofreaders-page' into 'master'
Add missing languages in Proofreaders page

See merge request gitlab-org/gitlab-ce!23243
2018-11-23 15:34:50 +00:00
Dylan Griffith 629b1e6b17 Correct errors in doc/development/logging.md 2018-11-23 16:15:52 +01:00
Achilleas Pipinellis 6c6883da4e
Replace deprecated skip-auto-migrations occurrence 2018-11-23 15:44:27 +01:00
Takuya Noguchi e238882d0c Eliminate duplicated words
Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
2018-11-22 15:44:32 +09:00
Marcel Amirault 4cee901dab Docs: Cleaning up various links 2018-11-21 23:15:01 +00:00
Sarrah Vesselov 47da931c9e deprecate UX Guide and redirect to design.gitlab 2018-11-21 15:25:15 +00:00
Rémy Coutable eccac4d2af
Add missing languages in Proofreaders page
Signed-off-by: Rémy Coutable <remy@rymai.me>
2018-11-20 16:43:20 +01:00
Yorick Peterse 3cf5ae3158 Merge branch 'improve_migrations_docs' into 'master'
Documentation: Correct inaccurate phrase related to disable_ddl_transaction mode

See merge request gitlab-org/gitlab-ce!21175
2018-11-20 12:18:42 +00:00
Rubén Dávila c02855f464 Backport of gitlab-ee!8470 2018-11-19 16:29:19 -05:00
Evan Read 3791f7bf75 Merge branch 'gt-fix-typos-in-specs-and-docs' into 'master'
Fix typos in specs and docs

See merge request gitlab-org/gitlab-ce!23084
2018-11-19 03:05:12 +00:00
Lee Matos 56f2071031 Update architecture.md to have a component by component overview 2018-11-16 15:06:22 +00:00
Achilleas Pipinellis 359975583b Merge branch 'docs/fix_changelog_type_documentation' into 'master'
Add missing `performance` to changelog type doc

See merge request gitlab-org/gitlab-ce!22733
2018-11-16 14:58:29 +00:00
George Tsiolis d2d8b935e2 Fix typos in docs 2018-11-16 12:05:55 +02:00
Kamil Trzciński 90801a43ca Validate foreign keys being indexed 2018-11-15 12:51:15 +01:00
Stan Hu 5e4f3f45be Add missing space to logging doc 2018-11-14 13:34:41 -08:00
Stan Hu 24a7d86da2 Add documentation on how to use structured logging 2018-11-14 12:32:21 -08:00
Rémy Coutable 6ffe6f1caa Merge branch 'master' into 'master'
Update proofreader.md

See merge request gitlab-org/gitlab-ce!20752
2018-11-14 17:52:27 +00:00
Tim Zallmann 24e5599748 Merge branch 'winh-frontend-testing-slash-docs' into 'master'
Add missing slash in frontend testing guide

See merge request gitlab-org/gitlab-ce!23027
2018-11-14 14:09:26 +00:00
Jan Provaznik 955bdcb5d4 Addressed documentation comments 2018-11-14 12:41:16 +01:00
Jan Provaznik cb5506565c Add rails5 doc 2018-11-14 12:41:16 +01:00
Winnie Hellmann 11372494d8 Add missing slash in frontend testing guide 2018-11-13 19:20:01 +00:00