- 27 Jun, 2018 5 commits
-
-
Sean McGivern authored
On the issues page (for instance), we have an `Issue` class. The constructor for that class makes some calls to get things like related branches using Axios. However, those calls were happening before the performance bar app was mounted, and so the interceptor wasn't configured - meaning we missed out on the performance data for those calls. This changes the performance bar app to be loaded eagerly instead of lazily, which solves that problem - related branches calls will now show up in the performance bar. The downside is that now the performance bar app is always imported, even when it's not used. However, it appears to be part of the main app bundle anyway, so this shouldn't affect the size of our assets.
-
Rémy Coutable authored
Enable frozen string literals for app/workers/*.rb See merge request gitlab-org/gitlab-ce!19944
-
gfyoung authored
-
Mike Greiling authored
Resolve "Search dropdown hides & shows when typing" Closes #48461 See merge request gitlab-org/gitlab-ce!20187
-
Clement Ho authored
-
- 26 Jun, 2018 35 commits
-
-
Tim Zallmann authored
Implement MR diff notes autosave feature Closes #48300 See merge request gitlab-org/gitlab-ce!20114
-
Clement Ho authored
Revert merge request widget button max height Closes #48441 See merge request gitlab-org/gitlab-ce!20175
-
Clement Ho authored
Update external link icon in header user dropdown See merge request gitlab-org/gitlab-ce!20150
-
George Tsiolis authored
-
GitLab Release Tools Bot authored
[ci skip]
-
George Tsiolis authored
-
Clement Ho authored
Added Diff Viewer to new VUE based MR page See merge request gitlab-org/gitlab-ce!20131
-
Tim Zallmann authored
-
Robert Speicher authored
Resolve "QA: Deploy key cloning test sometimes can't find the QA element" Closes #48243 See merge request gitlab-org/gitlab-ce!20181
-
Filipa Lacerda authored
Fixed eslint failure in IDE spec helpers Closes #48490 See merge request gitlab-org/gitlab-ce!20182
-
Phil Hughes authored
-
Fatih Acet authored
-
Phil Hughes authored
Show file in tree on WebIDE open Closes #45703 See merge request gitlab-org/gitlab-ce!19887
-
Paul Slaughter authored
-
Mike Greiling authored
Resolve "Update environment scope for starter/core plans on cluster page" Closes #47794 See merge request gitlab-org/gitlab-ce!20166
-
Mike Greiling authored
Bugfix for #48378 - Resetting value of input element to fix Chrome-specific issue See merge request gitlab-org/gitlab-ce!20161
-
Robert Speicher authored
Move git calls for `Repository#update_branch` inside Gitlab::Git See merge request gitlab-org/gitlab-ce!20168
-
Mike Greiling authored
Enable "prefer-destructuring" in JS files See merge request gitlab-org/gitlab-ce!19943
-
Clement Ho authored
Resolve "Remove unused bootstrap component CSS" Closes #46831 See merge request gitlab-org/gitlab-ce!19257
-
Sam Beckham authored
-
Robert Speicher authored
Fix branch API can_push attribute and add specs See merge request gitlab-org/gitlab-ce!20156
-
Phil Hughes authored
Resolve "Explain what Groups are in the New Group page" Closes #47221 See merge request gitlab-org/gitlab-ce!19991
-
Luke Bennett authored
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Fatih Acet authored
-
Rémy Coutable authored
Add André Gama as proofreader in Brazilian Portuguese. See merge request gitlab-org/gitlab-ce!20005
-
Stan Hu authored
Port gitlab-ee!5532 to CE See merge request gitlab-org/gitlab-ce!20100
-
Yorick Peterse authored
Add a helper to rename a column using a background migration Closes #47591 See merge request gitlab-org/gitlab-ce!20180
-
Yorick Peterse authored
Add index on deployable_type/id for deployments Closes #48380 See merge request gitlab-org/gitlab-ce!20178
-
Douwe Maan authored
Move repo backup RPC's to opt-out See merge request gitlab-org/gitlab-ce!20151
-
Douwe Maan authored
Resolve "Wiki page returns error code 502" Closes #48269 See merge request gitlab-org/gitlab-ce!20174
-
Douwe Maan authored
Update _scopes_form.html.haml to remove duplicate information See merge request gitlab-org/gitlab-ce!19727
-
Marcel Amirault authored
-
Rémy Coutable authored
Use the branch instead of the tag to install Closes #48341 See merge request gitlab-org/gitlab-ce!20169
-
Stan Hu authored
Resolve "Removed omniauth provider causing invalid application setting" Closes #46783 See merge request gitlab-org/gitlab-ce!20129
-