platform/core/ml/mlops-agent.git
6 months ago[CodeClean] build error after enabling tizen
Jaeyun Jung [Wed, 17 Jan 2024 09:54:26 +0000 (18:54 +0900)]
[CodeClean] build error after enabling tizen

Code clean, fix log function and remove unnecessary path in meson.

Signed-off-by: Jaeyun Jung <jy1210.jung@samsung.com>
6 months ago[Test] delete unnecessary test
Jaeyun Jung [Mon, 8 Jan 2024 08:37:54 +0000 (17:37 +0900)]
[Test] delete unnecessary test

Delete unnecessary test-dbus and update spec file to install tc.

Signed-off-by: Jaeyun Jung <jy1210.jung@samsung.com>
6 months ago[Interface] invalid param case
Jaeyun Jung [Tue, 12 Dec 2023 13:02:52 +0000 (22:02 +0900)]
[Interface] invalid param case

1. Add condition to check invalid param of agent interface.
2. Code clean, fix param name and indent.

Signed-off-by: Jaeyun Jung <jy1210.jung@samsung.com>
6 months ago[Build/Pkg] exec prefix in pc
Jaeyun Jung [Thu, 4 Jan 2024 07:46:09 +0000 (16:46 +0900)]
[Build/Pkg] exec prefix in pc

Update exec prefix when configuring pc file.

Signed-off-by: Jaeyun Jung <jy1210.jung@samsung.com>
6 months ago[DBus] clear instance before getting new connection
Jaeyun Jung [Fri, 5 Jan 2024 05:15:38 +0000 (14:15 +0900)]
[DBus] clear instance before getting new connection

Code clean, clear dbus instance before getting new connection.

Signed-off-by: Jaeyun Jung <jy1210.jung@samsung.com>
7 months ago[Log] rename log util
Jaeyun Jung [Wed, 13 Dec 2023 11:39:15 +0000 (20:39 +0900)]
[Log] rename log util

Code clean, rename macro and use predefined log util.

Signed-off-by: Jaeyun Jung <jy1210.jung@samsung.com>
7 months ago[ServiceDB] check model in database
Jaeyun Jung [Tue, 12 Dec 2023 11:29:49 +0000 (20:29 +0900)]
[ServiceDB] check model in database

Add condition to check model is registered in database.

Signed-off-by: Jaeyun Jung <jy1210.jung@samsung.com>
7 months ago[Build] add spec for tizen build
Jaeyun Jung [Mon, 11 Dec 2023 11:42:50 +0000 (20:42 +0900)]
[Build] add spec for tizen build

Fix version and add spec for tizen build.

Signed-off-by: Jaeyun Jung <jy1210.jung@samsung.com>
7 months ago[Doc] set reviewers
Jaeyun Jung [Mon, 11 Dec 2023 08:55:11 +0000 (17:55 +0900)]
[Doc] set reviewers

Add code reviewers for this repogitory.

Signed-off-by: Jaeyun Jung <jy1210.jung@samsung.com>
7 months ago[Build] add testcase
Jaeyun Jung [Mon, 11 Dec 2023 08:10:48 +0000 (17:10 +0900)]
[Build] add testcase

Update meson script, add testcases from api repo.

Signed-off-by: Jaeyun Jung <jy1210.jung@samsung.com>
7 months ago[Doc] update description
Jaeyun Jung [Mon, 11 Dec 2023 08:02:06 +0000 (17:02 +0900)]
[Doc] update description

Fix link to main page and update documents.

Signed-off-by: Jaeyun Jung <jy1210.jung@samsung.com>
7 months ago[Build] prepare meson build
Jaeyun Jung [Wed, 6 Dec 2023 05:42:19 +0000 (14:42 +0900)]
[Build] prepare meson build

Initial commit, migrate ml-agent and dbus code from api repo.
Prepare meson build for dbus and ml-agent first.

TODO:
1. fix version of ml-agent packages.
2. enable testcase.
3. add .spec for tizen release.

Signed-off-by: Jaeyun Jung <jy1210.jung@samsung.com>
7 months agoInitial commit
MyungJoo Ham [Wed, 6 Dec 2023 05:19:04 +0000 (14:19 +0900)]
Initial commit