Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove apiclient and audit modules #233

Merged
merged 4 commits into from
Jan 4, 2016
Merged

Remove apiclient and audit modules #233

merged 4 commits into from
Jan 4, 2016

Conversation

allait
Copy link
Contributor

@allait allait commented Dec 31, 2015

Remove apiclient and audit modules in favour of dmapiclient

apiclient and audit were moved to the new dmapiclient package, so
local modules can be removed.

dmutils.apiclient and dmutils.audit import paths are preserved
for package-level names to simplify transition, but imports from
apiclient modules (eg from dmutils.apiclient.errors ....) will
have to be changed.

Configure new dmapiclient logger together with dmutils

Since API clients use the module name as logger name it has changed
after the modules were moved to the new dmapiclient package.

The new logger has to be configured the same way we configure dmutils.

apiclient and audit were moved to the new dmapiclient package, so
local modules can be removed.

`dmutils.apiclient` and `dmutils.audit` import paths are preserved
for package-level names to simplify transition, but imports from
apiclient modules (eg `from dmutils.apiclient.errors ....`) will
have to be changed.
Since API clients use the module name as logger name it has changed
after the modules were moved to the new `dmapiclient` package.

The new logger has to be configured the same way we configure `dmutils`.
Forces the apps to use the new dmapiclient package name for imports
@robyoung
Copy link
Contributor

robyoung commented Jan 4, 2016

👍

allait added a commit that referenced this pull request Jan 4, 2016
Remove apiclient and audit modules
@allait allait merged commit 6fd6043 into master Jan 4, 2016
@allait allait deleted the remove-apiclient branch January 4, 2016 13:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants