Commit Graph

51 Commits

Author SHA1 Message Date
Santiago Lo Coco 047e580502 Add search 2023-12-07 14:40:11 -03:00
Santiago Lo Coco 3faa1cb12f Add more tests
Also, run SCA and update test.sh(s)
2023-12-07 00:25:43 -03:00
Santiago Lo Coco 53207f1dd6 Fix lots of bugs and update frontend(s) 2023-12-06 16:30:14 -03:00
Santiago Lo Coco b3cc4d4cc3 Remove unused code 2023-12-04 22:31:32 -03:00
Santiago Lo Coco 76751ba003 Fix merge conflicts 2023-12-04 19:48:59 -03:00
bsquillari 00f016f229 Add post user with airline role 2023-12-04 20:51:13 +00:00
bsquillari d8aa2dde19 Update checkAuth with roles 2023-12-04 19:54:29 +00:00
bsquillari 1079da8418 Merge remote-tracking branch 'origin/add-edit-and-update' into admin-role 2023-12-04 14:47:01 +00:00
bsquillari e3a5874196 Add role fields (user, airlie, admin) 2023-12-04 14:41:39 +00:00
bsquillari 1dee061e97 Delete unused code 2023-12-04 14:04:08 +00:00
Santiago Lo Coco a35a97bfaa Add edit and delete flight in the frontend
Co-authored-by: shadad00 <shadad@itba.edu.ar>
2023-12-04 10:37:30 -03:00
Santiago Lo Coco d8213f486d Update "RBAC" 2023-12-01 19:46:56 -03:00
Santiago Lo Coco 6d1389eb8e Remove unused code 2023-12-01 19:34:15 -03:00
Santiago Lo Coco dc7c6f7439 Add subscribe/unsuscribe logic in browser-domain
Also, fix some backend bugs
2023-12-01 19:30:41 -03:00
Santiago Lo Coco 6c4aa99eb7 Fix more bugs 2023-12-01 16:09:21 -03:00
bsquillari fd8ac67cf1 Fix signup bug 2023-11-29 04:17:21 +00:00
bsquillari 7fa4f08c00 Fix typos 2023-11-28 20:17:28 +00:00
bsquillari d0fde0c29e Fix missing requirement 2023-11-28 20:14:39 +00:00
Santiago Lo Coco 64119e132e Fix bugs 2023-11-12 12:52:00 -03:00
Santiago Lo Coco 7f057dbbaf Implement pagination and update frontend 2023-11-12 12:25:13 -03:00
Santiago Lo Coco 51f0c7b168 Implement RBAC in api-gw 2023-11-12 11:02:56 -03:00
Santiago Lo Coco e03becb67b Add observability (and logging) with request-id to APIs
Implement middleware for logging request-id(s) and other parameters in all APIs, enhancing traceability and monitoring capabilities!
2023-11-10 18:46:20 -03:00
Santiago Lo Coco 53fa74b61d Fix lots of bugs 2023-11-10 00:49:26 -03:00
Santiago Lo Coco 6a49957eec Remove unused files and update run.sh 2023-11-09 22:56:31 -03:00
Santiago Lo Coco 9ed84540f6 Update .dockerignore 2023-11-09 22:55:47 -03:00
Santiago Lo Coco fbd5591e9d Use top-level name property in docker compose
Fix docker compose orphan containers warning
2023-11-09 22:46:53 -03:00
Santiago Lo Coco 2c4bf68c9e Fix config bug 2023-11-04 23:35:41 -03:00
Santiago Lo Coco 9210ce98f8 Optimize Docker builds
Minimize cache invalidation with improved cache management
2023-11-04 23:13:02 -03:00
Santiago Lo Coco 37327ed331 Update docker-compose.yml
Use `extends` rule with a template to enable both dev and prod envs on the same machine
2023-11-04 21:17:35 -03:00
Santiago Lo Coco a82840e0bf Add flight update validations
Also, fix some bugs
2023-11-04 20:27:41 -03:00
Santiago Lo Coco 39822ca6a6 Update screen and flights domain
Add frontend tests and fix some bugs
2023-11-03 21:43:37 -03:00
Santiago Lo Coco 19f53dbb8e Improve pipeline
Implement advanced filters for optimized resource usage and faster execution
2023-11-01 16:50:11 -03:00
Santiago Lo Coco cad88bf24e Update */src/.cicd/test.sh 2023-11-01 12:20:18 -03:00
Santiago Lo Coco 5084c38283 Update pre-commit hook and reformat files 2023-11-01 12:06:52 -03:00
Santiago Lo Coco 98bacab6a9 Merge branch 'update-pipeline' into 'master'
Update pipeline and add integration tests

See merge request adm3981141/fids!2
2023-11-01 13:57:04 +00:00
Santiago Lo Coco 40af67d045 Run pre-commit 2023-11-01 09:55:39 -03:00
Santiago Lo Coco 29ac5a6a68 Fix bugs and refactor 2023-11-01 09:15:31 -03:00
bsquillari 9277fab969 Merge branch 'master' of https://gitlab.com/adm3981141/fids 2023-10-31 14:06:49 +00:00
bsquillari 807ae7548e Add observabiliy-elk 2023-10-31 13:53:04 +00:00
Santiago Lo Coco 51db72ed54 Update screen-domain
Also, add new methods in flights-domain
2023-10-30 19:31:58 -03:00
Santiago Lo Coco 8b3b435b13 Fix more bugs 2023-10-27 17:38:22 -03:00
Santiago Lo Coco ed6b3f2447 Fix frontend bugs 2023-10-27 16:03:36 -03:00
Santiago Lo Coco a538c5f74c Fix bugs and update ACL of flights API 2023-10-27 15:10:44 -03:00
Santiago Lo Coco 3e7515b9b1 Add subscription-domain
Enables users to subscribe to any flight and receive updates via Telegram.
2023-10-27 14:45:48 -03:00
Santiago Lo Coco b0638f195a Fix more bugs 2023-10-25 13:34:47 -03:00
Santiago Lo Coco 868929e9f2 Update CORS origins 2023-10-25 12:31:42 -03:00
Santiago Lo Coco 427e7bd989 Expose only the API gateway 2023-10-25 11:35:21 -03:00
Santiago Lo Coco 6a905e1c0e Reformat files and update flake ignore list 2023-10-25 10:38:01 -03:00
Santiago Lo Coco 56839570bc Update run.sh and fix pipeline 2023-10-25 10:23:31 -03:00
Santiago Lo Coco 927d8b39c7 Reformat files 2023-10-25 09:33:05 -03:00