Skip to content

Replace $.ajax in project.js

Clement Ho requested to merge axios-project into master

What does this MR do?

Replace $.ajax in project.js.

There are multiple specs that cover this change:

  • features/steps/project/network_graph.rb
  • features/steps/project/source/browse_files.rb
  • spec/features/commits_spec.rb
  • features/merge_request/user_sees_merge_widget_spec.rb
  • spec/features/projects/user_browses_files_spec.rb

Are there points in the code the reviewer needs to double check?

jQuery ajax => axios

Why was this MR needed?

Screenshots (if relevant)

Does this MR meet the acceptance criteria?

What are the relevant issue numbers?

https://gitlab.com/gitlab-org/gitlab-ce/issues/42397

Edited by Clement Ho

Merge request reports