- 14 Dec, 2018 1 commit
-
-
Bob Van Landuyt authored
This validates the correct abilities for both projects. Only `read_project` isn't enough: For the `source_project` we validate `create_merge_request_from` this also validates that the user has developer access to the project. For the `target_project` we validate `create_merge_reqeust_in` this also validates that the user has access to the project's repository. To avoid generating diffs for unrelated projects we also validate that the projects are in the same fork network now.
-
- 11 Dec, 2018 7 commits
-
-
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
-
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 32 commits
-
-
Robert Speicher authored
Update the .gitignore See merge request gitlab-org/gitlab-ce!23706
-
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
-
Annabel Dunstone Gray authored
Resolve "Main navbar is broken in certain viewport widths" Closes #49713 See merge request gitlab-org/gitlab-ce!23348
-
Rémy Coutable authored
Don't allow Danger to fail in CI any more Closes gitlab-org/release/framework#21 See merge request gitlab-org/gitlab-ce!23695
-
Douwe Maan authored
Fix a frozen string error in lib/gitlab/utils.rb Closes #55116 See merge request gitlab-org/gitlab-ce!23690
-
Stan Hu authored
Contains only minor fixes from 2.7.2: https://github.com/getsentry/raven-ruby/releases
-
Gabriel Mazetto authored
By defining the correct route helper path instead of relying on the polymorphic route, we don't invalidate the eager-loaded relations. This change removes remaining N+1 queries
-
Gabriel Mazetto authored
This removes remaining N+1 queries
-
Gabriel Mazetto authored
This removes remaining N+1 queries
-
Rémy Coutable authored
Remove unnecessary includes of ShellAdapter See merge request gitlab-org/gitlab-ce!23607
-
Rémy Coutable authored
Set a fixed date for frontend fixtures See merge request gitlab-org/gitlab-ce!22672
-
Dennis Tang authored
Makes the following changes in order to have all the items of the top nav fit within all of the new Bootstrap 4 breakpoints: - Change GitLab logo to show only on desktop breakpoint (lg and up) - Move margin from logo to logo text, saving 8px - Move the following icon links to the "More" nav dropdown - Instance Statistics (ConDev Index) - Admin area (if Admin) - Sherlock Transactions (if enabled) - Removed separator between Admin icons - Change search input width from 240px to 200px - Move "Activity", "Milestone", and "Snippets" into "More" menu on lg breakpoints - Show "More" menu of lg breakpoints
-
Robert Speicher authored
Backport some EE helper changes See merge request gitlab-org/gitlab-ce!23631
-
Yorick Peterse authored
In https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/20654 this job was marked as allowing failures, but this allows developers to ignore the results that Danger produces. Since it's not clear why the job was allowed to fail, and since it's somewhat counter productive, we no longer allow it to fail.
-
Robert Speicher authored
Improve feature proposal template for improved product thinking See merge request gitlab-org/gitlab-ce!23190
-
Dimitrie Hoekstra authored
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Douwe Maan authored
Fix a frozen string error in app/mailers/notify.rb Closes #55104 See merge request gitlab-org/gitlab-ce!23683
-
Kushal Pandya authored
Adjust dropdown item and header padding to comply with design specs See merge request gitlab-org/gitlab-ce!23552
-
Winnie Hellmann authored
-
Kamil Trzciński authored
Resolve "Project Namespace field should be removed from Group Cluster, Add existing" Closes #55090 See merge request gitlab-org/gitlab-ce!23679
-