- 11 Dec, 2018 22 commits
-
-
Fatih Acet authored
Remove boxes around code comments Closes #54030 and #54058 See merge request gitlab-org/gitlab-ce!23092
-
Achilleas Pipinellis authored
Add missing links to resources See merge request gitlab-org/gitlab-ce!23605
-
Achilleas Pipinellis authored
Docs: how the global nav works Closes gitlab-com/gitlab-docs#260 See merge request gitlab-org/gitlab-ce!23065
-
Marcia Ramos authored
-
Fatih Acet authored
Remove deprecated `vlink` class See merge request gitlab-org/gitlab-ce!23588
-
Kushal Pandya authored
Migrate emoji_menu_spec.js to Jest See merge request gitlab-org/gitlab-ce!23688
-
Rémy Coutable authored
Update E2E tests to account for Project overview UI changes See merge request gitlab-org/gitlab-ce!23366
-
Grzegorz Bizon authored
Fix MR pipelines run on only: regexp Closes #55026 See merge request gitlab-org/gitlab-ce!23657
-
Dmitriy Zaporozhets authored
Add more structured JSON logging to Kubernetes classes See merge request gitlab-org/gitlab-ce!23693
-
-
Winnie Hellmann authored
-
Winnie Hellmann authored
-
Winnie Hellmann authored
-
Winnie Hellmann authored
-
Rémy Coutable authored
Allow GitHub imports via token even if OAuth2 provider not configured Closes #38524 See merge request gitlab-org/gitlab-ce!23703
-
Shinya Maeda authored
-
Fatih Acet authored
Make commit IDs in merge request discussion header monospace See merge request gitlab-org/gitlab-ce!23562
-
Winnie Hellmann authored
-
Douwe Maan authored
Fix some N+1 queries related to Admin Dashboard, User Dashboards and Activity Stream Closes #55106 See merge request gitlab-org/gitlab-ce!23034
-
Grzegorz Bizon authored
Revert "Merge branch '28682-can-merge-branch-before-build-is-started' into 'master'" See merge request gitlab-org/gitlab-ce!23715
-
Phil Hughes authored
Fix MR discussion counts being off Closes #55138 See merge request gitlab-org/gitlab-ce!23710
-
Stan Hu authored
This reverts commit 793be43b, reversing changes made to 8d0b4872. For projects not using any CI, enabling merge only when pipeline succeeds caused merge requests to be in unmergeable state, which caused significant confusion. See https://gitlab.com/gitlab-org/gitlab-ce/issues/55144 for more details.
-
- 10 Dec, 2018 18 commits
-
-
Robert Speicher authored
Update the .gitignore See merge request gitlab-org/gitlab-ce!23706
-
Mayra Cabrera authored
- Split logger call for readibility - Reduce code duplication by adding new method
-
Paul Slaughter authored
**What was the issue?** Notes can be unresolved, but not resolvable. Without this, the unresolvedDiscussionsCount was inflated. **References** https://gitlab.com/gitlab-org/gitlab-ce/issues/55138
-
Robert Speicher authored
Update License info for 11.6 feature freeze See merge request gitlab-org/gitlab-ce!23707
-
Mark Lapierre authored
[QA] Extend create_merge_request_spec to set assignee to MR See merge request gitlab-org/gitlab-ce!23488
-
Robert Speicher authored
Upgrade to workhorse 7.6.0: See merge request gitlab-org/gitlab-ce!23694
-
Andrew Newdigate authored
-
Robert Speicher authored
Avoid caching BroadcastMessage as an ActiveRecord object Closes #55034 See merge request gitlab-org/gitlab-ce!23662
-
Alex Hanselka authored
-
Alex Hanselka authored
-
Gabriel Mazetto authored
There is a combination of few strategies implemented here: 1. Few relations were eager loaded 2. Changed few polymorphic routes to specific ones so we don't have to use `#becomes(Namespace)` which doesn't preserve association cache
-
Stan Hu authored
Previously, the GitHub importer would only work if the site configured an OAuth2 provider were configured. Users attempting to import via a GitHub personal access token would see an Error 500 due to a failed redirection. We fix this by only doing the redirection if the provider has been configured and allowing users to see the new import page. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/38524
-
Robert Speicher authored
Bump sentry-raven gem to 2.7.4 See merge request gitlab-org/gitlab-ce!23699
-
Annabel Dunstone Gray authored
Fix profile_header bottom margin, #51807. Closes #51807 See merge request gitlab-org/gitlab-ce!23168
-
Mark Lapierre authored
Also order methods alphabetically
-
Mark Lapierre authored
-
Mark Lapierre authored
The 'Create new' dropdown is no longer available on a blank project so use the 'New file' button instead.
-
Mark Lapierre authored
Includes updates to how clone URLs are accessed.
-