HUE-8426 [backend] fix hue CLI commands don't work after Django upgrade
Review Request #13161 — Created July 9, 2018 and submitted
Information | |
---|---|
ranade | |
hue | |
master | |
Reviewers | |
hue | |
enricoberti, jgauthier, johan, ranade, romain, roohi, subrata, weixia, yingc |
commit a635c25b84eac53aacd00d0c8013def872ecc9c4 Author: Prakash Ranade <ranade@cloudera.com> Date: Mon Jul 9 17:23:33 2018 -0700 HUE-8426 [backend] fix hue CLI commands don't work after Django upgrade Testing done: Just running ./build/env/bin/hue import_ldap_group ./build/env/bin/hue import_ldap_user ./build/env/bin/hue sync_ldap_users_and_groups ./build/env/bin/hue useradmin_sync_with_unix ./build/env/bin/hue config_override ./build/env/bin/hue config_upgrade ./build/env/bin/hue create_user_directories :100644 100644 951c952e28... e988446261... M apps/useradmin/src/useradmin/management/commands/import_ldap_group.py :100644 100644 64515a50d2... 34926e815d... M apps/useradmin/src/useradmin/management/commands/import_ldap_user.py :100644 100644 d5f65980a7... b4bab0271f... M apps/useradmin/src/useradmin/management/commands/sync_ldap_users_and_groups.py :100644 100644 2434cf59f1... 27f08204db... M apps/useradmin/src/useradmin/management/commands/useradmin_sync_with_unix.py :100644 100644 0727a8b69c... 00a1465458... M desktop/core/src/desktop/management/commands/config_override.py :100644 100644 309d09b12d... ff36439bcd... M desktop/core/src/desktop/management/commands/config_upgrade.py :100644 100644 386702d0a7... 15487d11ad... M desktop/core/src/desktop/management/commands/create_user_directories.py
- 1
- 0
- 0
- 0
- 1
Description | From | Last Updated |
---|---|---|
Should we remove all the make_option imports as not used anymore? |
|
-
-
apps/useradmin/src/useradmin/management/commands/import_ldap_group.py (Diff revision 1) Should we remove all the make_option imports as not used anymore?