Commit Graph

16 Commits

Author SHA1 Message Date
Sumedh
cc2613be15 Update pom.xml 2024-09-02 13:58:50 +00:00
sumedh
1ee1f53a62 dependecies modified 2024-08-29 23:13:37 +05:30
sumedh
47af964bd2 same repository multiple branches clone functionality implemented 2024-08-29 22:57:24 +05:30
Sumedh
afb9440420 dependecies uncommented 2024-08-15 04:39:33 +00:00
Sumedh
394859eaa0 snapshot updatepolicy to never 2024-08-15 03:45:54 +00:00
Sumedh
ae4f41bf92 repositoties added 2024-08-14 19:51:23 +00:00
Sumedh
8aa33936bc alternate repositories added 2024-08-14 19:44:19 +00:00
Sumedh
4d1542c1ba necessary dependecies updated 2024-08-14 19:08:39 +00:00
Sumedh
6a88bc4364 test dependency commented 2024-08-14 18:46:59 +00:00
sumedh
7475e88a77 pom modfied 2024-08-14 20:14:21 +05:30
Sumedh
73e9d63330 Update pom.xml 2024-08-08 13:21:08 +00:00
sumedh
a6b4030141 authentication method done 2024-08-08 13:19:44 +05:30
andrea.terzani
1fdd4f52ec feat: Update getDocument method in KsDocumentController
Refactor the getDocument method in KsDocumentController to return a single KSDocument object instead of a list. This improves the efficiency and readability of the code. The method now uses the findById method of ksDocumentRepository to retrieve the document with the specified id.
2024-07-31 17:30:08 +02:00
andrea.terzani
1f8c5a062b feat: Add endpoint to list uploaded files
The code changes include adding a new endpoint `/files` to the `KSFileController` class. This endpoint uses the `GetMapping` annotation to handle GET requests and returns a list of uploaded files (`KSDocument`) from the `ksDocumentRepository`.

This commit message suggests that a new feature has been added to the codebase, specifically an endpoint to list uploaded files.
2024-07-30 15:16:20 +02:00
andrea.terzani
59ee7672c9 moved to mongo 2024-07-29 12:41:29 +02:00
andrea.terzani
f93b20293c Initial commit 2024-07-29 08:49:58 +02:00