2/3
 threads resolved
 
 changed milestone to %HILE Q4/2019
added scoped label
- Resolved by Emiliano Balbuena
 - Resolved by Emiliano Balbuena
 added scoped label
added 9 commits
- 
129b4263...1359daf0 - 7 commits from branch 
master - fef9ec65 - Merge remote-tracking branch 'origin/master' into goal/top-algorithm-redux-2
 - 1bc10ba7 - (chore): Use StaticToInstance; add secsAgo to sync CLI
 
- 
129b4263...1359daf0 - 7 commits from branch 
 resolved all threads
added scoped label and automatically removed label
mentioned in merge request !186 (closed)
added 1 commit
- 22dce1e1 - (feat): Fallback to other periods on /api/v2/feeds/global
 
changed the description
changed the description
approved this merge request
- Developer
Backend works without issue, but there's a front end weirdness I reported over there.
 - Owner
Looks to be an issue with:
- Channels
 - Groups
 
 added scoped label and automatically removed label
185 199 } 186 200 187 201 try { 188 $result = $manager->getList($opts); 202 $entities = new Response(); 203 $fallbackAt = null; 204 $i = 0; 205 206 while ($entities->count() < $limit) { - Owner
This is a lot of logic going on in an untestable controller. If we have time it would be good to refactor into Core/Feeds/FeedCollection or something
 
added 1 commit
- b8086ffe - (chore): Disable timestamp constrain on old algorithms