- 12.04.2016 7 коммитов
-
-
Zeger-Jan van de Weg создал
-
Rémy Coutable создал
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
-
-
Robert Schilling создал
-
Robert Schilling создал
-
Rémy Coutable создал
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
-
Robert Speicher создал
Fix milestone removal problem when editing issues fixes #1752 See merge request !3571
-
- 11.04.2016 33 коммита
-
-
-
Jacob Schatz создал
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  See merge request !3532
-
-
Yorick Peterse создал
-
Jacob Vosmaer создал
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 создал
Fixed issue with dashboard/issues not filtering by milestone Closes #15128 See merge request !3650
-
Dmitriy Zaporozhets создал
Decrease threshold for ABC Size metric in Rubocop To 55. References #3444 See merge request !3598
-
-
Yorick Peterse создал
If the measure method uses Transaction.current directly the SQL subscriber (Subscribers::ActiveRecord) will add timings of queries triggered by DB cleaner.
-
Dmitriy Zaporozhets создал
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 создал
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 создал
-
Jacob Schatz создал
Updated UI for new merge request Closes #2540   See merge request !3228
-
Yorick Peterse создал
-
Yorick Peterse создал
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).
-
-
Dmitriy Zaporozhets создал
Remove `random_markdown_tip` helper Only usage got removed in !3442 See merge request !3637
-
Achilleas Pipinellis создал
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 создал
-
Phil Hughes создал
-
-
-
-
Stan Hu создал
-
Stan Hu создал
Fix more SQL migrations to use raw commands gitlab-org/gitlab-development-kit#109 See merge request !3640
-
Robert Speicher создал
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
-
-
Robert Speicher создал
Upgrade premailer-rails from 1.9.0 to 1.9.2 Includes compatibility with Rails 5. Changelog: https://github.com/fphilipe/premailer-rails/blob/master/CHANGELOG.md#v192 Working towards #14286. See merge request !3643
-
Robert Speicher создал
Fix seed_fu failure with inserting milestones into test DB Milestones were not being saved due to "invalid state" validation errors See merge request !3641
-
Jacob Schatz создал
Ignore toggling the sidebar for resolutions over 1200px width Closes #14353  See merge request !3547
-
Jacob Schatz создал
prevent users from being able to both upvote and downvote See merge request !3495
-
Alfredo Sumaran создал
-
Alfredo Sumaran создал
This happens because tab's `shown` event is triggered first if we enter directly to the diff page therefore Breakpoints class is not initialized yet.
-