- 12 Apr, 2016 13 commits
-
-
Rémy Coutable authored
API: Ability to retrieve a single tag * Closes #14330 /cc @dblessing See merge request !3577
-
Rémy Coutable authored
Allow a project member to leave the projected through the API Closes #7687 See merge request !3613
-
Robert Schilling authored
-
Rémy Coutable authored
Un-instrument Banzai::ReferenceExtractor No changelog entry since this isn't really something new compared to 8.6, instead it adjusts something that was added for 8.7. See merge request !3676
-
Zeger-Jan van de Weg authored
-
Robert Schilling authored
-
Yorick Peterse authored
Instrumenting this class together with Gitlab::ReferenceExtractor causes a StackError for some reason. Since Gitlab::ReferenceExtractor has most of the interesting code we'll only instrument that class.
-
Rémy Coutable authored
API: Add iid filter to milestones This was documented in the API docs but it was never working because the iid filter was never applied to the milestones. The tests were working by accident because the were checking the first element, which was by accident the request element. * Closes https://github.com/gitlabhq/gitlabhq/issues/10122 See merge request !3588
-
Rémy Coutable authored
API: Expose updated_at for notes * Closes #7954 See merge request !3560
-
Robert Schilling authored
-
Robert Schilling authored
-
Robert Schilling authored
-
Rémy Coutable authored
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
-
- 11 Apr, 2016 27 commits
-
-
Robert Speicher authored
Fix milestone removal problem when editing issues fixes #1752 See merge request !3571
-
Robert Speicher authored
Instrument Banzai code See merge request !3659
-
Jacob Schatz authored
Fix scroll bars shown in Revert dialogue box ## What does this MR do? Eliminate scroll bars shown in Revert dialogue box, see the screenshots. ## Are there points in the code the reviewer needs to double check? N/A ## Why was this MR needed? Ugly scroll bars are shown in Revert dialogue box. ## What are the relevant issue numbers? N/A ## Screenshots ![Screen_Shot_2016-04-05_at_15.27.10](/uploads/428295858ada7cd2fcdf1e831c42f8ec/Screen_Shot_2016-04-05_at_15.27.10.png) See merge request !3532
-
Yorick Peterse authored
Go back to gitlab-workhorse 0.7.1 See merge request !3656
-
Yorick Peterse authored
-
Jacob Vosmaer authored
We found out that 0.7.2 breaks shallow `git clone`. GitLab 8.7 will work fine with gitlab-workhorse 0.7.1 too.
-
Jacob Schatz authored
Fixed issue with dashboard/issues not filtering by milestone Closes #15128 See merge request !3650
-
Dmitriy Zaporozhets authored
Decrease threshold for ABC Size metric in Rubocop To 55. References #3444 See merge request !3598
-
Yorick Peterse authored
Store block timings as transaction values See merge request !3649
-
Yorick Peterse authored
If the measure method uses Transaction.current directly the SQL subscriber (Subscribers::ActiveRecord) will add timings of queries triggered by DB cleaner.
-
Dmitriy Zaporozhets authored
Standardize the way we check for and display form errors - Some views had a "Close" button. We've removed this, because we don't want users accidentally hiding the validation errors and not knowing what needs to be fixed. - Some views used `li`, some used `p`, some used `span`. We've standardized on `li`. - Some views only showed the first error. We've standardized on showing all of them. - Some views added an `#error_explanation` div, which we've made standard. See merge request !3531
-
Dmitriy Zaporozhets authored
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
-
Yorick Peterse authored
-
Jacob Schatz authored
Updated UI for new merge request Closes #2540 ![Screen_Shot_2016-03-29_at_12.53.18](/uploads/426e603675171f0dc4e0af83c7762eba/Screen_Shot_2016-03-29_at_12.53.18.png) ![Screen_Shot_2016-03-29_at_12.53.13](/uploads/645ad7955acfb9f7693245fcc048ee49/Screen_Shot_2016-03-29_at_12.53.13.png) See merge request !3228
-
Yorick Peterse authored
-
Yorick Peterse authored
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).
-
Phil Hughes authored
Closes #15128
-
Dmitriy Zaporozhets authored
Remove `random_markdown_tip` helper Only usage got removed in !3442 See merge request !3637
-
Achilleas Pipinellis authored
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
-
Phil Hughes authored
-
Phil Hughes authored
-
Phil Hughes authored
Removed important from css
-
Grzegorz Bizon authored
To 60.
-
Stan Hu authored
Use false/true mixin in migration from !3640 See merge request !3646
-
Stan Hu authored
-
Stan Hu authored
Fix more SQL migrations to use raw commands gitlab-org/gitlab-development-kit#109 See merge request !3640
-
Robert Speicher authored
Upgrade annotate from 2.6.10 to 2.7.0 We don’t have any tests for this, so no need to run them. [ci skip] Includes compatibility with Rails 5. Changelog: https://github.com/ctran/annotate_models/releases/tag/v2.7.0 Working towards #14286. See merge request !3645
-