- 21 Jun, 2018 13 commits
-
-
Felipe Artur authored
-
Rémy Coutable authored
[Rails5] Set request.format in commits_controller Closes #48144 et #48143 See merge request gitlab-org/gitlab-ce!20023
-
Sean McGivern authored
Add enabled prefix to feature keys to be consistent with other keys See merge request gitlab-org/gitlab-ce!20043
-
Sean McGivern authored
Properly detect label reference if followed by period or question mark See merge request gitlab-org/gitlab-ce!19965
-
Rémy Coutable authored
[Rails5] Fix ActionCable's mount_path configuration See merge request gitlab-org/gitlab-ce!20051
-
Rémy Coutable authored
Rails 5 fix Capybara::ElementNotFound: Unable to find visible css #modal-revert-commit Closes #48140 et #48139 See merge request gitlab-org/gitlab-ce!20044
-
Douwe Maan authored
Raw changes calculation is Gitaly only now Closes gitaly#1138 See merge request gitlab-org/gitlab-ce!20057
-
Douwe Maan authored
Add a cop for `FinderMethods` Closes #42705 See merge request gitlab-org/gitlab-ce!19951
-
Zeger-Jan van de Weg authored
Closes https://gitlab.com/gitlab-org/gitaly/issues/1138
-
Filipa Lacerda authored
-
Filipa Lacerda authored
[ci skip]
-
Filipa Lacerda authored
Fix a couple Vuex typos See merge request gitlab-org/gitlab-ce!20046
-
Achilleas Pipinellis authored
Docs: update style guidelines with rules for navigation items See merge request gitlab-org/gitlab-ce!20024
-
- 20 Jun, 2018 27 commits
-
-
Stan Hu authored
Fix N+1 queries in uploads check rake task Closes #47924 See merge request gitlab-org/gitlab-ce!20012
-
blackst0ne authored
The original MR [1] fixed red specs for Rails 5. But while the failed specs were fixed, that changes brought new failed specs which weren't caught up in [1]. This commit just fixes the fix. :) New errors are like these: ``` Failed to upgrade to WebSocket (REQUEST_METHOD: GET, HTTP_CONNECTION: keep-alive, HTTP_UPGRADE: ) Finished "/-/boards/1/lists"[non-WebSocket] for 127.0.0.1 at 2018-06-20 18:09:26 +0200 ``` [1]: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/20015
-
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.
-
Eric Eastwood authored
-
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
-
Jasper Maes authored
Rails 5 fix Capybara::ElementNotFound: Unable to find visible css #modal-revert-commit and expected: "/bar" got: "/foo"
-
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
-
Douglas Barbosa Alexandre 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
-
Bob Van Landuyt authored
This notifies developers when calling `find(_by!)` chained on `execute`. And suggests using the methods from `FinderMethods`. These will perform the correct authorization checks on the resource when it is found.
-
Rémy Coutable authored
Highlight cluster settings message Closes #41274 See merge request gitlab-org/gitlab-ce!19996
-