summaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
...
| | * | | | | | [ci skip] Fix typo.frodsan2016-04-061-1/+1
| | | | | | | |
| * | | | | | | Merge branch 'saml-external-groups' into 'master' Robert Speicher2016-04-071-0/+71
| |\ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Allow SAML to identify external users and set them as such Related to #4009 Fixes #14577 This allows SAML to retrieve group information form the `SAML Response` and match that to a setting that will flag all matching users as external. See merge request !3530
| | * | | | | | Implemented suggested fixesPatricio Cano2016-04-061-2/+1
| | | | | | | |
| | * | | | | | Added documentationPatricio Cano2016-04-061-0/+72
| | | |_|_|_|/ | | |/| | | |
| * | | | | | Fix missing entries in permission matrix [ci skip]Robert Schilling2016-04-061-2/+3
| | | | | | |
| * | | | | | Fix missing entries in permission matrix [ci skip]Robert Schilling2016-04-061-2/+2
| | | | | | |
| * | | | | | Revert "API: Ability to retrieve a single tag"Robert Schilling2016-04-061-33/+1
| | |/ / / / | |/| | | | | | | | | | | | | | | | This reverts commit 7f287c9136d5d1cdda8df170c6e772ca82aad1e9.
| * | | | | Merge branch 'metrics-measure-block' into 'master' Robert Speicher2016-04-062-0/+38
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Support for measuring Ruby blocks using GitLab performance monitoring This adds support for measuring timings of arbitrary Ruby blocks. Fixes #14710 See merge request !3515
| | * | | | | Added dev guide for measuring Ruby blocksmetrics-measure-blockYorick Peterse2016-04-062-0/+38
| | | |/ / / | | |/| | |
| * | | | | Expose user location in APIRobert Schilling2016-04-061-0/+6
| | | | | |
* | | | | | Disable git gc --autoJacob Vosmaer2016-04-062-1/+13
|/ / / / /
* | | | | API: Ability to retrieve a single tagRobert Schilling2016-04-061-1/+33
|/ / / /
* | | | The Markdown doc is one place where trailing whitespace mattersRobert Speicher2016-04-051-4/+4
| | | | | | | | | | | | | | | | [ci skip]
* | | | Attribution where it is due.markdown-attributionSytse Sijbrandij2016-04-051-7/+7
| | | |
* | | | Fix LDAP link and codeblock indentationdoc_ldap_fixesAchilleas Pipinellis2016-04-052-7/+7
|/ / / | | | | | | | | | [ci skip]
* | | Added 8.7 install/update guidesYorick Peterse2016-04-042-2/+148
| | | | | | | | | | | | [ci skip]
* | | Merge branch 'add-ability-to-archive-a-project-via-api-14296' into 'master' Douwe Maan2016-04-031-0/+166
|\ \ \ | |/ / |/| | | | | | | | | | | | | | Add endpoints for archiving and unarchiving Closes #14296 See merge request !3372
| * | Merge branch 'master' into add-ability-to-archive-a-project-via-api-14296add-ability-to-archive-a-project-via-api-14296Zeger-Jan van de Weg2016-03-2916-840/+324
| |\ \
| * \ \ Merge branch 'master' into add-ability-to-archive-a-project-via-api-14296Zeger-Jan van de Weg2016-03-241-3/+24
| |\ \ \
| * | | | PUT becomes POST on archiving endpointsZeger-Jan van de Weg2016-03-241-10/+12
| | | | | | | | | | | | | | | | | | | | | | | | | Also the specs have a minor improvement. Mainly the access right spec. Changes are reflected in the docs
| * | | | Add endpoints for archiving and unarchivingZeger-Jan van de Weg2016-03-231-0/+164
| | | | |
* | | | | Remove "Congratulations!" tweet button on newly-created project.connorshea2016-03-311-3/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I’ve removed everything related to the feature based on this commit: ce08f919f34fd8849834365 Resolves #10857.
* | | | | Merge branch '2364-fallback-to-in-reply-to-header' into 'master' Douwe Maan2016-03-301-24/+84
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fall back to In-Reply-To and References headers when sub-addressing is not available _Originally opened at !3024 by @dabit._ - - - Fixes #2364 Summary of the changes: - No more need to have the `%{key}` placeholder in the `incoming_email.address` - The fallback message id format is `reply-[key]@[gitlab_host]` (reminder: it doesn't have to be a real email address) - The fallback message id that includes the reply key is added to both `References` header - Documentation for the "Reply by email" feature updated See merge request !3305
| * | | | | Improve and finish the fallback to the In-Reply-To and References header for ↵2364-fallback-to-in-reply-to-headerRémy Coutable2016-03-251-24/+84
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the reply-by-email feature A few things to note: - The IncomingEmail feature is now enabled even without a correctly-formatted sub-address - Message-ID for new thread mail are kept the same so that subsequent notifications to this thread are grouped in the thread by the email service that receives the notification (i.e. In-Reply-To of the answer == Message-ID of the first thread message) - To maximize our chance to be able to retrieve the reply key, we look for it in the In-Reply-To header and the References header - The pattern for the fallback reply message id is "reply-[key]@[gitlab_host]" - Improve docs thanks to Axil
* | | | | | Merge branch ↵Robert Speicher2016-03-291-29/+42
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 'mariusz_jachimowicz/gitlab-ce-i_14415_expose_label_description' into 'master' api - expose label description Resolves #14415 See merge request !3314
| * | | | | api - expose label descriptionMariusz Jachimowicz2016-03-241-29/+42
| | |_|/ / | |/| | |
* | | | | Merge branch 'doc-update-8.5-to-8.6-fix-steps-order' into 'master' Rémy Coutable2016-03-291-21/+21
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix order of steps to prevent PostgreSQL errors when running migration Supersedes https://github.com/gitlabhq/gitlabhq/pull/10100. /cc @stanhu @rodrigomanhaes See merge request !3355
| * | | | | Fix order of steps to prevent PostgreSQL errors when running migration [ci skip]doc-update-8.5-to-8.6-fix-steps-orderRodrigo Manhães2016-03-221-21/+21
| | |_|/ / | |/| | |
* | | | | Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ceDmitriy Zaporozhets2016-03-285-227/+293
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | Merge branch 'update_ldap_docs' into 'master' Drew Blessing2016-03-284-227/+292
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update ldap docs Related to gitlab-org/gitlab-ee#397 @axil What do you think of moving LDAP configuration docs to `adminstration/auth/ldap.md`? Then we'll probably need to add the relevant group link configuration piece to some user group documentation. We can cross-link and deprecate the current `integration/ldap.md` location. See merge request !3336
| | * | | | Update LDAP docs [ci skip]Drew Blessing2016-03-224-227/+292
| | | | | |
| * | | | | Merge branch 'api-ability-to-backdate-newly-created-issues-12628' into 'master' Robert Speicher2016-03-281-0/+1
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Back dating of issues when creating through the API Closes #12628 See merge request !3408
| | * | | | | Back dating of issues when creating throught the APIZeger-Jan van de Weg2016-03-281-0/+1
| | | |_|_|/ | | |/| | |
* | | | | | Merge pull request #9978 from fantasywind/patch-2Achilleas Pipinellis2016-03-281-1/+1
|\ \ \ \ \ \ | |/ / / / / |/| | | | | Update github.md
| * | | | | Update github default callback urlChia Yu Pai2016-03-011-2/+1
| | | | | |
| * | | | | Update github.mdChia Yu Pai2016-01-151-0/+1
| | | | | | | | | | | | | | | | | | add default callback URL path
* | | | | | Fix typos in webhooks docs. Achilleas Pipinellis2016-03-271-5/+4
| | | | | | | | | | | | | | | | | | Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/14660
* | | | | | Merge branch 'rs-remove-release-docs' into 'master' Dmitriy Zaporozhets2016-03-268-585/+0
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove release docs from the CE repository More detailed, updated, and accurate versions of these docs now live in https://gitlab.com/gitlab-org/release-tools Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/2346 [ci skip] See merge request !3393
| * | | | | Remove release docs from the CE repositoryrs-remove-release-docsRobert Speicher2016-03-248-585/+0
| | |_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | More detailed, updated, and accurate versions of these docs now live in https://gitlab.com/gitlab-org/release-tools [ci skip]
* | | | | Merge branch 'clarify_lfs' into 'master' Achilleas Pipinellis2016-03-251-0/+4
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Clarify LFS configuration A user on Twitter was confused (rightfully so) because LFS admin docs suggest you must set a storage path. In fact, Omnibus defaults to a very sane location. Add a comment to the snippet outlining the default. See merge request !3388
| * | | | | Clarify LFS configurationDrew Blessing2016-03-241-0/+4
| |/ / / /
* | | | | Describe CI stuff.Sytse Sijbrandij2016-03-241-1/+1
|/ / / /
* | | | SCSS Style Guide fixes.connorshea2016-03-231-3/+24
| |_|/ |/| | | | | | | | | | | | | | Fix a typo and add a section on ignoring issues. [ci skip]
* | | Merge branch 'grafana_documentation' into 'master' Drew Blessing2016-03-227-1/+120
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Grafana installation and configuration documentation Adding documentation for installing and configuring Grafana. This also includes providing dashboards users can import. Fixes gitlab-org/omnibus-gitlab#1008 cc/ @axil See merge request !3015
| * | | Grafana installation and configuration documentation. [ci skip]Drew Blessing2016-03-227-1/+120
| | |/ | |/|
* | | Merge branch 'drop_db_before_restore' into 'master' Robert Speicher2016-03-223-0/+87
|\ \ \ | |/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Reload the schema before restoring a database backup If a user tries to downgrade and restore after a failed upgrade, the database may still contain newer tables. Reload the older schema before restoring the database to avoid future upgrade problems. Also, add a rake task to help users add migration versions to the database so it's easier to recover from these errors if they do occur. Fixes #13419 See merge request !2807
| * | Reload the schema before restoring a database backupDrew Blessing2016-03-213-0/+87
| | |
* | | Merge branch 'doc_group_visibility' into 'master' Achilleas Pipinellis2016-03-221-8/+15
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Add docs on group visibility Accompanying https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/3323 See merge request !3338
| * | | Add docs on group visibilityAchilleas Pipinellis2016-03-221-8/+15
| | | | | | | | | | | | | | | | [ci skip]
* | | | Merge branch 'gitlab_intro_docs' into 'master' Achilleas Pipinellis2016-03-229-81/+163
|\ \ \ \ | |/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | GitLab intro docs Related to https://gitlab.com/gitlab-org/marketing_monthly_release/issues/1 --- Need refactor: - Create a new project - Create a new group - Create a new issue - Assign labels to issues - Use milestones as an overview of your project's tracker - Fork a project and contribute to it - Create a new merge request - Automatically close issues from merge requests (include GitLab.com pattern) - GitLab CI quick start guide (make it easier to follow) Moved to https://gitlab.com/gitlab-org/gitlab-ce/issues/8068 See merge request !3225