Skip to content
This repository has been archived by the owner on Feb 4, 2022. It is now read-only.

Feature/257 trending communities n posts rehaul #692

Merged
merged 60 commits into from
May 5, 2020
Merged
Changes from 1 commit
Commits
Show all changes
60 commits
Select commit Hold shift + click to select a range
31256d2
:sparkles: add jobs to process activity_score on react/comment
uiboy Jan 30, 2020
69db9ec
:sparkles: schedule jobs to updaet activity score from models
uiboy Jan 30, 2020
a7b14db
:card_file_box: add migrations for activity_score and index
uiboy Jan 30, 2020
dfb549a
:recycle: use activity score in trending posts now
uiboy Jan 31, 2020
ee2a512
:white_check_mark: fix tests using transaction test case
uiboy Feb 3, 2020
12edda9
:fire: remove un-used imports
uiboy Feb 5, 2020
acec45f
:wrench: add redis cache backend for trending communities
uiboy Feb 10, 2020
a9385de
:card_file_box: migration trending community
uiboy Feb 10, 2020
e2882e7
:sparkles: add trending community model
uiboy Feb 10, 2020
58bac9d
:sparkles: update activity scores in redis and add trending comm job
uiboy Feb 10, 2020
0cfd915
:recycle: use api versioning for trending posts, update tests
uiboy Feb 10, 2020
71b0810
:card_file_box: add activity_score to community
uiboy Feb 10, 2020
9c5a33a
:sparkles: use enqueue to queue jobs
uiboy Feb 12, 2020
f0fde5e
:fire: removed un-used import
uiboy Feb 12, 2020
1b52e35
:wrench: add activity weight vars to settings
uiboy Feb 12, 2020
6c48f7e
:recycle: update community activtiy score in db via jobs
uiboy Feb 12, 2020
bd3bb4f
:art: add multipliers for unique post n count post
uiboy Feb 19, 2020
51b92ec
:sparkles: fix bugs n add new post jobs
uiboy Feb 19, 2020
25db9ec
:sparkles: schedule add/delete jobs with custom id for reactions,comm…
uiboy Feb 19, 2020
36ec599
:white_check_mark: test transactions activity scores for reactions,co…
uiboy Feb 19, 2020
abd24f1
:fire: remove print
uiboy Feb 19, 2020
51ad06b
:white_check_mark: more tests
uiboy Feb 19, 2020
0844cd3
:white_check_mark: refactor test to assert changes in weight
uiboy Feb 19, 2020
c300114
:art: change job ids
uiboy Feb 19, 2020
16416a1
:white_check_mark: add create post activity score test
uiboy Feb 19, 2020
392d3ad
:white_check_mark: fix tests
uiboy Feb 19, 2020
f4281ff
:white_check_mark: fix tests
uiboy Feb 19, 2020
ccb9f95
:bug: fix bug in activity score job
uiboy Feb 19, 2020
f47cf27
:white_check_mark: test delete post reduces activity score
uiboy Feb 20, 2020
8a95fec
:white_check_mark: one more test on delete posts
uiboy Feb 20, 2020
2684f3d
:recycle: backwards compatibility for trending api
uiboy Feb 20, 2020
335137f
:recycle: make curate trending communities job simple
uiboy Feb 20, 2020
6a52063
:sparkles: new trending community api with versioning
uiboy Feb 21, 2020
2fbdf4d
:wrench: min score for trending comm setting
uiboy Feb 21, 2020
c3a57dc
:art: use min score for trending comm setting
uiboy Feb 21, 2020
af53414
:fire: remove community job
uiboy Feb 21, 2020
e96033e
:art: filter trending communities directly in api
uiboy Feb 21, 2020
30655d8
:art: improve view according to new methods
uiboy Feb 21, 2020
ca227af
:white_check_mark: refactor trending community tests
uiboy Feb 21, 2020
ccee58e
:fire: remove earlier redis implementation
uiboy Feb 21, 2020
e6f6d12
:white_check_mark: fix tests
uiboy Feb 21, 2020
b174a66
:sparkles: use multiplier in remove atomic jobb
uiboy Feb 22, 2020
dcf704f
:fire: remove TrendingCommunity model
uiboy Feb 22, 2020
6388b8b
Merge branch 'develop' into feature/257-trending-communities-n-posts-…
uiboy Feb 22, 2020
81be6d5
:card_file_box: add index community activity score
uiboy Feb 22, 2020
e5c6881
:card_file_box: merge migrations
uiboy Feb 22, 2020
c85d8af
:white_check_mark: fix tests
uiboy Feb 22, 2020
afa69f4
:bug: remove maxid from trending posts
uiboy Feb 22, 2020
d91e4f5
:art: renaming some methods
uiboy Feb 22, 2020
d225872
:bulb: update changenlog
uiboy Feb 24, 2020
3f07c67
:memo: edit version no changelog
uiboy Feb 24, 2020
2361339
:recycle: remove oldest legacy trending post
uiboy Feb 24, 2020
3af3595
:card_file_box: use DecimalField for both activity scores, plus migra…
uiboy Feb 24, 2020
aac2210
:art: add log for when score goes below 0
uiboy Feb 24, 2020
8bf6a6a
:bug: fix tests due to decimal precision
uiboy Feb 25, 2020
0551715
:recycle: use diff redis queue everywhere for activity score jobs
uiboy Feb 25, 2020
7f4c5d5
Merge branch 'develop' into merge/trending-communities-with-dev
lifenautjoe May 5, 2020
a1a99a6
:bug: fix merge issues on migrations
lifenautjoe May 5, 2020
2275312
:bug: add missing import for chnked_queryset_iterator
lifenautjoe May 5, 2020
6570051
Merge branch 'merge/trending-communities-with-dev' into feature/257-t…
lifenautjoe May 5, 2020
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
💡 update changenlog
  • Loading branch information
uiboy committed Feb 24, 2020
commit d22587215476b4020808d933b6bdafeb264100a9
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -4,10 +4,17 @@ The change log for the API server for Okuna.

## Table of contents

- [Release 0.0.65](#release-0.0.65)
- [Release 0.0.63](#release-0.0.63)
- [Release 0.0.59](#release-0.0.59)


## Release 0.0.65

- Introduce activity score in posts and communities, add jobs for the same
- Refactor trending posts and trending communities to use activity score


## Release 0.0.63

- Improve performance for linked users API