This repository has been archived on 2020-03-24. You can view files and clone it, but cannot push or open issues or pull requests.
quay/endpoints
2014-02-19 16:08:33 -05:00
..
__init__.py Refactor the code into modules, it was getting unweildy. 2013-09-25 12:45:12 -04:00
api.py Pass trigger information on build status. Set up a trigger for the sample building repository. Allow to list the builds started from a trigger. Protect the callback with the proper auth for creating a trigger on a repo. 2014-02-19 16:08:33 -05:00
callbacks.py Pass trigger information on build status. Set up a trigger for the sample building repository. Allow to list the builds started from a trigger. Protect the callback with the proper auth for creating a trigger on a repo. 2014-02-19 16:08:33 -05:00
common.py Split out callbacks into their own blueprint. Add build trigger DB information and connect it with some APIs. Stub out the UI to allow for generation of triggers. Split out the triggers into a plugin-ish architecture for easily adding new triggers. 2014-02-18 15:50:15 -05:00
index.py Merge branch 'master' into tutorial 2014-02-06 21:23:27 -05:00
realtime.py Get the basic tutorial working completely, including reacting to server-side events 2014-02-06 20:58:26 -05:00
registry.py Merge branch 'master' of bitbucket.org:yackob03/quay 2014-01-30 19:07:22 -05:00
tags.py Switch the delete tag response code to match the registry spect. 2014-02-06 17:33:50 -05:00
trigger.py Pass trigger information on build status. Set up a trigger for the sample building repository. Allow to list the builds started from a trigger. Protect the callback with the proper auth for creating a trigger on a repo. 2014-02-19 16:08:33 -05:00
web.py Properly connect the github push webhook with the build worker. Still need to resolve the archive format. 2014-02-18 18:09:14 -05:00
webhooks.py Properly connect the github push webhook with the build worker. Still need to resolve the archive format. 2014-02-18 18:09:14 -05:00