summaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* Added basic SQL guidelinessql-guideYorick Peterse2016-03-082-0/+220
| | | | [ci skip]
* Merge branch 'doc/ci-api-update' into 'master' Achilleas Pipinellis2016-03-086-453/+84
|\ | | | | | | | | | | | | | | | | | | | | | | Deprecated GitLab CI API clean up Deprecated GitLab CI API clean up. The intent here is to clean up deprecated GitLab CI documentation leaving only relevant information. Since we merged `Ci::Project` to `Project` most of this documentation is outdated. Closes #13610 See merge request !3003
| * Update format of documentation for CI APIdoc/ci-api-updateGrzegorz Bizon2016-03-012-23/+40
| |
| * Remove deprecated CI API docs for commits and projectsGrzegorz Bizon2016-02-294-260/+1
| | | | | | | | [ci skip]
| * Update CI API documentation for runnersGrzegorz Bizon2016-02-291-53/+11
| | | | | | | | [ci skip]
| * Add CI API prefix to documentationGrzegorz Bizon2016-02-291-0/+8
| | | | | | | | [ci skip]
| * Update CI API docs for builds endpoint for runnersGrzegorz Bizon2016-02-292-64/+42
| | | | | | | | [ci skip]
| * Deprecated GitLab CI API clean up - READMEGrzegorz Bizon2016-02-291-79/+8
| |
* | Merge branch 'bundle_clean' into 'master' Achilleas Pipinellis2016-03-082-0/+9
|\ \ | | | | | | | | | | | | | | | | | | add bundle clean to upgrade docs This MR adds a bundle clean after installing new gems. Bundle clean removes old, not needed gems to keep the system clean. See merge request !2809
| * | make cleanup optionalChristian Mehlmauer2016-03-072-1/+6
| | |
| * | add bundle clean to upgrade docsChristian Mehlmauer2016-02-142-0/+4
| | |
* | | Merge branch 'doc-troubleshooting' into 'master' Achilleas Pipinellis2016-03-086-31/+166
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added Troubleshooting information for most used services. This replaces the changes started at gitlab-com/www-gitlab-com!1603 I'd like to add similar troubleshooting information for EE only services, but that needs to happen on a different MR on the EE side. Probably after this one gets merged. cc @ernstvn @dblessing @balameb @cabargas @kelvinmutuma See merge request !3080
| * | | Fixed headers for anchorsdoc-troubleshootingPatricio Cano2016-03-073-17/+10
| | | | | | | | | | | | | | | | [ci skip]
| * | | Added Troubleshooting information for most used services.Patricio Cano2016-03-036-31/+173
| | | |
* | | | Document changes to the initial admin passwordrs-initial-setup-docsRobert Speicher2016-03-071-4/+7
| | | | | | | | | | | | | | | | [ci skip]
* | | | Merge branch 'feature/cross-project-labels' into 'master' Douwe Maan2016-03-071-0/+1
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add support for cross project references for labels ## Summary Support for cross project references for labels. ## Rationale 1. Cross project label references are currently not supported in GitLab 1. `to_reference` method signature in `Label` model breaks the abstraction introduced in `Referable`. `concerns/referable.rb: def to_reference(_from_project = nil)` Signatures: ``` label.rb: def to_reference(format = :id) commit_range.rb: def to_reference(from_project = nil) commit.rb: def to_reference(from_project = nil) external_issue.rb: def to_reference(_from_project = nil) group.rb: def to_reference(_from_project = nil) issue.rb: def to_reference(from_project = nil) merge_request.rb: def to_reference(from_project = nil) milestone.rb: def to_reference(from_project = nil) project.rb: def to_reference(_from_project = nil) snippet.rb: def to_reference(from_project = nil) user.rb: def to_reference(_from_project = nil) ``` This MR suggests using `def to_reference(from_project = nil, format: :id)` which makes use of keyword arguments and preserves abstract interface. 1. We need support for cross project label references when we want to move issue to another project It may happen that issue description, system notes or comments contain reference to label and this reference will be invalid after moving issue to another project and will not be displayed correctly unless we have support for cross project references. Merge request that needs this feature: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/2831 I think that cross project label references may be useful, (example: `Hey, see our issues for CI in GitLab CE! - gitab-org/gitlab-ce~"CI"`). cc @JobV @DouweM @rspeicher See merge request !2966
| * | | | Mention cross-project labels in markdown documentationGrzegorz Bizon2016-03-031-0/+1
| |/ / /
* | | | Merge branch 'ci_quickstart' into 'master' Achilleas Pipinellis2016-03-061-11/+38
|\ \ \ \ | |/ / / |/| | | | | | | | | | | | | | | | | | | Add a TL;DR version in quickstart guide See merge request !3026
| * | | Add a TL;DR version in quick start guideci_quickstartAchilleas Pipinellis2016-03-011-11/+38
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Borrowed from a user's comment: https://gitlab.com/esr/reposurgeon/merge_requests/27#note_3158109 [ci skip]
* | | | Merge branch 'patch-1' into 'master' Robert Speicher2016-03-021-1/+1
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Typo in API documentation [ci skip] See merge request !3058
| * | | | typobb-froggy2016-03-021-1/+1
| | | | |
* | | | | Merge branch 'docs_todos' into 'master' Achilleas Pipinellis2016-03-024-0/+74
|\ \ \ \ \ | |/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | Add Todos documentation Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/13884 See merge request !3064
| * | | | Add Todos documentationAchilleas Pipinellis2016-03-024-0/+74
| | | | | | | | | | | | | | | | | | | | [ci skip]
* | | | | Merge branch 'notes_guidelines' into 'master' Achilleas Pipinellis2016-03-021-3/+13
|\ \ \ \ \ | |/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | Change doc styleguide to use blockquotes for notes See merge request !3009
| * | | | Change doc styleguide to use quotes for notesnotes_guidelinesAchilleas Pipinellis2016-02-291-3/+13
| | | | | | | | | | | | | | | | | | | | [ci skip]
* | | | | Merge branch 'saml-doc-update' into 'master' Achilleas Pipinellis2016-03-022-49/+138
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Updated SAML and Omniauth docs Updated SAML and Omniauth docs with information on the new behavior recently introduced in !2882 /cc @ernstvn @DouweM See merge request !2950
| * | | | | Style updates.saml-doc-updatePatricio Cano2016-03-012-20/+30
| | | | | |
| * | | | | Updated SAML and Omniauth docs with information on the new behavior recently ↵Patricio Cano2016-02-232-47/+126
| | | | | | | | | | | | | | | | | | | | | | | | introduced in !2882
* | | | | | Merge branch 'rel-url-fix' into 'master' Douwe Maan2016-03-011-5/+15
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix relative URL See https://github.com/gitlabhq/gitlabhq/issues/10053 1. Same configuration way for relative URL like with Omnibus 2. Loading the relative configuration from Rakefile as Rails do not load initializers for `asset:precompile` First point has another positive side effect: no collisions (due to git controlled `application.rb`) any more during the upgrades of source based installations and relative url configuration - [x] tests on the source based installation - [x] tests on the centos&ubuntu omnibus packages Fixes: gitlab-org/gitlab-ce#13730, gitlab-org/gitlab-ce#13727, gitlab-org/omnibus-gitlab#1143 and https://github.com/gitlabhq/gitlabhq/issues/10053 See merge request !2979
| * | | | | Use dedicated relative_url.rb initializerArtem Sidorenko2016-02-291-5/+15
| | | | | | | | | | | | | | | | | | | | | | | | in order to have it the same way like in omnibus
* | | | | | Merge branch 'triggers_link' into 'master' Achilleas Pipinellis2016-03-011-1/+3
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add link to triggers doc in variables section Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/13901 See merge request !3025
| * | | | | Add link to triggers doc in variables sectionAchilleas Pipinellis2016-03-011-1/+3
| | |/ / / | |/| | | | | | | | | | | | | [ci skip]
* | | | | Merge branch '11489-branded-appearance-to-ce' into 'master' Douwe Maan2016-02-295-4/+23
|\ \ \ \ \ | |/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Branded appearance to CE Closes #11489 The difference with the EE version is only that there is no distinction between light and dark logos, though this wasn't used anyway. If this is fine, I'll create a MR on EE too. TODO: - [x] Copy docs - [x] Make new screenshots - [ ] Remove Custom Welcome message feature? @rymai: I was unsure what labels to add to ping you, so I just ping you like this :wink: /cc @DouweM See merge request !2927
| * | | | Branded login page also in CE11489-branded-appearance-to-ceZeger-Jan van de Weg2016-02-265-4/+23
| | | | | | | | | | | | | | | | | | | | | | | | | The only major difference with the EE version is the change from a light and dark logo to only a header logo The dark logo wasn't used anyway, so it seemed to make sense to me to rename the field to the actual function of it
* | | | | Link to examples pageAchilleas Pipinellis2016-02-293-1/+14
| | | | | | | | | | | | | | | | | | | | [ci skip]
* | | | | Reorganize CI sections and give descriptive names to linksAchilleas Pipinellis2016-02-294-65/+65
| | | | |
* | | | | Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into ci_examplesAchilleas Pipinellis2016-02-293-6/+110
|\ \ \ \ \
| * \ \ \ \ Merge branch 'rs-development-docs' into 'master' Douwe Maan2016-02-292-5/+109
| |\ \ \ \ \ | | |_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add "Gotchas" to development docs Also: - Alphabetizes the "Developer" index page - Fixes the broken `db_dump.md` link See merge request !2846
| | * | | | Update Gotchas docrs-development-docsRobert Speicher2016-02-171-8/+7
| | | | | | | | | | | | | | | | | | | | | | | | [ci skip]
| | * | | | Add "Gotchas" development docRobert Speicher2016-02-162-0/+105
| | | | | |
| | * | | | Fix the "How to dump production data" linkRobert Speicher2016-02-161-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | [ci skip]
| | * | | | Alphabetize Development doc indexRobert Speicher2016-02-161-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | [ci skip]
| * | | | | Adjust documentation of permissionsThomas Schmidt2016-02-271-1/+1
| | |/ / / | |/| | | | | | | | | | | | | [ci skip]
* | | | | Move languages to examplesAchilleas Pipinellis2016-02-263-11/+12
|/ / / /
* | | | Merge branch 'patch-1' into 'master' Achilleas Pipinellis2016-02-261-1/+1
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Reformats confusing '[named here]' section for 3rd party code attribution Weird formatting originally. Which of the following is the proper format for attribution? 1. Submitted on behalf of a third-party: [David Alexander] 1. Submitted on behalf of a third-party: [[] David Alexander] 1. Submitted on behalf of a third-party: [] David Alexander 1. Submitted on behalf of a third-party: [[ David Alexander ]] 1. ... _etc._ With this change, it allows for either of the following formats: 1. Submitted on behalf of a third-party: [David Alexander] 1. Submitted on behalf of a third-party: David Alexander See merge request !2861
| * | | | Reformats confusing '[named here]' section for 3rd party code attributionDavid Alexander2016-02-171-1/+1
| | | | |
* | | | | Merge branch 'master' into 'master' Achilleas Pipinellis2016-02-261-0/+1
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add instructions for pushing tags as well as branches Current instructions will push the svn branches but not tags - add missing line to tags See merge request !2778
| * | | | | Add instructions for pushing tags as well as branchesM. Ricketts2016-02-101-0/+1
| | | | | |
* | | | | | Merge branch 'fix_git_tag_in_architecture' into 'master' Achilleas Pipinellis2016-02-241-1/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed ~git beeing displayed as link to issues tagged with git in architecture.md The architecture documentation explains `~git` from the picture below which is replaced by a [link to issues tagged with `git`](https://gitlab.com/gitlab-org/gitlab-ce/issues?label_name=git). I believe that this was unintended and should be fixed by using backticks. ![Screenshot_from_2016-02-13_21-36-30](/uploads/5ea1a60e8b230952874e58eab0abe1ac/Screenshot_from_2016-02-13_21-36-30.png) See merge request !2814
| * | | | | | Fixed ~git beeing displayed as link to issues tagged with gitFinn Glöe2016-02-131-1/+1
| | |_|_|_|/ | |/| | | | | | | | | | | | | | | | [ci skip]