- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
All Stories
Dec 12 2022
Build is green
- Is it possible to also list this query I often use to check the status of the ingestion:
for example:
select last_visit_status, count(ovs.url) from origin_visit_stats ovs join listed_origins lo on lo.url = ovs.url and lo.visit_type = ovs.visit_type where lister_id='8d1ebad5-a2dc-482c-9b9b-188665274377' group by last_visit_status;
Adapt according to suggestion and rework query and query sample presentation
Created these in Hex.pm official github repo:
- PR to add order param in /packages API
- Issue for missing inserted_at values in release metadata. A corresponding PR was created by the maintainer to fix this issue. This shall be helpful for the hex.pm loader.
Build is green
Rebase
Closed by 8e125f1
Dec 9 2022
is there a pdf version? maybe in the slides repository (in .org) or in the annex?
- Is it possible to also list this query I often use to check the status of the ingestion:
for example:
select last_visit_status, count(ovs.url) from origin_visit_stats ovs join listed_origins lo on lo.url = ovs.url and lo.visit_type = ovs.visit_type where lister_id='8d1ebad5-a2dc-482c-9b9b-188665274377' group by last_visit_status;
16:35 $ curl -I https://www.softwareheritage.org/swhid HTTP/2 301 date: Fri, 09 Dec 2022 15:53:24 GMT server: Apache x-powered-by: PHP/8.1.0 expires: Fri, 09 Dec 2022 16:53:24 GMT cache-control: max-age=3600 x-redirect-by: redirection location: https://docs.softwareheritage.org/devel/swh-model/persistent-identifiers.html strict-transport-security: max-age=31536000 content-length: 0 content-type: text/html; charset=UTF-8 via: 1.1 varnish (Varnish/6.3), 1.1 varnish (Varnish/6.3) x-cache-hits: 0 x-cache: MISS age: 0
Use the Dagstuhl templates to write the use cases:
https://docs.google.com/document/d/1N0wnb0U9v7UGdXanuLCIBtqCF4-bPzZJ-rQUl_X5ZKM/edit?usp=sharing
Build is green
Bump copyright dates
In D8939#232688, @douardda wrote:In D8939#232687, @douardda wrote:In D8939#232508, @vlorentz wrote:Could you use a logger instance,
what do you mean by "use a logger instance"?
and add if logger.isEnabledFor(logging.DEBUG): before logger.debug statements that use hash_to_hex?
sure
Actually, why would this be needed? I mean I don't expect has_to_hex() to be a fat cpu burner, do I?
I like it, thanks!
In D8939#232687, @douardda wrote:In D8939#232508, @vlorentz wrote:Could you use a logger instance,
what do you mean by "use a logger instance"?
and add if logger.isEnabledFor(logging.DEBUG): before logger.debug statements that use hash_to_hex?
sure
In D8939#232508, @vlorentz wrote:Could you use a logger instance,
Build is green
bug fix
Build has FAILED
rebase and experimetal features
Dec 8 2022
Build is green
Build is green
Adapt according to last irc discussion -> use --preset
Rebase
Build is green
Build is green
Expose the new subcommand
Build is green
Amend according to discussion and fix tests
Build has FAILED
- cli.add_forge_now: Open register-lister with sensible defaults
- cli.add_forge_now: Rework according to review
Build has FAILED
Fix
Build has FAILED
Fix
Build has FAILED
Adapt somewhat according to review (let jenkins builds stuff) [1]