- 20 Jun, 2018 40 commits
-
-
Stan Hu authored
Fix N+1 queries in uploads check rake task Closes #47924 See merge request gitlab-org/gitlab-ce!20012
-
Clement Ho authored
Fall back to the first sign-in tab if the local storage value is bad See merge request gitlab-org/gitlab-ce!20050
-
Rubén Dávila authored
Don't generate `.mo` files Closes #47979 See merge request gitlab-org/gitlab-ce!20048
-
Stan Hu authored
If `current_signin_tab` is `#crowd`, then no tab will be active. Fix this by using the first available tab. Relates to https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/20049#note_82996324
-
Tim Zallmann authored
Resolve "Web IDE "Commit" button should indicate when there's a subsequent step" Closes #48133 See merge request gitlab-org/gitlab-ce!20030
-
Bob Van Landuyt authored
Since we are only using `.po` files for translation we can shave off some setup time. Generating the `mo` files also regenerates the PO-files, including fuzzy translations. Those cause a lot of bugs, and we don't need them anymore since the `po` files are generated by an external translation service.
-
Robert Speicher authored
Ignore GitLab API hiccups in scripts/trigger-build See merge request gitlab-org/gitlab-ce!20038
-
Robert Speicher authored
Merge branch '48159-qa-specs-features-login-ldap_spec-rb-is-failing-after-https-gitlab-com-gitlab-org-gitlab-ce-merge_requests-19964' into 'master' Resolve "qa/specs/features/login/ldap_spec.rb is failing after https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/19964" Closes #48159 See merge request gitlab-org/gitlab-ce!20027
-
Robert Speicher authored
Unify flay.rake and gettext.rake from EE See merge request gitlab-org/gitlab-ce!20041
-
Robert Speicher authored
Notify only merge request unmergeable due to conflict See merge request gitlab-org/gitlab-ce!19548
-
Michael Kozono authored
-
Michael Kozono authored
-
Rémy Coutable authored
Added Wiki Scenario Automation gitlab-qa#263 Closes gitlab-qa#263 See merge request gitlab-org/gitlab-ce!19568
-
Ramya A authored
-
Mike Greiling authored
Resolve "Custom logo rendering improperly on sign-in page" Closes #47964 See merge request gitlab-org/gitlab-ce!20037
-
Rémy Coutable authored
Make the stubbed methods for SAML authorize paths more specific See merge request gitlab-org/gitlab-ce!20009
-
Rémy Coutable authored
Backport code from gitlab-ee!6182 See merge request gitlab-org/gitlab-ce!20001
-
Lukas Eipert authored
-
Stan Hu authored
Limit the action suffixes in transaction metrics See merge request gitlab-org/gitlab-ce!20032
-
Stan Hu authored
Remove remaining traces of the Allocations Gem See merge request gitlab-org/gitlab-ce!20029
-
Lin Jen-Shin authored
-
Rémy Coutable authored
Highlight cluster settings message Closes #41274 See merge request gitlab-org/gitlab-ce!19996
-
Rémy Coutable authored
Resolve "Date selection dialog broken when creating a new milestone" Closes #48153 See merge request gitlab-org/gitlab-ce!20033
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Mike Greiling authored
Use eslint to find unused directives See merge request gitlab-org/gitlab-ce!19940
-
Mark Chao authored
This now can happen because can_be_merged? is called during MR merge_status transition to cannot_be_merged. It is possible branch_name is invalid.
-
Clement Ho authored
Revert "Merge branch 'jivl-fix-focused-links-missing-underline' into 'master'" Closes #48171 See merge request gitlab-org/gitlab-ce!20035
-
Mark Chao authored
There is still the edge case when 'no commits' changes to 'conflict' would not trigger notification, which we ignore for now. Calling can_be_merged? can cause exception (e.g. non-UTF8) Ignore those by rescueing. Remove unmergeable_reason as now only conflict is notified Update spec
-
Clement Ho authored
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Mek Stittri authored
Resolve "Milestone labels can be confusing" Closes #48075 See merge request gitlab-org/gitlab-ce!19980
-
Mek Stittri authored
-
Clement Ho authored
This reverts merge request !19873
-
Sean McGivern authored
Updates to the `gettext:updated_check` Closes #48113 See merge request gitlab-org/gitlab-ce!20002
-
Douwe Maan authored
Move mergablility check to Gitaly Closes gitaly#889 See merge request gitlab-org/gitlab-ce!20019
-
Douwe Maan authored
Fix: Serve favicon image always from the main GitLab domain to avoid issues with CORS Closes #47802 See merge request gitlab-org/gitlab-ce!19810
-
Alexis Reigel authored
-
Yorick Peterse authored
In MR https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/15834 we removed use of the data produced by the Allocations Gem. However, we never removed the code that just enables tracking of allocations. In this commit we remove all remaining traces of this Gem.
-
Bob Van Landuyt authored
This makes the output in static analysis a bit more verbose.
-
Mark Fletcher authored
-