Swaraj Kumar [Fri, 18 Oct 2024 05:24:42 +0000 (10:54 +0530)]
Swagger file:put and put training job for TM
Change-Id: I4242aaa7a254462cbe484a2c18976452bd228631
Signed-off-by: Swaraj Kumar <swaraj.kumar@samsung.com>
Swaraj Kumar [Fri, 18 Oct 2024 05:22:04 +0000 (10:52 +0530)]
Swagger file:experiments for TM
Change-Id: I1e2934c1fc80a4e4082949639302865cdee2b3fc
Signed-off-by: Swaraj Kumar <swaraj.kumar@samsung.com>
Swaraj Kumar [Fri, 18 Oct 2024 05:20:22 +0000 (10:50 +0530)]
Swagger file:pipeline for TM
Change-Id: I448d02d4f46b021c3ae4266650b099cc7d68a0e9
Signed-off-by: Swaraj Kumar <swaraj.kumar@samsung.com>
Swaraj Kumar [Fri, 18 Oct 2024 05:19:27 +0000 (10:49 +0530)]
Swagger file:pipeline versions for TM
Change-Id: I703e2327809d7028b43352145a4f68fad02b6150
Signed-off-by: Swaraj Kumar <swaraj.kumar@samsung.com>
Swaraj Kumar [Fri, 18 Oct 2024 05:17:53 +0000 (10:47 +0530)]
Swagger file:pipeline upload for TM
Change-Id: I460926a6ec07765c7efe2e021013c6eb14eed185
Signed-off-by: Swaraj Kumar <swaraj.kumar@samsung.com>
Swaraj Kumar [Fri, 18 Oct 2024 05:16:19 +0000 (10:46 +0530)]
Swagger file:training job latest for TM
Change-Id: Ibd49c33a125fd74c119d90d217223b46a7379e4a
Signed-off-by: Swaraj Kumar <swaraj.kumar@samsung.com>
Swaraj Kumar [Fri, 18 Oct 2024 05:13:24 +0000 (10:43 +0530)]
Swagger file:pipeline for TM
Change-Id: Ib60726512e7f3a8704a323a92ed485175b1f43c1
Signed-off-by: Swaraj Kumar <swaraj.kumar@samsung.com>
Swaraj Kumar [Fri, 18 Oct 2024 05:12:16 +0000 (10:42 +0530)]
Swagger file:data extrac notif for TM
Change-Id: I0cdd231d16073dc99ab4cfea2b2881a3fc482e98
Signed-off-by: Swaraj Kumar <swaraj.kumar@samsung.com>
Swaraj Kumar [Fri, 18 Oct 2024 05:10:46 +0000 (10:40 +0530)]
Swagger file:training states job for TM
Change-Id: Ieb39e3546a2af791b32027cec417e9997ded1e60
Signed-off-by: Swaraj Kumar <swaraj.kumar@samsung.com>
Swaraj Kumar [Fri, 18 Oct 2024 05:08:21 +0000 (10:38 +0530)]
Swagger file:model.zip states job for TM
Change-Id: I0f1f9df7d3d2dcf53ff55359d4cff555a5e93e89
Signed-off-by: Swaraj Kumar <swaraj.kumar@samsung.com>
Swaraj Kumar [Fri, 18 Oct 2024 05:07:15 +0000 (10:37 +0530)]
Swagger file:training step states job for TM
Change-Id: I2ddee852f5d507ebf716839366d26fbadd3ee630
Signed-off-by: Swaraj Kumar <swaraj.kumar@samsung.com>
Swaraj Kumar [Fri, 18 Oct 2024 05:05:57 +0000 (10:35 +0530)]
Swagger file:training job for TM
Change-Id: I6915fbd3a990b61ed6ae0f4b146502b98c47ba57
Signed-off-by: Swaraj Kumar <swaraj.kumar@samsung.com>
Swaraj Kumar [Fri, 18 Oct 2024 05:04:52 +0000 (10:34 +0530)]
Swagger file:tags for TM
Change-Id: Ic82825219bc919249ce976bd848b65b504c6e50e
Signed-off-by: Swaraj Kumar <swaraj.kumar@samsung.com>
Swaraj Kumar [Fri, 18 Oct 2024 05:03:02 +0000 (10:33 +0530)]
Swagger file for TM
Change-Id: I4163603477b215d4c70afd3da367800390cbc279
Signed-off-by: Swaraj Kumar <swaraj.kumar@samsung.com>
Rajdeep Singh [Wed, 9 Oct 2024 10:24:28 +0000 (10:24 +0000)]
Merge "Sample request for the TM APIs"
subhash kumar singh [Wed, 9 Oct 2024 07:40:00 +0000 (07:40 +0000)]
Sample request for the TM APIs
Sample request for TM APIs to use fro rest client.
Change-Id: I593166ece53dce4a0df3eae170ba2c7be70c7441
Signed-off-by: subhash kumar singh <subh.singh@samsung.com>
subhash kumar singh [Fri, 4 Oct 2024 10:54:52 +0000 (10:54 +0000)]
Merge "feat(api): add GET endpoint for specific pipeline info"
cor5in [Thu, 12 Sep 2024 03:42:14 +0000 (03:42 +0000)]
feat(api): add GET endpoint for specific pipeline info
- Add route '/pipelines/<pipe_name>' for GET requests
- Utilize get_pipeline_info_by_name to fetch pipeline data
- Return appropriate HTTP status codes (200, 404, 500) based on the result
ISSUE-ID: AIMLFW-146
Change-Id: If62bffafefec3b73330e32720a5dd6c5072be657
Signed-off-by: cor5in <gun@khu.ac.kr>
Taewan Kim [Wed, 25 Sep 2024 12:59:14 +0000 (21:59 +0900)]
Return details of pipelines instead of their names.
It relays the return value from kubeflow-adapter.
Issue-ID: AIMLFW-146
Change-Id: Ib223e363a810ddb5861e83ab7ac75ac5c50e8c97
Signed-off-by: Taewan Kim <t25.kim@samsung.com>
hyuksun98 [Sat, 7 Sep 2024 13:24:32 +0000 (13:24 +0000)]
Adding Feature Group Editing Endpoint
Issue-ID: AIMLFW-154
- Implement the function 'feature_group_by_name' in trainingmgr_main.py
- Implement 'edit_feature_group_by_name' function and 'edit_featuregroup' function in common/trainingmgr_util.py
- Create test code to validate the code implemented above
- Add TODO,NOTE comments for code feedback
Change-Id: Ie6242be93432cb1224a896581c1828b65a139b31
Signed-off-by: hyuksun98 <gurtjs0116@khu.ac.kr>
gyuyoung [Fri, 23 Aug 2024 15:36:43 +0000 (00:36 +0900)]
Update 'get_model_info' code in tm
- update 'get_model_info' code to reflect 'modelmgmtservice' changes(AIMLFW-128)
- update test code and test input data as well
Issue-ID: AIMLFW-136
Change-Id: I7a3f8772ef94c82b8e53c594da1fd295886f47b0
Signed-off-by: gyuyoung <gyoue200125@gmail.com>
rajdeep11 [Thu, 4 Jul 2024 12:15:30 +0000 (17:45 +0530)]
if feature group is not present with feature list
Issue-id: AIMLFW-84
Change-Id: I1fb98dd0d93da5c6caa1845eca3c5c1b78f1ae86
Signed-off-by: rajdeep11 <rajdeep.sin@samsung.com>
subhash kumar singh [Thu, 27 Jun 2024 11:01:53 +0000 (11:01 +0000)]
Release image
Relase image for tm.
Change-Id: Ibb99d7f6297e4253b8ee2bbe8f9b8f2457a0bb87
Signed-off-by: subhash kumar singh <subh.singh@samsung.com>
subhash kumar singh [Thu, 27 Jun 2024 11:33:58 +0000 (11:33 +0000)]
New container tag
new container tag.
Change-Id: Ib04e1e92f58b9f92b1a3ecb203833b2b6d5a9f6e
Signed-off-by: subhash kumar singh <subh.singh@samsung.com>
rajdeep11 [Thu, 27 Jun 2024 11:27:41 +0000 (16:57 +0530)]
fix for the delete training job
fixed the delete training job
Change-Id: Ia1c9ec1725d0708dce34be6d69ef1b6f19903c90
Signed-off-by: rajdeep11 <rajdeep.sin@samsung.com>
rajdeep11 [Thu, 27 Jun 2024 11:15:47 +0000 (16:45 +0530)]
changes to fix delete feature gourp
changes have fixed the delete feature group
Change-Id: Id1bfd6128962448400ee3bef7c944e478607fda8
Signed-off-by: rajdeep11 <rajdeep.sin@samsung.com>
rajdeep11 [Wed, 26 Jun 2024 18:27:35 +0000 (23:57 +0530)]
changes based on kubeflow upgradation
Issue-id: AIMLFW-86
Change-Id: Ie5093097ab31f7d77eaa1e096a078f60c9e902f3
Signed-off-by: rajdeep11 <rajdeep.sin@samsung.com>
rajdeep11 [Wed, 26 Jun 2024 18:12:47 +0000 (23:42 +0530)]
changes to fix the retraining
changes have been done to fix the retraining og training job
Change-Id: Idebbb9d151c4d5b744efac75374c5b75bf5dc041
Signed-off-by: rajdeep11 <rajdeep.sin@samsung.com>
rajdeep11 [Wed, 26 Jun 2024 12:57:31 +0000 (18:27 +0530)]
changes for the edit trainingjob
changes to fix the edit traininghob
Change-Id: I8e6d4acbe1ce40d8283af7054e6c9effa3b263a2
Signed-off-by: rajdeep11 <rajdeep.sin@samsung.com>
Jessica Wagantall [Tue, 30 Apr 2024 20:19:03 +0000 (13:19 -0700)]
CI: Migrate Sonar Scan job to GHA
Change-Id: If7d5a33adf83d07c04886f20d132e880085ca4b5
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
Matthew Watkins [Tue, 23 Apr 2024 12:58:47 +0000 (12:58 +0000)]
Merge "CI: Add GHA merge workflow that runs SonarCloud scan"
Jessica Wagantall [Thu, 4 Apr 2024 20:19:05 +0000 (13:19 -0700)]
CI: Add GHA merge workflow that runs SonarCloud scan
Change-Id: Iabd7f2f32e3550204146b700da847522adcb6386
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
Matthew Watkins [Tue, 23 Apr 2024 10:25:50 +0000 (10:25 +0000)]
Merge "CI: Migrate tox verify from Jenkins to GHA"
subhash kumar singh [Wed, 17 Apr 2024 07:33:27 +0000 (07:33 +0000)]
Merge changes Iff5eca21,I0339d760,I0be7f6b9
* changes:
changes in training
changes in get_trainingjob
changes in Db and create TJ
subhash kumar singh [Mon, 15 Apr 2024 11:44:52 +0000 (11:44 +0000)]
Change in PTL
PTL change: https://wiki.o-ran-sc.org/display/TOC#ORANSCTechnicalOversightCommittee(TOC)-
20240418(DRAFT)
Change-Id: If73c610decd16f008bc7d85ee7950bf7f3a90937
Signed-off-by: subhash kumar singh <subh.singh@samsung.com>
Jessica Wagantall [Wed, 10 Apr 2024 21:49:38 +0000 (14:49 -0700)]
CI: Migrate tox verify from Jenkins to GHA
Change-Id: If763f37373ebdd912eddf1713a7bd21210743b5e
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
Joseph Thaliath [Wed, 10 Apr 2024 07:25:53 +0000 (07:25 +0000)]
Merge "changes in the get_feature_group"
Joseph Thaliath [Wed, 10 Apr 2024 07:25:18 +0000 (07:25 +0000)]
Merge "Feature group changes"
rajdeep11 [Mon, 8 Apr 2024 07:32:21 +0000 (13:02 +0530)]
changes in training
Issue-id: AIMLFW-76
Change-Id: Iff5eca21ce31a4dd60c155be3f0ff13f33869367
Signed-off-by: rajdeep11 <rajdeep.sin@samsung.com>
rajdeep11 [Mon, 8 Apr 2024 07:28:49 +0000 (12:58 +0530)]
changes in get_trainingjob
Issue-id: AIMLFW-76
Change-Id: I0339d760e458bc1fd6e166c2c9be72f1554e85c0
Signed-off-by: rajdeep11 <rajdeep.sin@samsung.com>
rajdeep11 [Mon, 8 Apr 2024 07:08:31 +0000 (12:38 +0530)]
changes in Db and create TJ
Issue-id: AIMLFW-76
Change-Id: I0be7f6b98901b4a48f70d293cf853bb5733ceed3
Signed-off-by: rajdeep11 <rajdeep.sin@samsung.com>
Jessica Wagantall [Tue, 2 Apr 2024 21:02:20 +0000 (14:02 -0700)]
Fix: Update Python version to 3.8 and envs to only code
This matches what Jenkins is verifying
Change-Id: I9632aa2fbe81f58bc5716887a7cad518920d6edf
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
John Keeney [Mon, 25 Mar 2024 16:01:38 +0000 (16:01 +0000)]
Merge "CI: Add non voting tox verify GHA workflow call"
rajdeep11 [Fri, 1 Mar 2024 10:59:54 +0000 (16:29 +0530)]
changes in the get_feature_group
Issue-id: AIMLFW-76
Change-Id: I0f90a578d31acde09a2a7b3c622c5814b16d437a
Signed-off-by: rajdeep11 <rajdeep.sin@samsung.com>
rajdeep11 [Tue, 20 Feb 2024 09:20:25 +0000 (14:50 +0530)]
Feature group changes
Changes done to reflect Feature group.
Issue-id: AIMLFW-76
Change-Id: Idcdba5ad7a2f3b1c09b20dc18f1d9570e2d294db
Signed-off-by: rajdeep11 <rajdeep.sin@samsung.com>
rajdeep11 [Tue, 20 Feb 2024 09:17:58 +0000 (14:47 +0530)]
Fix build
Fixed the build.
Change-Id: I7df82c05a4a098595a42ab94258eebfa5dabea24
Signed-off-by: rajdeep11 <rajdeep.sin@samsung.com>
Jessica Wagantall [Wed, 14 Feb 2024 18:20:13 +0000 (10:20 -0800)]
CI: Add non voting tox verify GHA workflow call
This GitHub Action workflow call will replace tox-verify in
Jenkins.
This is added as a non-voting workflow for now until we confirm
it works as expected.
Change-Id: Ibb3d0b0f85ef5dd2098474c43ff4032ad6c47e4a
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
SANDEEP KUMAR JAISAWAL [Wed, 13 Dec 2023 13:55:24 +0000 (19:25 +0530)]
TM I released related changes
Issue-Id: AIMLFW-74
Change-Id: I31c8b35041e55e626c25a3d02d61ba67d2faaa88
Signed-off-by: SANDEEP KUMAR JAISAWAL <s.jaisawal@samsung.com>
Taewan Kim [Tue, 12 Dec 2023 06:42:10 +0000 (15:42 +0900)]
Install validator and Werkzeug python packages for unit tests
Issue-ID: AIMLFW-74
Change-Id: I4ceec57b9ed617486775a400582e027fbc72c808
Signed-off-by: Taewan Kim <t25.kim@samsung.com>
rajdeep11 [Tue, 12 Dec 2023 04:47:55 +0000 (10:17 +0530)]
adding test cases
Issue-id: AIMLFW-65
Change-Id: Ie90ba050b07c58fbf3558ac2190fb90b438fb330
Signed-off-by: rajdeep11 <rajdeep.sin@samsung.com>
rajdeep11 [Tue, 12 Dec 2023 00:10:27 +0000 (05:40 +0530)]
adding test cases for upload model to mme
Issue-id: AIMLFW-65
Change-Id: I63b62f00dd696706b19b8655438035752f34a1d0
Signed-off-by: rajdeep11 <rajdeep.sin@samsung.com>
rajdeep11 [Mon, 11 Dec 2023 10:35:09 +0000 (16:05 +0530)]
adding test cases
Issue-id: AIMLFW-65
Change-Id: Iae1540046b3c6a3ff232fe43f7eb034ba283f901
Signed-off-by: rajdeep11 <rajdeep.sin@samsung.com>
rajdeep11 [Mon, 11 Dec 2023 08:05:25 +0000 (13:35 +0530)]
adding test cases
Issue-id: AIMLFW-65
Change-Id: I5ee1e3ae3840975999499cc527d9bb5bdc6816a5
Signed-off-by: rajdeep11 <rajdeep.sin@samsung.com>
rajdeep11 [Fri, 8 Dec 2023 11:14:28 +0000 (16:44 +0530)]
upload trained model to mme
Issue-Id: AIMLFW-65
Change-Id: Ib0acf11be847e8f2b2b9ac5897f74511fad40f5e
Signed-off-by: rajdeep11 <rajdeep.sin@samsung.com>
rajdeep11 [Fri, 8 Dec 2023 05:29:30 +0000 (10:59 +0530)]
update in the retraining of trainingjob
Issue-Id: AIMLFW-65
Change-Id: I92e2b3087d12bbb843f1b6da43c3e7c0fb2257fb
Signed-off-by: rajdeep11 <rajdeep.sin@samsung.com>
rajdeep11 [Thu, 7 Dec 2023 12:28:27 +0000 (17:58 +0530)]
changes in the get trainingjob api
Issue-Id: AIMLFW-65
Change-Id: Ib597e80ce9787c89329bdc6ad197d40ebae70f35
Signed-off-by: rajdeep11 <rajdeep.sin@samsung.com>
rajdeep11 [Thu, 7 Dec 2023 08:11:27 +0000 (13:41 +0530)]
editing add_training_job and edit_training_job api based on mme
Issue-Id: AIMLFW-65
Change-Id: I5eec767b26657a290bf0acf2489724eabbfd55a8
Signed-off-by: rajdeep11 <rajdeep.sin@samsung.com>
rajdeep11 [Wed, 6 Dec 2023 06:02:02 +0000 (11:32 +0530)]
adding db changes
Issue-Id: AIMLFW-65
Change-Id: I89c15517515b33f566072270012accbc2d388d94
Signed-off-by: rajdeep11 <rajdeep.sin@samsung.com>
rajdeep11 [Wed, 25 Oct 2023 09:45:16 +0000 (15:15 +0530)]
featuregroup_name added.
Issue-Id: AIMLFW-58
Change-Id: I8225e192f45d5c501e824510a6d8e0d719660c98
Signed-off-by: rajdeep11 <rajdeep.sin@samsung.com>
rajdeep11 [Mon, 23 Oct 2023 10:43:46 +0000 (16:13 +0530)]
changing the function comments to latest
Issue-Id: AIMLFW-58
Change-Id: Ieaaa73de74b263e107b0a49316bbc5650bbe1e2c
Signed-off-by: rajdeep11 <rajdeep.sin@samsung.com>
rajdeep11 [Tue, 10 Oct 2023 11:17:35 +0000 (16:47 +0530)]
Support for dynamic change of data source
Issue-Id: AIMLFW-58
Change-Id: I20820cf08d1d7bfc1d6d0fc1a077377faa7bf7a4
Signed-off-by: rajdeep11 <rajdeep.sin@samsung.com>
rajdeep11 [Tue, 3 Oct 2023 09:48:53 +0000 (15:18 +0530)]
changes in the feature group
Issue-Id: AIMLFW-58
Change-Id: I9f7441b59622ecab7b5eb910d8b1d6c9bed92c58
Signed-off-by: rajdeep11 <rajdeep.sin@samsung.com>
rajdeep11 [Wed, 13 Sep 2023 11:20:31 +0000 (16:50 +0530)]
featuregroup_info table changes
Issue-Id: AIMLFW-58
Change-Id: I69ce240397bb131796a630506e056b84e30206a7
Signed-off-by: rajdeep11 <rajdeep.sin@samsung.com>
josephthaliath [Tue, 8 Aug 2023 17:27:46 +0000 (22:57 +0530)]
Updating release tag and release notes
Issue-Id: AIMLFW-50
Change-Id: Iab423056003dad183f92ff700c78d5686473721a
Signed-off-by: josephthaliath <jo.thaliath@samsung.com>
rajdeep11 [Tue, 8 Aug 2023 17:04:52 +0000 (22:34 +0530)]
Changes in the delete feature_group
Issue-Id: AIMLFW-50
Change-Id: If9746a4a3914077e007020997290c1d7ab48e745
Signed-off-by: rajdeep11 <rajdeep.sin@samsung.com>
josephthaliath [Tue, 8 Aug 2023 11:41:01 +0000 (17:11 +0530)]
Updating release tag and release notes
Issue-Id: AIMLFW-50
Change-Id: I8900fa1a7b9d3c684e90a98c2dcad2ed4b56dac1
Signed-off-by: josephthaliath <jo.thaliath@samsung.com>
rajdeep11 [Tue, 8 Aug 2023 10:18:42 +0000 (15:48 +0530)]
Adding additional parameter for GUI display
Issue-Id: AIMLFW-50
Change-Id: Iea74f56663a49b72399f17543f145bf889b18f41
Signed-off-by: rajdeep11 <rajdeep.sin@samsung.com>
josephthaliath [Mon, 7 Aug 2023 10:05:12 +0000 (15:35 +0530)]
Updating release tag and release notes
Issue-Id: AIMLFW-50
Change-Id: I08cdb267e898ca63436917b6abe6c65c7e31d5bd
Signed-off-by: josephthaliath <jo.thaliath@samsung.com>
rajdeep11 [Thu, 3 Aug 2023 15:16:26 +0000 (20:46 +0530)]
refactoring code to new create_dme request
Issue-Id: AIMLFW-50
Change-Id: Ia1ba0b425973aaf1f18bf69283d8854c2af4f6d9
Signed-off-by: rajdeep11 <rajdeep.sin@samsung.com>
Rajdeep Singh [Fri, 14 Jul 2023 05:32:14 +0000 (05:32 +0000)]
Merge "Add unit tests of trainingmgr_operations"
Rajdeep Singh [Fri, 14 Jul 2023 05:32:02 +0000 (05:32 +0000)]
Merge "Assign None if the configuration variables can't be found in environment variables."
josephthaliath [Thu, 15 Jun 2023 10:39:08 +0000 (16:09 +0530)]
Updating release tag and release notes
Issue-Id: AIMLFW-49
Change-Id: I7a46ec539394b4fe213743bdc6376dd0b6b349aa
Signed-off-by: josephthaliath <jo.thaliath@samsung.com>
Taewan Kim [Mon, 12 Jun 2023 08:53:31 +0000 (17:53 +0900)]
Add unit tests of trainingmgr_operations
- `data_extraction_start`, `data_extraction_status` added
Issue-ID: AIMLFW-13
Change-Id: I55c2b1eba13ec5cf4bfccb2ab9b215615d446eff
Signed-off-by: Taewan Kim <t25.kim@samsung.com>
rajdeep11 [Wed, 7 Jun 2023 11:25:58 +0000 (16:55 +0530)]
solving sonar vulnerabilities
Issue-Id: AIMLFW-22
Change-Id: Icdfbd65b907945471967422f9ecc5881bdb116d6
Signed-off-by: rajdeep11 <rajdeep.sin@samsung.com>
Taewan Kim [Thu, 8 Jun 2023 09:19:23 +0000 (18:19 +0900)]
Assign None if the configuration variables can't be found in environment variables.
- A unit test which `is_config_loaded_properly` returns False added
Issue-ID: AIMLFW-35
Change-Id: I8ac0f3c7f30d6570caa6ec5c76fe499cead459a4
Signed-off-by: Taewan Kim <t25.kim@samsung.com>
Taewan Kim [Mon, 5 Jun 2023 09:04:21 +0000 (18:04 +0900)]
Add and update unit tests of TM operations
- `delete_dme_filtered_data_job` added
- `training_start` and `create_dme_filtered_data_job` updated
- Unnecessary `class Test_upload_pipeline` deleted
Issue-ID: AIMLFW-13
Change-Id: I1f2cbc4d25c5fff3ccbdcef4c5d3845ffdf0e1f1
Signed-off-by: Taewan Kim <t25.kim@samsung.com>
rajdeep11 [Wed, 31 May 2023 05:57:19 +0000 (11:27 +0530)]
adding Access-Control-Allow-Origin.
Change-Id: I27ebe642297ca43b4a13aa6f319357db31b2ce72
Signed-off-by: rajdeep11 <rajdeep.sin@samsung.com>
Ashish Jain [Mon, 29 May 2023 06:29:25 +0000 (06:29 +0000)]
Merge "Update due to PTL change"
Rajdeep Singh [Fri, 26 May 2023 07:07:01 +0000 (07:07 +0000)]
Merge "Add tmgr_logger unit test"
Taewan Kim [Thu, 25 May 2023 16:04:36 +0000 (01:04 +0900)]
Add tmgr_logger unit test
Issue-ID: AIMLFW-13
Change-Id: Ifda85f883d72d2153dd54eb55d3e1577c95417e0
Signed-off-by: Taewan Kim <t25.kim@samsung.com>
josephthaliath [Thu, 25 May 2023 08:30:18 +0000 (14:00 +0530)]
Update due to PTL change
Change-Id: I8e6c76f2d05fa85dd0e35115632dd46c5e6f2c23
Signed-off-by: josephthaliath <jo.thaliath@samsung.com>
Taewan Kim [Thu, 25 May 2023 07:26:53 +0000 (16:26 +0900)]
Fix incorrect unit tests in terms of response_for_training function
Issue-ID: AIMLFW-13
Change-Id: Ie4f3d13e057fb0722671103fa27d6d726457c100
Signed-off-by: Taewan Kim <t25.kim@samsung.com>
Taewan Kim [Tue, 23 May 2023 14:33:09 +0000 (23:33 +0900)]
Remove unnecessary code in Dockerfile and fix indents
Issue-ID: AIMLFW-35
Change-Id: Ic57cca2e292276720a80c2ccadff33943062e470
Signed-off-by: Taewan Kim <t25.kim@samsung.com>
Taewan Kim [Tue, 23 May 2023 07:11:20 +0000 (16:11 +0900)]
Add test cases for checking names of training job and feature group
Issue-ID: AIMLFW-13
Change-Id: I33d42463a08a0f0e03ee4aac2a00755da918b261
Signed-off-by: Taewan Kim <t25.kim@samsung.com>
Taewan Kim [Mon, 22 May 2023 09:59:08 +0000 (18:59 +0900)]
Check the names of training job and feature group
- consist of letters, numbers and underscore
- string length between 3 and 63
Issue-ID: AIMLFW-35
Change-Id: Ifc38762206e3dd710d046d844b617bfe31c3a3f0
Signed-off-by: Taewan Kim <t25.kim@samsung.com>
rajdeep11 [Thu, 18 May 2023 11:38:14 +0000 (17:08 +0530)]
resolving sonar issue
Issue-Id: AIMLFW-22
Change-Id: I7a3c42fdbd387aefafd75cdac316489200209258
Signed-off-by: rajdeep11 <rajdeep.sin@samsung.com>
rajdeep11 [Mon, 15 May 2023 09:50:53 +0000 (15:20 +0530)]
Unit test for delete feature_group and trainingjob_version
Issue-Id: AIMLFW-45
Change-Id: Ifbc77c0ad956d32b19ede9ba36003591966d4f88
Signed-off-by: rajdeep11 <rajdeep.sin@samsung.com>
Joseph Thaliath [Mon, 15 May 2023 05:30:28 +0000 (05:30 +0000)]
Merge "Check the feature group name length before adding to db"
Taewan Kim [Fri, 12 May 2023 08:03:25 +0000 (17:03 +0900)]
Check the feature group name length before adding to db
Issue-ID: AIMLFW-35
Change-Id: I289f7bd6d20ee3da76437787a4e36f006dbb305f
Signed-off-by: Taewan Kim <t25.kim@samsung.com>
rajdeep11 [Fri, 12 May 2023 06:35:35 +0000 (12:05 +0530)]
Unit test for List_feature_group
Issue-Id: AIMLFW-45
Change-Id: I0f8d80d212eb81a0a6ffcc7cd212ee19756fac1d
Signed-off-by: rajdeep11 <rajdeep.sin@samsung.com>
rajdeep11 [Thu, 11 May 2023 09:16:29 +0000 (14:46 +0530)]
Unit test for create_feature_group
Issue-Id: AIMLFW-45
Change-Id: I2abd10f791218cda2adaff7526ed5a623e71a992
Signed-off-by: rajdeep11 <rajdeep.sin@samsung.com>
rajdeep11 [Mon, 8 May 2023 10:34:54 +0000 (16:04 +0530)]
delete trainingjobs
Issue-Id: AIMLFW-41
Change-Id: Iae3255b5994c5dbed93a84a14e0e8ad951814db5
Signed-off-by: rajdeep11 <rajdeep.sin@samsung.com>
rajdeep11 [Mon, 8 May 2023 08:34:09 +0000 (14:04 +0530)]
changes in the feature_group_names
Issue-Id: AIMLFW-40
Change-Id: Ic5980770016b35881e1f35a8b6a86161944034ce
Signed-off-by: rajdeep11 <rajdeep.sin@samsung.com>
josephthaliath [Mon, 8 May 2023 06:18:31 +0000 (11:48 +0530)]
Change to db url for DME based on ranpm repository
Issue-Id: AIMLFW-45
Change-Id: I350b2a4d84b91680a64dcc21acaff2abf4ca4973
Signed-off-by: josephthaliath <jo.thaliath@samsung.com>
Taewan Kim [Thu, 4 May 2023 06:57:59 +0000 (15:57 +0900)]
Fix tox error and update README.md files according to Markdown syntax
Issue-ID: AIMLFW-35
Change-Id: Ib0938929252a7cc5fea21764225ce35e15846fa9
Signed-off-by: Taewan Kim <t25.kim@samsung.com>
rajdeep11 [Wed, 26 Apr 2023 11:13:52 +0000 (16:43 +0530)]
adding delete feature group
Issue-Id: AIMLFW-40
Change-Id: Ic6979b294212614acba6623ed7b7fd21eed42794
Signed-off-by: rajdeep11 <rajdeep.sin@samsung.com>
rajdeep11 [Tue, 25 Apr 2023 11:53:26 +0000 (17:23 +0530)]
adding apis for list feature group
Issue-Id: AIMLFW-40
Change-Id: I9c6cbc1e5449b31aef44902bd74edacad8903e33
Signed-off-by: rajdeep11 <rajdeep.sin@samsung.com>
josephthaliath [Tue, 25 Apr 2023 06:36:19 +0000 (12:06 +0530)]
Change to add exception instead of logging error
Issue-Id: AIMLFW-40
Change-Id: Ia7fcceb2d86c23901086fc638958e6ec252e6be2
Signed-off-by: josephthaliath <jo.thaliath@samsung.com>
rajdeep11 [Tue, 25 Apr 2023 04:58:41 +0000 (10:28 +0530)]
adding query
Issue-Id: AIMLFW-40
Change-Id: Id5962643499f25aa5cdf12e125880ab96f7271f2
Signed-off-by: rajdeep11 <rajdeep.sin@samsung.com>
rajdeep11 [Thu, 20 Apr 2023 05:27:28 +0000 (10:57 +0530)]
Changes for the Create Feature Group
Issue-Id: AIMLFW-40
Change-Id: Ib0f17eaa01967d6f64f79e16a6e31030cf5bcd1d
Signed-off-by: rajdeep11 <rajdeep.sin@samsung.com>