Add infofasjson info plugin #1
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "staging-infofasjson"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This adds the initial implementation of the infofasjson plugin, with
support for profile information and groups information. Agreemeents info
coming soon.
Signed-off-by: Ryan Lerch rlerch@redhat.com
Let's set a more relevant default for the final version.
For the final version, those debug lines can go
I think catching
fasjson_client.errors.ClientError
would let us be smarter in our handling of the exception.The FAS plugin returns
{}
explicitely in case of errors, we should probably do that too. Also, the line above is duplicated.I'll merge it so we can test it, on the next PR could you please open it on the
dev
branch? I was planning on using thestaging
branch only as a branch we merge into fromdev
, not from PRs (not a big deal at all ;-) )Pull-Request has been merged by abompard
Uhm, remove one of these? Or do we need the error reported twice?
Oops, missed that Aurélien caught this already. I'm late anyway. 😉