Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
43 commits
Select commit Hold shift + click to select a range
cca6d98
fix: follow unfollow race condition - [CU-869b9w865] (#189)
OmarGamal10 Dec 11, 2025
051bf84
refactor(search): support combined trending keywords and hashtags in …
Tasneemmohammed0 Dec 11, 2025
868c0b3
fix: reply counts update on database on deletion, and update in timel…
OmarGamal10 Dec 11, 2025
aaf9ba4
refactor: restrict video formats to MP4 and MOV only - [CU-869bf6kk1]…
AhmedSobhy01 Dec 11, 2025
e22f451
fix: decrement retweet counts on deleting quotes - [CU-869bf6x6m] (#198)
OmarGamal10 Dec 11, 2025
03dee8d
feat: ai summary localization and new provider - [CU-869beakr9] (#195)
anas-ibrahem Dec 11, 2025
ab4e261
feat: extend deduplication of tweet ids to be across requests - [CU-8…
OmarGamal10 Dec 12, 2025
6721988
feat: for-you - [CU-869becnwf] (#187)
OmarGamal10 Dec 12, 2025
a69de99
feat: delete notifications - [CU-869bdyg09] (#181)
galelo04 Dec 13, 2025
af83ec9
perf: improve seed.ts condition run - [CU-869bfkh7y] (#202)
LoayAhmed304 Dec 13, 2025
b5dd1c7
fix: followers and following counts not updated after blocks - [CU-86…
Tasneemmohammed0 Dec 13, 2025
859ff2a
perf: add a short rate limiter for db writes endpoints - [CU-869beug3…
galelo04 Dec 13, 2025
7494993
fix: hashtag db storage - [CU-869bfh7r4] (#201)
anas-ibrahem Dec 13, 2025
615ce64
feat: guest users - [CU-869bev5er] (#192)
galelo04 Dec 13, 2025
9dea2c2
feat: add upload gif endpoint - [CU-869bfbqqy] (#200)
Tasneemmohammed0 Dec 13, 2025
0556dbf
fix: AI summary short tweets - [CU-869beakr9] (#203)
anas-ibrahem Dec 13, 2025
8bb0c73
feat: implement explore tabs endpoints - [CU-869beacd6] (#183)
OmarHassan2003 Dec 13, 2025
eea6e9a
fix: return person who saw message with conversation seen update - [C…
OmarHassan2003 Dec 13, 2025
2c40573
refactor: user responses from multiple sources - [CU-869bahm3n] (#146)
galelo04 Dec 14, 2025
dc9e282
feat: add author relations to tweets and retweeter id in repostedBy, …
OmarGamal10 Dec 15, 2025
2c00216
feat: timeline following tweet event - [CU-869bfz717] (#212)
OmarGamal10 Dec 15, 2025
d656675
test: add unit tests for trends, also updated the ignored paths to no…
OmarHassan2003 Dec 15, 2025
258d32b
perf(search): enhance user search performance and refine "top" tab ra…
Tasneemmohammed0 Dec 15, 2025
b12b7dd
fix(profile): return empty array for mutual users in get profile endp…
Tasneemmohammed0 Dec 15, 2025
a45ff7a
fix: return bad request in case of trying to make a conversation with…
OmarHassan2003 Dec 15, 2025
50c05b3
fix: normalize interests and classes in db - [CU-869bg7ma6] (#217)
OmarGamal10 Dec 15, 2025
2580a07
fix: explore for you shape - [CU-869bgakv0] (#219)
OmarGamal10 Dec 15, 2025
810bb49
test(search): increase search module unit tests coverage - [CU-869bga…
Tasneemmohammed0 Dec 15, 2025
8ff5d3a
feat: push messages notifications - [CU-869bge6rg] (#211)
galelo04 Dec 15, 2025
fc69a2f
fix: explore for you shape - [CU-869bgakv0] (#220)
OmarGamal10 Dec 15, 2025
8433127
test: increase unit test coverage for users and media modules - [CU-8…
Tasneemmohammed0 Dec 15, 2025
ebc816f
feat: add readme & terms of services & privacy policy - [CU-869bfzfx7…
AhmedSobhy01 Dec 15, 2025
d3318bb
test: follow suggestions - [CU-869bgfnyh] (#223)
anas-ibrahem Dec 15, 2025
ac90ee1
fix: classification lock - [CU-869bgfh4m] (#213)
anas-ibrahem Dec 15, 2025
df343e1
test: tweet-analyze - [CU-869bgfhfg] (#224)
anas-ibrahem Dec 15, 2025
6f3c87b
feat: model fast api - [CU-869bgfgw6] (#153)
anas-ibrahem Dec 15, 2025
1ecb187
feat: seed generation - [CU-869bgfhfg] (#222)
anas-ibrahem Dec 15, 2025
8e3dfd1
test: content parsing - [CU-869bgfnyh] (#226)
anas-ibrahem Dec 15, 2025
e5e3592
fix: differentiate validation of following authors from interest auth…
OmarGamal10 Dec 15, 2025
b28adb8
fix: registration multiple devices - [CU-869bggfp2] (#227)
OmarGamal10 Dec 15, 2025
4ee0024
test: add unit tests for timeline - [CU-869bggc9v] (#225)
OmarHassan2003 Dec 15, 2025
11c935b
test: notifications - [CU-869bggmjy] (#228)
galelo04 Dec 15, 2025
80b6008
test: add stress tests - [CU-869bahjzj] (#229)
im-saif Dec 15, 2025
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
3 changes: 2 additions & 1 deletion .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,5 @@ Dockerfile
docker-compose.yml
docker-compose.dev.yml

.dockerignore
.dockerignore
./model
23 changes: 23 additions & 0 deletions .github/workflows/model-update.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name: Run command on SSH on push

on:
push:
branches:
- feat/model-api

jobs:
ssh-run:
runs-on: ubuntu-latest

steps:
- name: Set up SSH
uses: webfactory/[email protected]
with:
ssh-private-key: ${{ secrets.SSH_PRIVATE_KEY }}

- name: Test SSH
run: ssh -o StrictHostKeyChecking=no root@${{ secrets.SSH_HOST }} "echo 'SSH connection established'"

- name: Run command on remote server
run: |
ssh -o StrictHostKeyChecking=no root@${{ secrets.SSH_HOST }} "cd /root/raven-backend/raven-backend && git pull origin feat/model-api"
Loading