Граф коммитов

4 Коммитов

Автор SHA1 Сообщение Дата
Marco Castelluccio 735fccc4a9 In the retrieval task, download only new or changed bugs
To support it, refactor bugzilla methods:
- adding methods to get IDs given a query and given a time period;
- renaming the internal _download method to get, since it's used externally;
- changing delete to be more flexible and allowing to use a lambda to choose which bugs to delete.

Fixes #440.
2019-06-09 00:32:23 +02:00
Boris Feld bad6a50d8b Pre commit setup (#252)
* Add pre-commit configuration

Add auto-formatting configuration using the https://pre-commit.com/ project.
Having auto-formatting setup and automatically enforced helps speeding up
development and review process.

* Apply the auto-formatting on all files in the repository

* Removes flake8-quotes as it conflicts with Black formatting

* Disable some Flake8 rules

Disable Flake8 rules that are handled by Black. The list comes from
https://github.com/ambv/black/issues/429#issuecomment-472687803.
2019-04-09 15:57:29 +02:00
Marco Castelluccio 41f1aa3b1e Calculate important components based on their past occurrences rather than having a hardcoded list
Fixes #220
2019-03-18 20:18:25 +01:00
John Giannelos d29621b84d Add script to compute success rate for component models (#190) 2019-02-26 15:16:39 +01:00