summaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' into 'patch-66'patch-66Achilleas Pipinellis2019-06-0415-111/+168
|\ | | | | | | # Conflicts: # doc/administration/high_availability/gitaly.md
| * Combine Running Gitaly on its own server detailsBen Bodenmiller2019-06-042-77/+29
| |
| * Merge branch '62618-docs-feedback-unstage-page-needs-clarification' into ↵Achilleas Pipinellis2019-06-041-2/+2
| |\ | | | | | | | | | | | | | | | | | | | | | | | | 'master' Resolve "Docs feedback: unstage page needs clarification" Closes #62618 See merge request gitlab-org/gitlab-ce!29113
| | * Update unstage doc to clarify reset62618-docs-feedback-unstage-page-needs-clarificationZeff Morgan2019-06-041-2/+2
| | |
| * | Fixes some Phabricator import docs problemsEvan Read2019-06-041-8/+5
| | |
| * | Edited `Third Party Offers` for SSOT guidelinesRussell Dickenson2019-06-041-3/+20
| | |
| * | Merge branch 'docs-aws-elb-web-terminals' into 'master'Mike Lewis2019-06-041-0/+5
| |\ \ | | |/ | |/| | | | | | | Add documentation about AWS ELB not supporting web sockets See merge request gitlab-org/gitlab-ce!28030
| | * Add AWS ELB note about not supporting web socketsdocs-aws-elb-web-terminalsDrew Blessing2019-05-021-0/+5
| | |
| * | Add CI quickstart updatesCindy Pallares 🦉2019-06-041-1/+9
| | |
| * | Document the Admin Area's *Gitaly Servers* pageRussell Dickenson2019-06-041-1/+18
| | |
| * | Edited signup restrictions for SSOT guidelinesRussell Dickenson2019-06-041-0/+16
| | |
| * | Merge branch 'docs/fix-doc-block' into 'master'Evan Read2019-06-031-3/+3
| |\ \ | | | | | | | | | | | | | | | | Fix markdown parsing for doc page See merge request gitlab-org/gitlab-ce!29056
| | * | Fix markdown parsing for doc pagedocs/fix-doc-blockSteve Azzopardi2019-06-031-3/+3
| | | | | | | | | | | | | | | | | | | | The lack of indentatioin is causing the markdown parser to get confused and formating it wrong.
| * | | Update description of Snippets API, create and update methodsNikolay Samokhvalov2019-06-031-5/+5
| | | | | | | | | | | | | | | | | | | | Currently, the field used to fill the contents is called "code". Also "visibility" is now required.
| * | | Edit *Instance template repository* for SSOT epicRussell Dickenson2019-06-031-0/+16
| | | |
| * | | Merge branch 'docs-herokuish-instead-of-bin-setup' into 'master'Evan Read2019-06-031-7/+8
| |\ \ \ | | | | | | | | | | | | | | | | | | | | Use /bin/herokuish in Auto DevOps docs examples See merge request gitlab-org/gitlab-ce!28974
| | * | | Use /bin/herokuish in Auto DevOps docs examplesdocs-herokuish-instead-of-bin-setupDylan Griffith2019-06-031-7/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The previous examples did work however they had a problem when the bin/setup script installed a different bundler version than the one in your Gemfile.lock. It is safer to use `/bin/herokuish procfile exec` to get access to all the environment already installed for your application instead of installing bundler again.
| * | | | Clarify "support" to mean GitLab.com integrationGreg Myers2019-06-031-2/+3
| | | | |
| * | | | Add activerecord-explain-analyze gemToon Claes2019-06-031-0/+29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This gem allows you to get the `EXPLAIN ANALYZE` query plan, directly from the Rails console. The gem is installed with `require: false`, but if it was loaded on launch, this would be it's memory load: ``` TOP: 145.3086 MiB rails/all: 22.4844 MiB ... activerecord-explain-analyze: 2.9648 MiB active_record/connection_adapters/postgresql_adapter: 2.9648 MiB pg: 2.9648 MiB pg_ext: 2.9648 MiB ... ```
* | | | | Apply suggestion to doc/administration/gitaly/index.mdAchilleas Pipinellis2019-06-041-1/+1
| | | | |
* | | | | Apply suggestion to doc/administration/gitaly/index.mdAchilleas Pipinellis2019-06-041-1/+1
| | | | |
* | | | | Update index.mdBen Bodenmiller2019-06-031-0/+3
| | | | |
* | | | | Update gitaly.mdBen Bodenmiller2019-06-031-1/+1
| | | | |
* | | | | Update gitaly.mdBen Bodenmiller2019-06-031-0/+2
| | | | |
* | | | | disable when switching to gitaly without NFSBen Bodenmiller2019-06-031-1/+2
|/ / / /
* | | | Update architecture.md to fix typo in GitLabMonito -> GitLabMonitorLee Matos2019-06-031-1/+1
| | | |
* | | | Merge branch 'osw-sync-merge-ref-upon-mergeability-check' into 'master'Douwe Maan2019-06-031-12/+8
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Automatically update MR merge-ref along merge status Closes #58495 See merge request gitlab-org/gitlab-ce!28513
| * | | | Simplify merge_ref_head methodsOswaldo Ferreira2019-05-311-1/+1
| | | | |
| * | | | Automatically update MR merge-ref along merge statusOswaldo Ferreira2019-05-311-12/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This couples the code that transitions the `MergeRequest#merge_status` and refs/merge-requests/:iid/merge ref update. In general, instead of directly telling `MergeToRefService` to update the merge ref, we should rely on `MergeabilityCheckService` to keep both the merge status and merge ref synced. Now, if the merge_status is `can_be_merged` it means the merge-ref is also updated to the latest. We've also updated the logic to be more systematic and less user-based.
* | | | | Update invalid anchor linkFabio Pitino2019-06-031-4/+3
| | | | |
* | | | | Merge branch 'patch-64' into 'master'Marcia Ramos2019-06-031-1/+5
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Docs: Fix badly rendered code blocks in JavaScript styleguide See merge request gitlab-org/gitlab-ce!29017
| * | | | | Fix badly rendered code blocks in JavaScript styleguideOndřej Budai2019-06-011-1/+5
| |/ / / /
* | | | | Add some more database docsToon Claes2019-06-031-2/+9
| |_|/ / |/| | | | | | | | | | | | | | | Add a few useful links for those who want to learn more about databases and database performance.
* | | | Add Namespace and ProjectStatistics to GraphQL APIAlessio Caiazza2019-06-031-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | We can query namespaces, and nested projects. Projects now exposes statistics
* | | | Merge branch 'patch-48' into 'master'Ray Paik2019-06-031-2/+2
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | Docs: Fix typos See merge request gitlab-org/gitlab-ce!29020
| * | | | Fix typoPhilipp C. H2019-06-011-2/+2
| |/ / /
* | | | Merge branch 'patch-65' into 'master'Ray Paik2019-06-031-1/+1
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | Fix typo in multiple_assignees_for_issues.md See merge request gitlab-org/gitlab-ce!29002
| * | | | Update multiple_assignees_for_issues.mdIlya Peterov2019-05-311-1/+1
| |/ / /
* | | | Document the Admin Area's *Runners* pageRussell Dickenson2019-06-032-2/+53
| | | |
* | | | Merge branch '60782-docs-redis-troubleshooting-replication' into 'master'Evan Read2019-06-031-1/+1
|\ \ \ \ | |/ / / |/| | | | | | | | | | | | | | | | | | | Docs feedback: Redis Troubleshooting Replication Closes #60782 See merge request gitlab-org/gitlab-ce!28936
| * | | Fix troubleshooting command to include host and quote password60782-docs-redis-troubleshooting-replicationGabriel Mazetto2019-05-301-1/+1
| | | |
* | | | Update 'committer restriction' push rule nameDrew Blessing2019-05-311-1/+1
| | | |
* | | | Add optional param :start_project to allow variable commit targetsKerri Miller2019-05-311-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This extends POST#:id/repository/commits to allow the optional parameter `:start_project`, which will allow targeting other projects besides the one derived from `:id`. Resolves https://gitlab.com/gitlab-org/gitlab-ce/issues/50850
* | | | Merge branch 'gitaly-version-v1.43.0' into 'master'Bob Van Landuyt2019-05-311-19/+0
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | Upgrade Gitaly to v1.43.0 See merge request gitlab-org/gitlab-ce!28867
| * | | | Remove hook directory requirement from Shellgitaly-version-v1.43.0Zeger-Jan van de Weg2019-05-301-19/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It used to be the case that GitLab created symlinks for each repository to one copy of the Git hooks, so these ran when required. This changed to set the hooks dynamically on Gitaly when invoking Git. The side effect is that we didn't need all these symlinks anymore, which Gitaly doesn't create anymore either. Now that means that the tests in GitLab-Rails should test for it either. Related: https://gitlab.com/gitlab-org/gitaly/issues/1392#note_175619926
* | | | | Apply reviewer suggestionsweimeng-email-routingWei-Meng Lee2019-05-311-1/+1
| | | | |
* | | | | Add group-level notification emails to docsWei-Meng Lee2019-05-312-2/+6
| | | | |
* | | | | Merge branch '59587-add-graphql-logging' into 'master'Sean McGivern2019-05-311-0/+14
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add logging to GraphQL Closes #59587 See merge request gitlab-org/gitlab-ce!27885
| * | | | | Apply reviewer feedback59587-add-graphql-loggingcharlie ablett2019-05-311-3/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Comply doc with guidelines - Improve tests for readability and completeness - Separate out phases visually with newlines - Add `format_message` test - test readability - code and test structure/styling - static query analyzers - call `as_json` on `provided_variables` - add exception handling
| * | | | | Add `graphql_json` logfile documentationcharlieablett2019-05-301-0/+13
| | | | | |