rajdeep11 [Wed, 27 Nov 2024 06:33:00 +0000 (12:03 +0530)]
chnages to fix the flow
Change-Id: Id5642d722c874072faa2a9196042e80b67dbdead
Signed-off-by: rajdeep11 <rajdeep.sin@samsung.com>
rajdeep11 [Tue, 26 Nov 2024 10:08:57 +0000 (15:38 +0530)]
error handling of get trainingjob
Change-Id: I1aec8903e6555462f6c6d3c99448c387a77fba21
Signed-off-by: rajdeep11 <rajdeep.sin@samsung.com>
rajdeep11 [Tue, 26 Nov 2024 07:15:05 +0000 (12:45 +0530)]
optimising the get status
Change-Id: I5fb886f8736a7b7f8fe2c553734957d6fcc22bd9
Signed-off-by: rajdeep11 <rajdeep.sin@samsung.com>
rajdeep11 [Tue, 26 Nov 2024 07:09:31 +0000 (12:39 +0530)]
functiom to update a field of a trainingjob
Change-Id: I0139421ad71b5d6e0d6d1c0e8c5afd4b1a4b98da
Signed-off-by: rajdeep11 <rajdeep.sin@samsung.com>
rajdeep11 [Tue, 26 Nov 2024 06:57:27 +0000 (12:27 +0530)]
changes for the status api according to specs
Change-Id: I5911ed88331120b35fa1f1d06ad7b7d8f0d07083
Signed-off-by: rajdeep11 <rajdeep.sin@samsung.com>
rajdeep11 [Mon, 25 Nov 2024 10:43:06 +0000 (16:13 +0530)]
changes for add trainingjob
Change-Id: I0287b4f51348eb219da68294c0aa001f3aecb226
Signed-off-by: rajdeep11 <rajdeep.sin@samsung.com>
Monosij Ghosh [Thu, 21 Nov 2024 15:12:44 +0000 (20:42 +0530)]
TM module test case fixes
added test case fixes
Change-Id: I6b9b3ed9d7d682d12eb9152a2685f7491078fc16
Signed-off-by: Monosij Ghosh <mono.ghosh@samsung.com>
subhash kumar singh [Thu, 21 Nov 2024 13:52:26 +0000 (13:52 +0000)]
Merge "removed the is_mme in the code"
subhash kumar singh [Thu, 21 Nov 2024 12:21:45 +0000 (12:21 +0000)]
Merge "changes in the add trainingjob POST"
rajdeep11 [Thu, 21 Nov 2024 06:22:28 +0000 (11:52 +0530)]
removed the is_mme in the code
Change-Id: I657911875c7904dfa79a84f80d6f23778d77c812
Signed-off-by: rajdeep11 <rajdeep.sin@samsung.com>
subhash kumar singh [Fri, 15 Nov 2024 01:06:52 +0000 (01:06 +0000)]
Implement get list of TrainingJobs
Implemented get on TrainingJobs.
Change-Id: I20d0f5748545804b28badc7290055a0731ee99c2
Signed-off-by: subhash kumar singh <subh.singh@samsung.com>
rajdeep11 [Wed, 20 Nov 2024 12:42:27 +0000 (18:12 +0530)]
changes in the add trainingjob POST
Change-Id: I3aeaeb5e0e9af8e1d4da334afcc3dbc3ff1582ba
Signed-off-by: rajdeep11 <rajdeep.sin@samsung.com>
subhash kumar singh [Thu, 14 Nov 2024 16:52:41 +0000 (16:52 +0000)]
Implement get operation
Implemented get operation for training job by id.
Change-Id: Iefa53aa484575ff72b9a0c83fc2269eb71a9660f
Signed-off-by: subhash kumar singh <subh.singh@samsung.com>
subhash kumar singh [Wed, 13 Nov 2024 21:25:46 +0000 (21:25 +0000)]
Implemented the Models and bluprint for POST
POST operaiton on training job implmented which will
populate the modelID automatically.
Change-Id: I68d565ec36d92698c9a97b5277e90a39f40002e9
Signed-off-by: subhash kumar singh <subh.singh@samsung.com>
subhash kumar singh [Wed, 13 Nov 2024 05:47:26 +0000 (05:47 +0000)]
Model for ModelId
Introduced changes for modelID which will be referenced by
trainingjob.
Change-Id: I4fd24eb03e6fe5dcd0c2ae91091035a093bda22c
Signed-off-by: subhash kumar singh <subh.singh@samsung.com>
subhash kumar singh [Tue, 12 Nov 2024 14:13:37 +0000 (14:13 +0000)]
Implement the basic implementation for delete TJ
Implemented deletion of Training Job as per spec defined
structure.
TODO: Cancel the training job on delete request.
Change-Id: I236c837907c01d784f59d2bfe299a898b94a0253
Signed-off-by: subhash kumar singh <subh.singh@samsung.com>
subhash kumar singh [Tue, 19 Nov 2024 08:17:28 +0000 (08:17 +0000)]
Merge "logic for notification to rApp"
subhash kumar singh [Tue, 19 Nov 2024 08:13:52 +0000 (08:13 +0000)]
Merge "adding steps state model"
rajdeep11 [Mon, 11 Nov 2024 06:00:30 +0000 (11:30 +0530)]
logic for notification to rApp
Change-Id: I3e6131d30e33289ec8b0da2862827f88af42ef37
Signed-off-by: rajdeep11 <rajdeep.sin@samsung.com>
rajdeep11 [Wed, 6 Nov 2024 19:26:09 +0000 (00:56 +0530)]
adding steps state model
Change-Id: Id8e5b2f000941a1f3839f1fb9cca1c42bdfcf9c7
Signed-off-by: rajdeep11 <rajdeep.sin@samsung.com>
subhash kumar singh [Fri, 15 Nov 2024 12:55:13 +0000 (12:55 +0000)]
Create TrainingConfig Singleton class
Created TrainingConfig as singletone class to share cofiguraiton
and logger
e.g.
def __init__():
self.logger = TrainingConfig().__logger
then use the `self.logger` for logging.
Change-Id: I4eb5f38ffc288825fe6c9ac38312c99238150abe
Signed-off-by: subhash kumar singh <subh.singh@samsung.com>
ashishj1729 [Tue, 12 Nov 2024 07:36:24 +0000 (13:06 +0530)]
Addition of TrainingConfig Parameter in trainingJob Model
Change-Id: I48e3c9d870682a4c31e4430106bbfbef93279e7f
Signed-off-by: ashishj1729 <jain.ashish@samsung.com>
Monosij Ghosh [Wed, 13 Nov 2024 01:29:44 +0000 (06:59 +0530)]
TM module test case fix 1
Change-Id: I7d552394d2f8c9cb4e3f110339c6808c014734d3
Signed-off-by: Monosij Ghosh <mono.ghosh@samsung.com>
subhash kumar singh [Sun, 10 Nov 2024 15:34:22 +0000 (15:34 +0000)]
Merge changes I6f51eb51,I881ba835
* changes:
test cases for get_steps_state and get_model
adding test_cases for get_trainingjob_by_name_and_version
rajdeep11 [Wed, 30 Oct 2024 20:42:39 +0000 (02:12 +0530)]
test cases for
get_steps_state and get_model
Change-Id: I6f51eb514b5ed8a1db7c874b925e98c4b5350123
Signed-off-by: rajdeep11 <rajdeep.sin@samsung.com>
rajdeep11 [Wed, 30 Oct 2024 19:47:06 +0000 (01:17 +0530)]
adding test_cases for get_trainingjob_by_name_and_version
Change-Id: I881ba8356cadedd7bd6fcc58a6cfe684876e3f03
Signed-off-by: rajdeep11 <rajdeep.sin@samsung.com>
Swaraj Kumar [Thu, 7 Nov 2024 07:22:33 +0000 (07:22 +0000)]
Merge "Fix UT for trainingMgrUtils"
subhash kumar singh [Mon, 4 Nov 2024 13:08:32 +0000 (13:08 +0000)]
Fix UT for trainingMgrUtils
- Fixed UT for trainingMgrUtils
- Fixing missing parameter for `create_dme_filtered_data_job()`
Change-Id: Iccf85f85fde683540a74f4bf3a100f1f47f0ff1c
Signed-off-by: subhash kumar singh <subh.singh@samsung.com>
Rajdeep Singh [Mon, 4 Nov 2024 10:18:12 +0000 (10:18 +0000)]
Merge "Multi stage build for Dockerfile"
subhash kumar singh [Wed, 30 Oct 2024 11:54:29 +0000 (11:54 +0000)]
Remove `pandas` dependency from tm
Removed pandas dependency from tm.
Change-Id: Ib7a52080aefed168a784d30b55844553ff21b1a7
Signed-off-by: subhash kumar singh <subh.singh@samsung.com>
rajdeep11 [Wed, 30 Oct 2024 08:48:34 +0000 (14:18 +0530)]
changes in get_metadata and async_feature_engineering_status
Change-Id: I820f5515f903dc6b3fe2e4a237b37c6df539a47b
Signed-off-by: rajdeep11 <rajdeep.sin@samsung.com>
rajdeep11 [Wed, 30 Oct 2024 07:53:48 +0000 (13:23 +0530)]
changes for the retraining and delete trainingjob
Change-Id: I0862a78fbf817b1d70c90e4f0987bcc3e4a9f3cd
Signed-off-by: rajdeep11 <rajdeep.sin@samsung.com>
rajdeep11 [Wed, 30 Oct 2024 07:34:13 +0000 (13:04 +0530)]
changes for the get, put and post trainingjob
Change-Id: Icd2846dcc400fb232d720e3e2d3bf879494b9a2a
Signed-off-by: rajdeep11 <rajdeep.sin@samsung.com>
rajdeep11 [Wed, 30 Oct 2024 07:05:07 +0000 (12:35 +0530)]
changes in the pipeline_notification
Change-Id: Ifffe07899f624abab710899b180c513157df270f
Signed-off-by: rajdeep11 <rajdeep.sin@samsung.com>
rajdeep11 [Wed, 30 Oct 2024 06:38:58 +0000 (12:08 +0530)]
changes in the data extraction notification code
Change-Id: I094fdb6289b9037b6fa2c8179d9f2fa30910e313
Signed-off-by: rajdeep11 <rajdeep.sin@samsung.com>
rajdeep11 [Wed, 30 Oct 2024 06:15:03 +0000 (11:45 +0530)]
changes in the start training
Change-Id: I73676734367b89016697ba21c2cdc46864dd6d2f
Signed-off-by: rajdeep11 <rajdeep.sin@samsung.com>
rajdeep11 [Wed, 30 Oct 2024 05:55:50 +0000 (11:25 +0530)]
changes based on new db layer
get trainingjob
get steps_state
Change-Id: Idea898fc9622c99c5443d5d45e8f872b6bce8746
Signed-off-by: rajdeep11 <rajdeep.sin@samsung.com>
rajdeep11 [Tue, 29 Oct 2024 05:56:48 +0000 (11:26 +0530)]
adding the trainingjob db layer
Change-Id: Ica0d81792848cfd3299509536dd507e2c35749d3
Signed-off-by: rajdeep11 <rajdeep.sin@samsung.com>
rajdeep11 [Tue, 29 Oct 2024 04:18:03 +0000 (09:48 +0530)]
changing the code wrt newer db layer
Change-Id: I5e15193af5f75164804482e118cf06979865ff11
Signed-off-by: rajdeep11 <rajdeep.sin@samsung.com>
subhash kumar singh [Tue, 29 Oct 2024 19:19:45 +0000 (19:19 +0000)]
Multi stage build for Dockerfile
Provided new two stage build for TM image.
Change-Id: I3e302aa77263443ef72900656273bd91d4a11299
Signed-off-by: subhash kumar singh <subh.singh@samsung.com>
rajdeep11 [Fri, 25 Oct 2024 10:57:49 +0000 (16:27 +0530)]
adding the featuregroup db file
Change-Id: Idfff3b5f0a916f99819b6ea2f89097424f493a38
Signed-off-by: rajdeep11 <rajdeep.sin@samsung.com>
subhash kumar singh [Wed, 30 Oct 2024 06:53:10 +0000 (06:53 +0000)]
Merge "adding marshmallow for validation created folder schemas"
Swaraj Kumar [Tue, 29 Oct 2024 16:01:27 +0000 (16:01 +0000)]
Merge "Makefile for the TM container"
subhash kumar singh [Tue, 29 Oct 2024 15:05:35 +0000 (15:05 +0000)]
Merge "adding the flask-sqlalchemy orm adding flask-migrate for migrating database added the models: featuregroup and trainingjob"
rajdeep11 [Sat, 19 Oct 2024 10:15:09 +0000 (15:45 +0530)]
adding marshmallow for validation
created folder schemas
Change-Id: I5dafedd4848ae88ae1025053fafcc24b3d7ea1fc
Signed-off-by: rajdeep11 <rajdeep.sin@samsung.com>
subhash kumar singh [Fri, 25 Oct 2024 13:42:54 +0000 (13:42 +0000)]
Makefile for the TM container
Makefile for the TM container.
Change-Id: I359917629c5a36f6ded35cfbcbec2bb7406b893e
Signed-off-by: subhash kumar singh <subh.singh@samsung.com>
Rajdeep Singh [Fri, 25 Oct 2024 11:17:15 +0000 (11:17 +0000)]
Merge "Update the entrypoint to start app"
subhash kumar singh [Fri, 11 Oct 2024 12:39:50 +0000 (12:39 +0000)]
Add middleware to log the request time
Added middleware to log the request time.
Change-Id: I556b79332bcbad276b786162502751e68b4b624d
Signed-off-by: subhash kumar singh <subh.singh@samsung.com>
Swaraj Kumar [Tue, 22 Oct 2024 14:15:22 +0000 (19:45 +0530)]
committer update
Change-Id: I0d9c46da52e5a02495594c22680985fbc1aad5df
Signed-off-by: Swaraj Kumar <swaraj.kumar@samsung.com>
subhash kumar singh [Tue, 22 Oct 2024 06:12:08 +0000 (06:12 +0000)]
Merge "Swagger file:feature group name for TM"
subhash kumar singh [Tue, 22 Oct 2024 06:11:55 +0000 (06:11 +0000)]
Merge "Swagger file:feature group for TM"
subhash kumar singh [Tue, 22 Oct 2024 06:11:08 +0000 (06:11 +0000)]
Merge "Swagger file:metadata training job for TM"
subhash kumar singh [Tue, 22 Oct 2024 06:10:47 +0000 (06:10 +0000)]
Merge "Swagger file:delete training job for TM"
subhash kumar singh [Tue, 22 Oct 2024 06:10:14 +0000 (06:10 +0000)]
Merge "Swagger file:retraining for TM"
rajdeep11 [Fri, 18 Oct 2024 11:18:34 +0000 (16:48 +0530)]
adding the flask-sqlalchemy orm
adding flask-migrate for migrating database
added the models: featuregroup and trainingjob
Change-Id: I9a127a11ac908e199e32dc88a8b07aa18c7ebb1f
Signed-off-by: rajdeep11 <rajdeep.sin@samsung.com>
subhash kumar singh [Fri, 18 Oct 2024 12:26:35 +0000 (12:26 +0000)]
Update the entrypoint to start app
Dockerfile updated to execute the app on start.
Change-Id: Ifb7fefebeabff7e798ecde39299df81e3870e36b
Signed-off-by: subhash kumar singh <subh.singh@samsung.com>
subhash kumar singh [Fri, 18 Oct 2024 10:15:21 +0000 (10:15 +0000)]
Merge "Solving the TypeError: Object of type PipelineInfo is not JSON serializable"
Swaraj Kumar [Fri, 18 Oct 2024 05:32:46 +0000 (11:02 +0530)]
Swagger file:feature group name for TM
Change-Id: Ifbbef3ec7529c8ce5c2675c9ffa4205bdc25c271
Signed-off-by: Swaraj Kumar <swaraj.kumar@samsung.com>
Swaraj Kumar [Fri, 18 Oct 2024 05:31:25 +0000 (11:01 +0530)]
Swagger file:feature group for TM
Change-Id: Ifd9946ffd9a63990aae8ecde7378a4e00d390d7d
Signed-off-by: Swaraj Kumar <swaraj.kumar@samsung.com>
Swaraj Kumar [Fri, 18 Oct 2024 05:29:16 +0000 (10:59 +0530)]
Swagger file:metadata training job for TM
Change-Id: Ifbc9b83bcb4eb90958bc4f7f6af71951da35a1c1
Signed-off-by: Swaraj Kumar <swaraj.kumar@samsung.com>
Swaraj Kumar [Fri, 18 Oct 2024 05:28:09 +0000 (10:58 +0530)]
Swagger file:delete training job for TM
Change-Id: I8125d97cf6a459b525fc36adbaec88b67186e2f9
Signed-off-by: Swaraj Kumar <swaraj.kumar@samsung.com>
Swaraj Kumar [Fri, 18 Oct 2024 05:25:52 +0000 (10:55 +0530)]
Swagger file:retraining for TM
Change-Id: I028f051bb2b91c0c8c195ac577cd5610a68ce57e
Signed-off-by: Swaraj Kumar <swaraj.kumar@samsung.com>
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>
rajdeep11 [Fri, 11 Oct 2024 10:47:10 +0000 (16:17 +0530)]
Solving the TypeError: Object of type PipelineInfo is not JSON serializable
Change-Id: I21910a274f0667f2bb0ede9d4c5032fd5d1cdeb7
Signed-off-by: rajdeep11 <rajdeep.sin@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"