summaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* Add rake task to clean orphan artifact filestc-rake-orphan-artifactsToon Claes2019-06-282-0/+54
| | | | | | | | | | | This adds the rake task rake gitlab:cleanup:orphan_job_artifact_files. This rake task cleans all orphan job artifact files it can find on disk. It performs a search on the complete folder of all artifacts on disk. Then it filters out all the job artifact ID for which it could not find a record with matching ID in the database. For these, the file is deleted from disk.
* Add diagram to site architecture docsEvan Read2019-06-281-5/+37
|
* Merge branch 'fix-style-guide-links-docs' into 'master'Evan Read2019-06-281-2/+2
|\ | | | | | | | | Fix broken style guide links See merge request gitlab-org/gitlab-ce!30149
| * Fix broken style guide linkscharlie ablett2019-06-281-2/+2
| |
* | Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/57874Russell Dickenson2019-06-281-1/+64
| |
* | Application Development Platform docs updatesDaniel Gruesso2019-06-281-4/+13
| |
* | Update info on externalizing linksEzekiel Kigbo2019-06-281-12/+33
|/ | | | | Added example for splitting strings with links in javascript and sentence to interpolation.
* Docs serverless sslDaniel Gruesso2019-06-282-0/+272
|
* Merge branch 'cgomes-add-memory-team-label' into 'master'Mek Stittri2019-06-271-0/+2
|\ | | | | | | | | Added Memory and Ecosystem team labels See merge request gitlab-org/gitlab-ce!30142
| * Added Memory and Ecosystem team labelsCraig Gomes2019-06-271-0/+2
| |
* | Add support for creating random passwords in user creation APIsh-add-force-random-password-user-apiStan Hu2019-06-271-24/+32
|/ | | | | | | | To avoid having to specify an actual password to create users, admins can now use the `force_random_password` parameter to let Devise generate a password. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/63826
* Add alerts to GitLab basicsAchilleas Pipinellis2019-06-271-2/+14
|
* Reorganize feature flag documentationMarin Jankovski2019-06-278-361/+408
| | | | Split the FF docs in 3 separate docs to cover 3 different use-cases.
* Address Mike's reviewMarcia Ramos2019-06-271-2/+90
| | | | | | - explictly say not to upload videos - link videos from any YT account - embed videos from GL's YT account only
* Fix typo on end-to-end quick start guideWalmyr Lima2019-06-271-1/+1
|
* Merge branch 'qa/updates-on-epics-management-e2e-tests' into 'master'Rémy Coutable2019-06-271-2/+10
|\ | | | | | | | | Backport of EE MR See merge request gitlab-org/gitlab-ce!30051
| * Backport of EE MRqa/updates-on-epics-management-e2e-testsWalmyr Lima2019-06-271-2/+10
| | | | | | | | https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/14320
* | Improve accessibility tooling documentationimprove-accessibility-frontend-docsDavid Pisek2019-06-271-2/+10
|/ | | | | Add links to useful browser extensions and learning resources to the FE-accessibility documentation.
* Merge branch ↵Achilleas Pipinellis2019-06-274-55/+63
|\ | | | | | | | | | | | | | | | | '63588-follow-up-from-documentation-for-prometheus-service-discovery' into 'master' Add note to collect CONSUL_SERVER_NODES in HA docs Closes #63588 See merge request gitlab-org/gitlab-ce!29945
| * Add note to collect CONSUL_SERVER_NODES in HA docs63588-follow-up-from-documentation-for-prometheus-service-discoveryCindy Pallares2019-06-264-55/+63
| | | | | | | | | | | | | | There are several instances in our HA docs where an example of `Y.Y.Y.Y consul1.gitlab.example.com Z.Z.Z.Z` is given, but this value isn't explicitly stated. It should be the IP addresses or DNS records of the Consul server nodes.
* | Clarified supported operating systemsRussell Dickenson2019-06-271-6/+6
| |
* | Fix broken link in markdown docMarcel Amirault2019-06-271-2/+0
| |
* | Add zero downtime upgrade detail for production_replicasDaniel Gruesso2019-06-271-1/+1
| |
* | Merge branch 'patch-71' into 'master'Ray Paik2019-06-271-1/+1
|\ \ | | | | | | | | | | | | docs: Update README.md. Made a simple grammar fix. See merge request gitlab-org/gitlab-ce!30065
| * | Update README.md. Made a simple grammar fix.Rose Grissinger2019-06-261-1/+1
| | |
* | | Merge branch '61156-instance-level-cluster-pod-terminal-access' into 'master'Thong Kuah2019-06-271-8/+0
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Instance-level cluster pod terminal access Closes #55489, #55488, #55487, and #61156 See merge request gitlab-org/gitlab-ce!28613
| * | | Move terminal construction logic to Environment61156-instance-level-cluster-pod-terminal-accessTiger2019-06-251-8/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This enables terminals for group and project level clusters. Previously there was no way to determine which project (and therefore kubernetes namespace) to connect to, moving this logic onto Environment means the assoicated project can be used to look up the correct namespace.
* | | | Markdown doc refactor - squashedMarcel Amirault2019-06-276-675/+866
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change emoji to Gitlab rendering and fix typo Use built in renderer for math Touchups to GFM Doc and bring in suggestions from MR 22122 Fix link Add epics to align docs Add epic badge Fix dashes making accidental headers, and move wikis down, add emoji note Add section explaining GitLab markdown extensions Update to incorporate recent changes Add links rendering, fix issue rendering as color chip Add links rendering, fix issue rendering as color chip Update links to GitLab rendered version of markdown doc Separate GFM extensions, reorder list, other tweaks Update code blocks and highlighting Trying to fix improper markdown rendering Fix rendering broken by triple backticks and add emoji note testing triple tildes instead of quad backticks testing rending after mermaid Various fixes to improve markdown rendering Update markdown doc after review Fix markdown doc after review, part two fix typo in markdown doc
* | | | Merge branch 'dz-remove-deprecated-user-routes' into 'master'Mike Greiling2019-06-272-7/+7
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | Remove deprecated user routes See merge request gitlab-org/gitlab-ce!30044
| * | | | Remove deprecated /u/:username routesdz-remove-deprecated-user-routesDmitriy Zaporozhets2019-06-262-7/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also release `u` from TOP_LEVEL_ROUTES Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | | | | Merge branch 'docs/sidekiq-cluster' into 'master'Evan Read2019-06-261-68/+131
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Clean up the Sidekiq cluster docs See merge request gitlab-org/gitlab-ce!28831
| * | | | | Clean up the Sidekiq cluster docsdocs/sidekiq-clusterAchilleas Pipinellis2019-06-191-68/+131
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | More importantly: - Move the command line tips under a troubleshooting section - Add new section: "Ignore all GitHub import queues" - Add list of existing Sidekiq queues
* | | | | | Merge branch 'refactor/remove-sentry-from-app-settings' into 'master'Stan Hu2019-06-261-4/+0
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove Sentry settings from application settings See merge request gitlab-org/gitlab-ce!28447
| * | | | | | refactor: remove Sentry from application settingsRoger Meier2019-06-251-4/+0
| | | | | | |
* | | | | | | Docs: document "force https" for PagesMarcia Ramos2019-06-261-14/+25
| | | | | | |
* | | | | | | Docs: require release version in image filenamesMarcia Ramos2019-06-261-6/+15
| | | | | | |
* | | | | | | Document limitations of jsdomWinnie Hellmann2019-06-261-1/+12
| | | | | | |
* | | | | | | Merge branch ↵Marcia Ramos2019-06-262-7/+5
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | '61687-follow-up-from-update-ci-minutes-docs-to-reflect-this-is-available-to-all-plans-docs' into 'master' Add missing tier badge for the pipelines quota Closes #61687 See merge request gitlab-org/gitlab-ce!30046
| * | | | | | | Add tier badge for additional pipelines quota purchase61687-follow-up-from-update-ci-minutes-docs-to-reflect-this-is-available-to-all-plans-docsAchilleas Pipinellis2019-06-262-7/+5
| |/ / / / / /
* | | | | | | Update HA monitoring documentationBen Kochie2019-06-262-6/+32
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Update wording and include localhost for monitoring whitelist configurations. * Add monitoring config documentation for pgbouncer_exporter.
* | | | | | | Merge branch 'graphql-error-when-authorizing-with-no-permissions-defined' ↵Bob Van Landuyt2019-06-261-1/+1
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into 'master' Sanity check for GraphQL authorized? See merge request gitlab-org/gitlab-ce!29921
| * | | | | | | Remove unused authorized_find methodgraphql-error-when-authorizing-with-no-permissions-definedLuke Duncalfe2019-06-261-1/+1
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/29921#note_184713939
* | | | | | | Docs: Add more info on recovery codesTristan Williams2019-06-261-3/+2
| |_|_|_|/ / |/| | | | |
* | | | | | Merge branch 'docs/63418-docs-feedback-update-for-11-11-1-feature-flag' into ↵Evan Read2019-06-261-1/+8
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | 'master' Add note about Docker socket mounting See merge request gitlab-org/gitlab-ce!29924
| * | | | | Add note about Docker socket mountingdocs/63418-docs-feedback-update-for-11-11-1-feature-flagSteve Azzopardi2019-06-251-1/+8
| | |/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When using `docker:dind` service and the Runner has the socket mounted as well it will lead to the following error: ``` Failed to load listeners: can't create unix socket /var/run/docker.sock: device or resource busy ``` reference https://gitlab.com/gitlab-org/gitlab-ce/issues/63418
* | | | | Merge branch '60697-docs-feedback-revise-operations-dashboard-docs' into ↵Marcia Ramos2019-06-251-7/+4
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 'master' Resolve "Docs feedback: revise operations dashboard" Closes #60697 See merge request gitlab-org/gitlab-ce!30038
| * | | | | Clarify permissions for Operations dashboardAchilleas Pipinellis2019-06-251-7/+4
| | | | | |
* | | | | | Merge branch 'docs/add-code-comments-development-guide' into 'master'Marcia Ramos2019-06-252-0/+15
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add code comments development guide Closes #63132 See merge request gitlab-org/gitlab-ce!30043
| * | | | | | Add code comments development guideDmitriy Zaporozhets2019-06-252-0/+15
| | |/ / / / | |/| | | | | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | | | | | Merge branch ↵Grzegorz Bizon2019-06-251-0/+17
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 'require-pipeline-when-enabling-only-allow-merge-if-pipeline-succeeds' into 'master' Pipeline must be present if "Pipeline must succeed" is set See merge request gitlab-org/gitlab-ce!29926