CCI-MOC / flocx-market

2 stars 9 forks source link

Create matcher periodic job #138

Closed tzumainn closed 5 years ago

tzumainn commented 5 years ago

This PR creates the matcher periodic job. It also adjusts some 'get_all'-type queries that filter on project_id, to not filter on project_id if the context has 'is_admin=True'

Fixes #135

codecov-io commented 5 years ago

Codecov Report

Merging #138 into master will decrease coverage by 0.02%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #138      +/-   ##
==========================================
- Coverage   93.28%   93.26%   -0.03%     
==========================================
  Files          51       51              
  Lines        1997     2005       +8     
==========================================
+ Hits         1863     1870       +7     
- Misses        134      135       +1
Impacted Files Coverage Δ
flocx_market/conf/manager.py 100% <ø> (ø) :arrow_up:
flocx_market/db/sqlalchemy/api.py 95.48% <100%> (-0.48%) :arrow_down:
flocx_market/manager/service.py 74.57% <100%> (+1.84%) :arrow_up:

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 a17c378...9a56024. Read the comment docs.