sumedh
962d135bdc
text ingestion process added
2024-10-04 18:08:27 +05:30
sumedh
0b65bcf860
cors changes applied & new-gw
2024-09-30 19:17:01 +05:30
sumedh
172573d2c5
credentails turned off
2024-09-23 17:41:17 +05:30
sumedh
a34bde01d0
allow credentials set to true +5
2024-09-23 16:02:35 +05:30
sumedh
2bd686fad8
origin headers api gateway url added +5
2024-09-23 15:50:31 +05:30
sumedh
9d8a3f61a8
api gateway url added +4
2024-09-23 15:40:09 +05:30
sumedh
cd54797967
websockjs remoed +3
2024-09-23 15:27:41 +05:30
sumedh
10e9e2d0fc
api gateway websockerurl modified +2
2024-09-23 15:20:31 +05:30
sumedh
0641ab920f
allowed all websockerurl modified +1 *
2024-09-23 15:09:54 +05:30
sumedh
3fc862140f
websockerurl modified
2024-09-23 15:03:37 +05:30
sumedh
8ef069eca8
clone repo & delete git records websocket done GitService&DeletionService
2024-09-12 23:08:12 +05:30
sumedh
1679ab8dba
multiple branch capability added
2024-09-05 13:01:56 +05:30
sumedh
47af964bd2
same repository multiple branches clone functionality implemented
2024-08-29 22:57:24 +05:30
sumedh
35bd7e3cf5
git clone functionality added
2024-08-27 17:25:22 +05:30
sumedh
8c40c31078
cloud path modified
2024-08-15 12:55:48 +05:30
sumedh
825471551b
provided static path for Filestorage
2024-08-15 11:53:27 +05:30
sumedh
81fda6ee70
deletion for all services
2024-08-14 20:02:51 +05:30
sumedh
b4482aabee
security to permit all
2024-08-14 20:01:47 +05:30
andrea.terzani
9c7d85b84b
feat: Update JwtTokenProvider to use secret key from application properties
2024-08-13 16:45:04 +02:00
andrea.terzani
ae444eced5
feat: Update GitRepositoryIngestor to use ingestion repository base path from application.properties
2024-08-10 23:04:34 +02:00
sumedh
804153a833
git repo delete functionality implemented
2024-08-09 16:49:38 +05:30
sumedh
2fe2cbf068
variable name change done
2024-08-09 09:13:02 +05:30
Sumedh
f412a3b838
Merge branch 'develop' into 'featureApollo'
...
# Conflicts:
# src/main/java/com/olympus/apollo/controllers/TestController.java
# src/main/java/com/olympus/apollo/services/StorageProperties.java
# src/main/resources/application.properties
2024-08-09 03:10:43 +00:00
Mishra
b90acc55e0
Adding code repository full BE implementation
2024-08-08 16:35:39 +05:30
sumedh
a6b4030141
authentication method done
2024-08-08 13:19:44 +05:30
sumedh
0ce79eca38
Deletion of data from collections implemented
2024-08-08 10:36:38 +05:30
sumedh
bee1dad131
vector datatable code added
2024-08-07 12:13:47 +05:30
sumedh
ab71752489
date in simple format added
2024-08-05 23:28:24 +05:30
sumedh
0c386d4d06
ingestion api working fine
2024-08-02 22:16:33 +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