Ecosyste.ms: Timeline

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

malberts

malberts opened a pull request on ProfessionalWiki/WikibaseFacetedSearch
Use haswbfacet instead of haswbstatement for tabs
Fixes https://github.com/ProfessionalWiki/WikibaseFacetedSearch/issues/151
malberts created a branch on ProfessionalWiki/WikibaseFacetedSearch

js-haswbfacet - Enhanced searching interface with drilldown for Wikibase

malberts pushed 1 commit to es-query ProfessionalWiki/WikibaseFacetedSearch

View on GitHub

malberts opened a draft pull request on ProfessionalWiki/WikibaseFacetedSearch
WIP Build Elasticsearch queries
For #53 DO NOT REVIEW
malberts pushed 4 commits to es-query ProfessionalWiki/WikibaseFacetedSearch
  • Use haswbfacet for parsing item type 658bc61
  • Look for exact Property Id 1647e0d
  • Add combined item type and values tests c74d809
  • Build Elasticsearch queries c2177cd

View on GitHub

malberts closed an issue on ProfessionalWiki/WikibaseFacetedSearch
Use haswbfacet instead of haswbstatement for query parser
Facets are indexed on Pages, and `haswbstatement` only works on Items. Item type parsing should use `haswbfacet`. AC: * [ ] Update QueryStringParser
malberts deleted a branch ProfessionalWiki/WikibaseFacetedSearch

parse-type

malberts pushed 3 commits to master ProfessionalWiki/WikibaseFacetedSearch
  • Use haswbfacet for parsing item type 658bc61
  • Look for exact Property Id 1647e0d
  • Add combined item type and values tests c74d809

View on GitHub

malberts closed a pull request on ProfessionalWiki/WikibaseFacetedSearch
Use haswbfacet for parsing item type
Fixes #150 Required by https://github.com/ProfessionalWiki/WikibaseFacetedSearch/issues/53 to correctly detect the item type.
malberts pushed 1 commit to es-query ProfessionalWiki/WikibaseFacetedSearch

View on GitHub

malberts pushed 1 commit to parse-type ProfessionalWiki/WikibaseFacetedSearch
  • Add combined item type and values tests dba8637

View on GitHub

malberts pushed 1 commit to parse-type ProfessionalWiki/WikibaseFacetedSearch
  • Look for exact Property Id 235db8e

View on GitHub

malberts created a review comment on a pull request on ProfessionalWiki/WikibaseFacetedSearch
There was a logic issue here. Valid item type "P32" was going to be a substring of non-item type "P320".

View on GitHub

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

View on GitHub

malberts pushed 1 commit to parse-type ProfessionalWiki/WikibaseFacetedSearch
  • Look for exact Property Id 5107972

View on GitHub

malberts opened a pull request on ProfessionalWiki/WikibaseFacetedSearch
Use haswbfacet for parsing item type
Fixes #150
malberts pushed 25 commits to es-query ProfessionalWiki/WikibaseFacetedSearch
  • Use localized label instead of entity IDs (#137) * Use localized label instead of entity IDs * Fix fallback behav... 6556eda
  • Add unit tests for JS query string (#138) Closes #112 07aaf72
  • Improve UiBuilder tests (#140) * Add missing argument Follow up to https://github.com/ProfessionalWiki/WikibaseFa... 933a49a
  • Reformat for readability 59485c4
  • Group test functions by their original function b11e2aa
  • Add Jest to Makefile and document Jest command usage 11bd73b
  • Use Docker for npm command 37d7729
  • Fix `make test` and improve command docs 3f504d6
  • Improve dev docs 5cf1553
  • Stop running lint in `make jest` ef30645
  • Switch to SpecialSearchResultsPrepend hook so that Facet UI is always avaliable Closes: #143 852c6e9
  • Turn facets into a modal in narrow viewport d9c3d63
  • Index item type cbce166
  • Rename instanceOfValues to configPerItemType bcfa9fc
  • Rename instanceOfId to itemTypeProperty 14064e8
  • Rename itemTypeId to itemType e47e1b8
  • Merge pull request #147 from ProfessionalWiki/names Rename instanceOf related symbols 38fc53b
  • Add Config isComplete fc24ff8
  • Move all properties into getPropertiesToIndex 68d7079
  • Refactor createFields() 1c92d81
  • and 5 more ...

View on GitHub

malberts opened an issue on ProfessionalWiki/WikibaseFacetedSearch
Use haswbfacet instead of haswbstatement for tabs
Facets are indexed on Pages, and `haswbstatement` only works on Items. Item type switching in tabs should use `haswbfacet`. AC: * [ ] Update ext.wikibase.facetedsearch.js
malberts opened an issue on ProfessionalWiki/WikibaseFacetedSearch
Use haswbfacet instead of haswbstatement for query parser
Facets are indexed on Pages, and `haswbstatement` only works on Items. Item type parsing should use `haswbfacet`. AC: * [ ] Update QueryStringParser
malberts deleted a branch ProfessionalWiki/WikibaseFacetedSearch

ItemTypeLabelLookup

malberts pushed 1 commit to master ProfessionalWiki/WikibaseFacetedSearch
  • Extract ItemTypeLabelLookup This is preparation that adds structure and tests for https://github.com/ProfessionalWik... 0c8ebdd

View on GitHub

malberts closed a pull request on ProfessionalWiki/WikibaseFacetedSearch
Extract ItemTypeLabelLookup
This is preparation that adds structure and tests for https://github.com/ProfessionalWiki/WikibaseFacetedSearch/issues/91
malberts created a review comment on a pull request on ProfessionalWiki/WikibaseFacetedSearch
I imagine to avoid this type of test where practically it should not happen (i.e. we're not constructing the object if Config is incomplete), but technically it can, we might have to inject the kno...

View on GitHub

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

View on GitHub

malberts pushed 3 commits to index-item-type-refactor ProfessionalWiki/WikibaseFacetedSearch
  • Add Config isComplete fc24ff8
  • Move all properties into getPropertiesToIndex 68d7079
  • Refactor createFields() 1c92d81

View on GitHub

malberts created a branch on ProfessionalWiki/WikibaseFacetedSearch

index-item-type-refactor - Enhanced searching interface with drilldown for Wikibase

malberts created a review comment on a pull request on ProfessionalWiki/WikibaseFacetedSearch
I assume we'll do a similar refactor to change `$propertyId` to `$property` here?

View on GitHub

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

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
This facet uses strings, not Items, and therefore works without a lookup: ![Image](https://github.com/user-attachments/assets/3660a704-7347-490f-8961-2f9a08a379e1) Somewhere in here we still need ...

View on GitHub

Load more