Ecosyste.ms: Timeline

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

ProfessionalWiki/WikibaseFacetedSearch

JeroenDeDauw pushed 1 commit to master ProfessionalWiki/WikibaseFacetedSearch

View on GitHub

JeroenDeDauw deleted a branch ProfessionalWiki/WikibaseFacetedSearch

naming

JeroenDeDauw pushed 5 commits to master ProfessionalWiki/WikibaseFacetedSearch
  • Improve itemType naming c2cb63d
  • Rename ItemTypeExtractor 64f208b
  • Improve/extend tests for item type parsing 8c766fc
  • Rename renaming instance of InstanceType(Id) ac01f5d
  • Merge pull request #131 from ProfessionalWiki/naming Making naming consistent 96362e6

View on GitHub

JeroenDeDauw closed a pull request on ProfessionalWiki/WikibaseFacetedSearch
Making naming consistent
Partially a follow up to * https://github.com/ProfessionalWiki/WikibaseFacetedSearch/pull/127 We now have * `InstanceOf id` for the property IDs * `item type` for the values (item IDs) `In...
JeroenDeDauw created a comment on a pull request on ProfessionalWiki/WikibaseFacetedSearch
Rebased and fixed the renames I missed

View on GitHub

JeroenDeDauw pushed 1 commit to naming ProfessionalWiki/WikibaseFacetedSearch
  • Rename renaming instance of InstanceType(Id) ac01f5d

View on GitHub

JeroenDeDauw pushed 4 commits to naming ProfessionalWiki/WikibaseFacetedSearch
  • Refactor search result title rewrite (#113) * Refactor search result title rewrite * Simplify condition by flippi... a830a23
  • Improve itemType naming c2cb63d
  • Rename ItemTypeExtractor 64f208b
  • Improve/extend tests for item type parsing 8c766fc

View on GitHub

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

View on GitHub

JeroenDeDauw created a review comment on a pull request on ProfessionalWiki/WikibaseFacetedSearch
If the string are a bunch longer than perhaps a solution like that becomes worthwhile. Currently seems like a net negative

View on GitHub

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

View on GitHub

alistair3149 created a review comment on a pull request on ProfessionalWiki/WikibaseFacetedSearch
Should we rename `$instanceTypeExtractor` to `$itemTypeExtractor`?

View on GitHub

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

View on GitHub

alistair3149 created a review comment on a pull request on ProfessionalWiki/WikibaseFacetedSearch
Should we rename `newInstanceTypeExtractor()` too?

View on GitHub

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

View on GitHub

JeroenDeDauw deleted a branch ProfessionalWiki/WikibaseFacetedSearch

search-title

JeroenDeDauw closed an issue on ProfessionalWiki/WikibaseFacetedSearch
Rewrite Page search result link text
Follow-up to https://github.com/ProfessionalWiki/WikibaseFacetedSearch/issues/4 Related refactor: https://github.com/ProfessionalWiki/WikibaseFacetedSearch/issues/75 Initially we rewrote only...
JeroenDeDauw pushed 1 commit to master ProfessionalWiki/WikibaseFacetedSearch
  • Refactor search result title rewrite (#113) * Refactor search result title rewrite * Simplify condition by flippi... a830a23

View on GitHub

JeroenDeDauw closed an issue on ProfessionalWiki/WikibaseFacetedSearch
Clean up onShowSearchHitTitle
And the private static functions it uses: * getItemId, * rewriteLinkForNonEntityResult * termFallbackToTermData AC: * Logic in instance scope (unless reason to deviate) * Logic tested (unl...
JeroenDeDauw closed a pull request on ProfessionalWiki/WikibaseFacetedSearch
Refactor search result title rewrite
Fixes https://github.com/ProfessionalWiki/WikibaseFacetedSearch/issues/75 and https://github.com/ProfessionalWiki/WikibaseFacetedSearch/issues/94 * Removes the old code for rewriting an Item sea...
JeroenDeDauw created a review comment on a pull request on ProfessionalWiki/WikibaseFacetedSearch
Does this question still matter? I cannot find the code in the latest diff

View on GitHub

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

View on GitHub

alistair3149 created a review comment on a pull request on ProfessionalWiki/WikibaseFacetedSearch
That works too. On a side note, would it be more readable if the query string is broken down into an array and join together as a string?

View on GitHub

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

View on GitHub

JeroenDeDauw pushed 5 commits to search-title ProfessionalWiki/WikibaseFacetedSearch
  • Add input validation for range facet 1693a69
  • Use boolean check directly fb0dadb
  • Add aggregatable keyword field 2c57f92
  • Make instance tabs functional (#127) * Make instance tabs functional * Add tests * Add missing use statement ... e840221
  • Merge branch 'master' into search-title 8eae025

View on GitHub

alistair3149 created a review comment on a pull request on ProfessionalWiki/WikibaseFacetedSearch
I thought we have to replicate the constructor like the original class for tests. Is simplification without the Config acceptable?

View on GitHub

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

View on GitHub

JeroenDeDauw created a review comment on a pull request on ProfessionalWiki/WikibaseFacetedSearch
I find this more readable than using a constant. By proving the ID in the line above, it is obvious what the expected ID is, and the query remains easy to read.

View on GitHub

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

View on GitHub

codecov-commenter created a comment on a pull request on ProfessionalWiki/WikibaseFacetedSearch
## [Codecov](https://app.codecov.io/gh/ProfessionalWiki/WikibaseFacetedSearch/pull/131?dropdown=coverage&src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comme...

View on GitHub

JeroenDeDauw created a review comment on a pull request on ProfessionalWiki/WikibaseFacetedSearch
Unsure why we built a Config just to get the ID

View on GitHub

Load more