Skip to content

Resolve "Move all Geo related files to EE specific dirs"

Nick Thomas requested to merge (removed):3148-move-geo-files into master

What does this MR do?

Moves most Geo files into the EE structure

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

I left these files where they were, for various reasons:

	app/assets/javascripts/geo/geo_node_form.js
	app/assets/javascripts/geo_nodes.js
	app/assets/javascripts/init_geo_info_modal.js
	app/assets/stylesheets/pages/geo_nodes.scss
	lib/api/geo.rb
	lib/api/geo_nodes.rb
	lib/tasks/geo.rake
	spec/factories/geo/event_log.rb
	spec/factories/geo/event_log_state.rb
	spec/factories/geo/file_registry.rb
	spec/factories/geo/project_registry.rb
	spec/factories/geo_node_namespace_links.rb
	spec/factories/geo_node_statuses.rb
	spec/factories/geo_nodes.rb
	spec/fixtures/api/schemas/geo_node_status.json
	spec/fixtures/api/schemas/geo_node_statuses.json
	spec/fixtures/api/schemas/geo_node.json
	spec/fixtures/api/schemas/geo_nodes.json
	spec/fixtures/api/schemas/geo_project_registry.json
	spec/requests/api/geo_nodes_spec.rb
	spec/requests/api/geo_spec.rb
	spec/tasks/geo_rake_spec.rb

Why was this MR needed?

This is a part of https://gitlab.com/gitlab-org/gitlab-ee/issues/3107

Screenshots (if relevant)

Does this MR meet the acceptance criteria?

What are the relevant issue numbers?

Closes #3148 (closed)

Edited by Dmytro Zaporozhets (DZ)

Merge request reports