- 05 Jun, 2018 40 commits
-
-
Bob Van Landuyt authored
This allows us to report JSON parse exceptions to clients and ignore them in sentry.
-
Bob Van Landuyt authored
By specifying a presenter for the object type, we can keep the logic out of `GitlabSchema`. The presenter gets initialized using the object being presented, and the context (including the `current_user`).
-
Nick Thomas authored
-
Nick Thomas authored
-
Mike Greiling authored
Add License Management results in the MR widget Closes #5487 See merge request gitlab-org/gitlab-ee!5521
-
Nick Thomas authored
Resolve "Geo exposes repository storage paths in HTTP API" Closes #5380 See merge request gitlab-org/gitlab-ee!5792
-
Phil Hughes authored
Resolve "Merge Request > Security Reports > Vulnerability Modal broken with Bootstrap 4 update" Closes #6228 See merge request gitlab-org/gitlab-ee!5972
-
Rémy Coutable authored
Resolve "Extract EE specific files/lines for some service objects" Closes #6021 See merge request gitlab-org/gitlab-ee!5796
-
Douwe Maan authored
Exclude Guest users or users without a membership from seats count for Ultimate plan Closes #5693 See merge request gitlab-org/gitlab-ee!5816
-
Douwe Maan authored
Render a 403 when showing an access denied message Closes #6259 See merge request gitlab-org/gitlab-ee!5964
-
Rémy Coutable authored
Fix Fog mocking (EE) Closes gitlab-ce#47300 See merge request gitlab-org/gitlab-ee!5977
-
Filipa Lacerda authored
-
Robert Speicher authored
(EE port) Rephrase Merge Request Maintainer Edit See merge request gitlab-org/gitlab-ee!5831
-
Mark Chao authored
-
Kamil Trzciński authored
-
Yorick Peterse authored
Fix sticking of Runner a new job is scheduled See merge request gitlab-org/gitlab-ee!5960
-
Kamil Trzciński authored
-
Robert Speicher authored
Fix an N+1 in avatar URLs See merge request gitlab-org/gitlab-ee!5898
-
Filipa Lacerda authored
Fix layout in admin edit user form (EE) See merge request gitlab-org/gitlab-ee!5968
-
Clement Ho authored
-
Rémy Coutable authored
[Rails5] Update Gemfile.rails5.lock See merge request gitlab-org/gitlab-ee!5967
-
Sean McGivern authored
This is tricky: the query was being run in `ObjectStorage::Extension::RecordsUploads#retrieve_from_store!`, but we can't just add batch loading there, because the `#upload=` method there would use the result immediately, making the batch only have one item. Instead, we can pre-emptively add an item to the batch whenever an avatarable object is initialized, and then reuse that batch item in `#retrieve_from_store!`. However, this also has problems: 1. There is a lot of logic in `Avatarable#retrieve_upload_from_batch`. 2. Some of that logic constructs a 'fake' model for the batch key. This should be fine, because of ActiveRecord's override of `#==`, but it relies on that staying the same.
-
Phil Hughes authored
Fix epic badges in Group sidebar Closes #6300 See merge request gitlab-org/gitlab-ee!5973
-
Yorick Peterse authored
Perform gitlab-ci-token authentication always using primary See merge request gitlab-org/gitlab-ee!5958
-
Bob Van Landuyt authored
When we want to show an access denied message to a user, we don't have to hide the resource's existence. So in that case we render a 403, this 403 is not handled by nginx on omnibus installs, making sure the message is visible to the user.
-
Lukas Eipert authored
-
Filipa Lacerda authored
-
Achilleas Pipinellis authored
Add Scala to the list of what's supported by SAST See merge request gitlab-org/gitlab-ee!5880
-
Fabien Catteau authored
-
Rémy Coutable authored
Bring CE-EE parity to app/services/projects/update_service.rb See merge request gitlab-org/gitlab-ee!5825
-
Phil Hughes authored
Merge branch '6037-geo-move-out-the-replication-slots-items-from-verification-section-in-geo-admin-screen' into 'master' Resolve "Geo: Move out the replication slots items from verification section in Geo admin screen" Closes #6037 See merge request gitlab-org/gitlab-ee!5723
-
Kamil Trzciński authored
-
Rémy Coutable authored
Allow one more line difference for EE specific lines See merge request gitlab-org/gitlab-ee!5965
-
Grzegorz Bizon authored
Port to EE: Add per-project pipeline id (Use `AtomicInternalId`) See merge request gitlab-org/gitlab-ee!5745
-
Kushal Pandya authored
-
Kushal Pandya authored
-
Fatih Acet authored
Remove confusing statement in the message shown for Epics list empty state when filters are applied Closes #5924 See merge request gitlab-org/gitlab-ee!5630
-
Shinya Maeda authored
-
Shinya Maeda authored
-
Sean McGivern authored
Rename licence management artifact Closes #6171 See merge request gitlab-org/gitlab-ee!5874
-