Commit Graph

96 Commits

Author SHA1 Message Date
sumedh
a8233a594d Refactor TestController to use ApolloParseRequestDTO instead of ParseRequest 2024-10-22 17:37:11 +05:30
sumedh
75ebd2f785 Remove unused code files and update dependencies 2024-10-22 12:14:18 +05:30
sumedh
bd69886891 Remove unused code files and update dependencies 2024-10-21 21:03:42 +05:30
sumedh
90ac0c945a gitinfo structure modified 2024-10-21 16:57:23 +05:30
sumedh
e2a5f24dcb cloneStatus field added 2024-10-21 12:27:02 +05:30
sumedh
61753bb01a new parsing config added 2024-10-21 10:57:21 +05:30
sumedh
ccf3faf136 java-module-service url added 2024-10-17 19:17:55 +05:30
sumedh
088ab5768a feign config modified 2024-10-17 18:39:43 +05:30
sumedh
a992f910cb java-parse-get-status config implementation done 2024-10-17 16:32:09 +05:30
sumedh
4fdcd3987d java-parsing changes added 2024-10-15 13:10:32 +05:30
sumedh
f47e5c5b41 C:/Softwares_info/soft_installation/git/Git/parsejava api added to call a request method from java-parser-module 2024-10-10 16:48:09 +05:30
sumedh
dd8fc995d1 eureka client registration done 2024-10-07 14:42:04 +05:30
sumedh
1c316767f4 ingestion in one go 2024-10-04 20:31:37 +05:30
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