Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
53 commits
Select commit Hold shift + click to select a range
56851d1
chore: fixed rate limiting
yashawasthi10 Jan 6, 2025
63cedb7
added datadog for instrumentation
yashawasthi10 Jan 7, 2025
dff9bcf
Merge branch 'main' of https://github.com/dream-sports-labs/code-push…
yashawasthi10 Jan 7, 2025
6adcd4c
chore: changed rate limit for load testing
yashawasthi10 Jan 15, 2025
3a0e8e7
chore: modified changes
yashawasthi10 Jan 15, 2025
9e94040
chore: added unit tests for acquisition.test.ts
ashish-anand-here Jan 29, 2025
db52bbd
file names changes for test suites and test cases done for converter.ts
ashish-anand-here Jan 31, 2025
425b63f
fix:q package changess
ashish-anand-here Feb 13, 2025
d9085b9
fix:fixed q package dependency
ashish-anand-here Feb 14, 2025
35a4161
fix:fixed the redis-manager.ts
ashish-anand-here Feb 14, 2025
cadf7ec
fix:fixed redismanager.ts
ashish-anand-here Feb 14, 2025
407f451
fixx:removed redundant function from Promisified client
ashish-anand-here Feb 15, 2025
018cabc
fix:unit test fixed
ashish-anand-here Feb 15, 2025
b65cc6b
fix:fixed redis manager's increment and decrement logic
ashish-anand-here Feb 16, 2025
9d1a7b5
fix
ashish-anand-here Feb 16, 2025
e0f82e5
added bug fix and sequalize config changes done
ashish-anand-here Feb 17, 2025
ba8dc9a
version bump up for profiling changes
ashish-anand-here Feb 18, 2025
33e1c90
removed express-rate-limit
ashish-anand-here Feb 18, 2025
b84ed46
fix: ddtrace completely removed
ashish-anand-here Feb 19, 2025
27f58f3
fix: ddtrace modified and blocked-at threshold increased
ashish-anand-here Feb 19, 2025
f276317
fix: removed ddtrace and blockedAt codes
ashish-anand-here Feb 19, 2025
01b73d7
chore: added blocked-at code
ashish-anand-here Feb 20, 2025
846f4e5
retracted changes for express-rate-limit removal
ashish-anand-here Feb 20, 2025
96a9f7e
fix: added pm2 support
mohithemnani11 Feb 20, 2025
0430ff0
fix: added pm2 changes for load as well
mohithemnani11 Feb 20, 2025
15ac8d9
fix: fixed changes to sync with otaTesting branch
ashish-anand-here Feb 20, 2025
724fe8d
Merge branch 'chore/MergeChanges' of github.com:dream-sports-labs/cod…
ashish-anand-here Feb 20, 2025
985c28f
fix: package added for express-rate-limit
ashish-anand-here Feb 21, 2025
1938bfb
fix: removed ddtrace part and sequelize.sync() in aws-storage.ts
ashish-anand-here Feb 25, 2025
8a5de06
fix: modified variable name to reduce redis swap usage
ashish-anand-here Mar 1, 2025
450a704
fix: fixed pm2 to work in cluster mode to utilize all cores
ashish-anand-here Mar 5, 2025
b40daff
fix: trying custom vcpu numbers
ashish-anand-here Mar 5, 2025
7cddb03
fix:tessting with 2 cores
ashish-anand-here Mar 5, 2025
872606c
fix: fixed sdk version bug for redis optimization
ashish-anand-here Mar 7, 2025
739c2d6
fix: added instance configuration
ashish-anand-here Mar 7, 2025
0bdc770
Added changes to run the server on pm2 cluster mode
prathameshy7 Mar 7, 2025
0784109
Added pm2 file config file for dev
prathameshy7 Mar 7, 2025
ee4b580
chore: removed healthcheck dependancy on redis
prathameshy7 Mar 11, 2025
23b3d53
fix: healthcheck passes if either of storage or redis is up
prathameshy7 Mar 12, 2025
c6648ae
fix: added changes to make redis calls with setTimeout to avoid long …
prathameshy7 Mar 12, 2025
b56ea6e
fix: added sending errors to datadog
prathameshy7 Mar 12, 2025
23765b7
fix: Adjustments to AWS RDS connection pool
prathameshy7 Mar 17, 2025
52d7607
fix: modified redis and aws db host env variable configs
prathameshy7 Mar 17, 2025
bccb053
fix: updated aws-storage connection pool attributes
prathameshy7 Mar 17, 2025
349cce7
fix: modified env variables names for cpsload1
prathameshy7 Mar 17, 2025
401b9a3
fix: tuned connection pool config and changed redis timeout
prathameshy7 Mar 18, 2025
7064cf2
fix: modified pm2-prod config file for prod deployment
prathameshy7 Mar 20, 2025
f49c74c
fix: removed unnecessary logs
prathameshy7 Mar 20, 2025
73917ec
Merge pull request #16 from dream-sports-labs/fix/RedisDownFixes
mohithemnani11 Mar 20, 2025
0209521
fix: added rate limiting to management router
mohithemnani11 Mar 20, 2025
c76c34c
Merge pull request #17 from dream-sports-labs/fix/rate-limiting-manag…
mohithemnani11 Mar 20, 2025
d79ef10
fix: modified redis timeout to 100ms
prathameshy7 Mar 20, 2025
19339b5
fix:updated gitignore
ashish-anand-here Apr 21, 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: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -50,3 +50,6 @@ JsonStorage.json
__azurite_db_*
__blobstorage__
__queuestorage__

# VS Code settings
.vscode/
20 changes: 20 additions & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@ashish-anand-here please add it to .gitignore

"configurations": [
{
"type": "node",
"request": "launch",
"name": "Launch Program",
"skipFiles": [
"<node_internals>/**"
],
"program": "${file}",
"outFiles": [
"${workspaceFolder}/**/*.js"
]
}
]
}
1 change: 1 addition & 0 deletions api/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ version: '3.8'
services:
db:
image: mysql:5.7
platform: linux/amd64
environment:
MYSQL_ROOT_PASSWORD: root
MYSQL_DATABASE: codepushdb
Expand Down
2 changes: 1 addition & 1 deletion api/jest.config.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module.exports = {
preset: 'ts-jest',
testEnvironment: 'node',
testMatch: ['<rootDir>/test/**/*.ts'], // Adjust the path based on your test file location
testMatch: ['<rootDir>/test/**/*.test.ts'], // Adjust the path based on your test file location
setupFiles: ['dotenv/config'], // Optional: Load environment variables
moduleNameMapper: {
'^@/(.*)$': '<rootDir>/script/$1', // Optional: Alias for your `script/` directory
Expand Down
Loading