Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | adds "comments on snippets" to docdocs/add-comment-snippets | Marcia Ramos | 2017-05-19 | 2 | -0/+10 |
| | |||||
* | Merge branch 'auto-update-docs' into 'master' | Clement Ho | 2017-05-19 | 1 | -0/+3 |
|\ | | | | | | | | | Auto update docs See merge request !11552 | ||||
| * | Auto update docsauto-update-docs | Victor Wu | 2017-05-19 | 1 | -0/+3 |
| | | |||||
* | | Add docs for "Remove Filter in Search Bar" | Sean Packham (GitLab) | 2017-05-19 | 3 | -2/+6 |
| | | |||||
* | | Merge branch 'winh-testing-promises-docs' into 'master' | Clement Ho | 2017-05-19 | 1 | -6/+7 |
|\ \ | |/ |/| | | | | | Minor changes to Testing Promises section See merge request !11517 | ||||
| * | Minor changes to Testing Promises sectionwinh-testing-promises-docspatch-20 | Winnie Hellmann | 2017-05-18 | 1 | -6/+7 |
| | | |||||
* | | Merge branch 'docs/artifacts-preview' into 'master'32612-decide-on-and-document-a-convention-for-passing-context-to-event-handlers | Sean Packham (GitLab) | 2017-05-19 | 1 | -0/+4 |
|\ \ | | | | | | | | | | | | | Add note about artifacts previewing in docs See merge request !11539 | ||||
| * | | Add note about artifacts previewing in docsdocs/artifacts-preview | Achilleas Pipinellis | 2017-05-19 | 1 | -0/+4 |
| | | | |||||
* | | | Update prometheus documentation32583-update-prometheus-merge-request-widget-documentation | Joshua Lambert | 2017-05-19 | 2 | -3/+7 |
| | | | |||||
* | | | Add docs on how to turn off SSL verification on GH oauth | Cindy Pallares 🦉 | 2017-05-18 | 1 | -2/+44 |
| |/ |/| | | | | | | | | | In https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/323/ we added support to disable SSL verification because attempting to import projects from a self-signed GH Enterprise instance will fail with an SSL error. | ||||
* | | Merge branch 'winh-testing-promises' into 'master' | Clement Ho | 2017-05-18 | 1 | -0/+62 |
|\ \ | | | | | | | | | | | | | Document Promise testing best practice See merge request !11284 | ||||
| * | | Document Promise testing best practice (!11284)winh-testing-promises | winh | 2017-05-17 | 1 | -0/+62 |
| | | | |||||
* | | | Merge branch 'docs-apiv3-removal-msg' into 'master' | Douwe Maan | 2017-05-18 | 1 | -1/+3 |
|\ \ \ | | | | | | | | | | | | | | | | | Make API v3 removal date more clear/match blog post See merge request !11482 | ||||
| * | | | Reworddocs-apiv3-removal-msg | Drew Blessing | 2017-05-18 | 1 | -3/+3 |
| | | | | |||||
| * | | | Match v3 case | Drew Blessing | 2017-05-18 | 1 | -1/+1 |
| | | | | |||||
| * | | | Make API v3 removal date more clear/match blog post | Drew Blessing | 2017-05-18 | 1 | -1/+3 |
| | |/ | |/| | |||||
* | | | Merge branch 'change-url-in-specific-runners-registration-steps' into 'master' | Kamil Trzciński | 2017-05-18 | 3 | -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-steps | Tomasz Maczukin | 2017-05-15 | 3 | -9/+9 |
| | | | |||||
* | | | Merge branch 'change_migration_style_guide' into 'master' | Yorick Peterse | 2017-05-18 | 1 | -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_guide | Valery Sizov | 2017-05-18 | 1 | -0/+2 |
| | |/ | |/| | |||||
* | | | Refactor pipeline schedules docs | Achilleas Pipinellis | 2017-05-18 | 8 | -48/+81 |
| | | | |||||
* | | | Add "API" to all respective headings (h1s) | Marcia Ramos | 2017-05-18 | 28 | -33/+24 |
| | | | |||||
* | | | Add Code Climate CLI example to CI documentation | Dmitriy Zaporozhets | 2017-05-18 | 3 | -0/+30 |
|/ / | |||||
* | | Merge branch 'docs-update-ha' into 'master' | Stan Hu | 2017-05-17 | 3 | -10/+49 |
|\ \ | | | | | | | | | | | | | Docs update ha See merge request !11446 | ||||
| * | | Replace EFS section in AWS guide | Drew Blessing | 2017-05-17 | 2 | -13/+17 |
| | | | |||||
| * | | Add warning about AWS EFS and performance | Drew Blessing | 2017-05-17 | 1 | -0/+17 |
| | | | |||||
| * | | Consolidate opening text from about.gitlab.com and add active/passive note | Drew Blessing | 2017-05-17 | 1 | -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.md | Luke "Jared" Bennett | 2017-05-17 | 2 | -9/+30 |
|/ / | |||||
* | | Removes duplicate environment variable in documentation | Mark Fletcher | 2017-05-17 | 1 | -1/+0 |
| | | | | | | | | [skip ci] | ||||
* | | Update documentation on reserved words for groups and projects | Bob Van Landuyt | 2017-05-17 | 1 | -3/+5 |
| | | |||||
* | | Update fe_guide/index.md to use readable ascii treefe_guide-index-ascii-tree | Luke "Jared" Bennett | 2017-05-16 | 1 | -9/+5 |
| | | |||||
* | | Add guide to collaborate with i18n. | Rubén Dávila Santos | 2017-05-16 | 2 | -0/+243 |
| | | |||||
* | | #32340 - Include mention of "manual" scope in jobs api doc | Zac Sturgess | 2017-05-16 | 1 | -2/+2 |
| | | |||||
* | | Merge branch 'cherry-pick-0663458c' into 'master' | Douwe Maan | 2017-05-16 | 1 | -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-0663458c | Douwe Maan | 2017-05-16 | 1 | -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 Coutable | 2017-05-16 | 1 | -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 tests | Achilleas Pipinellis | 2017-05-16 | 1 | -6/+13 |
| |/ / | | | | | | | | | | http://rubular.com/r/51mKdLm6RF | ||||
* | | | Merge branch 'pms-uxguide-monospace-git-refs' into 'master' | Achilleas Pipinellis | 2017-05-16 | 1 | -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-refs | Pedro Moreira da Silva | 2017-05-15 | 1 | -1/+1 |
| |/ | |||||
* | | Merge branch 'zj-pipeline-schedule-owner' into 'master' | Kamil Trzciński | 2017-05-16 | 1 | -0/+4 |
|\ \ | | | | | | | | | | | | | | | | | | | Foreign key for Pipeline schedule owner Closes #31932 See merge request !11233 | ||||
| * | | Do not schedule pipelines if the user can't | Z.J. van de Weg | 2017-05-15 | 1 | -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 Maan | 2017-05-15 | 1 | -1/+1 |
| | | | | | | This reverts merge request !11287 | ||||
* | | Merge branch 'docs/install-git' into 'master' | Sean Packham (GitLab) | 2017-05-15 | 3 | -0/+71 |
|\ \ | | | | | | | | | | | | | Technical article "How to install Git" See merge request !11384 | ||||
| * | | fix broken link | Marcia Ramos | 2017-05-15 | 1 | -1/+1 |
| | | | |||||
| * | | add article - how to install git | Marcia Ramos | 2017-05-15 | 3 | -0/+71 |
| | | | |||||
* | | | Merge branch 'bvl-rename-build-events-to-job-events' into 'master' | Douwe Maan | 2017-05-15 | 1 | -1/+1 |
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Rename `build_events` to `job_events` Closes #31620 See merge request !11287 | ||||
| * | | | Add `build_events` to project service in the API | Bob Van Landuyt | 2017-05-15 | 1 | -1/+1 |
| | |/ | |/| | | | | | | | For backwards compatibility | ||||
* | | | Fix typo | Joshua Lambert | 2017-05-15 | 1 | -2/+2 |
| |/ |/| | |||||
* | | Merge branch 'patch-17' into 'master' | Rémy Coutable | 2017-05-15 | 1 | -3/+3 |
|\ \ | |/ |/| | | | | | Runners tab is now CI/CD Pipelines See merge request !11326 | ||||
| * | Runners tab is now CI/CD Pipelines | Ben Bodenmiller | 2017-05-12 | 1 | -3/+3 |
| | |