summaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* Add info about artifacts object storage in docsdocs/object-storageAchilleas Pipinellis2017-06-161-1/+13
|
* Merge branch 'issue-board-docs' into 'master'Achilleas Pipinellis2017-06-161-2/+3
|\ | | | | | | | | Issue board docs See merge request !12197
| * Update issue_board.mdissue-board-docsVictor Wu2017-06-151-2/+3
| |
* | Jira integ docsVictor Wu2017-06-162-3/+3
| |
* | Merge branch 'confidential-issues-redesign-docs' into 'master'Achilleas Pipinellis2017-06-162-3/+2
|\ \ | | | | | | | | | | | | Confidential issues redesign docs See merge request !12195
| * | Update confidential_issues.mdconfidential-issues-redesign-docsVictor Wu2017-06-151-3/+2
| | |
| * | Replace confidential_issues_issue_page.pngVictor Wu2017-06-151-0/+0
| |/
* | Merge branch 'sh-support-cdns' into 'master'Robert Speicher2017-06-151-0/+4
|\ \ | | | | | | | | | | | | Support a configurable Rails asset_host to allow for CDNs See merge request !12102
| * | Add a link to how to set Omnibus environment variablesStan Hu2017-06-151-0/+3
| | | | | | | | | | | | [ci skip]
| * | Rename CDN_HOST to GITLAB_CDN_HOSTStan Hu2017-06-151-1/+1
| | |
| * | Document CDN_HOST in enviornment variables tableStan Hu2017-06-141-0/+1
| | | | | | | | | | | | [ci skip]
* | | Add a link to spec/migrations/README.md in the testing documentationdocs/add-link-to-migrations-spec-docRémy Coutable2017-06-151-1/+1
| |/ |/| | | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* | Merge branch 'docs-registry-hostname-part-of-service-hostname' into 'master'33745-issue-closing-pattern-does-not-work-for-secondary-issues-when-using-full-urlsRémy Coutable2017-06-151-0/+12
|\ \ | | | | | | | | | | | | Service hostname also include registry name, when using non Docker Hub registry. See merge request !11729
| * | Language typos fixedMatej Zerovnik2017-06-121-2/+2
| | |
| * | Service hostname also include registry name, when using non Docker Hub registry.Matej2017-05-261-0/+12
| | |
* | | Stop using deprecated `path` field on Gitaly messagesAlejandro Rodríguez2017-06-141-0/+317
| |/ |/| | | | | | | This revealed an error in our configuration generation in gitlab:gitaly:install rake task. The fix is included
* | Fix Markdown in JIRA integration docsAdam Niedzielski2017-06-141-1/+1
| |
* | Merge branch 'docs/codeclimate-fix-link' into 'master'Sean Packham2017-06-141-1/+1
|\ \ | | | | | | | | | | | | Fix wrong link to codeclimate diff docs See merge request !12158
| * | Fix wrong link to codeclimate diff docsdocs/codeclimate-fix-linkAchilleas Pipinellis2017-06-141-1/+1
| | |
* | | Merge branch 'docs/personal-access-tokens' into 'master'Sean Packham2017-06-1411-90/+157
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Add docs for personal access tokens Closes #31740 and #33261 See merge request !12128
| * | | Add docs for personal access tokensdocs/personal-access-tokensAchilleas Pipinellis2017-06-1411-90/+157
| |/ /
* | | Merge branch ↵Yorick Peterse2017-06-131-2/+37
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | '32054-rails-should-use-timestamptz-database-type-for-postgresql' into 'master' Add database helpers 'add_timestamps_with_timezone' and 'timestamps_with_timezone' Closes #32054 See merge request !11229
| * | | Add database helpers 'add_timestamps_with_timezone' and ↵32054-rails-should-use-timestamptz-database-type-for-postgresqlblackst0ne2017-06-131-2/+37
| | | | | | | | | | | | | | | | 'timestamps_with_timezone'
* | | | Added Tectonic to the page.updating-k8s-pageEliran Mesika2017-06-131-1/+1
| |/ / |/| |
* | | Documentation bugfix of invalid JSON payload example of Create a commit with ↵blackst0ne2017-06-131-1/+1
|/ / | | | | | | multiple files and actions
* | Merge branch '29010-perf-bar' into 'master'Robert Speicher2017-06-121-0/+3
|\ \ | | | | | | | | | | | | | | | | | | Add an optional performance bar to view performance metrics for the current page Closes #29010 See merge request !11439
| * | Add `p b` to the shortcuts documentationRémy Coutable2017-06-091-0/+3
| | | | | | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* | | Merge branch 'background-migrations' into 'master'30404-high-cpu-usage-on-mrs-with-large-diffsRémy Coutable2017-06-122-0/+206
|\ \ \ | | | | | | | | | | | | | | | | Add the ability to perform background migrations See merge request !11854
| * | | Add the ability to perform background migrationsYorick Peterse2017-06-122-0/+206
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Background migrations can be used to perform long running data migrations without these blocking a deployment procedure. See MR https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/11854 for more information.
* | | | Doc: Add the need to upgrade to Go 1.8.3 in the 9.1->9.2 documentation as ↵PAB2017-06-121-2/+2
|/ / / | | | | | | | | | the upgrade fails with Go 1.5 (installed with Gitlab 8.1)
* | | Merge branch '33003-avatar-in-project-api' into 'master'Rémy Coutable2017-06-121-0/+3
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Accept avatar file in project API Closes #33003 See merge request !11988
| * | | Accept image for avatar in project APIvanadium232017-06-091-0/+3
| | | |
* | | | doc: add example of scheduler whenElan Ruusamäe2017-06-121-0/+20
| | | |
* | | | Merge branch 'bvl-revert-regenerating-translations' into 'master'Douwe Maan2017-06-091-0/+8
|\ \ \ \ | |/ / / |/| | | | | | | | | | | Revert "Regenerate po and js files" See merge request !12044
| * | | Mention the cause of missing translations in the docsBob Van Landuyt2017-06-091-0/+8
| | | |
* | | | Merge branch 'dturner/grammar' into 'master'Rémy Coutable2017-06-091-4/+4
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | Improve the grammar of the API docs See merge request !11863
| * | | | Improve the grammar of the API docsDavid Turner2017-06-011-4/+4
| | | | |
* | | | | Fix syntax error that breaks link to permissions document.Sascha Reynolds2017-06-091-2/+1
| | | | |
* | | | | Merge branch 'clarify-transferring-project' into 'master'Rémy Coutable2017-06-091-2/+3
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Clarify transferring project, specify permissions See merge request !11934
| * | | | | Clarify transferring project, specify permissionsLauri Piisang2017-06-091-2/+3
| | | | | |
* | | | | | Merge branch 'patch-17' into 'master'Rémy Coutable2017-06-091-0/+15
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | | | | | | | | | | | | | Update google.md See merge request !12010
| * | | | | Update google.mdKanchana Wickremasinghe2017-06-081-0/+15
| | | | | |
* | | | | | Merge branch 'add-note-renaming-moving-registry-container-user-docs' into ↵Marcia Ramos2017-06-091-0/+8
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | 'master' Add note on moving or renaming registry repository See merge request !11882
| * | | | | Add note on moving or renaming registry repositoryadd-note-renaming-moving-registry-container-user-docsCindy Pallares 🦉2017-06-061-0/+8
| | | | | | | | | | | | | | | | | | | | | | | | As per d5d8e76bd79cd9d61c66539a5069104cf46be2bd, any attempts to rename a container registry repository are blocked due to image signatures.
* | | | | | Clarify API V5 being a compatability layer on top of GraphQLStan Hu2017-06-081-3/+7
| | | | | | | | | | | | | | | | | | | | | | | | [ci skip]
* | | | | | Merge branch 'evn-no-geo-either' into 'master'Stan Hu2017-06-081-1/+2
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | GitLab GEO also does not support mysql replication See merge request !11914
| * | | | | | Update per discussionevn-no-geo-eitherernstvn2017-06-081-1/+1
| | | | | | |
| * | | | | | GitLab GEO also does not support mysql replicationernstvn2017-06-051-1/+2
| | | | | | |
* | | | | | | Merge branch 'docs/shared-runners' into 'master'Sean Packham2017-06-084-78/+136
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Refactor Runners docs Closes #18882 See merge request !11948
| * | | | | | | Refactor Runners docsdocs/shared-runnersAchilleas Pipinellis2017-06-074-78/+136
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Update overall documentation - Update images - Add information about fair usage