Skip to content
This repository has been archived by the owner on Feb 27, 2024. It is now read-only.

YONK-348: Rename api_manager app and extract it to separate repo #1

Merged
merged 1 commit into from Jun 20, 2016

Conversation

msaqib52
Copy link
Contributor

As a part of consolidation work we are renaming api_manager app to edx_solutions_api_integration and moving it to separate repo. This PR renames api_manager app and updates all its references accordingly, fixes quality issues appeared during rename and adds a command rename_api_manager_app to rename tables and update app_name (in south_migrationhistory table) and app_label (in django_content_type table) related to api_manager app.

@ziafazal would you please take a look?

def setUp(self):
super(RenameApiManagerAppTests, self).setUp()

self.old_appname = 'api_manager'
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we should have value of old_appname something like dummy_old_app so it would not mix/conflict with installed_apps.

@ziafazal
Copy link
Contributor

@msaqib52 over all LGTM just one modification in test.

@msaqib52 msaqib52 merged commit 4d2d64b into master Jun 20, 2016
@jcdyer jcdyer mentioned this pull request Feb 2, 2018
2 tasks
viadanna added a commit to open-craft/api-integration that referenced this pull request Nov 29, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants