Skip to content

Commit

Permalink
Release 0.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
sduenas committed Mar 11, 2019
1 parent 4514a82 commit 37debca
Show file tree
Hide file tree
Showing 5 changed files with 110 additions and 7 deletions.
2 changes: 1 addition & 1 deletion grimoirelab/_version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# Versions compliant with PEP 440 https://www.python.org/dev/peps/pep-0440
__version__ = "0.2.5"
__version__ = "0.2.6"
20 changes: 20 additions & 0 deletions releases/0.2.6
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
GRIMOIRELAB_REL='0.2.6'

GRIMOIRELAB='0.2.6'
BESTIARY='e33976089fcb099d8054b686f61d1f39e9038aa1'
CERESLIB='5110e6ca490a4f24bec3124286ebf51fd4e08bdd'
GRIMOIREELK='2140b8f6f4230a3cc3bc2e4f17ff54c75cf4f54c'
GRIMOIRELAB_TOOLKIT='30f36e89f3070f1a7b9973ea3c8a31f4b792ee2b'
HATSTALL='7447f2a6974814612863851cef7b00351c02eb85'
KIBITER='d5092ff8a438a31a1434c172c10110c69ea6fb58'
KINGARTHUR='d614d0830856464e299c3e1537835e03766149f6'
PERCEVAL='1558be17fccfdabfc33d37571bbcc495e8bcb5c1'
PERCEVAL_MOZILLA='5693acf76bbae985db46cfc8023e4c87b1cd1585'
PERCEVAL_OPNFV='8cdfe8997ac90c932de8d35b1c59ca7bbbf5838a'
PERCEVAL_PUPPET='3e3afc3f55059bf56f7685ea821e3623f7c4bee5'
SIGILS='a1afff572c3c422e9f15bc02339fb445e3a3d2d4'
SIRMORDRED='e682785648964844bb1934791c8e0ea1a0ae6002'
SORTINGHAT='d49568053fc694a1e17ab7ef1fc1501be290e38b'
TUTORIAL='725308c8258869199d11681d73774bbf3930c041'
MANUSCRIPTS='94a3ad4f11bfbcd6c5190e01cb5d3e47a5187cd9'
KIDASH='af1350a0f2b0bd859ef7feb81b800c5d82c10c47'
83 changes: 83 additions & 0 deletions releases/NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,86 @@
# 0.2.6

Released: 2019-03-11

* Grimoire ELK
* [enrich] Add onion study to gerrit
* [p2o] Add None value for param `cfg_section_name` to p2o
* [enrich-confluence] Add ancestors data to enriched items
* [enriched] Add refresh param to update_by_query and delete_by_query
* [elk] Apply data retention policy to study indexes
* [utils] Set default value for variable analyzers
* [elastic] Add method `delete_items`
* [elk] Remove filter-raw-* for enrich backend
* [enriched] Handle hidden editors in mediawiki revisions
* [raw] Prevent mapping of data.ancestors.extensions for confluence raw items
* [elastic_items] Support for filter-raw-prefix
* [enrich] Remove raw filters when getting last enriched item
* [elk] Remove logic to create filters
* [elastic_items] Support filter on multiple attributes
* [raw] Remove `get_p2o_params_from_url` from Jira raw connector
* [raw] Remove `get_p2o_params_from_url` from Confluence raw connector
* [raw] Remove `get_p2o_params_from_url` from Bugzilla raw connector
* [raw] Remove `get_p2o_params_from_url` from Askbot raw connector
* [raw] Remove `get_p2o_params_from_url` from Gerrit raw connector
* [raw] Remove `get_p2o_params_from_url` from Git raw connector
* [tests] Add tests for `get_p2o_params_from_url` method
* [raw] Parse filters passed in the projects.json entries
* [enriched] Handle 502 and 503 errors
* [schema] Update jira.csv
* [enrich] Add updated field to Jira items
* [schema] Update gerrit.csv
* [enrich] Add last_updated and created_on to gerrit items
* [enrich] Add retry on status forcelist to ES connector
* [enrich] Update branch info in git commits
* [tests] Add tests for parsing projects.json in Jira raw connector
* [raw] Handle filter raw for jira
* [raw] Handle filter raw for confluence
* [schema] Add schema for GitHub repo data
* [enrich] Support enrichment of GitHub repo data
* [enrich] Handle Perceval errors on Git repo when updating items
* Revert "[enrich] Update Git references data in raw and enriched indexes"
* Revert "[schema] Update Git schema to include refs info"
* [schema] Update Git schema to include refs info
* [enrich] Update Git references data in raw and enriched indexes
* [utils] Move p2o description to main
* [utils] Move index_mapping description to main
* [utils] Move gh2k description to main
* [utils] Move gh2arthur description to main
* [utils] Move get_git_repos description to main
* [utils] Move gelk_mapping description to main
* [utils] Move gelk description to main
* [utils] Move e2k description to main
* [ELK] Update license info
* [tests] Update tests for mbox-related enrichers
* [schema] Update mbox csv
* [enrich] Add mbox_author_domain to mbox data
* Perceval
* [confluence] Extend Perceval Confluence backend to index ancestor pages
* [github] Add 'repository' category to fetch metadata from repositories
* [perceval] Update license info
* Sigils
* [jira] Add painless field that computes time of issues on the fly
* [github] Add delay with painless field to GH Issues panels
* [gerrit] Update gerrit panels adding delay with painless field
* [github] Add delay with painless field to GH Pull Requests panels
* Update onion panels and their documentation
* Address changes requested in #339
* Add Jenkins Job Categories panel
* Add new version of emtech adoption without crates
* SirMordred
* [config] Allow None default value for int config param
* [task_enrich] Enable data retention policy after enrichment phase
* [task_collection] Enable data retention policy after collection phase
* [task] Delete data based on retation_hours param
* [doc] Add description for`retention_hours` param
* [config] Add param `retention_hours`
* [task_collection] Improve doc for filter-raw param
* [task] Refactor logic to process --filter-* params
* [tests] Fix tests after modification in perceval
* [task_enrich] Modify p2o filters-prefix params
* Add jenkins job categories panel to `menu.yml`


# 0.2.5

Released: 2019-02-13
Expand Down
2 changes: 1 addition & 1 deletion releases/latest
10 changes: 5 additions & 5 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
grimoirelab==0.2.5
grimoirelab==0.2.6
grimoirelab-toolkit==0.1.9
perceval==0.12.6
perceval==0.12.7
perceval-mozilla==0.2.4
perceval-opnfv==0.1.12
perceval-puppet==0.1.11
kingarthur==0.1.15
grimoire-elk==0.38.0
grimoire-elk==0.39.0
sortinghat==0.7.4
kidash==0.4.13
grimoirelab-panels==0.0.32
grimoirelab-panels==0.0.33
manuscripts==0.2.19
sirmordred==0.2.6
sirmordred==0.2.7
cereslib==0.1.7

0 comments on commit 37debca

Please sign in to comment.