- 16 Feb, 2017 1 commit
-
-
Sean McGivern authored
There were two problems here: 1. On the JS side, the reference to $widgetBody didn't refer to the right DOM element any more. This might be because it was replaced by the `getMergeStatus` method. Even if it wasn't, ensuring we have the right element means that the content gets updated. 2. On the Ruby side, the `log_merge_error` method didn't update the `merge_error` column of the merge request. Change that to update if requested, and update in the most common cases by default. Additionally, this would sometimes return an error hash, but it doesn't look like this was ever used (the return value of `MergeService#execute` appears to be unused everywhere).
-
- 14 Feb, 2017 9 commits
-
-
Yorick Peterse authored
Introduce Gitlab::Database.with_connection_pool See merge request !9192
-
Sean McGivern authored
Move /projects/fork/:id to /projects/:id/fork in V4 API Closes #14492 See merge request !8940
-
Rémy Coutable authored
Fix ActiveRecord connection leaks Closes #27949 and gitlab-com/infrastructure#1139 See merge request !9109
-
Sean McGivern authored
Add discussion events to contributions calendar Closes #22645 See merge request !8821
-
Filipa Lacerda authored
Display loading indicator when filtering ref switcher dropdown Closes #27966 See merge request !9144
-
Rémy Coutable authored
Add omniauth-oauth2-generic strategy Closes #26744 See merge request !9048
-
Dmitriy Zaporozhets authored
Add GFM support to nested groups See merge request !9184
-
Allison Whilden authored
Fix UX Guide apostrophe use for singular common nouns See merge request !9190
-
- 13 Feb, 2017 30 commits
-
-
Clement Ho authored
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Alfredo Sumaran authored
Replace static fixture for behaviors/quick_submit_spec.js See merge request !9086
-
Alfredo Sumaran authored
Replace static fixture for merge_request_tabs_spec.js See merge request !9172
-
Douwe Maan authored
Make deploy key not show in User's keys list Closes #27480 See merge request !9024
-
Oswaldo Ferreira authored
-
Joe Marty authored
-
Joe Marty authored
-
Joe Marty authored
-
Joe Marty authored
-
Joe Marty authored
- Allows configurable Single Sign On with most simple OAuth2 providers - Adds documentation for the new strategy Closes #26744
-
Rémy Coutable authored
Remove deprecated templates endpoints in V4 Closes #22818 See merge request !8853
-
Douwe Maan authored
Add option to receive email notifications about your own activity See merge request !8836
-
Rémy Coutable authored
Show mentioned/issues being closed from a Merge Requests title Closes #24333 See merge request !9194
-
Yorick Peterse authored
Resolve "GroupsController#activity.json is REALLY slow due to SQL" Closes #27395 See merge request !9088
-
Rémy Coutable authored
Enable Style/RedundantException, Lint/EmptyWhen, and RSpec/ExpectActual cops See merge request !9151
-
Robert Speicher authored
Respect autocrlf setting when creating/updating file through web UI Closes gitlab-com/www-gitlab-com#1152 See merge request !9198
-
Yorick Peterse authored
Add indices to improve loading of labels page Closes #25413 See merge request !9121
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Clement Ho authored
-
Filipa Lacerda authored
only print errors and warnings from webpack dev server See merge request !9118
-
Filipa Lacerda authored
Fix current build arrow Closes #27939 See merge request !9154
-
Douwe Maan authored
Show directory hierarchy when listing wiki pages Closes #23535 See merge request !8133
-
Stan Hu authored
-
Lin Jen-Shin authored
-
Douwe Maan authored
-
Yorick Peterse authored
We don't need to connect when requesting the name of the database adapter. This in turn should prevent us from requesting/leaking connections just by asking whether we're using PostgreSQL or MySQL.
-
Robert Speicher authored
-
Oswaldo Ferreira authored
-
Jan Christophersen authored
-