summaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* small fixesdocumentation-workflow-docsMike Lewis2018-10-251-2/+2
|
* add link to main index page of the /documentation/ sectionMike Lewis2018-10-251-1/+2
|
* additional minor edits to docs workflowMike Lewis2018-10-251-11/+9
|
* many edits to the documentation workflow pageMike Lewis2018-10-251-111/+106
|
* Merge branch 'sh-bump-ruby-2.4.5' into 'master'Robert Speicher2018-10-242-6/+6
|\ | | | | | | | | Upgrade to Ruby 2.4.5 See merge request gitlab-org/gitlab-ce!22484
| * Upgrade to Ruby 2.4.5Stan Hu2018-10-242-6/+6
| |
* | clarify auto review apps deployment, jobs skipped by license, disabling at…Daniel Gruesso2018-10-241-39/+76
| |
* | Merge branch 'patch-29' into 'master'Achilleas Pipinellis2018-10-241-0/+1
|\ \ | |/ |/| | | | | Request to be a German proofreader See merge request gitlab-org/gitlab-ce!22337
| * Request to be a German proofreaderMichael Hahnle2018-10-131-0/+1
| |
* | Fix link in doc/user/project/repository/branches/index.mdStephen Wade2018-10-241-6/+3
| |
* | Merge branch 'patch-12' into 'master'Stan Hu2018-10-241-0/+2
|\ \ | | | | | | | | | | | | doc: Fix broken link hrefs for ee and gitlab-versions See merge request gitlab-org/gitlab-ce!22540
| * | add broken link hrefs for ee and gitlab-versionsElan Ruusamäe2018-10-231-0/+2
| | |
* | | Add instructions on how to enable a feature flagFilipa Lacerda2018-10-231-0/+5
| | |
* | | Merge branch 'patch-32' into 'master'Evan Read2018-10-231-1/+1
|\ \ \ | | | | | | | | | | | | | | | | Correcting a typo See merge request gitlab-org/gitlab-ce!22511
| * | | Correcting a typoAlex2018-10-221-1/+1
| | | |
* | | | Add administrator documentation for Pages access controlNick Thomas2018-10-232-0/+65
| |/ / |/| |
* | | Add `Any` option to milestone filterHeinrich Lee Yu2018-10-231-1/+2
| | |
* | | Merge branch 'patch-31' into 'master'Evan Read2018-10-231-0/+17
|\ \ \ | | | | | | | | | | | | | | | | Add information about the uid_attribute custom setting in the SAML docs See merge request gitlab-org/gitlab-ce!22500
| * | | Edited uid_attribute information with suggested changesBlair Lunceford2018-10-221-3/+2
| | | |
| * | | Add information about the uid_attribute custom setting in the SAML docsBlair Lunceford2018-10-191-0/+18
| | | |
* | | | Make the 'Accepting merge requests' workflow consistentdocs-accepting-merge-requests-label-is-the-ssotRémy Coutable2018-10-223-22/+23
| | | | | | | | | | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* | | | docs-Update proofreader.mdRay Paik2018-10-221-1/+3
| | | |
* | | | Update repository mirroring documentation to reflect current state.Evan Read2018-10-2220-254/+297
| | | |
* | | | Merge branch 'patch-30' into 'master'Achilleas Pipinellis2018-10-221-74/+2
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | docs-Update index.md See merge request gitlab-org/gitlab-ce!22478
| * | | | Update index.mdpatch-30Ray Paik2018-10-181-74/+2
| | | | |
* | | | | Merge branch 'docs-fix-sbt-version-in-test-scala-application' into 'master'Achilleas Pipinellis2018-10-221-1/+1
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update test-scala-application.md to use sbtVersion instead of sbt-version Closes #52957 See merge request gitlab-org/gitlab-ce!22514
| * | | | | Update test-scala-application.md to use sbtVersion instead of sbt-versiondocs-fix-sbt-version-in-test-scala-applicationRémy Coutable2018-10-221-1/+1
| | | | | |
* | | | | | Merge branch '52559-applications-api-get-delete' into 'master'Rémy Coutable2018-10-221-2/+49
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add Applications API endpoints for listing and deleting entries. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/52559 See merge request https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/22296
| * | | | | Support GET /applications and DELETE /applications/:id endpoints #52559JB Vasseur2018-10-111-2/+49
| | | | | |
* | | | | | Merge branch '51366-custom-repos-trait-docs' into 'master'Rémy Coutable2018-10-221-0/+31
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Document the :repository and :custom_repo traits Closes #51366 See merge request gitlab-org/gitlab-ce!22480
| * | | | | Document the :repository and :custom_repo traitsNick Thomas2018-10-191-0/+31
| | |/ / / | |/| | |
* | | | | fix a typo in repositories.md (contend -> content)Maurits2018-10-211-1/+1
| | | | |
* | | | | Resolve "/assign me quick action doesn't work if there is extra white space"Cindy Pallares 🦉2018-10-191-0/+1
| |_|/ / |/| | |
* | | | Merge branch 'ce-5987-group-file-templates' into 'master'Robert Speicher2018-10-193-6/+24
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | CE backport of changes to suppport group file templates See merge request gitlab-org/gitlab-ce!22310
| * | | | Backport CE to changes to support group-level file templatesNick Thomas2018-10-193-6/+24
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | When the feature is available, this setting allows admins to choose a project as a source of custom file templates. This is in addition to any instance-wide templates, whether custom or vendored into the GitLab codebase.
* | | | Merge branch '42396-pristine-test-environments-docs' into 'master'Robert Speicher2018-10-191-0/+124
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Document how GitLab keeps its tests pristine Closes #42396 See merge request gitlab-org/gitlab-ce!22481
| * | | | Document how GitLab keeps its tests pristineNick Thomas2018-10-191-0/+124
| |/ / /
* | | | Merge branch 'doc-edit-config-file-path-kaniko' into 'master'Achilleas Pipinellis2018-10-191-3/+2
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | Docs: Change path where to create the config.json file when using kaniko See merge request gitlab-org/gitlab-ce!22075
| * | | | Change path where to create the config.json fileValerio Baldisserotto2018-10-031-3/+2
| | | | |
* | | | | Merge branch ↵Achilleas Pipinellis2018-10-191-2/+1
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 'docs/52918-shared-runners-still-showing-in-list-projects-runner-when-shared-runners-disabled-for-project' into 'master' Fix documentation for list runners Closes #52918 See merge request gitlab-org/gitlab-ce!22490
| * | | | | Fix documentation for list runnersSteve Azzopardi2018-10-191-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We are specifying that we will only return the shared runners on two condition; 1 if project has any available 2 if shared runners are enabled. 2 is not correct. In the admin UI, when the user press "disable shared runners" we still show the runners to show what kind of runners are available when the user enables them. We want the API to mimic this behavior from the UI. closes https://gitlab.com/gitlab-org/gitlab-ce/issues/52918
* | | | | | Merge branch 'docs/highlight-mentions' into 'master'Marcia Ramos2018-10-191-3/+6
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Document highlighted mentions See merge request gitlab-org/gitlab-ce!22488
| * | | | | | Document highlighted mentionsAchilleas Pipinellis2018-10-191-3/+6
| |/ / / / /
* | | | | | Add mention that recovery codes are downloadable.Evan Read2018-10-191-5/+7
|/ / / / /
* | | | | Merge branch 'docs/docker-build' into 'master'Evan Read2018-10-194-45/+93
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add the ways needed to authenticate to the registry via CI/CD Closes gitlab-com/support-forum#3825 See merge request gitlab-org/gitlab-ce!21538
| * | | | | Add the ways needed to authenticate to the registry via CI/CDAchilleas Pipinellis2018-10-184-45/+93
| | | | | |
* | | | | | Merge branch 'triggering-pipeline-api-docs' into 'master'Evan Read2018-10-191-0/+1
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | | | | | | | | | | | | | Add Triggering Pipelines docs to API readme See merge request gitlab-org/gitlab-ce!22473
| * | | | | Add Triggering Pipelines docs to API readmeAchilleas Pipinellis2018-10-181-0/+1
| | | | | |
* | | | | | Merge branch 'sh-add-audit-logging-json-ce' into 'master'Stan Hu2018-10-181-0/+14
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | | | | | | | | | | | | Add support for JSON logging for audit events See merge request gitlab-org/gitlab-ce!22471
| * | | | | Add support for JSON logging for audit eventsStan Hu2018-10-181-0/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This will add audit_json.log that writes one line per audit event. For example: { "severity":"INFO", "time":"2018-10-17T17:38:22.523Z", "author_id":3, "entity_id":2, "entity_type":"Project", "change":"visibility", "from":"Private", "to":"Public", "author_name":"John Doe4", "target_id":2, "target_type":"Project", "target_details":"namespace2/project2" }