Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | Go back to gitlab-workhorse 0.7.1 | Jacob Vosmaer | 2016-04-11 | 2 | -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 Peterse | 2016-04-11 | 1 | -19/+18 | |
|\ \ \ | | | | | | | | | | | | | | | | | Store block timings as transaction values See merge request !3649 | |||||
| * | | | Track call counts in Gitlab::Metrics.measure_blockmetrics-measure-block-transaction | Yorick Peterse | 2016-04-11 | 1 | -3/+4 | |
| | | | | ||||||
| * | | | Store block timings as transaction values | Yorick Peterse | 2016-04-11 | 1 | -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 Zaporozhets | 2016-04-11 | 2 | -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-guide | Robert Speicher | 2016-04-10 | 1 | -0/+3 | |
| | | | | | | | | | | | | | | | | [ci skip] | |||||
| * | | | First pass at a Code Review guide | Robert Speicher | 2016-04-09 | 2 | -0/+77 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Largely borrowed from thoughtbot's code review guide, so attribution is included. [ci skip] | |||||
* | | | | Merge branch 'patch-1' into 'master' | Achilleas Pipinellis | 2016-04-11 | 1 | -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 typo | Benjamin Montgomery | 2016-04-10 | 1 | -1/+3 | |
| | | | | | ||||||
| * | | | | Make the purpose of artifact config options clearer | Benjamin Montgomery | 2016-04-10 | 1 | -9/+6 | |
| | | | | | ||||||
| * | | | | actually enable artifacts | Benjamin Montgomery | 2016-04-09 | 1 | -2/+2 | |
| |/ / / | ||||||
* | | | | Everything on one page.project-services-page-should-contain-full-info | Sytse Sijbrandij | 2016-04-09 | 2 | -15/+21 | |
|/ / / | ||||||
* | | | Minor Testing guide copyedits | Robert Speicher | 2016-04-09 | 1 | -8/+10 | |
| | | | | | | | | | | | | [ci skip] | |||||
* | | | Merge branch 'remove-todo' into 'master' | Dmitriy Zaporozhets | 2016-04-08 | 1 | -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 stuff | Robert Schilling | 2016-04-05 | 1 | -4/+0 | |
| |/ / | ||||||
* | | | Merge branch 'rs-testing-guide' into 'master' | Dmitriy Zaporozhets | 2016-04-08 | 2 | -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-guide | Robert Speicher | 2016-04-01 | 1 | -0/+4 | |
| | | | | | | | | | | | | | | | | [ci skip] | |||||
| * | | | Add a section about `let` to the Testing guide | Robert Speicher | 2016-04-01 | 1 | -4/+25 | |
| | | | | | | | | | | | | | | | | [ci skip] | |||||
| * | | | Factories don't have to be limited to `ActiveRecord` objects | Robert Speicher | 2016-04-01 | 1 | -0/+2 | |
| | | | | | | | | | | | | | | | | [ci skip] | |||||
| * | | | Add a note about Four-Phase Test to Testing guide | Robert Speicher | 2016-04-01 | 1 | -0/+2 | |
| | | | | | | | | | | | | | | | | [ci skip] | |||||
| * | | | First pass at a Testing styleguide | Robert Speicher | 2016-04-01 | 2 | -0/+106 | |
| | | | | | | | | | | | | | | | | [ci skip] | |||||
* | | | | Merge branch 'gitlab-workhorse-0.7.2' into 'master' | Yorick Peterse | 2016-04-08 | 2 | -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 Vosmaer | 2016-04-07 | 7 | -7/+135 | |
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | gitlab-workhorse-0.7.2 | |||||
| * | | | | | Use gitlab-workhorse 0.7.2 | Jacob Vosmaer | 2016-04-06 | 2 | -2/+2 | |
| | |_|/ / | |/| | | | ||||||
* | | | | | Merge branch 'api-expose-subscribed' into 'master' | Rémy Coutable | 2016-04-08 | 2 | -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 issues | Robert Schilling | 2016-04-08 | 2 | -12/+24 | |
| | |/ / / | |/| | | | ||||||
* | | | | | Fix Incorrect Quote In Docker Executor Example | Alex Mayer | 2016-04-07 | 1 | -1/+1 | |
| | | | | | ||||||
* | | | | | Merge branch 'master' of https://gitlab.com/gitlab-org/gitlab-ce into no-gc-auto | Jacob Vosmaer | 2016-04-07 | 8 | -40/+136 | |
|\ \ \ \ \ | |/ / / / | ||||||
| * | | | | Merge branch 'api-filter-milestone' into 'master' | Rémy Coutable | 2016-04-07 | 1 | -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 style | Robert Schilling | 2016-04-06 | 1 | -5/+14 | |
| | | | | | | ||||||
| | * | | | | API: Ability to filter milestones by state | Robert Schilling | 2016-04-06 | 1 | -0/+3 | |
| | | | | | | ||||||
| * | | | | | Merge branch 'patch-1' into 'master' | Robert Schilling | 2016-04-07 | 1 | -1/+1 | |
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix typo in .gitlab-ci.yml doc. [ci skip] See merge request !3581 | |||||
| | * | | | | | [ci skip] Fix typo. | frodsan | 2016-04-06 | 1 | -1/+1 | |
| | | | | | | | ||||||
| * | | | | | | Merge branch 'saml-external-groups' into 'master' | Robert Speicher | 2016-04-07 | 1 | -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 fixes | Patricio Cano | 2016-04-06 | 1 | -2/+1 | |
| | | | | | | | ||||||
| | * | | | | | Added documentation | Patricio Cano | 2016-04-06 | 1 | -0/+72 | |
| | | | | | | | ||||||
| * | | | | | | Fix missing entries in permission matrix [ci skip] | Robert Schilling | 2016-04-06 | 1 | -2/+3 | |
| | | | | | | | ||||||
| * | | | | | | Fix missing entries in permission matrix [ci skip] | Robert Schilling | 2016-04-06 | 1 | -2/+2 | |
| | | | | | | | ||||||
| * | | | | | | Revert "API: Ability to retrieve a single tag" | Robert Schilling | 2016-04-06 | 1 | -33/+1 | |
| | |/ / / / | |/| | | | | | | | | | | | | | | | | This reverts commit 7f287c9136d5d1cdda8df170c6e772ca82aad1e9. | |||||
| * | | | | | Merge branch 'metrics-measure-block' into 'master' | Robert Speicher | 2016-04-06 | 2 | -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-block | Yorick Peterse | 2016-04-06 | 2 | -0/+38 | |
| | | |/ / / | | |/| | | | ||||||
| * | | | | | Expose user location in API | Robert Schilling | 2016-04-06 | 1 | -0/+6 | |
| | | | | | | ||||||
* | | | | | | Disable git gc --auto | Jacob Vosmaer | 2016-04-06 | 2 | -1/+13 | |
|/ / / / / | ||||||
* | | | | | API: Ability to retrieve a single tag | Robert Schilling | 2016-04-06 | 1 | -1/+33 | |
|/ / / / | ||||||
* | | | | The Markdown doc is one place where trailing whitespace matters | Robert Speicher | 2016-04-05 | 1 | -4/+4 | |
| | | | | | | | | | | | | | | | | [ci skip] | |||||
* | | | | Attribution where it is due.markdown-attribution | Sytse Sijbrandij | 2016-04-05 | 1 | -7/+7 | |
| | | | | ||||||
* | | | | Fix LDAP link and codeblock indentationdoc_ldap_fixes | Achilleas Pipinellis | 2016-04-05 | 2 | -7/+7 | |
|/ / / | | | | | | | | | | [ci skip] | |||||
* | | | Added 8.7 install/update guides | Yorick Peterse | 2016-04-04 | 2 | -2/+148 | |
| | | | | | | | | | | | | [ci skip] | |||||
* | | | Merge branch 'add-ability-to-archive-a-project-via-api-14296' into 'master' | Douwe Maan | 2016-04-03 | 1 | -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-14296 | Zeger-Jan van de Weg | 2016-03-29 | 16 | -840/+324 | |
| |\ \ |