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

[git] Fix `rev-list` call with `--max-count`

This code fixes the call of the git command `rev-list` with parameter
`--max-count`, which needs...

4966188af5fabb83b8f1b8a2a62d5bbe6c4d93b9 authored almost 6 years ago
Merge branch 'fix-sleep-time-doc' of 'https://github.com/valeriocos/perceval'

Merges #491
Closes #491

b3031c06bf76f5380db661a7c6c7be590499199c authored almost 6 years ago
[doc] Update docstring for `sleep_time` param

This code updates the description of the `sleep_time` param
for the client and the following bac...

eef52a100b6bb72cc5c432489a1de498afbed406 authored almost 6 years ago
Merge branch '429-discourse' of 'https://github.com/valeriocos/perceval'

Merges #464
Closes #464

46018d6764f8454a7397e0a04e40ca74868ec919 authored almost 6 years ago
[discourse] Add params `sleep_time` and ` max_retries`

This code enhances the Discourse backend, client and commandline with the
params `sleep_time` an...

10213a290beafdae8518023cb2235086ebdf4506 authored almost 6 years ago
[discourse] Complete raise statements in test code

This code completes the raise statements by adding a generic exception
within the test code.

2e8224f01de61325d64ec82fc878fa50d4625f4c authored almost 6 years ago
[discourse] Add tests for sleep_time and max_retries params

This code modifies the tests for Discourse to include the new params
`sleep_time` and `max_retri...

26376e10458431535973649cd6984a661031940a authored almost 6 years ago
[discourse] Remove redundant parenthesis in test methods

This code removes redundant parenthesis from tests methods.

064e04a40edefd456fcaaa1a1dd40bb5771532ef authored almost 6 years ago
Merge branch 'add-github-tokens-pool-support2' of 'https://github.com/lukaszgryglicki/grimoirelab-perceval.git'

Merges #477
Closes #477

109a934431ec0a0f108ef7a2f857391218a54f39 authored almost 6 years ago
[github] Add support for GitHub tokens pool

This commit adds support for multiple GitHub tokens. Tokens are
given as a list of 40-hex-digit ...

7b341f5ccd456238c61403f6df296ee92dea6b01 authored almost 6 years ago
Update version number to 0.12.7

1558be17fccfdabfc33d37571bbcc495e8bcb5c1 authored almost 6 years ago
Merge branch 'confluence-ancestors' of 'https://github.com/maoo/grimoirelab-perceval'

Merges #487
Closes #487
Fixes #486

9d3d19babf61fd20d9c4c678f9c3d933428923c2 authored almost 6 years ago
[confluence] Extend Perceval Confluence backend to index ancestor pages

The Perceval Confluence backend can parse the entire tree of
Confluence pages, indexing each pag...

4371c4e50f33fd98060d01722f03140efff30743 authored almost 6 years ago
Merge branch 'github-stars-watchers-forks' of 'https://github.com/valeriocos/perceval'

Merges #481
Closes #481
Fixes #480

805d73122b871c29146a70601d8f3d78267b41e1 authored almost 6 years ago
[github] Add 'repository' category to fetch metadata from repositories

This code allows to fetch repositories information of a target
repository. The time when the rep...

de5acb2f992d6d6470368ca90575848e6c25dc24 authored almost 6 years ago
Merge branch 'fix-license-info' of 'https://github.com/valeriocos/perceval'

Merges #485
Closes #485

c80f6696bfca44cd77971abde339fd51e7633a7c authored almost 6 years ago
[perceval] Update license info

This code updates license information for every source code file in Perceval.

076953e95735401b4d9266562f9ae406a30751a0 authored almost 6 years ago
Update version number to 0.12.6

6750ece3885b9f7d1230f06ada01b0901c9a4670 authored almost 6 years ago
Merge branch 'add-rev-list' of 'https://github.com/valeriocos/perceval'

Merges #478
Closes #478

12e0d6be0283b8240f1e199d7d6b8e374b4b75d2 authored about 6 years ago
[git] Add rev-list command to GitRepository class

This code adds support for the `rev-list` command, thus
the list of commit hashes is retrieved f...

b87b38e1bb4e0f73ac7d96100bee26005a75b580 authored about 6 years ago
Merge branch 'allow-fetch-with-no-update' of 'https://github.com/valeriocos/perceval'

Merges #475
Closes #475

90e720347db72c60062c99c82ca63b2d1c5fecb0 authored about 6 years ago
[tests] Add tests to check fetch without update

This code includes tests to check that the fetch without
update properly works.

c3f2541a754b07e070abbcbce54ba435bb110126 authored about 6 years ago
[git] Allow fetch without update repo

This code allows to fetch the commits of a repo without
performing any update against the target...

5eaea19562d600adb1444f396287a196f7ae4aa8 authored about 6 years ago
Merge branch 'handle-upstream-issues' of 'https://github.com/valeriocos/perceval'

Merges #472
Closes #472

dbcc4cee6a49f8a68d8da21a4df23056089dfbda authored about 6 years ago
[jenkins] Move extra_status_force_list to Client class variable

This code moves the list of http errors to retry upon failure to
the class variable.

b0c65bfffc8098562f50f4376c3ba42780d76fca authored about 6 years ago
[googlehits] Move extra_status_force_list to Client class variable

This code moves the list of http errors to retry upon failure to
the class variable.

4a49a4c46f2c638dc9a20f48628fee548dcdba3c authored about 6 years ago
[meetup] Move extra_status_force_list to Client class variable

This code moves the list of http errors to retry upon failure to
the class variable.

98961cf9ce6030915828dda7957658f57017a321 authored about 6 years ago
[tests] Add test about retry error for GitHub

This code add a test to check whether a retry error is thrown
when the http error in one of the ...

3fa0c02540e4a286863dc44c2fa606b9883ac32e authored about 6 years ago
[github] Handle upstream server connection problems

This code limits the connection problems with the github api. In a
nutshell, the github backend ...

9732cb66e61d90f9d76c6758a9ea898ceb14ac06 authored about 6 years ago
[phabricator] Move extra_status_force_list to Client class variable

This code moves the list of http errors to retry upon failure to
the class variable.

00c5d978e9218a2f19af40a6ffa86c8e7175b28b authored about 6 years ago
Update version number to 0.12.5

fbbb29f0aad9f3390ae4868ff80bcd2718af7207 authored about 6 years ago
Merge branch 'add-to-date-github' of 'https://github.com/valeriocos/perceval'

Merges #469
Closes #469
Fixes #466

2cb44bdfdf18de4d51bef291989bca0ff5e3c553 authored about 6 years ago
[github] Support `to-date` parameter in GitHub backend

This code provides support to fetch issues and pull requests until a given date
included. Test c...

5525350c0d1b6be445f17ac19d989b3e3b12ed84 authored about 6 years ago
Update version number to 0.12.4

dad170aa502b786d1374a818cec25892af6e2ebf authored about 6 years ago
Merge branch 'handle-503-gitlab' of 'https://github.com/valeriocos/perceval'

Merges #463
Closes #463

30e62c7814edfbf8c2e0add4508738f50a6e82d4 authored about 6 years ago
[gitlab] Add retry on 503 HTTP errors

This code allows the backend to reissue petititions to
the GitLab API in case of 503 HTTP errors...

f69ad89ea7bb738801546b408a4a5e19af18f47d authored about 6 years ago
Update version number to 0.12.3

89fc35bd518468f7bbf6daab5da35985d872f0ed authored about 6 years ago
Merge branch 'filmaj-patch-2' of `https://github.com/chaoss/grimoirelab-perceval`

Closes #455

b230affeb3b4c2e9768750156540f39a09921cd7 authored about 6 years ago
Updating instructions for querying stackexchange in README

`--token` doesnt work, but `-t` does.

7acf9ebbb61327645984bb8a5027d3cefa2ea3f9 authored about 6 years ago
Merge branch 'fix-resuming-gitlab' of 'https://github.com/valeriocos/perceval'

Merges #453
Closes #453

ac162544b79c8053aaec1c0dc05b854a908bcca9 authored about 6 years ago
[gitlab] Fix `has_resuming` method

This code fixes the return value of the `has_resuming` method,
which now is set to true.

96e4f764a3a46a164fea5d5edfff7a9126ae1a36 authored about 6 years ago
Update version number to 0.12.2

ab2078f3a708c867b9b1912a9bd31daf38c974d3 authored over 6 years ago
Merge branch 'change-info-warning-jenkins' of 'https://github.com/valeriocos/perceval'

Merges #451
Closes #451

44e442cff6acd05743542611070ec03a4a538c7d authored over 6 years ago
[jenkins] Update message level when handling blacklisted jobs

This code changes the message level when filtering
blacklisted jobs. Tests have been changed acc...

100ca5d2f3cf395ed92bff1ab65970a391d42c7b authored over 6 years ago
Merge branch 'add-blacklist-id-items' of 'https://github.com/valeriocos/perceval'

Merges #448
Closes #448

3817a9debced7b633eaff9b2ce9868d33979949d authored over 6 years ago
[gitlab] Allow to blacklist merge/issue ids

This code allows to prevent perceval to fetch a list of merge or
issue ids. Such a blacklist ids...

03fd2577675349eb1e0e2bb28d3d8fb9321927b9 authored over 6 years ago
Merge branch 'fix-flake8' of 'https://github.com/valeriocos/perceval'

Merges #449
Closes #449

45dfec19322502762de6a71230153c6f54990724 authored over 6 years ago
Ignore W504 flake8 error code

This code adds the error code "W504 line break after binary operator"
to the flake8 ignore list ...

5dfae04434512e8f1ce6b9970def9e8f750b2814 authored over 6 years ago
[backends] Fix flake8 errors

This code fixes flake8 errors in backends module, which
appeared after the latest release of the...

d683983ae9c28d673dce91059896bfdc5097600d authored over 6 years ago
Update version number to 0.12.1

4f4d78c23d7a3af9cd058803e5417bf63d445ae8 authored over 6 years ago
Merge branch 'groupsio-support-groupnames' of 'https://github.com/valeriocos/perceval'

Merges #444
Closes #444

96214de787a2f23f53188fa743991aaad84248ec authored over 6 years ago
[groupsio] Make api token a required param

This code forces the end-user to set up an api token to fetch
data from groups.io API.

b09794d43b0c737207556692f452d5e012ca46b9 authored over 6 years ago
[groupsio] Fetch archives from group-specific domains

This code allows the groupsio backend to fetch archives of
organizations having their own domain...

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

Merges #443
Closes #443

d4dcd9ddb8d53f2f62fb4ae7d37f99051f6d79f7 authored over 6 years ago
Adding academic reference

Adding a reference to the ICSE 2018 paper that describes Perceval.

7fceaea9949e12d0315ba986f81ac6ad390608fa authored over 6 years ago
Release 0.12.0

348eb9dfad7218534c377f0d0c4f3b0c8e9a3f62 authored over 6 years ago
Merge branch 'fix-archive-mediawiki' of 'https://github.com/valeriocos/perceval'

Merges #437
Closes #437
Fixes #436

140e6f234fbb6d0b0ca4ed69ff490605a0a74fbc authored over 6 years ago
[tests] Align mediawiki after API calls optimization

This code aligns the tests for mediawiki with the new changes
in the backend.

2f4e355a80266928f2e3b3ff29d609f5981c7df9 authored over 6 years ago
[mediawiki] Optimize number of calls to API

This code optmizes the number of calls to fetch revision info,
in particular if a page doesn't h...

0de6262b39428c11a5280686aa91a1b068e80859 authored over 6 years ago
Merge branch 'use-output-cm-mbox' of 'https://github.com/valeriocos/perceval'

Merges #441
Closes #441

9919bb0019e9bafb3798ae675df0cd0fa21832f9 authored over 6 years ago
[tests] Use output method in assertLogs for mbox test

This code uses the method output to explore the logs produced
while fetching Mbox data, instead ...

a84e52aa2930a777f2c94b766b132186d0edd475 authored over 6 years ago
Merge branch 'use-output-cm-gitlab' of 'https://github.com/valeriocos/perceval'

Merges #440
Closes #440

44ccd9bc6dd46561e33103317bc9d137e5951017 authored over 6 years ago
[tests] Use output method in assertLogs for gitlab test

This code uses the method `output` to explore the logs produced
while fetching GitLab data, inst...

a3b8d6683e5498be6c47842d7ee0c12da53c2991 authored over 6 years ago
Merge branch 'add-test-version-mediawiki' of 'https://github.com/valeriocos/perceval'

Merges #439
Closes #439

faba47a9c62f16359a8ff03e5bc5e37774d5a2fa authored over 6 years ago
[mediawiki] Fix error in client `get_version` method

This code fixes the logged error of the method `get_version`
within the MediawikiClient. Before,...

0783a2bb3f93695854b228b478d1169961ff0ce3 authored over 6 years ago
[tests] Add test to handle mediawiki version exception

This code includes a new test used to check that exceptions
thrown when getting the version of t...

e533004ab5e781ac1bce5c729f7de8c84807b122 authored over 6 years ago
Merge branch 'sduenas-fix-gitlab' of 'https://github.com/sduenas/perceval'

Merges #438

b9d1dc2e3ef9ae694b453bbc246fc0a62692ffed authored over 6 years ago
[gitlab] Fix typo initiazaling common MRs fields

Merge Requests store 'versions_data' field and not
'commits_data'. This patch fixes this typo.

033488afedbedceaad6fd3ad77f88b24696577c9 authored over 6 years ago
Update version number to 0.11.11

87a2cbbab030ec9f06919f692d579ed901214a72 authored over 6 years ago
Merge branch 'gitlab-merge-requests' of 'https://github.com/valeriocos/perceval'

Merges #435
Closes #435

3e08f894dc20a3fe8677a366826671abf35d26af authored over 6 years ago
[tests] Add tests for GitLab merge request data

This code includes tests to check that GitLab merge requests
data is properly fetched.

c4ee1a10607e11c5ffc479a66e0d4cc680acb9e8 authored over 6 years ago
[gitlab] Add merge_request category

This code enhances the GitLab backend to extract merge requests
data, which includes comments an...

849aaa5e649d20f81323408735b34fecaf32960b authored over 6 years ago
Merge branch 'fix-github-minor' of 'https://github.com/valeriocos/perceval'

Merges #434
Closes #434

580bb7443a57247c1318439da73a8764c51b1976 authored over 6 years ago
[github] Fix doc in fetch method

This code fixes the documentation of the method `fetch`, which
allows to fetch data from issues ...

7003755de7abb7cea62b353f0a0e91ca7cc2d16b authored over 6 years ago
Merge branch 'json-line' of 'https://github.com/jgbarah-chaoss/grimoirelab-perceval.git'

Merges #401
Closes #401

7d55226c2860494ca9c609ab6496653e45f7d25e authored over 6 years ago
[args] Add new argument --json-line

The new --json-line argument produces an output which is
a valid JSON line per item. This makes ...

91d0a99f86080c9f27f97041919c0b390bb2fe57 authored over 6 years ago
Update version number to 0.11.10

1ed8dac5fa2e1ba7b51a6f2de0fe955ccd1a78ac authored over 6 years ago
Merge branch 'perceval-option-remove' of 'https://github.com/MalloZup/grimoirelab-perceval.git'

Merges #430
Closes #430

3a7fb4deabdf9873e5c8a6b70f4942d610442e3e authored over 6 years ago
Remove unused and not working config_file option

This option is removed from the Perceval client due to
it is not used.

d655a8ec3f5eae852611de0a175b044461247f40 authored over 6 years ago
Update version number to 0.11.9

d8d71d378e132997beafbdb825dc06f7c99958cc authored over 6 years ago
Merge branch 'googlehits-modify-item-id' of 'https://github.com/valeriocos/perceval'

Merges #424
Closes #424

c6bede7e6ea32df8ed1da04b5d56d1676dd1e576 authored over 6 years ago
[googlehits] Modify item id generation

This code modifies the way how ids for google hits items are
generated. In order to track the ev...

8cb917c329e673ab1ef93fe3abaa8ec5ea34c1c2 authored over 6 years ago
Merge branch 'increase-per-page-limit' of 'https://github.com/valeriocos/perceval'

Merges #426
Closes #426

d3a8e97444dd9a63b0cb2de041d58f139ea626de authored over 6 years ago
[github] Increase number of items retrieved per page

This code sets the maximum number of items retrieved per page
to 100 (the current limit provided...

6fb2a73b9d0d1ecef2936c94116a4cb0be119cc4 authored over 6 years ago
Merge branch 'filmaj-requirements'

Merges #425
Close #425

ea43f44c4a7767dd62c28e9c95a4801b897a2f0a authored over 6 years ago
📝type fix on tests requirements file

e563fcf0c35f9a2eef6f92b0c25b518d49049d79 authored over 6 years ago
Update version number to 0.11.8

4366b2c012008a871abe3d85a5c513953d13a28f authored over 6 years ago
Merge branch 'googlehits-backend' of 'https://github.com/valeriocos/perceval'

Merges #411
Closes #411

883b90462d04232b9ea1ecb833ec49c9e1f63053 authored over 6 years ago
[doc] Include doc to execute the googlehits backend

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

5e753a52eaa495daee31837b28698d706e976459 authored over 6 years ago
[backends] Add backend for GoogleHits

This code includes a backend to fetch hits for a given
list of keywords from the Google API. In ...

dffd71db5bb9f9f0be790c2a8e3ef831b1478576 authored over 6 years ago
Merge branch 'fix-flake8-slack' of 'https://github.com/valeriocos/perceval'

Merges #423
Closes #423

c0bbe987e39ff98487e820ed012bab9b082a1b58 authored over 6 years ago
[slack] Fix flake8 error

This code fixes a flake8 error in the Slack backend.

7803467f578d9ca53010fbc537da3595b8708762 authored over 6 years ago
Merge branch 'include-num-members' of 'https://github.com/valeriocos/perceval.git'

Merges #422
Closes #422

175ff6849c1f4114ffbe62432b7bf2cacabc8b6f authored over 6 years ago
[slack] Include num members in channel info

Due to a Slack API change, this code retrieves the number
of members using the new Slack API cal...

9573fc0bc29ef09d88e4ac4f8727338c58794932 authored over 6 years ago
Merge branch 'update-readme-install' of 'https://github.com/valeriocos/perceval'

Merges #417
Closes #417

ea533bbe8f9d9c095137d2832a85ac1178881fa0 authored over 6 years ago
[doc] Update install from source code section in README.md

This code updates the information to install perceval from source
code. Thus, the new way of ins...

10bbca2553b8bda4c51ede7ca5179927d755d2c3 authored over 6 years ago
Update version number to 0.11.7

fa89c5af75ecc67c3c152f380d482ea7f7e88504 authored over 6 years ago
Merge branch 'fix-askbot' of 'https://github.com/valeriocos/perceval'

Merges #420
Closes #420

e193fd135700dfa16a785e2224f84f20ed30b8d8 authored over 6 years ago
[askbot] Handle upstream internal server

This code allows to handle 500 http errors returned by the
upstream server when fetching comment...

83e0a48e241f587e4e068a7c4343ff9b34e7dd13 authored over 6 years ago
Merge branch 'fix-sanitize-gitlab-2' of 'https://github.com/valeriocos/perceval'

Merges #418
Closes #418

9147ba50ae648881a18dab94f16767ca38d39471 authored over 6 years ago