d29c13f1a2
chore: trigger deploy
2025-07-21 00:06:36 -06:00
321c51af85
Implement code changes to enhance functionality and improve performance
2025-07-20 15:32:15 -06:00
e468818a26
chore: remove unused package-lock.json file
2025-07-20 14:30:55 -06:00
fd5fbf57d8
Merge branch 'main'
2025-07-20 14:30:27 -06:00
c0b95a8b4b
Update configuration and documentation for syncrow.ae domain
2025-07-17 20:56:35 -06:00
efa53da8c5
Trigger deployment after env change
2025-07-16 23:41:01 -06:00
85687e7950
fix: refactor device status logging and improve property handling in batch processing
2025-07-16 20:05:58 -06:00
7e2c3136cf
fix: update workflow to use OpenAI for PR description generation
2025-07-16 00:28:20 -06:00
61348aa351
fix: update workflow to use HuggingFace Falcon model for PR description generation
2025-07-16 00:08:08 -06:00
dea942f11e
fix: update workflow to use HuggingFace for PR description generation
2025-07-16 00:05:33 -06:00
d62e620828
fix: update workflow name and enhance OpenAI request handling in AI PR Description
2025-07-15 23:47:45 -06:00
f0556813ac
fix: update workflow name and enhance commit message handling in AI PR Description
2025-07-15 23:45:16 -06:00
6d2252a403
fix: add debug information to AI PR Description workflow
2025-07-15 23:43:00 -06:00
8d265c9105
fix: update workflow name and change GitHub token secret
2025-07-15 23:38:57 -06:00
a4095c837b
fix: rename workflow and update AI description generation method
2025-07-15 23:19:22 -06:00
65d4a56135
fix: update GitHub CLI installation method and refine AI PR description prompt
2025-07-15 19:00:23 -06:00
fffa27b6ee
Add AI PR Description Action
2025-07-15 18:48:43 -06:00
12579fcd6e
fix nodemailer import ( #473 )
2025-07-15 16:46:50 +03:00
036c8bea17
task: add space filter to bookings ( #471 )
2025-07-15 13:31:56 +03:00
e5970c02c1
SP-1757, SP-1758, SP-1809, SP-1810: Feat/implement booking ( #469 )
...
* fix: commission device API
* task: add create booking API
* add get All api for dashboard & mobile
* add Find APIs for bookings
* implement sending email updates on update bookable space
* move email interfaces to separate files
2025-07-15 10:11:36 +03:00
57cf110229
Increase desired count for ECS service from 1 to 2
2025-07-14 01:41:00 -06:00
2e959a6ef3
Trigger GitHub Action
2025-07-13 23:28:02 -06:00
a6151220e2
Add .env injection from ENV_FILE secret
2025-07-13 23:17:42 -06:00
f4ba9c9bda
Trigger GitHub Action
2025-07-13 22:43:00 -06:00
e91966c8f8
Add production deployment GitHub Action
2025-07-13 22:37:27 -06:00
a9cb1b6704
SP-1830: add company name to invite user entity ( #468 )
2025-07-10 15:41:46 +03:00
a17a271213
add validation checks ( #466 )
2025-07-10 14:41:50 +03:00
712b7443ac
fix: prevent conditions overlapping by adding parenthesis to search condition ( #464 )
2025-07-10 11:34:50 +03:00
945328c0ce
fix: commission device API ( #465 )
2025-07-10 11:33:55 +03:00
009deaf403
SP-1812: fix: update bookable space ( #467 )
2025-07-10 11:11:30 +03:00
3cfed2b452
fix: check if subspaces not exists in update space ( #463 )
2025-07-10 10:56:27 +03:00
09322c5b80
add booking points to user table ( #461 )
2025-07-09 14:25:42 +03:00
74d3620d0e
Chore/space link tag cleanup ( #462 )
...
* chore: remove unused imports and dead code for space link
* chore: remove unused imports and dead code
* chore: remove unused imports and dead code of tag service
2025-07-09 14:25:26 +03:00
ab59a310d9
Refactor stack.ts: reorganize imports, enhance security group definitions, and improve Fargate service configuration
2025-07-09 04:46:53 -06:00
30166810ca
Fix import order and standardize database name in app.ts
2025-07-09 04:46:42 -06:00
805c5dd180
Update infra:build script to use bash for improved compatibility
2025-07-09 04:46:28 -06:00
e4ba7d46bb
Refactor build.sh to improve readability and maintainability by defining variables for configuration and adding descriptive echo statements.
2025-07-09 04:46:18 -06:00
83be80d9f6
add order space API ( #459 )
2025-07-09 11:44:14 +03:00
2589e391ed
fix: add unique validation on subspaces in update space dto ( #460 )
2025-07-09 11:33:04 +03:00
5cf45c30f4
fix: check if device not found ( #458 )
2025-07-08 16:55:56 +03:00
0bb178ed10
make point nullable ( #457 )
2025-07-08 14:50:00 +03:00
ef21b589c0
rds
2025-07-08 13:46:04 +03:00
44f83ea54e
Merge branch 'cdk-aq1' of https://github.com/SyncrowIOT/backend into cdk-aq1
2025-07-08 04:26:51 -06:00
e4694db79c
add build.sh command
2025-07-08 04:26:19 -06:00
13064296a7
import db
2025-07-08 13:25:23 +03:00
a269f833bc
Updates ECR repository handling to import existing repo
2025-07-08 12:44:10 +03:00
9971fb953d
SP-1812: Task/booking-system/update-api ( #456 )
...
* add update bookable spaces API
* add search to get bookable spaces API
2025-07-08 11:52:22 +03:00
7a07f39f16
add communities filter to devices by project API ( #455 )
2025-07-08 11:25:15 +03:00
18b21d697c
SP-1753 Feat/booking system ( #454 )
...
* task: add get all bookable spaces API (#453 )
* task: add non bookable space API
2025-07-08 09:02:24 +03:00
66391bafd8
SP-1814: Update out-of-date device-virtual-id ( #451 )
...
* task: add a function to update device tuya id
* Add Tuya const uuid to device
2025-07-07 10:38:20 +03:00