Ecosyste.ms: Timeline

Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.

malberts

malberts deleted a branch ProfessionalWiki/WikibaseFacetedSearch

tconfig

malberts pushed 5 commits to master ProfessionalWiki/WikibaseFacetedSearch
  • Add TODOs dc7d795
  • Move interfaces out of /Persistence/ 7593896
  • Inject Config into FacetUiBuilder 4ad1757
  • Improve naming of "instance of id" e452e19
  • Access facets in FacetUiBuilder 778f537

View on GitHub

malberts created a review comment on a pull request on ProfessionalWiki/WikibaseFacetedSearch
Blame WikibaseExport developers!

View on GitHub

malberts created a review on a pull request on ProfessionalWiki/WikibaseFacetedSearch

View on GitHub

malberts created a review comment on a pull request on ProfessionalWiki/WikibaseFacetedSearch
We might need both, or at least another version. See https://github.com/ProfessionalWiki/WikibaseFacetedSearch/pull/41/files#r1885911926

View on GitHub

malberts created a review on a pull request on ProfessionalWiki/WikibaseFacetedSearch

View on GitHub

malberts created a review comment on a pull request on ProfessionalWiki/WikibaseFacetedSearch
The original idea was that we'd need to access per-item/instance facet config when building the actual facets. So to build FacetConfigList I had to decide how to keep track of the configs and that ...

View on GitHub

malberts created a review on a pull request on ProfessionalWiki/WikibaseFacetedSearch

View on GitHub

malberts created a comment on an issue on ProfessionalWiki/WikibaseFacetedSearch
I should have been clearer. My queries here relate more specifically to range facet filtering with either "script" or "runtime_mappings", but with the point that both are likely suboptimal for invo...

View on GitHub

malberts created a comment on an issue on ProfessionalWiki/WikibaseFacetedSearch
A quick ChatGPT example of a runtime field extracting a value out of the `statement_keywords` list: ``` { "runtime_mappings": { "P1_value": { "type": "long", "script": { ...

View on GitHub

malberts created a branch on ProfessionalWiki/WikibaseFacetedSearch

facet-parser - Enhanced searching interface with drilldown for Wikibase

malberts created a comment on an issue on ProfessionalWiki/WikibaseFacetedSearch
For range queries on the current `statement_values`, ChatGPT has a warning about using queries like this: ``` { "query": { "script_score": { "query": { "match_all": {} }, "s...

View on GitHub

malberts opened an issue on ProfessionalWiki/WikibaseFacetedSearch
Index Point In Time values
AC: TODO
malberts opened an issue on ProfessionalWiki/WikibaseFacetedSearch
Add search keyword for range facets
`haswbstatement` supports only "equals" queries. A new search keyword is necessary to generate the ElasticSearch query for other operators.
malberts pushed 1 commit to master ProfessionalWiki/EDTF

View on GitHub

malberts closed a pull request on ProfessionalWiki/EDTF
ci.yml: Test on PHP 8.4
malberts closed a pull request on ProfessionalWiki/EDTF
ci.yml: Update to actions/cache@v4
Fixes https://github.com/ProfessionalWiki/EDTF/issues/103
malberts pushed 1 commit to master ProfessionalWiki/WikibaseFacetedSearch
  • Make currentMin and currentMax more explicit (#36) a2d11cd

View on GitHub

malberts deleted a branch ProfessionalWiki/WikibaseFacetedSearch

current

malberts closed an issue on ProfessionalWiki/WikibaseFacetedSearch
Facets UI: Add UI
AC: * Facets are shown * Do or create task for: make UI look nice Not AC: * Real data (https://github.com/ProfessionalWiki/WikibaseFacetedSearch/issues/10) * Real config * Ability to filter...
malberts opened an issue on ProfessionalWiki/WikibaseFacetedSearch
Facets UI: Make it look nice
Follow-up to https://github.com/ProfessionalWiki/WikibaseFacetedSearch/issues/9 Rough AC: * Move the facets into a sidebar (i.e. just move it next to search results) * Don't over-style * Shou...
malberts closed an issue on ProfessionalWiki/WikibaseFacetedSearch
Add Facets config
Depends on * https://github.com/ProfessionalWiki/WikibaseFacetedSearch/issues/12 AC: * Can define per item type ("instance of"), where an item type is defined by a Q-id * Can specify the ...
malberts pushed 2 commits to current ProfessionalWiki/WikibaseFacetedSearch
  • Add FacetConfig (#35) ee1bb2a
  • Merge branch 'master' into current 8bd7692

View on GitHub

malberts deleted a branch ProfessionalWiki/WikibaseFacetedSearch

facets-config

malberts pushed 1 commit to master ProfessionalWiki/WikibaseFacetedSearch

View on GitHub

malberts closed a pull request on ProfessionalWiki/WikibaseFacetedSearch
Add FacetConfig
For https://github.com/ProfessionalWiki/WikibaseFacetedSearch/issues/13 Config page: ![image](https://github.com/user-attachments/assets/8fd0fb41-b2e8-4a46-8065-a98b460a060e) The documentat...
malberts pushed 1 commit to facets-config ProfessionalWiki/WikibaseFacetedSearch

View on GitHub

malberts opened a pull request on ProfessionalWiki/WikibaseFacetedSearch
Make currentMin and currentMax more explicit
For https://github.com/ProfessionalWiki/WikibaseFacetedSearch/pull/34#discussion_r1880225138
Load more