200 Commits

Author SHA1 Message Date
Sumedh
e69d06f743 demoCommit +4 2024-08-26 06:20:02 +00:00
Sumedh
65971998b1 demo commit +3 2024-08-26 05:50:29 +00:00
Sumedh
5cfcf07318 demo commit +2 2024-08-23 10:20:05 +00:00
Sumedh
aaf6cf72e3 dummy changes +1 2024-08-23 09:42:17 +00:00
Sumedh
68ce52cf0e dummy commit 2024-08-23 07:33:47 +00:00
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
afb9440420 dependecies uncommented 2024-08-15 04:39:33 +00:00
Sumedh
a467e7c0b1 Update .gitlab-ci.yml file 2024-08-15 04:36:36 +00:00
Sumedh
16e62c05ae Update .gitlab-ci.yml file 2024-08-15 04:35:17 +00:00
Sumedh
394859eaa0 snapshot updatepolicy to never 2024-08-15 03:45:54 +00:00
Sumedh
0b681e1ca4 Update .gitlab-ci.yml file 2024-08-15 03:42:18 +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
ae6ebbe080 Update .gitlab-ci.yml file 2024-08-14 19:13:24 +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
a1e2513842 Update .gitlab-ci.yml file 2024-08-14 18:39:06 +00:00
Sumedh
0cd6645cab Update .gitlab-ci.yml file 2024-08-14 18:27:49 +00:00
Sumedh
1df530023e Update .gitlab-ci.yml file 2024-08-14 18:05:49 +00:00
Sumedh
5e9c1134e0 Update .gitlab-ci.yml file 2024-08-14 17:45:11 +00:00
Sumedh
ba03157551 Update .gitlab-ci.yml file 2024-08-14 17:43:39 +00:00
Sumedh
3689b2227a Update .gitlab-ci.yml file 2024-08-14 17:03:02 +00:00
Sumedh
0f343e2410 Update .gitlab-ci.yml file 2024-08-14 16:59:04 +00:00
Sumedh
62a3711c13 Update .gitlab-ci.yml file 2024-08-14 15:12:07 +00:00
Sumedh
c32a93121e Update .gitlab-ci.yml file 2024-08-14 15:10:50 +00:00
Sumedh
25e4999633 Update .gitlab-ci.yml file 2024-08-14 15:06:41 +00:00
sumedh
7475e88a77 pom modfied 2024-08-14 20:14:21 +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
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