- 05 Jul, 2017 38 commits
-
-
Grzegorz Bizon authored
* commit 'a8a4ca17': Remove IIFEs around several javascript classes Handles realtime with 2 states for environments table Revert "Merge branch '18000-remember-me-for-oauth-login' into 'master'" Disable Flipper memoizer in tests to avoid transient failures fix sidebar padding for full-width items (Time Tracking help) Replace 'snippets/snippets.feature' spinach with rspec 32838 Add wells to admin dashboard overview to fix spacing problems
-
Grzegorz Bizon authored
-
Clement Ho authored
Remove IIFEs around several javascript classes See merge request !12581
-
Mike Greiling authored
-
Rémy Coutable authored
Disable Flipper memoizer in tests to avoid transient failures Closes #34278 See merge request !12656
-
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
-
Lin Jen-Shin authored
* upstream/master: (149 commits) Revert change to design. Go back to scrollable page Fixes the column widths for the new navigation options in settings Migrate #submodule_url_for to Gitaly Add test example for external commit status retries Fix invalid Rails.logger call in lib/gitlab/health_checks/fs_shards_check.rb Fix build for !12300. Log rescued exceptions to Sentry Fix issues with non-UTF8 filenames by always fixing the encoding of tree and blob paths Revert "Merge branch 'revert-12499' into 'master'" Prevent accidental deletion of protected MR source branch by repeating checks before actual deletion Improve the overall UX for the new monitoring dashboard Document that GitLab 9.3 requires the TRIGGER permission on MySQL Instrument Unicorn with Ruby exporter Remove group modal like remove project modal. Closes #33130 Update prometheus client gem Enables the option in user preferences to turn on the new navigation Add Jasmine tests for `OAuthRememberMe` Simplify authentication logic in the v4 users API for !12445. Use stub_application_setting when testing ApplicationHelper#support_url wait_for_requests is not needed when AJAX is not in play ...
-
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
-
Lin Jen-Shin authored
-
Lin Jen-Shin authored
-
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
-
Lin Jen-Shin 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 2 commits
-
-
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.
-
Douwe Maan authored
-