summaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | Go back to gitlab-workhorse 0.7.1Jacob Vosmaer2016-04-112-2/+2
| |_|/ |/| | | | | | | | | | | We found out that 0.7.2 breaks shallow `git clone`. GitLab 8.7 will work fine with gitlab-workhorse 0.7.1 too.
* | | Merge branch 'metrics-measure-block-transaction' into 'master' Yorick Peterse2016-04-111-19/+18
|\ \ \ | | | | | | | | | | | | | | | | Store block timings as transaction values See merge request !3649
| * | | Track call counts in Gitlab::Metrics.measure_blockmetrics-measure-block-transactionYorick Peterse2016-04-111-3/+4
| | | |
| * | | Store block timings as transaction valuesYorick Peterse2016-04-111-19/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This makes it easier to query, simplifies the code, and makes it possible to figure out what transaction the data belongs to (simply because it's now stored _in_ the transaction). This new setup keeps track of both the real/wall time _and_ CPU time spent in a block, both measured using milliseconds (to keep all units the same).
* | | | Merge branch 'rs-code-review-guide' into 'master' Dmitriy Zaporozhets2016-04-112-0/+80
|\ \ \ \ | |/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | First pass at a Code Review guide Largely borrowed from thoughtbot's code review guide, so attribution is included. [ci skip] See merge request !3639
| * | | Re-add a note about sarcasm to the Code Review guiders-code-review-guideRobert Speicher2016-04-101-0/+3
| | | | | | | | | | | | | | | | [ci skip]
| * | | First pass at a Code Review guideRobert Speicher2016-04-092-0/+77
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Largely borrowed from thoughtbot's code review guide, so attribution is included. [ci skip]
* | | | Merge branch 'patch-1' into 'master' Achilleas Pipinellis2016-04-111-7/+6
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Correct documentation on enabling artifacts. The docs say to enable artifacts that settings should be set to "false". This updates the documents to change the setting to "true". See merge request !3630
| * | | | fix typoBenjamin Montgomery2016-04-101-1/+3
| | | | |
| * | | | Make the purpose of artifact config options clearerBenjamin Montgomery2016-04-101-9/+6
| | | | |
| * | | | actually enable artifactsBenjamin Montgomery2016-04-091-2/+2
| |/ / /
* | | | Everything on one page.project-services-page-should-contain-full-infoSytse Sijbrandij2016-04-092-15/+21
|/ / /
* | | Minor Testing guide copyeditsRobert Speicher2016-04-091-8/+10
| | | | | | | | | | | | [ci skip]
* | | Merge branch 'remove-todo' into 'master' Dmitriy Zaporozhets2016-04-081-4/+0
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Remove TODO for not documented stuff We should not put a `TODO` in a released product. See merge request !3553
| * | | Remove TODO for not documented stuffRobert Schilling2016-04-051-4/+0
| |/ /
* | | Merge branch 'rs-testing-guide' into 'master' Dmitriy Zaporozhets2016-04-082-0/+135
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | First pass at a Testing styleguide Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/14121 [ci skip] See merge request !3465
| * | | Add a link back to Development documentation to Testing guiders-testing-guideRobert Speicher2016-04-011-0/+4
| | | | | | | | | | | | | | | | [ci skip]
| * | | Add a section about `let` to the Testing guideRobert Speicher2016-04-011-4/+25
| | | | | | | | | | | | | | | | [ci skip]
| * | | Factories don't have to be limited to `ActiveRecord` objectsRobert Speicher2016-04-011-0/+2
| | | | | | | | | | | | | | | | [ci skip]
| * | | Add a note about Four-Phase Test to Testing guideRobert Speicher2016-04-011-0/+2
| | | | | | | | | | | | | | | | [ci skip]
| * | | First pass at a Testing styleguideRobert Speicher2016-04-012-0/+106
| | | | | | | | | | | | | | | | [ci skip]
* | | | Merge branch 'gitlab-workhorse-0.7.2' into 'master' Yorick Peterse2016-04-082-2/+2
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | Use gitlab-workhorse 0.7.2 See merge request !3570
| * \ \ \ Merge branch 'master' of https://gitlab.com/gitlab-org/gitlab-ce into ↵Jacob Vosmaer2016-04-077-7/+135
| |\ \ \ \ | | | | | | | | | | | | | | | | | | gitlab-workhorse-0.7.2
| * | | | | Use gitlab-workhorse 0.7.2Jacob Vosmaer2016-04-062-2/+2
| | |_|/ / | |/| | |
* | | | | Merge branch 'api-expose-subscribed' into 'master' Rémy Coutable2016-04-082-12/+24
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | API: Expose subscribed? on issues and merge requests This is the first start for the new `subscribable` API. It exposes the `subscribed` field for issues and merge requests. Related to #6024 See merge request !3611
| * | | | | API: Expose subscribed? on issuesRobert Schilling2016-04-082-12/+24
| | |/ / / | |/| | |
* | | | | Fix Incorrect Quote In Docker Executor ExampleAlex Mayer2016-04-071-1/+1
| | | | |
* | | | | Merge branch 'master' of https://gitlab.com/gitlab-org/gitlab-ce into no-gc-autoJacob Vosmaer2016-04-078-40/+136
|\ \ \ \ \ | |/ / / /
| * | | | Merge branch 'api-filter-milestone' into 'master' Rémy Coutable2016-04-071-4/+16
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | API: Ability to filter milestones by state Ability to filter milestones by `active` and `closed` state. * Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/14931 See merge request !3566
| | * | | | Improve coding and doc styleRobert Schilling2016-04-061-5/+14
| | | | | |
| | * | | | API: Ability to filter milestones by stateRobert Schilling2016-04-061-0/+3
| | | | | |
| * | | | | Merge branch 'patch-1' into 'master' Robert Schilling2016-04-071-1/+1
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix typo in .gitlab-ci.yml doc. [ci skip] See merge request !3581
| | * | | | | [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
| |\ \