Ecosyste.ms: OpenCollective
An open API service for software projects hosted on Open Collective.
github.com/chaoss/grimoirelab-sirmordred
Orchestrate the execution of GrimoireLab tools to produce a dashboard
https://github.com/chaoss/grimoirelab-sirmordred
Logging configuration is set up at module scope. This overrides
the configuration defined in con...
Signed-off-by: Santiago Dueñas <[email protected]>
3b442f297ca5f5b8f77cbe05e44179636cb68bea authored over 5 years ago
`gitlab` alias is misleading, `gitlab_issues` is the right
one.
Signed-off-by: Alberto Pérez Ga...
01275a4e311d7cb80e7f2ae67d7bc3a10067a618 authored over 5 years ago
This code updates the archives used to test the platform
for github issues and pull requests.
S...
ec0e109c304add94771c84b5d9cdac33bf266a3b authored over 5 years ago
This code fixes the dependency version for elasticsearch
and elasticsearch-dsl to 6.3.1
Signed-...
e4f75c4a7913dd26ccb02ac801cca002d2b78717 authored over 5 years ago
This code update the assertion in `test_config` which
now counts with the new entry for `enrich_...
This code updates the name of the alias used for gitlab
issues, which now is `gitlab_issues`.
S...
998465641a5fd78adea59e0951d980c4751a3f97 authored over 5 years agoSigned-off-by: Santiago Dueñas <[email protected]>
bbdd9e8e3770715acf9f0137f1dc0145f3fe2fb0 authored over 5 years agoMerges #297 Closes #297
8239e7b34c144d0f108ad8ef645e36782aa24105 authored over 5 years agoThis code adds the panel to visualize the gerrit approvals.
Signed-off-by: Valerio Cosentino <v...
55a9f4d2e62017ff34ffc1cb3e49f63cf7e7739c authored over 5 years ago
This code includes an example that shows how to activate
the study `enrich_git_branches`.
Signe...
8fa354e0433b7b0c896f3c99c73c2238c61739fe authored over 5 years ago
This code adds a study to process git branches. It is
activated by adding the section [enrich_gi...
Signed-off-by: Santiago Dueñas <[email protected]>
d6ac94d28d707fae23170064d078f1edf937d13e authored almost 6 years ago
This code updates the jira archive for testing the
collection phases. Now the archive includes c...
This code allows to forward the url of a specific repo within
the projects.json to elk (`feed_ba...
This code allows to forward the url of a specific repo within
the projects.json to elk (`enric...
Signed-off-by: Santiago Dueñas <[email protected]>
53e50547202cb05e22e099192bc6665297488882 authored almost 6 years ago
This code fixes the first example to execute micro mordred
which was missing the param `--cfg`.
...
This code allows to retain only the identities that have been
seen after a give date (defined in...
This code changes the param `retention_hours` to `retention_time`, which
is now expressed in min...
This code includes the method `get_active_data_sources`, which
is in charge of retrieving the da...
955580c8ffb67502586a9e68d33ad47d15ed94c3 authored almost 6 years ago
2c895be25a90fb5a394710440c90d318ea64e18f authored almost 6 years ago
This code updates the setup.cfg and projects.json, which now
includes the section to collect git...
This code includes a new panel (export) in the Jenkins section
within the menu.yml.
This code includes the github-repo alias in the
aliases.json used for testing.
This code updates the documentation for the panels section
which now includes the new param:
- *...
This code adds to the aliases.json the aliases for the
raw and enriched indexes defined within t...
This code allows to order the data sources dashboards by name. The
dashboard 'Overview' is alway...
This code allows to upload the panels for the
github repositories data by setting the param
`git...
This code allows to upload the github repos panels
when executing the tasks related to panels.
1b4c15e37ff0744a579e8e001c0521e2f9c3bc67 authored almost 6 years ago
This code prevents to globally enrich data sources declared in the unknown
section and in other ...
f0044a043f54c2cdd04bd1383eeacfb7b00d04ce authored almost 6 years ago
This code retrieves the metadata__timestamp value of the last item
inserted in the enriched inde...
2d6960ee2c3f7fc65eab7f41dea866924e65ae50 authored almost 6 years ago
b7584e5e0f88089baa858b4a4cde03b491b19de9 authored almost 6 years ago
This code includes the repo https://github.com/Bitergia/grimoirelab-perceval-finos
to the requir...
This code add the alias `finos-meetings-raw`to the raw index and the
aliases `finos-meetings` an...
d22c0de99b6415dfa24ec8fac440800c11ae819b authored almost 6 years ago
[task_projects] Refactor `get_repos_by_backend_section`
c94bb1daf2dfff4aec8692685f6492995433d986 authored almost 6 years ago
This code adds tests to check that the method `get_repos_by_backend_section`
properly works.
This code refactors the method `get_repos_by_backend_section` in
order to support the following ...
e682785648964844bb1934791c8e0ea1a0ae6002 authored almost 6 years ago
This code relaxes the condition to verify the values of the mordred
cfg params by checking that ...
This code enhances the config with a new attribute: `retention_hours`, used
to enforce data rete...
This code includes a short description for the recent param included in the
config: `retention_h...
This code enforces the data retention policy after the execution of
a task. In a nutshell, the d...
This code removes the data stored in a raw index based on the value
defined in `retention_hours`.
This code removes the data stored in an enriched index based on the value
defined in `retention_...
This code improves the comments that explain why an
url containing filter-raw is ignored during ...
This code refactors the logic to process the --filter-* params,
which is now centralized in the ...
260de92e457900ed4df42bd8830ad7d569488d36 authored almost 6 years ago
This code modifies the way how the filter-prefix param is detected.
To improve consistency, all ...
bbadcd3338ac0f98fffdfda7b07892aaa99e0c7a authored almost 6 years ago
d8a0e6c9b9f3864af8f556cd71a186ce103464ab authored almost 6 years ago
This code documents the use of micro-mordred, which provides a simplified
version of mordred to ...
This code fixes the flake8 F632 error, which occurs when
comparing str, bytes, and int literals ...
This code removes the global data sources parameter, which is now
automatically assessed based o...
This code changes the method `get_repos_by_backend_section` to accept a list
of global data sour...
This code updates the doc to include information about
the setup parameter `global_data_sources`.
This code updates the way of calling the method `get_repos_by_backend_section`,
which now accept...
This code allows to set up the global data source from the setup.cfg.
f27a3fa2132fead11d4f3dcdea71b449a364eeb8 authored almost 6 years ago
This code includes an error log message when the orgs_file is
not found on disk.
65ddceabea7ac8daeb307cc29164e5c916c82aba authored about 6 years ago
This code adds the method `anonymize_url` to the Task class with
the aim of removing credentials...
This code includes a log message when the kibiter URL is wrong, which makes
impossible to connec...
This core replaces the urljoin method of urllib.parse with the
method urijoin of grimoirelab-too...
This code allows to propagate the cfg section name of a backend to ELK.
This information is need...
This code includes the efficiency panels for GitLab merge requests and issues. Both
panels are a...
This commit updates menu.yaml to include new Git lifecycle
panel.
b17d4f2d5f144194f79e30e604e30d60853f275f authored about 6 years ago
This code updates the documentation of the parameters of the
setup.cfg. It includes now:
- `alia...
This code updates the setup.cfg of the micro mordred, which now
is able to read aliases.json and...
This code allows to read the content of the menu.yaml, which path
is now defined in the setup.cfg.
This code allows to read the menu.yml from a local path defined
via the `menu_file` param within...
e9edb92e57179163238d0002fc507b1b88fea40a authored about 6 years ago
Affiliations panel is available since GrimoireLab 0.2.0 but
it is not managed by Mordred. This p...
36417661788f49ecaedfbb9db59ab7b8a967cd56 authored about 6 years ago
[aliases] Add aliases_file to cfg
741676fd6835676b627c653f0b84aee9e1849752 authored about 6 years ago
This code allows to load the aliases.json from a path declared
within the setup.cfg (i.e., [gene...
This code updates the setup.cfg used for testing with the new
param `aliases_file`, which allows...
This code enhances the setup.cfg to include a new param
`aliases_file`, which allows to declare ...
This code allows to load the aliases.json from a path declared
within the setup.cfg (i.e., [gene...
This code updates the method `load_aliases_from_json`, which now
is able to load a JSON file fro...
04561e2b0672f01075cbf378035e86c48dde1902 authored about 6 years ago
This object no longer exists and was wrongly imported
by SirMordred.
77f534e782ac961fd94a2de19db842c1bbef0d2e authored about 6 years ago
This code adds an additional parameter to `enrich_backend` which
allows to pass to ELK the list ...
This code removes the reference to TaskPanelsAliases, which
functionality is now achieved by ELK.
This code removes TaskPanelsAliases references from task_enrich.
8c2ce07fa0d5d7847ed121d9a21c84cf3444ddb7 authored about 6 years agoThis code removes the TaskPanelsAliases from mordred.
93db2e6a61cf5bc59ce0fc71096bdda9c9df9918 authored about 6 years ago
This code adds an additional parameter to `feed_backend` which
allows to pass to ELK the list of...
This code includes a method to allow reading the aliases of
raw and enriched indexes from the fi...
This code uploads the aliases.json files used by mordred,
micro-mordred and tests.
This code removes the TaskPanelsAliases task, which functionality
is now handled by ELK.
This code refactors the `refresh_identities` method to align it
with the recent changes in the s...
Update metadashboard structure according to the new menu
8370ad1bde32d2a8f2e39ceddfc1e59fc1c5b0bf authored about 6 years ago1ddb64de6246c6d775b0d8136d64a58c4c6a2797 authored about 6 years ago
e67eede16d48ecd07a5f83dc3f76b2a76973600b authored about 6 years ago