aboutcode-org / aboutcode-org/vulnerablecode
[Enhancement] Logging: Add logging to vulnerabilitites.import_runner and vulnerabilities.importers for better readability
- Ngôn ngữ chính
- Python
- Star
- 702
- Fork
- 328
- Merge trung bình
- 3 ngày 8 giờ
- Pull request đã merge (30 ngày)
- 3
Mô tả
# Current Behaviour
On running `./manage.py import --all` for the database.
The function call to `importer_class().advisory_data()` defined in [vulnerablities/import_runner.py#L57](https://github.com/nexB/vulnerablecode/blob/d21d2c1de127118a7ff884c184eb6aefdadf157c/vulnerabilities/import_runner.py#L57C4-L57C4)
collects the `json` data from the `importers` defined in `vulnerabilites.importers` package
The current output looks like

# Expected Behaviour
Add a progress bar to show status of import
# Deliverables
- [x] Add Progress Bar for successful fetch
# Further Additions
- [ ] Add Progress Bar for successful write to database
Hướng dẫn đóng góp
Chưa lập chỉ mục được hướng dẫn đóng góp cho kho mã nguồn này
Đánh giá
Issue này chưa được đánh giá.