Commit Graph

20 Commits

Author SHA1 Message Date
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
e691de6413 Merge branch 'featureApollo' into 'develop'
Merge Request for Source Ingestion Functionality

See merge request olympus_ai/apollo!1
2024-08-09 03:11:06 +00:00
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
sumedh
552e291ccb gitlab manual trigger set 2024-08-09 00:26:30 +05:30
Sumedh
73e9d63330 Update pom.xml 2024-08-08 13:21:08 +00:00
Sumedh
7e10c87051 Update .gitlab-ci.yml file 2024-08-08 13:14:15 +00:00
Sumedh
c74879b5bc Dockerfile Created 2024-08-08 13:12:06 +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