extiverse / bazaar

The extension marketplace for your Flarum forum.
https://discuss.flarum.org/d/5151
MIT License
59 stars 14 forks source link

53 filtering #64

Closed luceos closed 7 years ago

luceos commented 7 years ago

Relates to #53 and #60

This adds three filters:

This filter is applied directly in vdom and does not mutate the query (for now).

Code from the 53-search branch is in here as well, but the search is hidden for now.

codecov-io commented 7 years ago

Codecov Report

Merging #64 into master will increase coverage by 1.62%. The diff coverage is 0%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #64      +/-   ##
==========================================
+ Coverage   29.33%   30.95%   +1.62%     
==========================================
  Files          43       37       -6     
  Lines         917      869      -48     
==========================================
  Hits          269      269              
+ Misses        648      600      -48
Impacted Files Coverage Δ
src/Repositories/ExtensionRepository.php 0% <0%> (ø) :arrow_up:
src/Api/Controllers/ListExtensionController.php 0% <0%> (ø) :arrow_up:
src/Listeners/AddApiControllers.php 0% <0%> (ø) :arrow_up:
src/Extensions/PackageManager.php 0% <0%> (ø) :arrow_up:
src/Api/Controllers/ListTaskController.php
src/Jobs/ComposerJob.php
src/Jobs/RemovePackage.php
src/Jobs/RequirePackage.php
src/Models/Task.php
... and 1 more

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 0f5a5f2...7ad4eea. Read the comment docs.