Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
codecov-commenter created a comment on a pull request on ProfessionalWiki/WikibaseFacetedSearch
## [Codecov](https://app.codecov.io/gh/ProfessionalWiki/WikibaseFacetedSearch/pull/24?dropdown=coverage&src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+commen...
malberts opened a draft pull request on ProfessionalWiki/WikibaseFacetedSearch
Rewrite item link with page sitelink
For #4malberts created a branch on ProfessionalWiki/WikibaseFacetedSearch
sitelink - Enhanced searching interface with drilldown for Wikibase
JeroenDeDauw created a comment on an issue on ProfessionalWiki/WikibaseFacetedSearch
WikibaseCirrusSearch is using some query DSL provided by `ruflin/elastica`. We might need to be able to run complex queries. See the "script" in https://github.com/ProfessionalWiki/WikibaseFacetedS...
JeroenDeDauw created a comment on an issue on ProfessionalWiki/WikibaseFacetedSearch
> When querying a Wikibase instance using Elasticsearch and WikibaseCirrusSearch, we need efficient aggregations on the statement_keywords field to extract and count specific property values (e.g.,...
JeroenDeDauw created a comment on an issue on ProfessionalWiki/WikibaseFacetedSearch
## How to run queries via CLI ``` curl -X GET "localhost:9200/_search?pretty" -H "Content-Type: application/json" -d' { "query": { "bool": { "must": [ { "match": { ...
JeroenDeDauw opened an issue on ProfessionalWiki/WikibaseFacetedSearch
Create elastic query for facet values
AC: results like: * Bob (5) * Alice (3) * NyanCat (1)JeroenDeDauw reopened an issue on ProfessionalWiki/WikibaseFacetedSearch
Investigate additional ElasticSearch queries
Additional ElasticSearch queries needs to be done to get the facet values and counts for the current search result. Determine how this can be done via: * CirrusSearch extension; or * Elastica ...JeroenDeDauw created a comment on an issue on ProfessionalWiki/WikibaseFacetedSearch
``` curl -X GET "localhost:9200/mediawiki_content_first/_search" -H "Content-Type: application/json" -d' { "query": { "bool": { "must": [ { "match": { "sta...
codecov-commenter created a comment on a pull request on ProfessionalWiki/WikibaseFacetedSearch
## [Codecov](https://app.codecov.io/gh/ProfessionalWiki/WikibaseFacetedSearch/pull/22?dropdown=coverage&src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+commen...
malberts created a branch on ProfessionalWiki/WikibaseFacetedSearch
malberts-patch-1 - Enhanced searching interface with drilldown for Wikibase
malberts closed a pull request on ProfessionalWiki/WikibaseFacetedSearch
Remove Codecov TODO
Follow-up to https://github.com/ProfessionalWiki/WikibaseFacetedSearch/pull/19 Looks like the token is not necessary (copied from https://github.com/ProfessionalWiki/AutomatedValues/blob/master/...malberts opened a pull request on ProfessionalWiki/WikibaseFacetedSearch
Remove TODO
Follow-up to https://github.com/ProfessionalWiki/WikibaseFacetedSearch/pull/19 Looks like the token is not necessary (copied from https://github.com/ProfessionalWiki/AutomatedValues/blob/master/...malberts created a branch on ProfessionalWiki/WikibaseFacetedSearch
malberts-patch-1 - Enhanced searching interface with drilldown for Wikibase
JeroenDeDauw pushed 1 commit to master ProfessionalWiki/WikibaseFacetedSearch
- Fix onShowSearchHitTitle signature (#20) 7afd188
JeroenDeDauw closed a pull request on ProfessionalWiki/WikibaseFacetedSearch
Fix onShowSearchHitTitle signature
JeroenDeDauw created a comment on an issue on ProfessionalWiki/WikibaseFacetedSearch
https://app.codecov.io/gh/ProfessionalWiki/WikibaseFacetedSearch ![image](https://github.com/user-attachments/assets/7000dba0-e9f3-4369-a7f1-5f4cb6bc1dc6)
JeroenDeDauw closed an issue on ProfessionalWiki/WikibaseFacetedSearch
Add Codecov (low prio)
AC: * Runs via GH Actions * Badge present in readme (Or closing this issue if we find out it is not possible) Functioning setup: https://github.com/ProfessionalWiki/AutomatedValues We sk...JeroenDeDauw closed a pull request on ProfessionalWiki/WikibaseFacetedSearch
Add codecov config and badge
For https://github.com/ProfessionalWiki/WikibaseFacetedSearch/issues/16 TODO: add tokenJeroenDeDauw created a branch on ProfessionalWiki/WikibaseFacetedSearch
onShowSearchHitTitle - Enhanced searching interface with drilldown for Wikibase
JeroenDeDauw created a comment on a pull request on ProfessionalWiki/WikibaseFacetedSearch
CODECOV_TOKEN secret var added
JeroenDeDauw pushed 1 commit to codecov ProfessionalWiki/WikibaseFacetedSearch
- Update ci.yml a019835