- 05 Jul, 2017 39 commits
-
-
Robert Speicher authored
Allow developers to have custom rspec output settings See merge request !12553
-
Robert Speicher authored
Disable RSpec/BeforeAfterAll and enable RSpec/ImplicitExpect cops See merge request !12562
-
Sean McGivern authored
Create and use project path helpers that only need a project, no namespace See merge request !12566
-
James Edwards-Jones authored
-
Clement Ho authored
Remove IIFEs around several javascript classes See merge request !12581
-
Mike Greiling authored
-
James Edwards-Jones authored
[ci skip]
-
Rémy Coutable authored
Disable Flipper memoizer in tests to avoid transient failures Closes #34278 See merge request !12656
-
Douwe Maan authored
-
Douwe Maan authored
-
Phil Hughes authored
Handles realtime with 2 states for environments table See merge request !12634
-
Filipa Lacerda authored
-
Douwe Maan authored
Revert "Merge branch '18000-remember-me-for-oauth-login' into 'master'" See merge request !12660
-
Phil Hughes authored
fix sidebar padding for full-width items (Time Tracking help) Closes #34578 See merge request !12650
-
Sean McGivern authored
This reverts merge request !11963
-
Rémy Coutable authored
Replace 'snippets/snippets.feature' spinach with rspec See merge request !12385
-
Annabel Dunstone Gray authored
32838 Add wells to admin dashboard overview to fix spacing problems Closes #32838 See merge request !12467
-
Stan Hu authored
Closes #34278
-
Douwe Maan authored
Fix API Scoping Closes #33580 and #33022 See merge request !12300
-
Simon Knox authored
-
Sean McGivern authored
Honor the "Remember me" parameter for OAuth-based login Closes #18000 See merge request !11963
-
Alexander Randa authored
-
Sean McGivern authored
Use stub_application_setting when testing ApplicationHelper#support_url Closes #34648 See merge request !12627
-
Filipa Lacerda authored
Fixes the column widths for the new navigation option See merge request !12644
-
Rémy Coutable authored
Fix invalid Rails.logger call in lib/gitlab/health_checks/fs_shards_check.rb See merge request !12641
-
Rémy Coutable authored
Log rescued exceptions to Sentry See merge request !12638
-
Sean McGivern authored
Add test example for external commit status retries See merge request !12642
-
Kamil Trzciński authored
Improve stage_id foreign key migration Closes #34495 See merge request !12617
-
Phil Hughes authored
Revert change to design. Go back to scrollable page Closes #34531 See merge request !12587
-
Filipa Lacerda authored
-
Sean McGivern authored
Migrate #submodule_url_for to Gitaly See merge request !12629
-
Phil Hughes authored
-
Sean McGivern authored
Update sentry-raven from 2.4.0 to 2.5.3 See merge request !12605
-
Rémy Coutable authored
Fix issues with non-UTF8 filenames by always fixing the encoding of tree and blob paths Closes #34529 See merge request !12636
-
Jacob Vosmaer authored
-
Phil Hughes authored
Improve the overall UX for the new monitoring dashboard See merge request !12616
-
Grzegorz Bizon authored
-
Stan Hu authored
-
Timothy Andrew authored
- The `/users` and `/users/:id` APIs are now accessible without authentication (!12445), and so scopes are not relevant for these endpoints. - Previously, we were testing our scope declaration against these two methods. This commit moves these tests to other `GET` user endpoints which still require authentication.
-
- 04 Jul, 2017 1 commit
-
-
Stan Hu authored
Support noticed that a number of exceptions, such as "Encoding::CompatibilityError (incompatible character encodings: UTF-8 and ASCII-8BIT)", failed to report to Sentry. The `rescue_from` in the ApplicationController prevented these exceptions from being recorded. This change ensures that these exceptions are properly captured.
-