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

[bugzillarest] Remove credentials when archiving data

This patch removes login, password and token information when storing
data to the archive. Thus,...

5db20ef5ce6fd84f7f3a95b06b4795da4dc69591 authored almost 7 years ago
[discourse] Remove credentials when archiving data

This patch removes token information when storing
data to the archive. Thus, it enables sharing ...

75d162baf3762df21aff953557df6b78c82e3027 authored almost 7 years ago
[gerrit] Remove username information when archiving data

This patch removes username information when storing
data to the archive. Thus, it avoids person...

d3addf384bf631b4e1c4a6f2404d9a5a61c0cd43 authored almost 7 years ago
[meetup] Remove credentials when archiving data

This patch removes token information when storing
data to the archive. Thus, it enables sharing ...

e17cc2e3e53ddcdd6f77216a6b54febdb140574e authored almost 7 years ago
[bugzilla] Remove credentials when archiving data

This patch removes login and password information when storing
data to the archive. Thus, it ena...

4a453fa8616d47d6fa3f4dc801c70ba0127834ed authored almost 7 years ago
[phabricator] Remove credentials when archiving data

This patch removes token information when storing
data to the archive. Thus, it enables sharing ...

3e2acb5e38d60c0286df3cce8b97bd37eeea2f47 authored almost 7 years ago
Merge branch 'fix-test-base' of 'https://github.com/valeriocos/perceval'

Merges #372
Closes #372

70f4d842abc8cfbdbcb01b0dc4ac43cc2a180987 authored almost 7 years ago
[jira] Avoid init HTTP session when fetching data from archive

This patch avoids to create an HTTP session when fetching data
from an archive.

2ac278b98c817beee492b70af977c2acdeddf6e3 authored almost 7 years ago
Merge branch 'fix-test-read-from-archive' of 'https://github.com/valeriocos/perceval'

Merges #371
Closes #371

e3e80020846d6fa00cd06e69bfa0a8d4ae0e56f2 authored almost 7 years ago
[tests] Fix fetch_from_archive test

This patch fixes the method _test_fetch_from_archive. Before,
archived items and items were read...

5df52906fdce962c57b05b52fb2326265292320c authored almost 7 years ago
Update version number to 0.9.15

aee837da065d32dacebb682da3f7a5ee64a1d7b9 authored almost 7 years ago
Merge branch 'fix-negative-value-sleep' of 'https://github.com/valeriocos/perceval'

Merges #356
Closes #356
Fixes #355

e6a64e1d938c508caccbf37e4ec5cd0b47d6eec1 authored almost 7 years ago
[client] Avoid negative sleep time error for rate limit reset

This patch prevents to sleep for a negative number of seconds when
waiting for tokens rate limit...

8c491e0e07f6752a08cd1ebfef0f2f93ac94ebf9 authored almost 7 years ago
[github] Handle negative sleep time for rate limit reset

This code allows to cope with negative sleep time, which appears
when a given token is shared am...

30b45e432f4884c48529e7a06ccf0f102d0b37e6 authored almost 7 years ago
[meetup] Handle negative sleep time for rate limit reset

This code allows to cope with negative sleep time, which appears
when a given token is shared am...

db395832e138bded0f9f991f95a6014621ffc422 authored almost 7 years ago
[gitlab] Handle negative sleep time for rate limit reset

This code allows to cope with negative sleep time, which appears
when a given token is shared am...

cd8e4cf9f6cdc59b7fa96f76824e9105254f5f9f authored almost 7 years ago
Merge branch 'time_work' of 'https://github.com/anveshc05/grimoirelab-perceval'

Merges #360
Closes #360

920468f2b66745fcc6091143761eb6014d6fcaa5 authored almost 7 years ago
[git] Add --to-date to git backend to pull data upto a given time

b9694bfec5697fabf47b6b4a69a9195afdb6b644 authored almost 7 years ago
Merge branch 'github-pull-request-comments' of 'https://github.com/valeriocos/perceval'

Merges #172
Closes #172
Fixes #53

379cfb7f08a486f79afe2a24c545026f0b31ea21 authored almost 7 years ago
[github] Add pull request data

This patch enables the GitHub backend to fetch pull request data.
Pull requests can be fetched s...

ab999ec95f3b95ef2931bb5a9619471a17a2e909 authored almost 7 years ago
Merge branch 'pipermail-add-tests' of 'https://github.com/valeriocos/perceval'

Merges #362
Closes #362

d6bfd05df46887ae70264b050e68ab8794ef3698 authored almost 7 years ago
[pipermail] Increase test coverage

This code provides tests to increase the test coverage. In
particular, the tests check that:
(i)...

f92ea2f6bffe2341b66420694df9ff7c0c2d2f04 authored almost 7 years ago
Update version number to 0.9.14

9de17e42e18f2d2d464458a52c9559cfc4eeeb00 authored almost 7 years ago
Merge branch 'fix-parsing-wrong-urls-pipermail' of 'https://github.com/valeriocos/perceval'

Merges #361
Closes #361
Fixes #358

9c894f50e99b696a9c3939a96bed969a8489bd67 authored almost 7 years ago
[pipermail] Handle inaccessible archive URLs

This patch enables the handling of inaccessible archive URLs.
Thus, a warning is logged when a 4...

a4a900d4651f71ff82fe8d82e2008d3431aec9c2 authored almost 7 years ago
Update version number to 0.9.13

8229e787ef9e2e2562eb25a5401091af602968d1 authored almost 7 years ago
Merge branch 'fix-category-none' of 'https://github.com/sduenas/perceval'

Merges #353
Closes #353
Fixes #354

cb7a3f7d13b6cc5db31ee94f1d9698874ea4236c authored almost 7 years ago
[backend] Remove empty category from parsed arguments

The 'category' argument does not have a default value. When
parameters are parsed and a category...

36b5678cbb052377cfeba63a9e105a8fd9cd8dba authored almost 7 years ago
Update version number to 0.9.12

325d003bdb2f782330a4f5b682966c1605b9be71 authored almost 7 years ago
Merge branch 'fix-backend-category' of 'https://github.com/valeriocos/perceval'

Merges #348
Closes #348

aae7219f6055eec95bb37cd112809bf7e4b83f8e authored almost 7 years ago
[stackexchange] Set category when calling fetch and fetch_from_archive

This patch adds to the params of the fetch_items method the category.
Thus, it allows to handle ...

e83587271848897d98875d07087df25a9f0d86dd authored almost 7 years ago
[slack] Set category when calling fetch and fetch_from_archive

This patch adds to the params of the fetch_items method the category.
Thus, it allows to handle ...

c9f0984addd8b540e806b3097eb5de934ee05744 authored almost 7 years ago
[redmine] Set category when calling fetch and fetch_from_archive

This patch adds to the params of the fetch_items method the category.
Thus, it allows to handle ...

8243aeb0cc1f67bb8a31e0d125f34f6d951eb974 authored almost 7 years ago
[pipermail] Set category when calling fetch and fetch_from_archive

This patch adds to the params of the fetch_items method the category.
Thus, it allows to handle ...

621f24290a706df2c1d11385c1802a0086579421 authored almost 7 years ago
[phabricator] Set category when calling fetch and fetch_from_archive

This patch adds to the params of the fetch_items method the category.
Thus, it allows to handle ...

0bbde9519f0d81a33806083f12663b2ea7a9d393 authored almost 7 years ago
[supybot] Set category when calling fetch and fetch_from_archive

This patch adds to the params of the fetch_items method the category.
Thus, it allows to handle ...

835da63c334fca0488381c37eb564e5edafc1607 authored almost 7 years ago
[telegram] Set category when calling fetch and fetch_from_archive

This patch adds to the params of the fetch_items method the category.
Thus, it allows to handle ...

93e85eb227652f5c5b535550b8afcb8ee6fe1de8 authored almost 7 years ago
[rss] Set category when calling fetch and fetch_from_archive

This patch adds to the params of the fetch_items method the category.
Thus, it allows to handle ...

34437997811387bb7b585c830e02284bc0fd2fc4 authored almost 7 years ago
[nntp] Set category when calling fetch and fetch_from_archive

This patch adds to the params of the fetch_items method the category.
Thus, it allows to handle ...

c6d48098e3f531f5b47491f7fcfb4070514690e6 authored almost 7 years ago
[meetup] Set category when calling fetch and fetch_from_archive

This patch adds to the params of the fetch_items method the category.
Thus, it allows to handle ...

4b5d7ba216c302b9e2367de7a900fec9d995cdce authored almost 7 years ago
[mediawiki] Set category when calling fetch and fetch_from_archive

This patch adds to the params of the fetch_items method the category.
Thus, it allows to handle ...

b6e10706bfa000af4eae042ad2ec611046b45400 authored almost 7 years ago
[mbox] Set category when calling fetch and fetch_from_archive

This patch adds to the params of the fetch_items method the category.
Thus, it allows to handle ...

249c22ea500eea50cb60762b7dd6cea07c2de197 authored almost 7 years ago
[launchpad] Set category when calling fetch and fetch_from_archive

This patch adds to the params of the fetch_items method the category.
Thus, it allows to handle ...

c364426f25325e8342f900768547bf30f305cc41 authored almost 7 years ago
[jira] Set category when calling fetch and fetch_from_archive

This patch adds to the params of the fetch_items method the category.
Thus, it allows to handle ...

aa993974bb3277981bd22cbb3bf9f01f2dbc395e authored almost 7 years ago
[jenkins] Set category when calling fetch and fetch_from_archive

This patch adds to the params of the fetch_items method the category.
Thus, it allows to handle ...

9363119d930496e184ddb56000c3feb1202ed822 authored almost 7 years ago
[hyperkitty] Set category when calling fetch and fetch_from_archive

This patch adds to the params of the fetch_items method the category.
Thus, it allows to handle ...

1101c4c33ac67cf82b8772882e0815291ee21a5d authored almost 7 years ago
[gitlab] Set category when calling fetch and fetch_from_archive

This patch adds to the params of the fetch_items method the category.
Thus, it allows to handle ...

e2c2df7a615d651a17ef5aa14ba97e5feefa1084 authored almost 7 years ago
[github] Set category when calling fetch and fetch_from_archive

This patch adds to the params of the fetch_items method the category.
Thus, it allows to handle ...

4d6a573df4eafda4369d85e0d2fcfe7c34001738 authored almost 7 years ago
[git] Set category when calling fetch and fetch_from_archive

This patch adds to the params of the fetch_items method the category.
Thus, it allows to handle ...

227200551c7a6cbe2a5351c0d1ef2e5df0213c88 authored almost 7 years ago
[gerrit] Set category when calling fetch and fetch_from_archive

This patch adds to the params of the fetch_items method the category.
Thus, it allows to handle ...

5601996ad93186a80b00201de732f2fe603e6d46 authored almost 7 years ago
[dockerhub] Set category when calling fetch and fetch_from_archive

This patch adds to the params of the fetch_items method the category.
Thus, it allows to handle ...

63f89ca6008b8560abd878cd5c215810921ed6a0 authored almost 7 years ago
[discourse] Set category when calling fetch and fetch_from_archive

This patch adds to the params of the fetch_items method the category.
Thus, it allows to handle ...

35067e992be57b37933570d347c51c8fef85e7d7 authored almost 7 years ago
[confluence] Set category when calling fetch and fetch_from_archive

This patch adds to the params of the fetch_items method the category.
Thus, it allows to handle ...

ef49f8122d56989319e731d9e6701de4e595c0c2 authored almost 7 years ago
[bugzillarest] Set category when calling fetch and fetch_from_archive

This patch adds to the params of the fetch_items method the category.
Thus, it allows to handle ...

d714618a90921afd8228af20f4ffa515a281f538 authored almost 7 years ago
[bugzilla] Set category when calling fetch and fetch_from_archive

This patch adds to the params of the fetch_items method the category.
Thus, it allows to handle ...

8b2cc99d2306df532514857fa9541c786fb0079e authored almost 7 years ago
[askbot] Set category when calling fetch and fetch_from_archive

This patch adds to the params of the fetch_items method the category.
Thus, it allows to handle ...

bc365e68cf3dde0b00d1ece89fc837686d42a727 authored almost 7 years ago
[backend] Set category when calling fetch and fetch_from_archive

This patch adds to the params of the fetch_items method the category.
Thus, it allows to handle ...

9933da9eab5a81ead15c2ecc60da3edb290b6cc7 authored almost 7 years ago
Merge branch 'fix-sleep-for-rate-meetup-when-reading-from-archive' of 'https://github.com/valeriocos/perceval'

Merges #352
Closes #352

c076933fa89aa3a9eeb150ec97cb18f4cecb11cf authored almost 7 years ago
[meetup] Ignore sleep for rate when reading from archive

This patch allows to ignore the sleep for rate constraints
when reading from the archive.

e7ed8234020ac2213148a186bf129c38b140421f authored almost 7 years ago
Merge branch 'fix-sleep-for-rate-gitlab-when-reading-from-archive' of 'https://github.com/valeriocos/perceval'

Merges #351
Closes #351

850b5bee0153c946b58b498fb599dca1dbfb5504 authored almost 7 years ago
[gitlab] Ignore sleep for rate when reading from archive

This patch allows to ignore the sleep for rate constraints
when reading from the archive.

ea987f13f5de79a28f18cfa7abd1a6acad4240fd authored almost 7 years ago
Merge branch 'fix-test-archive-double' of 'https://github.com/valeriocos/perceval'

Merges #350
Closes #350

596c04563c3f1190dc3c1b060d63a83a198185e6 authored almost 7 years ago
[tests] Modify dockerhub tests when fetching from archive

This patch adds two different backend objects (one fetches data
from remote a data source and th...

dba14db4e2fa1d143f167b66c2c3bcc4b98f0284 authored almost 7 years ago
[tests] Modify bugzilla tests when fetching from archive

This patch adds two different backend objects (one fetches data
from remote a data source and th...

d69021cf1e9feabbb5f555071007ee8a27cb551e authored almost 7 years ago
[tests] Modify github tests when fetching from archive

This patch adds two different backend objects (one fetches data
from remote a data source and th...

db980fb661ac0b0b15584b4a6eb9a137b2aaeace authored almost 7 years ago
[tests] Modify gitlab tests when fetching from archive

This patch adds two different backend objects (one fetches data
from remote a data source and th...

9527f582b9fa8b484b3215eeba761716cd157efe authored almost 7 years ago
[tests] Modify mediawiki tests when fetching from archive

This patch adds two different backend objects (one fetches data
from remote a data source and th...

4661a72666dad86f9e9a679d76d5637e20904cf6 authored almost 7 years ago
[tests] Modify meetup tests when fetching from archive

This patch adds two different backend objects (one fetches data
from remote a data source and th...

e0cfbffe7412586bcc92fcf1f33f9d7e97a1e466 authored almost 7 years ago
[tests] Modify telegram tests when fetching from archive

This patch adds two different backend objects (one fetches data
from remote a data source and th...

6520d9aa47e1955c3813b66cbe38d006f2fd3fdf authored almost 7 years ago
[tests] Modify stackechange tests when fetching from archive

This patch adds two different backend objects (one fetches data
from remote a data source and th...

364d30fa75cc3954448106fecd50464aeecac779 authored almost 7 years ago
[tests] Modify rss tests when fetching from archive

This patch adds two different backend objects (one fetches data
from remote a data source and th...

4637ad2b363e03690151cc19b2cc54b52d2f6cbf authored almost 7 years ago
[tests] Modify launchpad tests when fetching from archive

This patch adds two different backend objects (one fetches data
from remote a data source and th...

8d00d96b41f074cbb343b2bbaf9eff87f1e958f5 authored almost 7 years ago
[tests] Modify askbot tests when fetching from archive

This patch adds two different backend objects (one fetches data
from remote a data source and th...

e497664bdb4c43ab4715aa99f60294673cb96b6e authored almost 7 years ago
[tests] Modify redmine tests when fetching from archive

This patch adds two different backend objects (one fetches data
from remote a data source and th...

99d1f40d45780b3d4a6a9fb2f4fed49add790cb7 authored almost 7 years ago
[tests] Modify discourse tests when fetching from archive

This patch adds two different backend objects (one fetches data
from remote a data source and th...

5ec01b4cc2e672c12e5a55b1ef137e58ef7b3c6c authored almost 7 years ago
[tests] Modify jira tests when fetching from archive

This patch adds two different backend objects (one fetches data
from remote a data source and th...

5124db200dab45b8086efb2006659d4b2682cd44 authored almost 7 years ago
[tests] Modify gerrit tests when fetching from archive

This patch adds two different backend objects (one fetches data
from remote a data source and th...

3efcba15be20ca72ae8aeb804a7cae885f93f3fb authored almost 7 years ago
[tests] Modify jenkins tests when fetching from archive

This patch adds two different backend objects (one fetches data
from remote a data source and th...

3945328ed2772a25e6ff00a106b850debcb49064 authored almost 7 years ago
[tests] Modify bugzillarest tests when fetching from archive

This patch adds two different backend objects (one fetches data
from remote a data source and th...

515ecc6725a42ce3b1a72214a5c39cae33026a98 authored almost 7 years ago
[tests] Modify confluence tests when fetching from archive

This patch adds two different backend objects (one fetches data
from remote a data source and th...

796cd60d2137b29e1e08d4e0003801c7268309b8 authored almost 7 years ago
[tests] Modify backend tests when fetching from archive

This patch adds two different backend objects (one fetches data
from remote a data source and th...

77d79183f26838bed51947a0f2576280dfcfea6e authored almost 7 years ago
[tests] Modify slack tests when fetching from archive

This patch adds two different backend objects (one fetches data
from remote a data source and th...

1940d7f002c98047f4ff5037a32a66eefd15bb17 authored almost 7 years ago
[tests] Modify nntp tests when fetching from archive

This patch adds two different backend objects (one fetches data
from remote a data source and th...

623f6869b32a79e16b921b1af49ca93986c34827 authored almost 7 years ago
[tests] Modify phabricator tests when fetching from archive

This patch adds two different backend objects (one fetches data
from remote a data source and th...

495cdbcc1ebe49f6a83f1252f0f59c35a7a3393c authored almost 7 years ago
[tests] Modify tests when fetching from archive

This patch modifies the generic test used to check
the fetch_from_archive method. Now two differ...

9ad8f49412588172d620ce038c73a45d2fe59d0c authored almost 7 years ago
Merge branch 'fix-launchpad-test-httpretty' of 'https://github.com/valeriocos/perceval'

Merges #349
Closes #349

a7f4d7b39ea83a132d7eedb86f4719f5274ddd75 authored almost 7 years ago
[tests] Add mock http answers to tests launchpad

This patch adds mocked http answers to two tests
(test_http_wrong_status_issue_collection, test_...

989d0b63a6982d02c5d806937ff5038a5f39eba3 authored almost 7 years ago
Merge branch 'add-tests-gerrit' of 'https://github.com/valeriocos/perceval'

Merges #346
Closes #346

0d90b25f8535d288c8cdec51f85dbc84c3b097bb authored almost 7 years ago
[gerrit] Add tests for gerrit backend

This PR includes tests to check the gerrit backend functionalities.
Currently the tests cover on...

8ed8d0662e66cd0bd73a2f4195629ff9ee56a0a6 authored almost 7 years ago
Merge branch 'sort-namespace-mediawiki' of 'https://github.com/valeriocos/perceval'

Merges #347
Closes #347

1775b273551b8181e57fdb4935335dd1214d7f44 authored almost 7 years ago
[mediawiki] Sort request payload parameters for versions >= 1.27

This patch sorts payload parameters used to query mediawiki server
versions >= 1.27, thus allowi...

a5340b502fafe40eb4bff869e8bb73f543a06a33 authored almost 7 years ago
Merge branch 'mediawiki-fix-for-archive' of 'https://github.com/valeriocos/perceval'

Merges #342
Closes #342

a65f21dc61a328d9068acf19d731113d652870c0 authored almost 7 years ago
[mediawiki] Force sort request payload parameters

This patch sorts payload parameters used for api remote requests
to allow the correct retrieval ...

f79d165d7a0169f7b7d53581c0ddb83ef9cd7ed4 authored almost 7 years ago
Merge branch 'askbot-fix-for-archive' of 'https://github.com/valeriocos/perceval'

Merges #340
Closes #340

49433a4de4d89067d0a172cffdfb4e83366ec7fe authored almost 7 years ago
[askbot] Format html content file

The html files used when testing the askbot backend are
formatted to ease their content.

da15876d085d88af31909858889fe4f084aa45f2 authored almost 7 years ago
[askbot] Replace user_info for wiki post

This patch replaces the string representing the user_info
for wiki posts with a dict. This new f...

9a7fa26213951a7af23221165c3b2959bea5a51d authored almost 7 years ago
Merge branch 'stackexchange-fix-for-archive' of 'https://github.com/valeriocos/perceval'

Merges #338
Closes #338

c8b30b9f3452893b77b2977a7535055203662f1b authored almost 7 years ago
[stackexchange] Add default parameters

This patch sets default parameters when init the Client. Thus,
allowing to keep the parameters u...

f4770c424d8fb8be16c0f0708430fa8faf548879 authored almost 7 years ago
Merge branch 'jira-fix-for-archive' of 'https://github.com/valeriocos/perceval'

Merges #339
Closes #339

490638ef8eb46c0ca77927728eecb6c323ed63c3 authored almost 7 years ago
[jira] Add default parameters

This patch sets default parameters when init the Client. Thus,
allowing to keep the parameters u...

563ebeea19356971a23aa9a0082e608d12d9d7e5 authored almost 7 years ago