summaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* Minor changes to Testing Promises sectionwinh-testing-promises-docspatch-20Winnie Hellmann2017-05-181-6/+7
|
* Merge branch 'winh-testing-promises' into 'master'Clement Ho2017-05-181-0/+62
|\ | | | | | | | | Document Promise testing best practice See merge request !11284
| * Document Promise testing best practice (!11284)winh-testing-promiseswinh2017-05-171-0/+62
| |
* | Merge branch 'docs-apiv3-removal-msg' into 'master'Douwe Maan2017-05-181-1/+3
|\ \ | | | | | | | | | | | | Make API v3 removal date more clear/match blog post See merge request !11482
| * | Reworddocs-apiv3-removal-msgDrew Blessing2017-05-181-3/+3
| | |
| * | Match v3 caseDrew Blessing2017-05-181-1/+1
| | |
| * | Make API v3 removal date more clear/match blog postDrew Blessing2017-05-181-1/+3
| | |
* | | Merge branch 'change-url-in-specific-runners-registration-steps' into 'master'Kamil Trzciński2017-05-183-9/+9
|\ \ \ | |/ / |/| | | | | | | | Remove references to '/ci' path while describing Runner's registration See merge request !10518
| * | Remove references to '/ci' path while describing Runner's registrationchange-url-in-specific-runners-registration-stepsTomasz Maczukin2017-05-153-9/+9
| | |
* | | 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