summaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'fixes_for_multiple_issue_assignees' into 'master' Sean McGivern2017-05-121-11/+11
|\ | | | | | | | | | | | | Fix for Follow-up from "Backport of Multiple Assignees feature Closes #31888 See merge request !11178
| * fix for Follow-up from "Backport of Multiple Assignees featurefixes_for_multiple_issue_assigneesValery Sizov2017-05-111-11/+11
| |
* | Merge branch 'update-database-requirements' into 'master' Rémy Coutable2017-05-111-5/+12
|\ \ | | | | | | | | | | | | Update DB requirements in the documentation See merge request !11293
| * | Update DB requirements in the documentationupdate-database-requirementsYorick Peterse2017-05-111-5/+12
| |/ | | | | | | | | | | | | | | | | | | | | This makes it more obvious that we greatly prefer PostgreSQL over MySQL/MariaDB and that all users are recommended to use PostgreSQL instead. This also removes the paragraph mentioning the size per user row, as this is completely inaccurate and doesn't really help users with anticipating the database size. Instead we now simply recommend users to have at least 5-10 GB of storage at minimum. [ci skip]
* | Merge branch 'patch-20' into 'master'Rémy Coutable2017-05-111-4/+9
|\ \ | | | | | | | | | | | | Update installation.md - Updated the Ruby section. See merge request !11251
| * | Update installation.md - Updated the Ruby section. Luís Pedro Algarvio2017-05-101-4/+9
| | | | | | | | | | | | | | | Fixes my previous my old obsolete/forgotten pull request / patch (sorry about that): #6262 https://github.com/lpalgarvio/gitlabhq/tree/patch-1
* | | fixed small typo - piplnie should be pipelineOche Ejembi2017-05-111-1/+1
| |/ |/|
* | Complement tech articles guidelinesMarcia Ramos2017-05-117-12/+25
| |
* | Merge branch 'patch-18' into 'master' Achilleas Pipinellis2017-05-111-1/+1
|\ \ | | | | | | | | | | | | Update getting_started_part_one.md. See merge request !11020
| * | Update getting_started_part_one.md. Minor spelling error.Kevin Nesmith2017-05-011-1/+1
| | |
* | | Merge branch 'docs/fix-broken-link' into 'master' Achilleas Pipinellis2017-05-111-1/+1
|\ \ \ | | | | | | | | | | | | | | | | Fix a broken link for the "How to Configure LDAP with GitLab EE" article See merge request !11114
| * | | Fix a broken link for the "How to Configure LDAP with GitLab EE" articledocs/fix-broken-linkRémy Coutable2017-05-051-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* | | | Merge branch 'master' into 'master' Achilleas Pipinellis2017-05-111-2/+3
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | Update README.md with Authentication projects example See merge request !11162
| * | | | Update README.md with projects exampleToni2017-05-081-2/+3
| | | | |
* | | | | Implement auxiliary blob viewersDouwe Maan2017-05-101-1/+2
| | | | |
* | | | | Merge branch 'docs/hide-gcp-install' into 'master' Marcia Ramos2017-05-102-2/+4
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Hide GCP install guide from index page until our image is released Closes omnibus-gitlab#2326 See merge request !11213
| * \ \ \ \ Merge branch 'master' into 'docs/hide-gcp-install'docs/hide-gcp-installAchilleas Pipinellis2017-05-108-5/+671
| |\ \ \ \ \ | | | |_|_|/ | | |/| | | | | | | | | # Conflicts: # doc/install/README.md
| * | | | | Hide GCP install guide from index page until our image is addedAchilleas Pipinellis2017-05-092-2/+4
| | | | | |
* | | | | | update API doc with +API (h1 heading)Marcia Ramos2017-05-1014-14/+14
| |/ / / / |/| | | |
* | | | | Kubernetes Helm Chart Install docsDJ Mountney2017-05-094-0/+657
| | | | |
* | | | | Add screenshots to Triggered Build docsBalasankar C2017-05-093-0/+4
| | | | |
* | | | | Fix links in code review docsSean McGivern2017-05-091-5/+10
|/ / / /
* | | | Merge request widget redesignFatih Acet2017-05-091-0/+9
| | | |
* | | | Merge branch 'update-guides-for-9-2' into 'master' Timothy Andrew2017-05-082-2/+290
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | Update guides for 9.2 See merge request !11157
| * | | | Update guides for 9.2.Timothy Andrew2017-05-082-2/+290
| | | | | | | | | | | | | | | | | | | | | | | | | - Update the "Installation from Source" guide - Create an update guide for `9.1` to `9.2`
* | | | | Merge branch ↵Filipa Lacerda2017-05-081-0/+27
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | '28794-standardize-jasmine-test-describe-block-names-that-test-specific-methods' into 'master' Resolve "Standardize jasmine test describe block names that test specific methods" Closes #28794 See merge request !11137
| * | | | | [skip ci] add documentation28794-standardize-jasmine-test-describe-block-names-that-test-specific-methodsClement Ho2017-05-051-0/+27
| | | | | |
* | | | | | Add documentation about adding foreign keysYorick Peterse2017-05-082-0/+64
| |_|/ / / |/| | | | | | | | | | | | | | [ci skip]
* | | | | Merge branch 'lm-improve-HA-docs' into 'master' Sean Packham (GitLab)2017-05-082-10/+11
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | clarify DB/Redis HA docs See merge request !11094
| * | | | | clarify DB/Redis HA docslm-improve-HA-docsLee Matos2017-05-042-10/+11
| | | | | |
* | | | | | New doc topic: issuesMarcia Ramos2017-05-0836-38/+426
| |_|/ / / |/| | | |
* | | | | Add Pipeline Schedules that supersedes experimental Trigger ScheduleZeger-Jan van de Weg2017-05-078-39/+42
| | | | |
* | | | | Merge branch 'feature/gb/manual-actions-protected-branches-permissions' into ↵Kamil Trzciński2017-05-061-1/+6
|\ \ \ \ \ | |_|/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 'master' Check access to a branch when user triggers manual action Closes #20261 See merge request !10494
| * | | | Merge commit '3a2b60f7' from 'master'Grzegorz Bizon2017-05-0515-14/+363
| |\ \ \ \ | | |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '3a2b60f7a0109cdb84e8727a2625318a746e84dc': (151 commits) Fixed Karma spec Reject EE reserved namespace paths in CE as well Updated webpack config Include the bundler:audit job into the static-analysis job Document serializers Add artifact file page that uses the blob viewer Pipeline table mini graph dropdown remains open when table is refreshed Adds off for event hub Compile gitlab-shell go executables Allow to create new branch and empty WIP merge request from issue page Moved to a view spec Improving copy of CONTRIBUTING.md, PROCESS.md, and code_review.md Convert seconds to minutes and hours on chat notifations Disable navigation to Pages config if Pages is disabled Sort the network graph both by commit date and topographically. Add tooltips to note action buttons Add breadcrumb, build header and pipelines submenu to artifacts browser Update todos screenshots removes the possibility of commit messages having carriage returns Handle incoming emails from aliases correctly ...
| * | | | Rephrase documentation for protected actions featureGrzegorz Bizon2017-05-031-3/+4
| | | | |
| * | | | Merge branch 'master' into ↵Grzegorz Bizon2017-05-0325-32/+315
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | feature/gb/manual-actions-protected-branches-permissions * master: (103 commits) Include missing project attributes to Import/Export Create the rest of the wiki docs Fill in information about creating the wiki Home page Move wiki doc to its own index page Create initial file for Wiki documentation Default to null user when asignee is unselected Re-enable ref operations with gitaly after not-found fix #31560 Add repo parameter to gitaly:install and workhorse:install Remove N+1 queries when checking nodes visible to user Don't validate reserved words if the format doesn't match Revert "Shorten and improve some job names" Remove unused initializer DRY the `<<: *except-docs` a bit in `.gitlab-ci.yml` Make the static-analysis job be run for docs branches too Add download_snippet_path helper Refresh the markdown cache if it was `nil` Add some documentation for the new migration helpers Update comments Display comments for personal snippets Update docs on creating a project ...
| * \ \ \ \ Merge branch 'master' into ↵Grzegorz Bizon2017-05-0236-414/+710
| |\ \ \ \ \ | | | |_|_|/ | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | feature/gb/manual-actions-protected-branches-permissions * master: (314 commits) Better Explore Groups view Update Carrierwave and fog-core Add specs for Gitlab::RequestProfiler Add scripts/static-analysis to run all the static analysers in one go Shorten and improve some job names Group static-analysis jobs into a single job Don't blow up when email has no References header Update CHANGELOG.md for 9.1.2 Add changelog Add changelog Show Raw button as Download for binary files Use blob viewers for snippets Fix typo Fixed transient failure related to dropdown animations Revert "Merge branch 'tc-no-todo-service-select' into 'master'" fix link to MR 10416 Another change from .click -> .trigger('click') to make spec pass Change from .click -> .trigger('click') to make spec pass Disable AddColumnWithDefaultToLargeTable cop for pre-existing migrations Add AddColumnWithDefaultToLargeTable cop ... Conflicts: spec/requests/api/jobs_spec.rb
| * | | | | Document protected manual actions featureGrzegorz Bizon2017-05-021-1/+5
| | | | | |
* | | | | | Merge branch 'droplab-item-ignore-docs' into 'master' Clement Ho2017-05-051-0/+2
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Include droplab-item-ignore in droplab docs See merge request !10808
| * | | | | | Include droplab-item-ignore in droplab docsdroplab-item-ignore-docsLuke "Jared" Bennett2017-04-201-0/+2
| | | | | | |
* | | | | | | Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into mia_backort[ci ↵Valery Sizov2017-05-058-288/+410
|\ \ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | | | | | | | | | skip]
| * | | | | | Merge branch '31552-documentation-dos-and-donts' into 'master' Phil Hughes2017-05-052-283/+334
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Resolve "Documentation: Frontend list of do's and don'ts" Closes #31552 See merge request !11091
| | * | | | | | Changes after review31552-documentation-dos-and-dontsFilipa Lacerda2017-05-041-19/+13
| | | | | | | |
| | * | | | | | Add missing pointsFilipa Lacerda2017-05-041-8/+70
| | | | | | | |
| | * | | | | | Adds numbered lists to easily point to documentationFilipa Lacerda2017-05-042-282/+277
| | | | | | | |
| * | | | | | | Add a manual job to trigger package build in omnibusBalasankar C2017-05-052-0/+36
| | |_|_|_|_|/ | |/| | | | |
| * | | | | | Merge branch 'docs/30141-improve-contributing-guide' into 'master' Robert Speicher2017-05-041-5/+36
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Resolve "Combine all GitLab workflow documentation to CONTRIBUTING.md" Closes #30141 See merge request !10991
| | * | | | | Improving copy of CONTRIBUTING.md, PROCESS.md, and code_review.mddocs/30141-improve-contributing-guideRémy Coutable2017-05-041-3/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
| | * | | | | Improve the Code review guidelines documentationRémy Coutable2017-05-031-5/+39
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
| * | | | | | Compile gitlab-shell go executablesJacob Vosmaer2017-05-043-0/+4
| | | | | | |