aiml-fw/awmf/modelmgmtservice.git
14 months agoSample deployment artifact for MME deployment 19/13519/1
subhash kumar singh [Mon, 7 Oct 2024 19:08:24 +0000 (19:08 +0000)]
Sample deployment artifact for MME deployment

Sample deployment artifact for MME deployment.

Change-Id: I52aa5416852c5d8633a1e9164b9e83cbabb2b94d
Signed-off-by: subhash kumar singh <subh.singh@samsung.com>
14 months agochanges in the modelinfo by adding model id 35/13435/15
rajdeep11 [Wed, 25 Sep 2024 07:31:21 +0000 (13:01 +0530)]
changes in the modelinfo by adding model id

Change-Id: I619a13069a8d209b8c9ab3c5762d65a206230ddc
Signed-off-by: rajdeep11 <rajdeep.sin@samsung.com>
15 months agoImplement listing all model information stored in modelmgmtservice 59/13259/4
gyuyoung [Tue, 13 Aug 2024 16:07:43 +0000 (01:07 +0900)]
Implement listing all model information stored in modelmgmtservice

- Add an API to list all model information managed in modelmgmtservice
- Add the API testcase to verify whether it works or not
- Modify 'ModelInfo' struct as 'Bucket'
- Tidy some code to follow API and DB perspective
- Remove 'getModelInfoList' route and Update 'getModelInfo' route to
  list all model informations
- Remove unused comment

Issue-ID: AIMLFW-128

Change-Id: I0aded193271327379f4d1ee661eb2c8695acbf64
Signed-off-by: gyuyoung <gyoue200125@gmail.com>
16 months agoReduce image size of modelmgmtservice 17/13217/2
gyuyoung [Mon, 29 Jul 2024 13:36:38 +0000 (22:36 +0900)]
Reduce image size of modelmgmtservice

- Updated stage1 to build modelmgmtservice golang binary
- Added stage2 to run modelmgmtservice golang binary with compact
  environment
- Change alpine tag from 'latest' to '3.20' for fixing development environment

Issue-ID: AIMLFW-116

Change-Id: Idce95bef25c4505f0edb0a810bfebdc96b89283a
Signed-off-by: gyuyoung <gyoue200125@gmail.com>
16 months agoRelease tag update 74/13174/3
subhash kumar singh [Thu, 11 Jul 2024 13:04:16 +0000 (13:04 +0000)]
Release tag update

Updated release tag to fix AIMLFW-108.

Change-Id: I54679bb6967cd4c0c8c4449b65b7dba82acc7bfa
Signed-off-by: subhash kumar singh <subh.singh@samsung.com>
17 months agoFix the model registration 68/13168/3 2.0.1 3.0.0
subhash kumar singh [Tue, 9 Jul 2024 11:00:54 +0000 (11:00 +0000)]
Fix the model registration

Fixed model registiration by creating instance of dbMgr.
Also code is modified to be more testable.

Issue-ID: AIMLFW-108
Change-Id: If6c03cb1aaaeeb0e8c3794bbb787abcf25946859
Signed-off-by: subhash kumar singh <subh.singh@samsung.com>
17 months agoRelease image 90/13090/1
rajdeep11 [Thu, 27 Jun 2024 12:03:48 +0000 (17:33 +0530)]
Release image

adding release image

Change-Id: I0c8109a4f12ab2f4ba2159ecfd9832c1f15b4612
Signed-off-by: rajdeep11 <rajdeep.sin@samsung.com>
17 months agoNew Container tag 88/13088/1 2.0.0
rajdeep11 [Thu, 27 Jun 2024 11:50:49 +0000 (17:20 +0530)]
New Container tag

adding the newer container tag

Change-Id: I7b11bceefb6a425bdf124812646f11dbddaa20a4
Signed-off-by: rajdeep11 <rajdeep.sin@samsung.com>
19 months agoPTL change 82/12782/1
subhash kumar singh [Thu, 25 Apr 2024 11:50:24 +0000 (11:50 +0000)]
PTL change

Change-Id: Idecc4c910b1a1eb5f76ce700bfb66af38b77b5a8
Signed-off-by: subhash kumar singh <subh.singh@samsung.com>
21 months agoAdd license to router 90/12590/1
subhash kumar singh [Mon, 4 Mar 2024 10:48:22 +0000 (10:48 +0000)]
Add license to router

Added missing license for `router.go`.

Change-Id: I4d6784ee1632a39b3fc6e7ae241adf7a2ce0bd50
Signed-off-by: subhash kumar singh <subh.singh@samsung.com>
21 months agoRefactor gin router 83/12583/1
subhash kumar singh [Fri, 1 Mar 2024 10:41:10 +0000 (10:41 +0000)]
Refactor gin router

Refactor gin router to have custom http server.

Change-Id: Iec4d712345950d39b186da173db147100b0ebb70
Signed-off-by: subhash kumar singh <subh.singh@samsung.com>
21 months agoHide the S3Manager details from DbMgr inerface 65/12565/1
subhash kumar singh [Fri, 23 Feb 2024 09:58:00 +0000 (09:58 +0000)]
Hide the S3Manager details from DbMgr inerface

Used DbMgr interface to hide the details of S3Maanager in
service layer.

Also fixed the the close on body if the err is thrown.

Change-Id: If113b9bdf9c7c5e43994c459c21995e5e02e331b
Signed-off-by: subhash kumar singh <subh.singh@samsung.com>
21 months agoIntroduce interface for DB 64/12564/1
subhash kumar singh [Fri, 23 Feb 2024 09:05:04 +0000 (09:05 +0000)]
Introduce interface for DB

Introcuced the interface for DB to remove direct dependency
on S3Mganager.

Also removed unused structure.

Change-Id: I88be5b595c0d41c490c723c65981c1902a7029ac
Signed-off-by: subhash kumar singh <subh.singh@samsung.com>
22 months agoMerge "Remove repetative call for S3Manager"
SANDEEP KUMAR JAISAWAL [Tue, 30 Jan 2024 09:14:33 +0000 (09:14 +0000)]
Merge "Remove repetative call for S3Manager"

22 months agoMerge "Remove unused structure"
SANDEEP KUMAR JAISAWAL [Tue, 30 Jan 2024 09:13:14 +0000 (09:13 +0000)]
Merge "Remove unused structure"

22 months agoAdding new commiters to the repository 55/12455/1
josephthaliath [Wed, 24 Jan 2024 12:08:33 +0000 (17:38 +0530)]
Adding new commiters to the repository

Change-Id: Ia40915ad194404bc4e947e37d5179e6ec7d83d31
Signed-off-by: josephthaliath <jo.thaliath@samsung.com>
22 months agoRemove repetative call for S3Manager 53/12453/1
subhash kumar singh [Wed, 24 Jan 2024 08:24:25 +0000 (08:24 +0000)]
Remove repetative call for S3Manager

Remove repetative call for `S3Manager` creation.

Change-Id: I0ff47ed3e6c58e1d5913f86b4e9a114ecd72d174
Signed-off-by: subhash kumar singh <subh.singh@samsung.com>
22 months agoRemove unused structure 52/12452/1
subhash kumar singh [Wed, 24 Jan 2024 07:51:44 +0000 (07:51 +0000)]
Remove unused structure

Removed unused structure.

Change-Id: I106bdbbbde3e59d24e46b134f5c403bb8c5f17e0
Signed-off-by: subhash kumar singh <subh.singh@samsung.com>
22 months agoChange Module name 49/12449/1
subhash kumar singh [Fri, 19 Jan 2024 11:21:21 +0000 (11:21 +0000)]
Change Module name

Changed module name from `example.com\mmes` to
`gerrit.o-ran-sc.org\r\aiml-fw\modelmgmtservice`.

Change-Id: I5a282c5d9d5ec499d66a9ce95f0e9b6af2f8a41d
Signed-off-by: subhash kumar singh <subh.singh@samsung.com>
2 years agoRelease related changes 62/12262/1 i-release
SANDEEP KUMAR JAISAWAL [Wed, 13 Dec 2023 12:28:48 +0000 (17:58 +0530)]
Release related changes

Issue-Id: AIMLFW-64

Change-Id: Ie24e3490d13ba2aed55457507d49b1b501f6cf65
Signed-off-by: SANDEEP KUMAR JAISAWAL <s.jaisawal@samsung.com>
2 years agoAdding trigger file for document generation 50/12250/1 1.0.0
SANDEEP KUMAR JAISAWAL [Wed, 13 Dec 2023 07:31:59 +0000 (13:01 +0530)]
Adding trigger file for document generation

Issue-Id: AIMLFW-64

Change-Id: Id036514588427cdc0c55490fc691655169abdb6f
Signed-off-by: SANDEEP KUMAR JAISAWAL <s.jaisawal@samsung.com>
2 years agoAdd doc gerating trigger file for repo 45/12245/2
SANDEEP KUMAR JAISAWAL [Wed, 13 Dec 2023 05:25:11 +0000 (10:55 +0530)]
Add doc gerating trigger file for repo

Issue-Id: AIMLFW-64

Change-Id: If6cd478ae48974c3b59a48dc05edd5ee0a3dfd16
Signed-off-by: SANDEEP KUMAR JAISAWAL <s.jaisawal@samsung.com>
2 years agoDocumentation, License files 36/12236/2
SANDEEP KUMAR JAISAWAL [Tue, 12 Dec 2023 08:49:00 +0000 (14:19 +0530)]
Documentation, License files

Issue-Id: AIMLFW-64

Change-Id: I87f29d48e59f2d5df822bb69fc152bfbaf2cb8a6
Signed-off-by: SANDEEP KUMAR JAISAWAL <s.jaisawal@samsung.com>
2 years agoReturning a fixed model.zip and review comments 93/12193/2
SANDEEP KUMAR JAISAWAL [Fri, 8 Dec 2023 08:58:10 +0000 (14:28 +0530)]
Returning a fixed model.zip and review comments

Issue-Id: AIMLFW-64

Change-Id: I1805ac7193594f79f44d24e3077d418bcc118c56
Signed-off-by: SANDEEP KUMAR JAISAWAL <s.jaisawal@samsung.com>
2 years agoAdding container-tag for docker images, license year change 72/12172/1
SANDEEP KUMAR JAISAWAL [Tue, 5 Dec 2023 06:49:56 +0000 (12:19 +0530)]
Adding container-tag for docker images, license year change

Issue-Id: AIMLFW-64

Change-Id: I564eda28a50828d03f7f462f0a95728e2e915902
Signed-off-by: SANDEEP KUMAR JAISAWAL <s.jaisawal@samsung.com>
2 years agoAdding docker file for CI build,Dir name changed 37/12137/2
SANDEEP KUMAR JAISAWAL [Wed, 29 Nov 2023 11:08:54 +0000 (16:38 +0530)]
Adding docker file for CI build,Dir name changed

Issue-Id: AIMLFW-64

Change-Id: I97e5a463993b3affbc37f7642731576a0503426a
Signed-off-by: SANDEEP KUMAR JAISAWAL <s.jaisawal@samsung.com>
2 years agoRemoving extra go calls, used to testing 84/12084/2
SANDEEP KUMAR JAISAWAL [Wed, 22 Nov 2023 17:00:12 +0000 (22:30 +0530)]
Removing extra go calls, used to testing

Issue-Id: AIMLFW-64

Change-Id: Ie07cc0f60ce85dcc2ac89e29686d58a1284f7f4b
Signed-off-by: SANDEEP KUMAR JAISAWAL <s.jaisawal@samsung.com>
2 years agoLogging module with common file logger 81/12081/1
SANDEEP KUMAR JAISAWAL [Wed, 22 Nov 2023 16:12:28 +0000 (21:42 +0530)]
Logging module with common file logger

Issue-Id: AIMLFW-64

Change-Id: I2c676ccc520a70d5c207152c8d2acc532fe1b191
Signed-off-by: SANDEEP KUMAR JAISAWAL <s.jaisawal@samsung.com>
2 years agoRegister model error handling 70/12070/1
SANDEEP KUMAR JAISAWAL [Tue, 21 Nov 2023 11:12:36 +0000 (16:42 +0530)]
Register model error handling

Issue-Id: AIMLFW-64

Change-Id: I37be89de3c417e6e7001b1fc114cbf8e1c23fe63
Signed-off-by: SANDEEP KUMAR JAISAWAL <s.jaisawal@samsung.com>
2 years agoExporting the model zip file extension to env variable 68/12068/1
SANDEEP KUMAR JAISAWAL [Tue, 21 Nov 2023 09:51:43 +0000 (15:21 +0530)]
Exporting the model zip file extension to env variable

Issue-Id: AIMLWF-64

Change-Id: I407a3b32aba8b9c2c454fe5164b879834e0c0c1a
Signed-off-by: SANDEEP KUMAR JAISAWAL <s.jaisawal@samsung.com>
2 years agoAdding getModelInfoByModelName API 67/12067/1
SANDEEP KUMAR JAISAWAL [Tue, 21 Nov 2023 07:33:21 +0000 (13:03 +0530)]
Adding getModelInfoByModelName API

Issue-Id: AIMLFW-64

Change-Id: I6131a882b3932183a73c171be33bdd86349503a4
Signed-off-by: SANDEEP KUMAR JAISAWAL <s.jaisawal@samsung.com>
2 years agodownloadModel implemented for MMES 52/12052/1
SANDEEP KUMAR JAISAWAL [Wed, 15 Nov 2023 11:32:39 +0000 (17:02 +0530)]
downloadModel implemented for MMES

Issue-Id: AIMLFW-64

Change-Id: Idfc7bb796cf1c12438409edfb05f5f053dd7094f
Signed-off-by: SANDEEP KUMAR JAISAWAL <s.jaisawal@samsung.com>
2 years agoImplemented uploadModel API 51/12051/1
SANDEEP KUMAR JAISAWAL [Wed, 15 Nov 2023 04:29:01 +0000 (09:59 +0530)]
Implemented uploadModel API

Issue-Id: AIMLFW-64

Change-Id: Ie3e6c9483234102e156a212cebea2db590ccd829
Signed-off-by: SANDEEP KUMAR JAISAWAL <s.jaisawal@samsung.com>
2 years agoGetModelInfo api implemented 35/12035/1
SANDEEP KUMAR JAISAWAL [Fri, 10 Nov 2023 07:04:03 +0000 (12:34 +0530)]
GetModelInfo api implemented

Issue-Id: AIMLFW-64

Change-Id: Ief893fa1ad2eb3b83d39c86e2bee6d8cf325b224
Signed-off-by: SANDEEP KUMAR JAISAWAL <s.jaisawal@samsung.com>
2 years agoReview comments : Adding copyright, remaning variables as per naming 34/12034/3
SANDEEP KUMAR JAISAWAL [Thu, 9 Nov 2023 18:03:21 +0000 (23:33 +0530)]
Review comments : Adding copyright, remaning variables as per naming
conventions

Issue-Id: AIMLFW-64

Change-Id: I633ede09e7ae6b903f10bb85580071a213fb99da
Signed-off-by: SANDEEP KUMAR JAISAWAL <s.jaisawal@samsung.com>
2 years agoInitial core functions for AIMLFW Model Management Service 22/12022/1
SANDEEP KUMAR JAISAWAL [Tue, 7 Nov 2023 16:08:59 +0000 (21:38 +0530)]
Initial core functions for AIMLFW  Model Management Service

Issue-Id: AIMLFW-64

Change-Id: Idda11ab96ad0da076ed86db30e2240b2546ff74e
Signed-off-by: SANDEEP KUMAR JAISAWAL <s.jaisawal@samsung.com>
2 years agoMerge "Chore: Automation adds .gitreview"
Joseph Thaliath [Wed, 25 Oct 2023 14:39:35 +0000 (14:39 +0000)]
Merge "Chore: Automation adds .gitreview"

2 years agoAutomation adds INFO.yaml 02/11702/2
LF Jenkins CI [Wed, 4 Oct 2023 18:58:53 +0000 (18:58 +0000)]
Automation adds INFO.yaml

Change-Id: I4294fe834db2c2c0e43d49127835db8721421a78
Signed-off-by: lf-jobbuilder <releng+lf-jobbuilder@linuxfoundation.org>
2 years agoChore: Automation adds .gitreview 41/11741/1
lf-jobbuilder [Wed, 4 Oct 2023 18:58:51 +0000 (18:58 +0000)]
Chore: Automation adds .gitreview

Change-Id: Ia33294082191707f93f8c186d9028fbcd1f54ed7
Signed-off-by: lf-jobbuilder <releng+lf-jobbuilder@linuxfoundation.org>
2 years agoInitial empty repository
LF Jenkins CI [Wed, 4 Oct 2023 18:58:46 +0000 (18:58 +0000)]
Initial empty repository