summaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* Add docs for protected branches deletion featuredocs/rm-protected-branchesAchilleas Pipinellis2017-05-192-0/+27
| | | | Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/32218
* Merge branch 'change_migration_style_guide' into 'master'Yorick Peterse2017-05-181-0/+2
|\ | | | | | | | | [Migration guide] Add a note about prefering change_column_null over change_column See merge request !11473
| * [Migration guide] Add note about prefering change_column_null over change_columnchange_migration_style_guideValery Sizov2017-05-181-0/+2
| |
* | Refactor pipeline schedules docsAchilleas Pipinellis2017-05-188-48/+81
| |
* | Add "API" to all respective headings (h1s)Marcia Ramos2017-05-1828-33/+24
| |
* | Add Code Climate CLI example to CI documentationDmitriy Zaporozhets2017-05-183-0/+30
|/
* Merge branch 'docs-update-ha' into 'master'Stan Hu2017-05-173-10/+49
|\ | | | | | | | | Docs update ha See merge request !11446
| * Replace EFS section in AWS guideDrew Blessing2017-05-172-13/+17
| |
| * Add warning about AWS EFS and performanceDrew Blessing2017-05-171-0/+17
| |
| * Consolidate opening text from about.gitlab.com and add active/passive noteDrew Blessing2017-05-171-0/+18
| | | | | | | | | | Add opening text that was previously on https://about.gitlab.com/high-availability and add a note that active/passive is compatible but not supported.
* | Update fe_guide testing.mdLuke "Jared" Bennett2017-05-172-9/+30
|/
* Removes duplicate environment variable in documentationMark Fletcher2017-05-171-1/+0
| | | | [skip ci]
* Update documentation on reserved words for groups and projectsBob Van Landuyt2017-05-171-3/+5
|
* Update fe_guide/index.md to use readable ascii treefe_guide-index-ascii-treeLuke "Jared" Bennett2017-05-161-9/+5
|
* Add guide to collaborate with i18n.Rubén Dávila Santos2017-05-162-0/+243
|
* #32340 - Include mention of "manual" scope in jobs api docZac Sturgess2017-05-161-2/+2
|
* Merge branch 'cherry-pick-0663458c' into 'master' Douwe Maan2017-05-161-1/+1
|\ | | | | | | | | | | | | Rename `build_events` to `job_events`, take 2. Closes #31620 See merge request !11403
| * Merge branch 'bvl-rename-build-events-to-job-events' into 'master' cherry-pick-0663458cDouwe Maan2017-05-161-1/+1
| | | | | | | | | | | | | | Rename `build_events` to `job_events` Closes #31620 See merge request !11287
* | Merge branch 'docs-add-more-conventions-for-docs-only-tests' into 'master' Rémy Coutable2017-05-161-6/+13
|\ \ | | | | | | | | | | | | Add more choices to name the branch for docs only tests See merge request !11413
| * | Add more choices to name the branch for docs only testsAchilleas Pipinellis2017-05-161-6/+13
| |/ | | | | | | http://rubular.com/r/51mKdLm6RF
* | Merge branch 'pms-uxguide-monospace-git-refs' into 'master' Achilleas Pipinellis2017-05-161-1/+1
|\ \ | |/ |/| | | | | Update UX guide to use monospace type for commit, branch, and tag refs See merge request !11342
| * Update UX guide to use monospace type for commit, branch, and tag refspms-uxguide-monospace-git-refsPedro Moreira da Silva2017-05-151-1/+1
| |
* | Merge branch 'zj-pipeline-schedule-owner' into 'master' Kamil Trzciński2017-05-161-0/+4
|\ \ | | | | | | | | | | | | | | | | | | Foreign key for Pipeline schedule owner Closes #31932 See merge request !11233
| * | Do not schedule pipelines if the user can'tZ.J. van de Weg2017-05-151-0/+4
| |/ | | | | | | | | | | | | | | | | | | | | When the owner of a pipelines schedule was either blocked or was removed from the project, the pipeline schedular would still schedule the pipeline. This would than fail however, given the user had no access to the project and it contents. However, a better way to handle it would be to not schedule it at all. Furthermore, from now on, such schedules will be deactivated so the schedule worker can ignore it on the next runs.
* | Revert "Merge branch 'bvl-rename-build-events-to-job-events' into 'master'"Douwe Maan2017-05-151-1/+1
| | | | | | This reverts merge request !11287
* | Merge branch 'docs/install-git' into 'master' Sean Packham (GitLab)2017-05-153-0/+71
|\ \ | | | | | | | | | | | | Technical article "How to install Git" See merge request !11384
| * | fix broken linkMarcia Ramos2017-05-151-1/+1
| | |
| * | add article - how to install gitMarcia Ramos2017-05-153-0/+71
| | |
* | | Merge branch 'bvl-rename-build-events-to-job-events' into 'master' Douwe Maan2017-05-151-1/+1
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Rename `build_events` to `job_events` Closes #31620 See merge request !11287
| * | | Add `build_events` to project service in the APIBob Van Landuyt2017-05-151-1/+1
| | |/ | |/| | | | | | | For backwards compatibility
* | | Fix typoJoshua Lambert2017-05-151-2/+2
| |/ |/|
* | Merge branch 'patch-17' into 'master' Rémy Coutable2017-05-151-3/+3
|\ \ | |/ |/| | | | | Runners tab is now CI/CD Pipelines See merge request !11326
| * Runners tab is now CI/CD PipelinesBen Bodenmiller2017-05-121-3/+3
| |
* | Merge branch 'allow_numeric_values_in_gitlab_ci_yml' into 'master' Kamil Trzciński2017-05-151-1/+5
|\ \ | | | | | | | | | | | | | | | | | | Allow numeric values in gitlab-ci.yml Closes #30017 See merge request !10607
| * | Allow numeric values in gitlab-ci.ymlblackst0ne2017-05-071-1/+5
| | |
* | | Merge branch 'dturner/username' into 'master' Rémy Coutable2017-05-151-0/+1
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | add username field to push webhook Closes #32136 See merge request !11272
| * | | Add username field to push webhookDavid Turner2017-05-101-0/+1
| | | | | | | | | | | | | | | | Signed-off-by: David Turner <novalis@novalis.org>
* | | | Merge branch 'master' into 'master' Rémy Coutable2017-05-151-1/+1
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | Fix typo in code snippet to match text below See merge request !11101
| * | | | Fix typo in code snippet to match text belowSteve Hall2017-05-041-1/+1
| | | | |
* | | | | Merge branch 'patch-18' into 'master' Rémy Coutable2017-05-151-1/+1
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Fix the GitLab EE link See merge request !11021
| * | | | | Fix the GitLab EE linkSota Yamashita2017-05-021-1/+1
| |/ / / /
* | | | | Merge branch 'patch-8' into 'master' Rémy Coutable2017-05-151-1/+1
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | fix $CI_JOB_ID variable See merge request !10966
| * | | | | fix $CI_JOB_ID variable Elan Ruusamäe2017-04-271-1/+1
| | | | | | | | | | | | | | | | | | introduced with rename variables commit: a084437b5c1b7226ce64e74bab1972bb1dbd49e0
* | | | | | Merge branch '26325-system-hooks' into 'master' Robert Speicher2017-05-131-1/+49
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Backport New SystemHook: `repository_update` Closes #26325 See merge request !11140
| * | | | | | Documentation for repository_update_eventsGabriel Mazetto2017-05-121-1/+49
| | | | | | |
* | | | | | | Merge branch 'add-problematic-mysql-examples' into 'master' Sid Sijbrandij2017-05-121-2/+5
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Link to a case where we can't support MySQL Closes #32181 See merge request !11334
| * | | | | | Link to a case where we can't support MySQLadd-problematic-mysql-examplesYorick Peterse2017-05-121-2/+5
| | |_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This updates the requirements guide to include a link to an issue where we discuss dropping MySQL support for nested groups. This should give users a better understanding of why we highly recommend them to use PostgreSQL instead. [ci skip]
* | | | | | New branch new mr docsVictor Wu2017-05-122-0/+6
| | | | | |
* | | | | | Merge branch 'disable-usage-ping' into 'master'Robert Speicher2017-05-121-59/+22
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Usage ping updates Closes #31741 and #31453 See merge request !11231
| * | | | | update the documentation to reflect upcoming changes to the usage pingdisable-usage-pingJob van der Voort2017-05-111-64/+9
| | | | | |