Jacob Vosmaer
7478335826
Improve English, thanks Robert
2016-04-13 11:15:36 +02:00
Jacob Vosmaer
7b1bb0f4db
Merge branch 'master' of https://gitlab.com/gitlab-org/gitlab-ce into auto-fsck
2016-04-12 17:44:02 +02:00
Jacob Vosmaer
ea787165b3
Move 'clear checks' button to applicatoin settings
2016-04-12 17:32:58 +02:00
Rémy Coutable
e322b993e7
Merge branch 'api-delete-note' into 'master'
...
Delete notes via API
Supports deleting issues, snippets, and merge requests via the API.
* Closes #14944
* Closes #14845
* Closes #6060
@zj I did not see that you assigned yourself in #6060 . Hopefully, you did not start yet.
@rymai In #6060 this is targeted for 8.7 release. Could you review that and maybe this still lands in 8.7.
See merge request !3557
2016-04-12 14:34:50 +00:00
Rémy Coutable
a5512099ce
Merge branch 'api-get-tag' into 'master'
...
API: Ability to retrieve a single tag
* Closes #14330
/cc @dblessing
See merge request !3577
2016-04-12 14:04:40 +00:00
Zeger-Jan van de Weg
6dbcb880cc
Allow a project member to leave the projected through the API
2016-04-12 14:30:42 +02:00
Robert Schilling
9aefaa41ab
Fix code review issues
2016-04-12 14:24:05 +02:00
Robert Schilling
ba21c00f01
Delete notes via API
2016-04-12 14:24:05 +02:00
Robert Schilling
f81352f531
Fix minor styling issues from code review
2016-04-12 14:12:30 +02:00
Robert Schilling
20d4ca4cc3
API: Ability to retrieve a single tag
2016-04-12 12:38:59 +02:00
Robert Schilling
10080ce362
API: Expose updated_at for notes
2016-04-12 12:32:34 +02:00
Rémy Coutable
8cb41f1989
Merge branch 'api-labels-info' into 'master'
...
API: Expose open_issues_count, closed_issues_count, open_merge_requests_count on labels
Partly fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/13238
See merge request !3569
2016-04-12 09:21:00 +00:00
Jacob Vosmaer
ca0b3ea1f1
Go back to gitlab-workhorse 0.7.1
...
We found out that 0.7.2 breaks shallow `git clone`. GitLab 8.7 will
work fine with gitlab-workhorse 0.7.1 too.
2016-04-11 17:03:27 +02:00
Yorick Peterse
15cbbd09fb
Merge branch 'metrics-measure-block-transaction' into 'master'
...
Store block timings as transaction values
See merge request !3649
2016-04-11 13:16:58 +00:00
Dmitriy Zaporozhets
1794e934ce
Merge branch 'rs-code-review-guide' into 'master'
...
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
2016-04-11 11:28:42 +00:00
Yorick Peterse
d9110a7eca
Track call counts in Gitlab::Metrics.measure_block
2016-04-11 13:27:52 +02:00
Yorick Peterse
16926a676b
Store block timings as transaction values
...
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).
2016-04-11 13:09:36 +02:00
Achilleas Pipinellis
85279c07c9
Merge branch 'patch-1' into 'master'
...
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
2016-04-11 09:44:23 +00:00
Robert Speicher
0c6923e2d1
Re-add a note about sarcasm to the Code Review guide
...
[ci skip]
2016-04-10 22:54:44 -04:00
Benjamin Montgomery
84ff30a6b2
fix typo
2016-04-10 21:16:06 +00:00
Benjamin Montgomery
1e99e56202
Make the purpose of artifact config options clearer
2016-04-10 21:14:40 +00:00
Robert Speicher
c7ec5929b1
First pass at a Code Review guide
...
Largely borrowed from thoughtbot's code review guide, so attribution is
included.
[ci skip]
2016-04-09 21:49:47 -04:00
Sytse Sijbrandij
98f536f169
Everything on one page.
2016-04-09 20:09:07 -04:00
Benjamin Montgomery
ca823065a9
actually enable artifacts
2016-04-09 20:51:15 +00:00
Robert Speicher
cedcc1453c
Minor Testing guide copyedits
...
[ci skip]
2016-04-09 01:19:21 -04:00
Dmitriy Zaporozhets
4a1fdc78a4
Merge branch 'remove-todo' into 'master'
...
Remove TODO for not documented stuff
We should not put a `TODO` in a released product.
See merge request !3553
2016-04-08 17:42:53 +00:00
Dmitriy Zaporozhets
0396c8525c
Merge branch 'rs-testing-guide' into 'master'
...
First pass at a Testing styleguide
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/14121
[ci skip]
See merge request !3465
2016-04-08 17:34:55 +00:00
Yorick Peterse
fb02c96747
Merge branch 'gitlab-workhorse-0.7.2' into 'master'
...
Use gitlab-workhorse 0.7.2
See merge request !3570
2016-04-08 15:14:05 +00:00
Rémy Coutable
312a09e7aa
Merge branch 'api-expose-subscribed' into 'master'
...
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
2016-04-08 14:36:54 +00:00
Robert Schilling
fb2fde9d62
API: Expose subscribed? on issues
2016-04-08 15:53:04 +02:00
Alex Mayer
875646a85e
Fix Incorrect Quote In Docker Executor Example
2016-04-07 20:10:29 +00:00
Jacob Vosmaer
94c135d3c8
Merge branch 'master' of https://gitlab.com/gitlab-org/gitlab-ce into gitlab-workhorse-0.7.2
2016-04-07 12:47:23 +02:00
Jacob Vosmaer
3e26f6b00f
Merge branch 'master' of https://gitlab.com/gitlab-org/gitlab-ce into no-gc-auto
2016-04-07 12:43:35 +02:00
Rémy Coutable
92897d7683
Merge branch 'api-filter-milestone' into 'master'
...
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
2016-04-07 08:45:35 +00:00
Robert Schilling
e684063b21
Merge branch 'patch-1' into 'master'
...
Fix typo in .gitlab-ci.yml doc. [ci skip]
See merge request !3581
2016-04-07 06:19:33 +00:00
Robert Speicher
936be025cd
Merge branch 'saml-external-groups' into 'master'
...
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
2016-04-07 00:35:08 +00:00
Patricio Cano
8110e75309
Implemented suggested fixes
2016-04-06 18:12:25 -05:00
frodsan
71b5010a94
[ci skip] Fix typo.
2016-04-06 22:45:56 +00:00
Robert Schilling
43b9217705
Fix missing entries in permission matrix [ci skip]
2016-04-06 23:49:12 +02:00
Robert Schilling
bc701284f2
Fix missing entries in permission matrix [ci skip]
2016-04-06 23:27:42 +02:00
Patricio Cano
b95ac0962c
Added documentation
2016-04-06 16:04:11 -05:00
Robert Schilling
dc3272dccb
Revert "API: Ability to retrieve a single tag"
...
This reverts commit 7f287c9136 .
2016-04-06 21:03:24 +02:00
Robert Schilling
e6215a9a8e
Improve coding and doc style
2016-04-06 20:53:17 +02:00
Robert Schilling
0728588c34
API: Ability to filter milestones by state
2016-04-06 20:39:43 +02:00
Robert Speicher
755edd8004
Merge branch 'metrics-measure-block' into 'master'
...
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
2016-04-06 17:13:15 +00:00
Jacob Vosmaer
2b91abbced
Disable git gc --auto
2016-04-06 16:08:40 +02:00
Robert Schilling
62b6963255
Expose user location in API
2016-04-06 15:53:17 +02:00
Jacob Vosmaer
622b2023da
Use gitlab-workhorse 0.7.2
2016-04-06 15:07:35 +02:00
Robert Schilling
82e92a0900
API: Expose open_issues_count, closed_issues_count, open_merge_requests_count on labels
2016-04-06 14:32:36 +02:00
Yorick Peterse
352bc7d2b9
Added dev guide for measuring Ruby blocks
2016-04-06 14:32:27 +02:00