Ecosyste.ms: OpenCollective
An open API service for software projects hosted on Open Collective.
github.com/chaoss/grimoirelab-perceval
Send Sir Perceval on a quest to retrieve and gather data from software repositories.
https://github.com/chaoss/grimoirelab-perceval
26d2f7b1b83495a4784a2d22cf4f8859bd9c5be8 authored about 9 years ago
Closes #1.
Merges #1 after squashing.
4d679b2d7097d96add0ea97663bc0bcd590581d6 authored about 9 years ago
51867c58ad782d434f7d12611ad9d22840e2162d authored about 9 years ago
This commit adds a Gerrit client to fetch the reviews from a
remote server, the backend itself a...
cae3d2fc31087278626f5966df99221120a91a5a authored about 9 years ago
4f404d4d3ab665dedc8dd876adbcca36410725d9 authored about 9 years ago
ad6252c1e6d1b101350d5c94b23900a38778d219 authored about 9 years ago
225d531aa483841be777c3990b71c9897dc22cef authored about 9 years ago
004174d35992f6c920a069358fb0348428899fc1 authored about 9 years ago
6ac84dcfc22cd8e2edcc6cc10d9abfe8e8ceb843 authored about 9 years ago
543b0f95ab71e569d54ed76d93bd303c8143051b authored about 9 years ago
37658f3ed69ae3684e7a4b409fb73f77b2ac619b authored about 9 years ago
Instead of fetching the version when the Bugzilla client
is initialized, it will be get when bug...
abdb0ab4b79f72db56b059aa8302f5880faa124e authored about 9 years ago
The commit adds the method fetch_from_cache(), that must
be implemeted by derived classes. It al...
This class allows to cache items (Python objects of any type) for a
further recovery. Items are ...
17a0e003a3862e8449b0db2a268dffc8a21c4aaa authored about 9 years ago
4dd88bdefc77fd88fa51d3994f103f2b44003b99 authored about 9 years ago
8e0e3e1d5fa71c9fce76d1d8bf323dcde7564d64 authored about 9 years ago
a2dc4a67322593d67249fd77e473db6f66a3901c authored about 9 years ago
bb08c7125b8decf6cf924cf19c9903973e1a772b authored about 9 years ago
1aad023e497f38d33be18aee05a0e1f39544de66 authored about 9 years ago
This class allows to run the backend using a generic class
which parses the arguments needed to ...
aca652b4f68dbddc4ad0a8871982836e58e6b6c1 authored about 9 years ago
3482555c75c652e0514494d56422f7a70e8611a4 authored about 9 years ago
1c429aeaaadc9fbae2bbaadb55dfc74ad1a6aefa authored about 9 years ago
BugzillaClient now gets the version of the Bugzilla server when
it is initialized.
482d028e93237997406665fb4b31fca7c7f47e6b authored about 9 years ago
Calling to fetch() produces a list of bugs that includes
their details and activity.
This static method parses a HTML stream that stores the activity
of a bug.
When fetch() method is called, it gets first the list of bugs
and then, the details of each bug....
2f7428028f377104a301c7bc7ba92ae3acddfb5c authored about 9 years ago
This static method parses a XML stream that stores the bug details
from a Bugzilla repository.
This function converts a XML stream to a Python dictionary.
When a parsing error occurs, a Parse...
0ad102623646fe165fe54798b190e7dfab73fedd authored about 9 years ago
So far, this class only obtains the list of bugs stored in a
Bugzilla repository.
Dates will be given using datetime objects. For this reason,
a new variable DEFAULT_DATETIME is ...
This function formats strings into datetime objects. Function
taken from sortinghat source code.
47f9657b7e0cdb63c7c71aaba2edf0ce772145fe authored about 9 years ago
This client allows to get data from a Bugzilla server (versions
3.x and 4.x). Currently, it allo...
4e34582f9cfd8ec64841d5db5333c598a4082632 authored over 9 years ago
2ff7af1b6e5b202697518c307f4d4d68a5cb1b7b authored over 9 years ago
f6238e73f5bba86efd5e5fdd55a84b2b4f7348ec authored over 9 years ago
35bfeb3c4037a31f4f6a885243f213a104772a04 authored over 9 years ago
589bc515db1632959f6edcb0c4bc2fe43ee51b74 authored over 9 years ago
2355d18310d8e15c8e5d44f688d757df33b0e4be authored over 9 years ago
57bc204822832a6c23ac7883e5392f4da6f4ca37 authored over 9 years ago
dc78c254e464ff334892e0448a23e4cfbfc637a3 authored over 9 years ago