* master: (112 commits)
small change to make less conflict with EE version
Add cop for use of remove_column
Resolve merge conflicts with dev.gitlab.org/master after security release
add index for doc/administration/operations/
Remove RubySampler#sample_objects for performance as well
Bugfix: User can't change the access level of an access requester
Add spec for removing issues.assignee_id
updated imports
Keep track of storage check timings
Remove a header level in the new 'Automatic CE->EE merge' doc
Improve down step of removing issues.assignee_id column
Fix specs after removing assignee_id field
Remove issues.assignee_id column
Resolve conflicts in app/models/user.rb
Fix image view mode
Do not raise when downstream pipeline is created
Remove the need for destroy and add a comment in the spec
Use build instead of create in importer spec
Simplify normalizing of paths
Remove allocation tracking code from InfluxDB sampler for performance
...
* master: (82 commits)
Docs: add EEU tier to the landing page
CE backport of ProtectedBranches API changes
Support uploads for groups
Update pipeline create chain Prometheus metric
Don't set timeago title to what was already there.
Resolve "Display member role per project"
The API isn't using the appropriate services for managing forks
Add chevron to create dropdown on repository page
Rename GKE as Kubernetes Engine
Fix specs for MySQL
Fix broken tests
Refactor banzai to support referencing from group context
Fix specs after rebase
Prevent dups when using StringIO for binary reads
Bump redis-rails to 5.0.2 to get redis-store security updates
add note on deploying Pages to a private network
Bump GITLAB_SHELL_VERSION
Updates the dropdown to match the docs and remove old hack of stop event propagation
Move invalid builds counter out of the transaction
Add invalid builds counter metric to stage seeds class
...
Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/40373
When copying some text from another note and paste,
it goes through `copy_as_gfm` `paste` handler
that calls `e.preventDefault()` which stops things.
But then when inserting the text, we manually trigger
an `input` event with jQuery which doesn't seem to be
picked up by Vue `v-model`.
Using copy/paste trick from https://stackoverflow.com/a/41046276/796832