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

Xmlrpc #33

Merged
merged 4 commits into from Mar 30, 2015
Merged

Xmlrpc #33

merged 4 commits into from Mar 30, 2015

Conversation

adrianreber
Copy link
Member

The first change makes the XMLRPC interface actually work again. The subsequent changes are trying to simplify the code, add more comments and move code to the "right" location (related to architectural changes of the MM2 rewrite).

This commit tries to make the code a bit more clearer by using
simpler tests to check the results from the database. The existing
comments are also extended to make it clearer what is happening.
The functionality to disable/enable a host via report_mirror
used to be part of the model.Host class. It has moved to a
standalone function and therefore can no longer access the
model.Host fields via self.. The functionality to disable/enable
host has also been moved to an earlier step where the host
data is modified and not the HostCategory data.
The check if report_mirror included the 'dirtree' can be made much
earlier and thus removing one indentation level.
@pypingou
Copy link
Member

Cool, 👍 for me

@pypingou
Copy link
Member

btw @adrianreber feel free to poke me when you want me to cut a new release, there has been quite some changes since the last one, so let me know when you want one :)

@pypingou
Copy link
Member

I am just going to merge this now to reduce the number of open pull-requests :-)

pypingou added a commit that referenced this pull request Mar 30, 2015
@pypingou pypingou merged commit 48814ba into fedora-infra:master Mar 30, 2015
@adrianreber adrianreber deleted the xmlrpc branch April 27, 2015 12:22
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.

None yet

2 participants