summaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* Add bin/profile-url tool and docsadd-profiler-to-applicationSean McGivern2018-01-192-11/+37
|
* Adds sorting to deployments APIJacopo2018-01-171-0/+2
| | | | | Adds sorting to deployments API through the `order_by` and sort `fields`.
* Merge branch '42047-pg-10-support' into 'master'Nick Thomas2018-01-161-1/+1
|\ | | | | | | | | | | | | Resolve "postgresql 10 support for GitLab" Closes #42047 See merge request gitlab-org/gitlab-ce!16471
| * Support PostgreSQL 10Nick Thomas2018-01-161-1/+1
| |
* | Update test-and-deploy-ruby-application-to-heroku.mdJJ Asghar2018-01-161-2/+3
| | | | | | | | | | | | Converted from type to "stage" due to depreciation. Signed-off-by: JJ Asghar <jjasghar@gmail.com>
* | Merge branch 'master' into 'master'docs-comm-article-phoenix-app-gitlab-ciRémy Coutable2018-01-161-1/+1
|\ \ | |/ |/| | | | | Fix typo in doc_styleguide.md See merge request gitlab-org/gitlab-ce!16481
| * Fix typo in doc_styleguide.mdMica2018-01-151-1/+1
| |
* | Enables Project Milestone Deletion via APIJacopo2018-01-161-0/+13
| | | | | | | | Enables project milestone deletion via DELETE /projects/:id/milestones/:milestone_id
* | Docs: document new redirect for Disqus commentsMarcia Ramos2018-01-162-5/+53
|/
* Merge branch '1819-override-ce' into 'master'Rémy Coutable2018-01-152-7/+58
|\ | | | | | | | | CE: Override module to specify that we're overriding See merge request gitlab-org/gitlab-ce!16131
| * Add some more docs to doc/development/utilities.md1819-override-ceLin Jen-Shin2018-01-122-1/+49
| |
| * Merge remote-tracking branch 'upstream/master' into 1819-override-ceLin Jen-Shin2018-01-1294-1420/+2165
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * upstream/master: (621 commits) Add a note about GitLab QA page objects validator to docs Refactor dispatcher projects blame and blob path Update export message to mention we can download the file from the UI Fix Ctrl+Enter keyboard shortcut saving comment/note edit fix case where tooltip messes up :last-child selector Add reason to keep postgresql 9.2 for CI Remove warning noise in ProjectImportOptions Add changelog entry Add RedirectRoute factory Update Ingress extra cost note to be more generic Fix Rubocop offense Refactor dispatcher project branches path Revert "Revert "Fix Route validation for unchanged path"" Document that we need rsync for backing up Docs: move article "Laravel and Envoy w/ CI/CD" Recommend against the use of EFS Adds Rubocop rule for line break around conditionals Update CHANGELOG.md for 10.1.6 Filter out build traces from logged parameters Refactored project:n* imports in dispatcher.js ...
| * | Use `Gitlab::Utils::Override` over defined?(super)Lin Jen-Shin2017-12-261-7/+10
| | |
* | | Docs: deprecates articles indexMarcia Ramos2018-01-157-77/+32
| | |
* | | Merge branch 'docs-fix-duplicate-sections' into 'master'Achilleas Pipinellis2018-01-151-11/+12
|\ \ \ | | | | | | | | | | | | | | | | Docs: fix duplicate sections (CI docs) - Backport to CE See merge request gitlab-org/gitlab-ce!16463
| * | | move sections for better doc flowMarcia Ramos2018-01-151-11/+11
| | | |
| * | | link to admin docMarcia Ramos2018-01-151-0/+1
| | | |
* | | | Docs: move article "Undo possibilities in Git" into its topic-related dirMarcia Ramos2018-01-156-498/+499
|/ / /
* | | Merge branch 'docs/sast-dast' into 'master'Marcia Ramos2018-01-154-3/+137
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Port the SAST DAST doc examples from EE to CE Closes #42007 See merge request gitlab-org/gitlab-ce!16430
| * | | Add DAST to Auto DevOps docsdocs/sast-dastAchilleas Pipinellis2018-01-151-3/+34
| | | |
| * | | Port the SAST DAST doc examples from EE to CEAchilleas Pipinellis2018-01-123-0/+103
| | | |
* | | | Merge branch 'sh-log-when-user-blocked' into 'master'Douwe Maan2018-01-151-0/+20
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Log and send a system hook if a blocked user attempts to login Closes #41633 See merge request gitlab-org/gitlab-ce!16451
| * | | | Log and send a system hook if a blocked user fails to loginsh-log-when-user-blockedStan Hu2018-01-141-0/+20
| | | | | | | | | | | | | | | | | | | | Closes #41633
* | | | | Improve after_script docs in yaml/README.mdDamian Nowak2018-01-131-1/+1
|/ / / /
* | | | Docs: move article "Autoscaling Runners on AWS" to its topic-related dirMarcia Ramos2018-01-121-410/+1
|/ / /
* | | Merge branch 'docs-api-users' into 'master'Achilleas Pipinellis2018-01-121-0/+4
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Update missing API documentation on `GET /users/:id/projects` Closes #41478 See merge request gitlab-org/gitlab-ce!16363
| * | | Update missing API documentation on `GET /users/:id/projects`Onuwa Nnachi Isaac2018-01-121-0/+4
| | |/ | |/|
* | | Docs: remove duplicate CI examplesMarcia Ramos2018-01-123-171/+97
|/ /
* | Merge branch '41607-require-rsync-docs' into 'master'Achilleas Pipinellis2018-01-113-5/+20
|\ \ | | | | | | | | | | | | | | | | | | Resolve "Document rsync as requirement for 10.4" Closes #41607 See merge request gitlab-org/gitlab-ce!16252
| * | Document that we need rsync for backing upLin Jen-Shin2018-01-123-5/+20
| | |
* | | Merge branch 'docs-move-article-laravel-envoy' into 'master'Achilleas Pipinellis2018-01-1119-682/+687
|\ \ \ | | | | | | | | | | | | | | | | Docs: move article "Laravel and Envoy w/ CI/CD" See merge request gitlab-org/gitlab-ce!16359
| * | | Docs: move article "Laravel and Envoy w/ CI/CD"Marcia Ramos2018-01-1119-682/+687
| |/ /
* | | Merge branch 'docs-move-article-openshift' into 'master'Achilleas Pipinellis2018-01-1119-512/+512
|\ \ \ | |/ / |/| | | | | | | | Docs: move GitLab/Openshift article to its topic-related dir See merge request gitlab-org/gitlab-ce!16367
| * | move article to its topic-related dir, update linksdocs-move-article-openshiftMarcia Ramos2018-01-1019-512/+512
| | |
* | | Merge branch 'docs/add-aws-reference-diagram' into 'master'Achilleas Pipinellis2018-01-112-0/+4
|\ \ \ | | | | | | | | | | | | | | | | Port gitlab-ee MR 3981 to CE See merge request gitlab-org/gitlab-ce!16371
| * | | Port gitlab-ee MR 3981 to CEdocs/add-aws-reference-diagramBrendan O'Leary2018-01-102-0/+4
| |/ /
* | | Merge branch 'docs-fix-api-snippets-docs' into 'master'Achilleas Pipinellis2018-01-111-2/+3
|\ \ \ | | | | | | | | | | | | | | | | Fix external links in Snippets API documentation See merge request gitlab-org/gitlab-ce!16385
| * | | Fix external links in Snippets API documentationMark Fletcher2018-01-111-2/+3
| | | |
* | | | Recommend against the use of EFSdocs-update-EFS-HA-noteCindy Pallares 🦉2018-01-111-1/+3
| | | |
* | | | Merge branch 'remove-soft-removals' into 'master'Douwe Maan2018-01-111-5/+0
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove soft removals related code Closes #37447 See merge request gitlab-org/gitlab-ce!15789
| * | | | Remove soft removals related codeYorick Peterse2018-01-081-5/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This removes all usage of soft removals except for the "pending delete" system implemented for projects. This in turn simplifies all the query plans of the models that used soft removals. Since we don't really use soft removals for anything useful there's no point in keeping it around. This _does_ mean that hard removals of issues (which only admins can do if I'm not mistaken) can influence the "iid" values, but that code is broken to begin with. More on this (and how to fix it) can be found in https://gitlab.com/gitlab-org/gitlab-ce/issues/31114. Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/37447
* | | | | Update end_to_end_tests.mdAndrew Newdigate2018-01-111-1/+1
| | | | |
* | | | | Merge branch 'patch-28' into 'master'Sean McGivern2018-01-111-2/+10
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | apply documentation changes from EE to CE See merge request gitlab-org/gitlab-ce!16381
| * | | | | apply documentation changes from EE to CESascha Szott2018-01-111-2/+10
| | | | | |
* | | | | | Merge branch '39214__pipeline_api' into 'master'Sean McGivern2018-01-111-0/+24
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add `pipelines` endpoint to merge requests API Closes #39214 See merge request gitlab-org/gitlab-ce!15454
| * | | | | | Fix styleTony Rom2018-01-101-2/+0
| | | | | | |
| * | | | | | Add `pipelines` endpoint to merge requests APITony Rom2017-12-151-0/+26
| | | | | | |
* | | | | | | Merge branch 'gcp-fix' into 'master'Kamil Trzciński2018-01-111-5/+8
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix GCP redirect Closes #41867 See merge request gitlab-org/gitlab-ce!16355
| * | | | | | Add API requirements to docsMatija Čupić2018-01-111-5/+8
| | |_|/ / / | |/| | | |
* | | | | | Update Redmine docs to let user know that `new_issue_url` is not being used.Victor Wu2018-01-101-6/+1
| |_|_|/ / |/| | | |