Commit Graph

125 Commits

Author SHA1 Message Date
Lucian Popescu 5b0e38281a Write update logs to file 2022-05-22 22:04:11 +03:00
Lucian Popescu 5331e57f8a Add scripts for continous deployment 2022-05-22 21:52:12 +03:00
biancafodor b3364eb0d5 Merge branch 'main' of https://github.com/lucic71/War-News-Aggregator 2022-05-22 14:15:40 +03:00
biancafodor 19521fac2c Delete commented lines and ununsed functions 2022-05-22 14:15:26 +03:00
Lucian Popescu 8a73b174b8 Merge branch 'main' of github.com:lucic71/War-News-Aggregator into main 2022-05-22 14:13:35 +03:00
Lucian Popescu f630aaee03 Add docs 2022-05-22 14:12:51 +03:00
Lucian Popescu 24ad6603ed
Create README.md 2022-05-22 14:07:13 +03:00
Lucian Popescu f7bcfbd7bb
Update and rename README.md to Tracking.md 2022-05-22 13:56:23 +03:00
Lucian Popescu 83704a55a4 Add missing network in test docker-compose 2022-05-22 13:51:03 +03:00
Lucian Popescu 3a89296b83 cd to frontend in pipeline 2022-05-22 13:45:20 +03:00
Lucian Popescu 9c564604fb Move the frontend pipeline in the root pipeline 2022-05-22 13:42:23 +03:00
Lucian Popescu 0f98d47b18 Add frontend in this repo 2022-05-22 13:38:10 +03:00
Lucian Popescu c5a877ce6b Drop authorization for admin on delete endpoint 2022-05-22 13:34:51 +03:00
Lucian Popescu 8b92ade9af Add dashboard in api gateway 2022-05-21 20:31:47 +03:00
Lucian Popescu e2b87ac12a Update status 2022-05-21 15:20:43 +03:00
Lucian Popescu 67cd395584 Add dashboard endpoint in kong 2022-05-21 11:54:56 +03:00
Lucian Popescu 78660a386a Add comments for some news 2022-05-21 11:49:25 +03:00
Lucian Popescu a9e67890ab Update status 2022-05-21 10:50:47 +03:00
Lucian Popescu 902a3c4a87 Merge branch 'main' of github.com:lucic71/War-News-Aggregator into main 2022-05-21 10:47:20 +03:00
Lucian Popescu b3fadb5498 Add predefined content 2022-05-21 10:46:55 +03:00
Lucian Popescu a8da7a77f5
Update README.md 2022-05-21 10:20:09 +03:00
Lucian Popescu 56f2e54c00 Config cors in kong 2022-05-21 10:15:04 +03:00
Lucian Popescu c10e13551a Merge branch 'main' of github.com:lucic71/War-News-Aggregator into main 2022-05-20 17:25:43 +03:00
Lucian Popescu 307accf3f7 Expose port 8081 for web app 2022-05-20 17:23:42 +03:00
Lucian Popescu 5c5025edae Add fe in deployment 2022-05-20 17:07:02 +03:00
Lucian Popescu 9e85b323e1
Update README.md 2022-05-20 11:42:35 +03:00
Lucian Popescu e9c37551e5 Merge branch 'main' of github.com:lucic71/War-News-Aggregator into main 2022-05-20 11:27:40 +03:00
Lucian Popescu 6fbe1d13ee Add mailsender in ci pipeline 2022-05-19 23:26:53 +03:00
Lucian Popescu af1a05d2d6
Update README.md 2022-05-19 23:15:14 +03:00
Lucian Popescu 683f00ef85
Update README.md 2022-05-19 23:14:09 +03:00
Lucian Popescu 707f07e7b4
Update README.md 2022-05-19 23:13:46 +03:00
Lucian Popescu e1fd2c3a6a Add morgan logging for db_server 2022-05-19 23:12:57 +03:00
Lucian Popescu dbc3b3d264
Update README.md 2022-05-19 23:10:47 +03:00
Lucian Popescu 7955f459d1 Integrate mailsender in backend 2022-05-19 23:08:07 +03:00
Lucian Popescu 4a09818b09 Solve errors in mailsender configuration 2022-05-19 22:05:02 +03:00
Lucian Popescu 6f7b269031 Merge branch 'main' of github.com:lucic71/War-News-Aggregator into main 2022-05-19 21:56:13 +03:00
Lucian Popescu 2e5f7139b8 Integrate mailsender stub into backend 2022-05-19 21:55:49 +03:00
Lucian Popescu 15db11b9ce
Update README.md 2022-05-19 21:28:26 +03:00
Lucian Popescu fa7e783687 Merge branch 'main' of github.com:lucic71/War-News-Aggregator into main 2022-05-19 21:15:51 +03:00
Lucian Popescu fd65e82e1a Solve inconsistencies in return codes 2022-05-19 21:15:30 +03:00
Lucian Popescu aad68d9bd5
Update README.md 2022-05-19 15:36:03 +03:00
Lucian Popescu fc1ce9090a
Update README.md 2022-05-18 22:44:52 +03:00
Lucian Popescu 271196542e Add deploy script and docker-compose for testing 2022-05-18 22:39:13 +03:00
Lucian Popescu 1544b05af6 Return empty list instead of error message 2022-05-18 21:48:17 +03:00
Lucian Popescu b4dd6a3f1f Return a single news/question instead of list 2022-05-18 21:44:19 +03:00
Lucian Popescu 368745f236 Solve output problems with test scripts 2022-05-18 21:42:34 +03:00
Lucian Popescu 4911c5d1ba Add delete_comment endpoint 2022-05-18 21:42:07 +03:00
Lucian Popescu f391db21ea Add get_{questions,news}_by_id in kong 2022-05-18 21:16:44 +03:00
Lucian Popescu 0b2cd3c2ca Merge branch 'main' of github.com:lucic71/War-News-Aggregator into main 2022-05-18 20:17:57 +03:00
Lucian Popescu a430c1ce0e Add correct path for auth 2022-05-18 20:17:41 +03:00