fedora-infra / mirrormanager2

Rewrite of the MirrorManager application in Flask and SQLAlchemy
https://mirrormanager.fedoraproject.org
GNU General Public License v2.0
63 stars 46 forks source link

Add json checkin endpoint #182

Closed puiterwijk closed 17 hours ago

puiterwijk commented 8 years ago

This is a simple json-only endpoint that does not require xmlrpc. It accepts both plain json and gzip compress json as input.

Signed-off-by: Patrick Uiterwijk puiterwijk@redhat.com

adrianreber commented 8 years ago

Would it be possible to log the host id and the IP address from which the request was coming from?

jasontibbitts commented 8 years ago

Dumb question, but with this endpoint, does the entire upload happen as part of the GET request? Seems like this could be a lot of data, especially if we ever extend the amount of data being sent (to, say, include the original plan of sending the complete file listing with sizes).

jasontibbitts commented 7 years ago

Not to be a pain, but I was just wondering if anything has happened here. I'm probably not going to have much time to work on this until flock so there's no hurry.

adrianreber commented 7 years ago

@puiterwijk are you still interested in this PR?

ryanlerch commented 17 hours ago

closing this one as stale -- no response from original PR poster.

please reopen and fix conflicts if still needed