- 08.06.2016 22 коммита
-
-
Jacob Vosmaer создал
-
Jacob Schatz создал
Removable labels from filtered issuables label bar When filtering by labels, a remove button appears next to each label. This then removes that label & refreshes the issuable filter form  Closes #15474 See merge request !4178
-
Jacob Schatz создал
Backported from EE shared form for web hooks ## What does this MR do? EE uses a shared form for web hooks - so this brings that across to CE. See merge request !4457
-
Rémy Coutable создал
Add fog-azure to supported backup list !4396 left out Azure by accident. See merge request !4444
-
Rémy Coutable создал
Dismantling Grack::Auth part 1: Git HTTP clients Part of https://gitlab.com/gitlab-org/gitlab-ce/issues/14501 This does not completely get rid of Grack::Auth yet because Git LFS support is 'behind' it and I would like to not make this MR bigger than needed. - changed tests to make HTTP requests instead of calling Rack apps - added missing test cases for Git HTTP authentication - moved Git HTTP requests into a 'normal' Rails controller See merge request !3361
-
Rémy Coutable создал
Fix endless redirections when accessing user OAuth applications when they are disabled ## What does this MR do? This MR fixes a bug where the browser would be redirect endlessly when attempting to access the user's OAuth applications when an admin has disabled this system-wide setting. ## Are there points in the code the reviewer needs to double check? I assume disabling the nav button is better than showing a page that says, "OAuth applications are disabled by the admin." ## Why was this MR needed? Lots of users were confused when they hit endless redirect errors. ## What are the relevant issue numbers? #14770 See merge request !4525
-
Stan Hu создал
Fix markdown_spec to not use `before(:all)` in order to properly cleanup database after testing See merge request !4515
-
Stan Hu создал
Also hides the "Applications" nav button if OAuth applications are disabled by the admin. Closes #14770
-
Douwe Maan создал
Add a test for User#ci_authorized_runners ## What does this MR do? Add a test for User#ci_authorized_runners ## Are there points in the code the reviewer needs to double check? Should we add `Project#add_user` so that it's similar to `Group#add_user`? ## Why was this MR needed? I am going to make some changes to this method for !4093, but I couldn't find a corresponding test so I want to add it in case I would break anything. ## What are the relevant issue numbers? This is a test for current behaviour, before implementing #3407 See merge request !4404
-
Douwe Maan создал
Check if GitHub rate limite API was reached before update Webhooks ## What does this MR do? Checks if the job needs to sleep, and wait for the rate limit to be reseted before update each Webhook. ## Are there points in the code the reviewer needs to double check? No. ## Why was this MR needed? The import process can fail if the API rate limit was reached during the import process. ## What are the relevant issue numbers? https://gitlab.com/gitlab-org/gitlab-ce/issues/17498 ## Screenshots (if relevant) Not relevant. See merge request !4509
-
Kamil Trzciński создал
Enable Knapsack only in CI environment Fixes running tests locally. Enables Knapsack only in CI environment. cc @grzesiek See merge request !4528
-
-
Phil Hughes создал
-
Phil Hughes создал
-
Phil Hughes создал
When filtering by labels, a remove button appears next to each label. This then removes that label & refreshes the issuable filter form Closes #15474
-
Kamil Trzcinski создал
-
Jacob Vosmaer создал
-
-
Jacob Schatz создал
Add flexbox to project header ## What does this MR do? Adds flexbox to project header to keep components vertically centered regardless of description presence/length ## What are the relevant issue numbers? Closes #18080 ## Screenshots (if relevant)   See merge request !4417
-
Jacob Schatz создал
Change color of canceled ci text to gray ## What does this MR do? Change text color of Canceled builds from `$gl-danger` to `$gl-gray` ## What are the relevant issue numbers? Closes #18074 ## Screenshots (if relevant) <img src="/uploads/f2ac59c5081c31cfb34bdc0470e31384/Screen_Shot_2016-06-01_at_10.38.17_AM.png" width="600px"> See merge request !4412
-
Robert Speicher создал
Bump recaptcha gem to 3.0.0 to remove deprecated stoken support Google deprecated the use of stoken in its reCAPTCHA, so this gem is necessary to make things work again. Closes #18210 See merge request !4484
-
Stan Hu создал
-
- 07.06.2016 18 коммитов
-
-
Robert Speicher создал
Optimise email CSS for speed with Premailer Speed up emails-on-push by removing all descendant selectors from the CSS they use, which can make the CSS inlining much more efficient in certain cases. See: https://gitlab.com/gitlab-org/gitlab-ee/issues/490 See merge request !4511
-
Robert Speicher создал
Bump nokogiri to 1.6.8 Number of important security and bug fixes. See: https://github.com/sparklemotion/nokogiri/blob/master/CHANGELOG.md#168--2016-06-06 See merge request !4500
-
-
Stan Hu создал
Load knapsack in Rakefile only when is bundled Fixes `production` builds: https://dev.gitlab.org/gitlab/omnibus-gitlab/builds/85407 cc @marin See merge request !4514
-
Jacob Schatz создал
Notifications dropdown on project page now has descriptions ## What does this MR do? Adds descriptions to the notification settings dropdown on project pages. Also changed the order of them to make more sense. ## What are the relevant issue numbers? Part of #12758 ## Screenshots (if relevant)  See merge request !4374
-
Kamil Trzcinski создал
-
Kamil Trzcinski создал
-
Stan Hu создал
Add License Finder information to contribution acceptance criteria. To make it clear what should be done when the license finder test fails. cc: @stanhu See merge request !4512
-
Connor Shea создал
-
Stan Hu создал
-
Jacob Schatz создал
Sub navigation ## What does this MR do? Styles sub nav cc @dzaporozhets @skyruler @jschatz1 ## What are the relevant issue numbers? #18058 and #17983 ## Screenshots (if relevant)   See merge request !4468
-
Jacob Schatz создал
Implement compact side nav ## What does this MR do? Implements new compact nav design Note- new navbar icons are in a separate MR (https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/4268) ## What are the relevant issue numbers? Closes #18013 ## Screenshots (if relevant)   cc @dzaporozhets See merge request !4447
-
Yorick Peterse создал
Instrument `RepositoryCheck::SingleRepositoryWorker` manually See merge request !4446
-
Alejandro Rodríguez создал
This worker is called manually by `RepositoryCheck::BatchWorker` meaning it's not tracked automatically by the Sidekiq middleware.
-
Rémy Coutable создал
Add new GitLab CI configuration facade class ## What does this MR do? This MR is a first iteration of major CI configuration refactoring. See #17139 and #15060 for more details. ## What are the relevant issue numbers? Closes #17139 See merge request !4462
-
Stan Hu создал
Number of important security and bug fixes. See: https://github.com/sparklemotion/nokogiri/blob/master/CHANGELOG.md#168--2016-06-06
-
-
Kamil Trzciński создал
Fix knapsack for master It were mistakenly to invoke `rspec` where it should invoke `spinach`. See merge request !4510
-