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

[gitlab] Sanitize requests before archiving

This code removes token information before archiving the GitLab data,
thus it enables to read th...

fae8579adde834912221fd02b6a604386774c39e authored over 6 years ago
Merge branch 'fix-signature-backend' of 'https://github.com/valeriocos/perceval'

Merges #412
Closes #412

2282841ed5385648aed733172efcadcdd48891e9 authored over 6 years ago
[gitlab] Fix signature backend

This code includes the params `max_retries` and `sleep_time`,
which were used by the client, but...

984285ccc98483f67b475aa8048835c9417a7999 authored over 6 years ago
Merge branch 'change-travis-yml' of 'https://github.com/valeriocos/perceval'

Merges #414
Closes #414

1ca168bc64a54a6755727bcf5e8ee0800963aa92 authored over 6 years ago
[travis] Change how perceval is installed

This code modifies how perceval is installed, thus now the
installation is achieved via `pip ins...

03a26be01709c13591ed9311d12b8100aaf1872b authored over 6 years ago
Merge 'fix-test-mbox' of 'https://github.com/valeriocos/perceval'

Merges #413
Closes #413

6ae0d8c358bd8447c67b7635e1cd399c37d7310e authored over 6 years ago
[mbox] Fix test `test_mboxes_error`

This code fixes the assertion in the method `test_mboxes_error`,
which is currently failing.

4a8e92ac8944b38ac9547a05a165fd279f448594 authored over 6 years ago
Merge branch 'fix-client-github' of 'https://github.com/valeriocos/perceval'

Merges #410
Closes #410

4196868e0f4b96cd8d8761b05ee87fb71d071dfa authored over 6 years ago
[github] Fix position GitHub client args

This code fixes the position of client arguments: `max_retries`
and `sleep_time` which were inve...

7dfa7733590d2093b482809ba64d19c2aa218c9c authored over 6 years ago
Merge branch '429-phabricator' of 'https://github.com/valeriocos/perceval'

Merges #409
Closes #409

c5dee2f2dff875a200f74f500dc6db22dc97a2f4 authored over 6 years ago
[phabricator] Handle 429 HTTP errors

This code enables the phabricator backend to handle 429 HTTP
errors. As similarly done for other...

b4a63483e5117e77bd93d3dbbe1fd005481c8deb authored over 6 years ago
Merge branch 'increase-mbox-coverage' of 'https://github.com/valeriocos/perceval'

Merges #404
Closes #404

aed04f1bc2d22459ef07ff7501d230975e741b29 authored over 6 years ago
Merge branch 'increase-mbox-coverage' of 'https://github.com/valeriocos/perceval'

Merges #404
Closes #404

aed04f1bc2d22459ef07ff7501d230975e741b29 authored over 6 years ago
[mbox] Increase test coverage

This code increases the test coverage for mbox, targeting portion
of code that were not tested.

72ecbab25dea6c568a1b9df05f8fae1e492704a9 authored over 6 years ago
Merge branch 'remove-duplicate-test' of 'https://github.com/valeriocos/perceval'

Merges #403
Closes #403

98a697340f30dd27086e135d15d168e18d87316c authored over 6 years ago
[pipermail] Remove duplicated test

This code removes a duplicated test in the method
`test_mboxes_path_init`.

1bccdca18667241e81833eef6d706ddd4f4e3a1e authored over 6 years ago
[pipermail] Remove duplicated test

This code removes a duplicated test in the method
`test_mboxes_path_init`.

1bccdca18667241e81833eef6d706ddd4f4e3a1e authored over 6 years ago
Merge branch 'groupsio-backend' of 'https://github.com/valeriocos/perceval'

Merges #402
Closes #402

fdfe56cc5b3260db9190d4102ea38436ce6f3622 authored over 6 years ago
[mbox] Add checks to zip compressed type

This code extends the mbox checks to test whether the zip
compressed type is properly handled by...

248b3cf1a8a1f9b223c97b45de4b48349a516012 authored over 6 years ago
[mbox] Add checks to zip compressed type

This code extends the mbox checks to test whether the zip
compressed type is properly handled by...

248b3cf1a8a1f9b223c97b45de4b48349a516012 authored over 6 years ago
[utils] Add checks to zip compressed type

This code extends the utils checks to test whether the zip
compressed type is properly handled.

58f6dbd5e8f3ac0d079a6b04f2d05a1678c5995e authored over 6 years ago
[doc] Include doc to execute the groups.io backend

This code extends the README.md and bin/perceval with information
useful to run the backend for ...

74a60ff48881bef3fd6eb8a3e5551ec5e93436b1 authored over 6 years ago
[backends] Add backend for groups.io

This code includes a backend to fetch mbox archives available
on Groups.io. It inherits part of ...

d1343a6eb0c30d1f6f1cb8594c04ee1910444904 authored over 6 years ago
[utils] Add support for zip compressed file type

This code adds the zip format to the compressed file types
supported. This change allows to deal...

8fb3d3a54a2aa6b2fae72aa019a98b12ff15c548 authored over 6 years ago
[mbox] Allow support for zip file in MboxArchive

This code enhances the `MboxArchive` class with zip support, thus
enabling the analysis of mbox ...

29f98ced00a2a245d68a42e4c18071deb9762a66 authored over 6 years ago
Update version number to 0.11.6

d8405bc343277b0b2ab84c50df8cdd0d1b32b267 authored over 6 years ago
Update version number to 0.11.6

d8405bc343277b0b2ab84c50df8cdd0d1b32b267 authored over 6 years ago
Merge branch 'grimoirelab_toolkit' of 'https://github.com/jgbarah-chaoss/grimoirelab-perceval'

Merges #405
Closes #405

67919f659e4a80b62cd88f4fd720b462898b8492 authored over 6 years ago
Changes to work with grimoirelab_toolkit.

Once the corresponding pull request is accepted, the
grimoirelab.toolkit module becomes grimoire...

571e384d8ccb678cd38cfd8cdeecc7a9625d64bd authored over 6 years ago
Changes to work with grimoirelab_toolkit.

Once the corresponding pull request is accepted, the
grimoirelab.toolkit module becomes grimoire...

571e384d8ccb678cd38cfd8cdeecc7a9625d64bd authored over 6 years ago
Update version number to 0.11.5

e3035f56f8ca24cf1e1b03bed84f67df5d592d50 authored over 6 years ago
Merge branch 'sanitize-url-twitter-2' of 'https://github.com/valeriocos/perceval'

Merges #407
Closes #407

103e3ca3bbd0355bc2b3c18c4821def54ee2f1d4 authored over 6 years ago
Merge branch 'sanitize-url-twitter-2' of 'https://github.com/valeriocos/perceval'

Merges #407
Closes #407

103e3ca3bbd0355bc2b3c18c4821def54ee2f1d4 authored over 6 years ago
[twitter] Add sanitize method

This code prevents to store the api token within the archive,
thus allowing to fetch data from a...

9301f25b7031fafee69150f9cca65eedd0db65de authored over 6 years ago
Merge branch 'handle-too-many-reqs' of 'https://github.com/valeriocos/perceval'

Merges #406
Closes #406

99e0060e92eb35480b624a87a0845a6424f3f3cf authored over 6 years ago
[twitter] Handle too many requests error

This code allows the backend to handle too many request
exceptions (429).

f926899ed26c8a1dbfd5245a9ea35665fe4ac247 authored over 6 years ago
Update version number to 0.11.4

a6d6870128253825b8d46a634e7659a315e87807 authored over 6 years ago
Update version number to 0.11.4

a6d6870128253825b8d46a634e7659a315e87807 authored over 6 years ago
Merge branch 'change-id-twitter' of 'https://github.com/valeriocos/perceval'

5707500aca2ed7725377c1ffb8e6eb97a0abd1e9 authored over 6 years ago
[twitter] Change metadata_id attribute

This code sets the metadata_id attribute to `id_str`. As
reported by the Twitter API, `id_str` s...

0b5204cae660cf82ef7b4aa907a95ae57a8add06 authored over 6 years ago
Update version number to 0.11.3

6aa7968f2ecfbc90b64bc81ccfed7f0a4152bea0 authored over 6 years ago
Update version number to 0.11.3

6aa7968f2ecfbc90b64bc81ccfed7f0a4152bea0 authored over 6 years ago
Merge branch 'use-datetime_utcnow-test-backend' of 'https://github.com/valeriocos/perceval'

Merges #397
Closes #397
Fixes #394

e427488d88dcdee10af3cad36bb575f152275e52 authored over 6 years ago
[tests] Replace datetime function with equivalent toolkit one

This code replaces the datetime function used in the method
`test_decorator` with its equivalent...

68b30f8589bd462f5409cf8585c4b42432ab5a73 authored over 6 years ago
[tests] Replace datetime function with equivalent toolkit one

This code replaces the datetime function used in the method
`test_decorator` with its equivalent...

68b30f8589bd462f5409cf8585c4b42432ab5a73 authored over 6 years ago
Merge branch 'pythonicize-meetup' of 'https://github.com/valeriocos/perceval'

Merges #396
Closes #396

546b3e38549cdbd28bc5430ccd8c4ad1d03f2cf9 authored over 6 years ago
Merge branch 'pythonicize-meetup' of 'https://github.com/valeriocos/perceval'

Merges #396
Closes #396

546b3e38549cdbd28bc5430ccd8c4ad1d03f2cf9 authored over 6 years ago
[meetup] Pythonicize `calculate_time_to_reset`

This code replaces the if condition within the
`calculate_time_to_reset` method with an equivale...

2409f3a091faa9a98133c68d0826ed04021ea6cf authored over 6 years ago
Merge branch 'pythonicize-github' of 'https://github.com/valeriocos/perceval'

Merges #395
Closes #395

678a6397baea9a546452e9fe8e6c01a888a15c5d authored over 6 years ago
Merge branch 'pythonicize-github' of 'https://github.com/valeriocos/perceval'

Merges #395
Closes #395

678a6397baea9a546452e9fe8e6c01a888a15c5d authored over 6 years ago
[github] Pythonicize `calculate_time_to_reset`

This code replaces the if condition within the
`calculate_time_to_reset` method with an equivale...

bec8574defe21edb3b4d9f78e291b2831da14d7a authored over 6 years ago
Merge branch 'twitter-backend' of 'https://github.com/valeriocos/perceval'

Merges #392
Closes #392

a16f67958c676539f21670c41e11fa22dc9e268a authored over 6 years ago
[README] Include documentation for Twitter backend

This code modifies the README.md to include information about how
to launch the Twitter backend.

9413c3ac6285f11f3aac40111a28e2d60161f81e authored over 6 years ago
[backends] Add backend for Twitter

This code includes a backend to fetch tweets from the Twitter
Search API. The backend requires a...

99f04a5e80854dd50efd996e2af6f75e5e0736cb authored over 6 years ago
Update version number to 0.11.2

71f1887bc098caba1d36d5abd3b668a3c4ab6576 authored over 6 years ago
Merge branch 'fix-fun-fetch-from-archive' of 'https://github.com/valeriocos/perceval'

Merges #391
Closes #391

c20a4a2b9fe635bd99679742b5c28391d6bdfa5c authored over 6 years ago
[backend] Include category in backend params

This code changes the signature of the function
`fetch_from_archive`, which now includes the cat...

4e76ec7cf118d97fea991cec0576c0691f97d04d authored over 6 years ago
Merge branch 'add-github-commits-pr' of 'https://github.com/valeriocos/perceval'

Merges #390
Closes #390

02be5a58832911813e743cf0999eed0f484e5458 authored over 6 years ago
[github] Add list of commits hashed included in pull requests

This code includes the information of commits within a
pull request, thus easing the relation be...

776d2bec1f1bf605b41402e798121eb1eebce36a authored over 6 years ago
Merge branch 'fix-pipermail-verification' of 'https://github.com/valeriocos/perceval'

Merges #389
Closes #389

ad977b201321340033e71af03363666f3fb43a53 authored over 6 years ago
[pipermail] Fix command line parameters

This code fixes the way how SSL verification is passed via
command line (enabled by default). Ve...

5df657dce271d94748bf484b10af8c6eb83d229c authored over 6 years ago
Update version number to 0.11.1

2d4acb50a854c25ec45601fb7f9bb96c53d7d39a authored over 6 years ago
Merge branch 'increase-coverage-pipermail' of 'https://github.com/valeriocos/perceval.git'

Merges #387
Closes #387

7da97b3208c11dc125f02a3f57dfb552af430ed7 authored over 6 years ago
[tests] Increase coverage pipermail

This code allows to reach 100% line coverage for the
pipermail backend.

39543f054d3d611ca83f4d4bd01d37e19e2ae737 authored over 6 years ago
Merge branch 'fix-pipermail-cert' of 'https://github.com/valeriocos/perceval.git'

Merges #386
Closes #386

648a3c6fc2e753ededa6894a4c0f13f1b04b8411 authored over 6 years ago
[pipermail] Disable SSL verification

This code allows to disable SSL verifications for calls to a
pipermail server, via the argument ...

90a7dc2d2720090cec5a7ad52dadefab563e479c authored over 6 years ago
Release 0.11.0

34b92e335a3dbbb629eeeea953b70a8a4386fd8b authored over 6 years ago
Update version number to 0.10.3

2c5aa1546aea8c60ae704a281915a39f56d5a9b4 authored over 6 years ago
Merge branch 'fix-setup-test' of 'https://github.com/jgbarah-chaoss/grimoirelab-perceval.git'

Merges #378
Closes #378

a460f1480f49c6a478c485c0e4ca9b061468fa7c authored over 6 years ago
[setup] Fix to let setup.py test run

The command

python setup.py test

was not working, in the sense that it was not installing
test...

caa009eb2e341e68c5dc63451550550fa735878e authored over 6 years ago
Merge branch 'jgbarah-patch-1' of 'https://github.com/chaoss/grimoirelab-perceval'

Merges #382
Closes #382

9bfb2a66df244e81e2dcb226113cc8509ba55d34 authored over 6 years ago
Add readthedocs badge

New version of #148, which I'm closing.

0486875273af1fcc7f28aeb5797c2bf0e1a5ca19 authored over 6 years ago
Merge branch 'use-grimoirelabtoolkit' of 'https://github.com/valeriocos/perceval.git'

Merges #383
Closes #383

79c53f4c2f29e608061dd780187cface6de7e862 authored over 6 years ago
[backend] Replace datetime import with grimoirelab-toolkit

This code substitutes the datetime import to calculate the
timestamp of perceval items with the ...

43bf02ab878f965350353dcb1dbfa8f39409e4da authored over 6 years ago
Update version number to 0.10.2

96ca3b1a108f022c9c8b29b2f1035f74fe88951b authored over 6 years ago
Merge branch 'fix-pkgnamespaces' of 'https://github.com/jgbarah-chaoss/grimoirelab-perceval.git'

Merges #381
Closes #381

1dc9ecd14b55d4a91d8c5164f1d5678e2c2868e4 authored over 6 years ago
Fix support for package namespaces.

This module was not really using package namespaces. This
patch should provide that support. For...

edc63fcfed7d226adc7d5720f7509251169d0c57 authored over 6 years ago
Merge branch 'mattermost' of 'https://github.com/sduenas/perceval'

Merges #379
Closes #379

ab4f5046b5916484a30bc7827f338898c8157a62 authored almost 7 years ago
[mattermost] Add Mattermost backend

This backend allows to fetch the posts sent to a Mattermost
channel.

3f04b1c7b35ef04454f2c1070e9b3b522f03a0ad authored almost 7 years ago
Update version number to 0.10.1

87252474f5a17b6d0dc0d8357f2e6434d2961514 authored almost 7 years ago
Merge branch 'fix-phabricator-projects-in-tasks' of 'https://github.com/valeriocos/perceval'

Merges #376
Closes #376

cc6a980e234fa2fd7bf693ac82a45a47bb4387a1 authored almost 7 years ago
[phabricator] Handle project info in core:edge transactions

This patch allows to handle different JSON structures
(dict and list) of how project data appear...

f8365f46e118ce5f3032a219545810bb7368b6cd authored almost 7 years ago
Release 0.10.0

069ae1636fb60ce6e34ab48cbe97fe3be7f60014 authored almost 7 years ago
Update copyright information

3fa90b8f2c12328d3f7dbecc2d23262417c5549c authored almost 7 years ago
Merge branch 'improve-phabricator' of 'https://github.com/valeriocos/perceval'

Merges #315
Closes #315
Fixes #83

0e506dc1d202400ef53c3b882fb5c7d7415594c4 authored almost 7 years ago
[phabricator] Include project/user information in task transactions

This patch includes project and user information in task
transactions with the following types:
...

0594d562871923afa7a829fe51789af1c0e67bd2 authored almost 7 years ago
Merge branch 'enable-jenkins-depth' of 'https://github.com/valeriocos/perceval'

Merges #375
Closes #375

3bbcb91cfa2e738196328d7f38c7f768af45351b authored almost 7 years ago
[jenkins] Control detail level of Jenkins data

This patch allows to control the granularity of the data returned
by the Jenkins API. By default...

8585cc3145faac5098d2edfb10af1e2da8f328c4 authored almost 7 years ago
Merge branch 'gerriturl' of 'https://github.com/Prabhat-IIT/grimoirelab-perceval'

Merges #374
Closes #374
Fixes #368

703be8c882ecefedb000b5abbd8119412d942b46 authored almost 7 years ago
[gerrit] Increase backend version to 0.11.0

894678c0d1846d842b5e8b4b2bef21bb3fca520a authored almost 7 years ago
[gerrit] Rename parameter 'url' to 'hostname'

The parameter 'url', needed to run the gerrit backend,
is not really an url, but the host name w...

db98a482fee624a3aa09e65cdc64a0f9d39d6a82 authored almost 7 years ago
Update version number to 0.9.16

bfe7578a8afaa6eb7a160ab1372eb32180c1fe4d authored almost 7 years ago
Merge branch 'not_a_gzipped_file' of 'https://github.com/dpose/perceval'

Merges #370
Closes #370
Fixes #369

97643b30980d6c935919ee9a70192b0e378fe18c authored almost 7 years ago
Fix the error "Not a gzipped file (b'00')"

It freezes the version of the dulwich package installed as a dependency
of perceval.
From now, a...

b66b92dc0ab0d2c4c3e2011f0f4959f7c4d95b25 authored almost 7 years ago
Merge branch 'sanitize-archive' of 'https://github.com/valeriocos/perceval'

Merges #373
Closes #373

2a72d485704c79fb593c05b2b5ac2d86dea5f196 authored almost 7 years ago
[slack] Remove credentials when archiving data

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

3315f6270f1c17a952633f469fbfe0d399be568c authored almost 7 years ago
[stackexchange] Remove credentials when archiving data

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

d580e92dccb1e28aeb529b9b125368e037707fc8 authored almost 7 years ago
[telegram] Remove credentials when archiving data

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

b7c3419c9b6b414d494462112f0bdcfc2e544ed3 authored almost 7 years ago
[client] Sanitize url, payload and headers when archiving data

This patch enables removing credentials information available in
url, payload and headers when...

49763dc6193530d3dd8ad22c956e055920a21680 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