Junghyun Yeon [Tue, 23 Feb 2021 08:02:39 +0000 (17:02 +0900)]
Implement getting datacontrol appid API
Signed-off-by: Junghyun Yeon <jungh.yeon@samsung.com>
Junghyun Yeon [Tue, 23 Feb 2021 07:50:30 +0000 (16:50 +0900)]
Update pkgmgr-info APIs
- Fix build error of getting localed label API.
- Implement get datacontrol info API
Signed-off-by: Junghyun Yeon <jungh.yeon@samsung.com>
Junghyun Yeon [Tue, 23 Feb 2021 07:40:56 +0000 (16:40 +0900)]
Implement localed label API
Signed-off-by: Junghyun Yeon <jungh.yeon@samsung.com>
Junghyun Yeon [Tue, 23 Feb 2021 01:18:16 +0000 (10:18 +0900)]
Implement basic pkgmgrinfo_appinfo_ APIs using newly implemented pkginfo_manager
Signed-off-by: Junghyun Yeon <jungh.yeon@samsung.com>
Junghyun Yeon [Mon, 22 Feb 2021 11:10:27 +0000 (20:10 +0900)]
Implement _pkginfo_get_packages
Signed-off-by: Junghyun Yeon <jungh.yeon@samsung.com>
Junghyun Yeon [Mon, 22 Feb 2021 11:01:00 +0000 (20:01 +0900)]
Remove factory from pkginfoclient
It will be replaced with ParcelableFactory
Signed-off-by: Junghyun Yeon <jungh.yeon@samsung.com>
Junghyun Yeon [Mon, 22 Feb 2021 10:50:58 +0000 (19:50 +0900)]
Add logger class
Signed-off-by: Junghyun Yeon <jungh.yeon@samsung.com>
Junghyun Yeon [Mon, 22 Feb 2021 10:44:22 +0000 (19:44 +0900)]
Implement pkginfo APIs to use pkginfo_manager API
Signed-off-by: Junghyun Yeon <jungh.yeon@samsung.com>
Junghyun Yeon [Mon, 22 Feb 2021 10:12:38 +0000 (19:12 +0900)]
Add locale element at pkg/appinfo structures
Signed-off-by: Junghyun Yeon <jungh.yeon@samsung.com>
Junghyun Yeon [Mon, 22 Feb 2021 10:08:00 +0000 (19:08 +0900)]
Add pkginfo manager for adaptor class between C and C++
Signed-off-by: Junghyun Yeon <jungh.yeon@samsung.com>
Changgyu Choi [Thu, 18 Feb 2021 08:56:23 +0000 (17:56 +0900)]
Fix implementation
김일호/Tizen Platform Lab(SR)/Engineer/삼성전자 [Fri, 19 Feb 2021 01:44:06 +0000 (10:44 +0900)]
Merge pull request #63 from ilho159-kim/query_parcelable
Add QueryParcelable
Changgyu Choi [Thu, 18 Feb 2021 09:27:50 +0000 (18:27 +0900)]
Add to destruct job for release callbacks
Signed-off-by: Changgyu Choi <changyu.choi@samsung.com>
Junghyun Yeon [Thu, 18 Feb 2021 06:58:26 +0000 (15:58 +0900)]
Matching implements and header's prototype
Signed-off-by: Junghyun Yeon <jungh.yeon@samsung.com>
Ilho Kim [Thu, 18 Feb 2021 11:09:14 +0000 (20:09 +0900)]
Change to use C++14
Signed-off-by: Ilho Kim <ilho159.kim@samsung.com>
Ilho Kim [Thu, 18 Feb 2021 09:53:35 +0000 (18:53 +0900)]
Fix ResultParcelable
Signed-off-by: Ilho Kim <ilho159.kim@samsung.com>
review-bot [Wed, 17 Feb 2021 23:48:31 +0000 (08:48 +0900)]
[Reform] Apply Coding Style
Changgyu Choi [Thu, 18 Feb 2021 03:34:50 +0000 (12:34 +0900)]
Fix warning
Signed-off-by: Changgyu Choi <changyu.choi@samsung.com>
Ilho Kim [Thu, 18 Feb 2021 03:49:18 +0000 (12:49 +0900)]
Merge branch 'master' into query_parcelable
Signed-off-by: Ilho Kim <ilho159.kim@samsung.com>
김일호/Tizen Platform Lab(SR)/Engineer/삼성전자 [Thu, 18 Feb 2021 03:47:10 +0000 (12:47 +0900)]
Add ResultParcelable (#59)
* Add ResultParcelable
Signed-off-by: Ilho Kim <ilho159.kim@samsung.com>
Ilho Kim [Wed, 17 Feb 2021 11:24:09 +0000 (20:24 +0900)]
Add ParcelableFactory
Signed-off-by: Ilho Kim <ilho159.kim@samsung.com>
Changgyu Choi [Wed, 17 Feb 2021 09:45:06 +0000 (18:45 +0900)]
Fix wrong implementation
Signed-off-by: Changgyu Choi <changyu.choi@samsung.com>
Ilho Kim [Wed, 17 Feb 2021 08:09:11 +0000 (17:09 +0900)]
Add QueryParcelable
Signed-off-by: Ilho Kim <ilho159.kim@samsung.com>
최창규/Tizen Platform Lab(SR)/Engineer/삼성전자 [Wed, 17 Feb 2021 08:24:05 +0000 (17:24 +0900)]
Server/runner (#54)
* Implement worker thread
* Implement Runner
* Add some missing implementation
* Remove unnecessary header
* Add logs for debuging
* Fix coding style
Signed-off-by: Changgyu Choi <changyu.choi@samsung.com>
Junghyun Yeon [Wed, 17 Feb 2021 07:43:52 +0000 (16:43 +0900)]
Delete includes of removed file
Signed-off-by: Junghyun Yeon <jungh.yeon@samsung.com>
Junghyun Yeon [Wed, 17 Feb 2021 07:28:11 +0000 (16:28 +0900)]
Remove unnecessary parcelable and req handlers
AppctrlPrivInfo and DataCtrlPrivInfo will be handled at
QueryParcelable and QueryHandler
Signed-off-by: Junghyun Yeon <jungh.yeon@samsung.com>
연정현/Tizen Platform Lab(SR)/Staff Engineer/삼성전자 [Wed, 17 Feb 2021 07:11:28 +0000 (16:11 +0900)]
Separate pkgmgr-info legacy library and implement dbhandler (#52)
separate db access codes from pkgmgr-info internal APIs and add codes at db handlers to use it.
review-bot [Mon, 15 Feb 2021 05:01:52 +0000 (14:01 +0900)]
[Reform] Apply Coding Style
Ilho Kim [Mon, 15 Feb 2021 04:02:41 +0000 (13:02 +0900)]
Fix static analysis issue
Signed-off-by: Ilho Kim <ilho159.kim@samsung.com>
Ilho Kim [Wed, 10 Feb 2021 07:57:41 +0000 (16:57 +0900)]
Implement CertInfoParcelable
Signed-off-by: Ilho Kim <ilho159.kim@samsung.com>
Ilho Kim [Wed, 10 Feb 2021 06:51:41 +0000 (15:51 +0900)]
Implement FilterParcelable
Signed-off-by: Ilho Kim <ilho159.kim@samsung.com>
Ilho Kim [Wed, 10 Feb 2021 03:14:28 +0000 (12:14 +0900)]
Handle allocated memory
Signed-off-by: Ilho Kim <ilho159.kim@samsung.com>
Ilho Kim [Tue, 9 Feb 2021 23:38:31 +0000 (08:38 +0900)]
Change parcel to inherit Parcelable class
Signed-off-by: Ilho Kim <ilho159.kim@samsung.com>
Ilho Kim [Tue, 9 Feb 2021 04:16:12 +0000 (13:16 +0900)]
Fix potential defect
Signed-off-by: Ilho Kim <ilho159.kim@samsung.com>
Ilho Kim [Mon, 8 Feb 2021 11:25:23 +0000 (20:25 +0900)]
Implement PkgInfoParcel, AppInfoParcel
Signed-off-by: Ilho Kim <ilho159.kim@samsung.com>
review-bot [Tue, 16 Feb 2021 07:59:53 +0000 (16:59 +0900)]
[Reform] Apply Coding Style
최창규/Tizen Platform Lab(SR)/Engineer/삼성전자 [Tue, 16 Feb 2021 07:59:26 +0000 (16:59 +0900)]
Add locale parameter in HandleRequest (#55)
* Add locale parameter in HandleRequest
Signed-off-by: Changgyu Choi <changyu.choi@samsung.com>
* Fix wrong inheritance implementation
Signed-off-by: Changgyu Choi <changyu.choi@samsung.com>
손주성/Tizen Platform Lab(SR)/Staff Engineer/삼성전자 [Tue, 16 Feb 2021 06:44:52 +0000 (15:44 +0900)]
Merge pull request #57 from review-bot/reform/appfw-pkgmgr-info-c/c++-google-Xn6UadOE-python-pep8-c100-wLP6J2nv
Coding style for "Implement Server" PR
review-bot [Tue, 16 Feb 2021 04:24:56 +0000 (13:24 +0900)]
[Reform] Apply Coding Style
손주성/Tizen Platform Lab(SR)/Staff Engineer/삼성전자 [Tue, 16 Feb 2021 04:24:50 +0000 (13:24 +0900)]
Merge pull request #50 from jusung07-son/master
Implement Server
Changgyu Choi [Mon, 15 Feb 2021 07:55:26 +0000 (16:55 +0900)]
Add to unlink path
This patch adds to unlink path
when path is already used.
Signed-off-by: Changgyu Choi <changyu.choi@samsung.com>
Changgyu Choi [Mon, 15 Feb 2021 01:05:44 +0000 (10:05 +0900)]
Add Request type in PkgRequest
Signed-off-by: Changgyu Choi <changyu.choi@samsung.com>
jusung [Sun, 14 Feb 2021 23:47:53 +0000 (08:47 +0900)]
Implement Server
Signed-off-by: jusung <jusung07.son@samsung.com>
손주성/Tizen Platform Lab(SR)/Staff Engineer/삼성전자 [Tue, 9 Feb 2021 23:26:00 +0000 (08:26 +0900)]
Merge pull request #48 from changyu-choi/server/pkg_request
Implement PkgRequest
Changgyu Choi [Tue, 9 Feb 2021 05:41:13 +0000 (14:41 +0900)]
Fix wrong implementation
Changgyu Choi [Tue, 9 Feb 2021 05:34:43 +0000 (14:34 +0900)]
Fix build error
Signed-off-by: Changgyu Choi <changyu.choi@samsung.com>
Changgyu Choi [Tue, 9 Feb 2021 04:08:25 +0000 (13:08 +0900)]
Implement PkgRequest
Signed-off-by: Changgyu Choi <changyu.choi@samsung.com>
Ilho Kim [Mon, 8 Feb 2021 00:50:18 +0000 (09:50 +0900)]
Fix some coding style
- Add public keywork for inheritance class
- Fix coding rule
Signed-off-by: Ilho Kim <ilho159.kim@samsung.com>
Ilho Kim [Fri, 5 Feb 2021 12:04:19 +0000 (21:04 +0900)]
Build setup for server
Signed-off-by: Ilho Kim <ilho159.kim@samsung.com>
연정현/Tizen Platform Lab(SR)/Staff Engineer/삼성전자 [Tue, 9 Feb 2021 03:23:45 +0000 (12:23 +0900)]
Remove pkginfo-server-lib (#43)
It's unnecessary
Signed-off-by: Junghyun Yeon <jungh.yeon@samsung.com>
Changgyu Choi [Tue, 9 Feb 2021 00:37:22 +0000 (09:37 +0900)]
Add ParcelFactory skeleton code
Signed-off-by: Changgyu Choi <changyu.choi@samsung.com>
Junghyun Yeon [Mon, 8 Feb 2021 09:50:50 +0000 (18:50 +0900)]
Integrate pkgmgr-common with pkgmgr-info
Signed-off-by: Junghyun Yeon <jungh.yeon@samsung.com>
Ilho Kim [Mon, 8 Feb 2021 08:09:26 +0000 (17:09 +0900)]
Add GetRequestType method
Signed-off-by: Ilho Kim <ilho159.kim@samsung.com>
최창규/Tizen Platform Lab(SR)/Engineer/삼성전자 [Mon, 8 Feb 2021 09:07:56 +0000 (18:07 +0900)]
Add request type enum header (#39)
Signed-off-by: Changgyu Choi <changyu.choi@samsung.com>
review-bot [Fri, 5 Feb 2021 06:32:33 +0000 (15:32 +0900)]
[Reform] Apply Coding Style
Ilho Kim [Fri, 5 Feb 2021 05:41:55 +0000 (14:41 +0900)]
Add TARGET_LINK_LIBRARIES for using some libs
Signed-off-by: Ilho Kim <ilho159.kim@samsung.com>
Ilho Kim [Fri, 5 Feb 2021 06:28:57 +0000 (15:28 +0900)]
Fix build error
Signed-off-by: Ilho Kim <ilho159.kim@samsung.com>
review-bot [Fri, 5 Feb 2021 05:51:53 +0000 (14:51 +0900)]
[Reform] Apply Coding Style
김일호/Tizen Platform Lab(SR)/Engineer/삼성전자 [Fri, 5 Feb 2021 05:53:45 +0000 (14:53 +0900)]
Add unittest (#31)
* add unittest
Signed-off-by: Ilho Kim <ilho159.kim@samsung.com>
최창규/Tizen Platform Lab(SR)/Engineer/삼성전자 [Fri, 5 Feb 2021 05:51:42 +0000 (14:51 +0900)]
Implement socket (#32)
* Implement socket
Signed-off-by: Changgyu Choi <changyu.choi@samsung.com>
* Fix potential issues
김일호/Tizen Platform Lab(SR)/Engineer/삼성전자 [Fri, 5 Feb 2021 01:27:03 +0000 (10:27 +0900)]
Adjust visibility attribute "default" (#30)
* Adjust visibility attribute "default"
Signed-off-by: Ilho Kim <ilho159.kim@samsung.com>
김일호/Tizen Platform Lab(SR)/Engineer/삼성전자 [Fri, 5 Feb 2021 01:12:06 +0000 (10:12 +0900)]
Fix namespace format (#29)
* adjust namespace
Signed-off-by: Ilho Kim <ilho159.kim@samsung.com>
Ilho Kim [Thu, 4 Feb 2021 09:18:13 +0000 (18:18 +0900)]
Add public keywork
Signed-off-by: Ilho Kim <ilho159.kim@samsung.com>
review-bot [Wed, 3 Feb 2021 10:58:42 +0000 (19:58 +0900)]
[Reform] Apply Coding Style
review-bot [Thu, 4 Feb 2021 07:10:07 +0000 (16:10 +0900)]
[Reform] Apply Coding Style
Junghyun Yeon [Thu, 4 Feb 2021 08:47:29 +0000 (17:47 +0900)]
Adjust header file location
Signed-off-by: Junghyun Yeon <jungh.yeon@samsung.com>
Junghyun Yeon [Thu, 4 Feb 2021 07:32:02 +0000 (16:32 +0900)]
Remove dependency from pkgmgrinfo_basic to pkgmgrinfo_private
Signed-off-by: Junghyun Yeon <jungh.yeon@samsung.com>
Junghyun Yeon [Thu, 4 Feb 2021 07:25:14 +0000 (16:25 +0900)]
Integrate pkgmgr-client and pkgmgr-info
Signed-off-by: Junghyun Yeon <jungh.yeon@samsung.com>
Junghyun Yeon [Thu, 4 Feb 2021 06:40:06 +0000 (15:40 +0900)]
Remove pkgmgrinfo_private from pkgmgr-info
Signed-off-by: Junghyun Yeon <jungh.yeon@samsung.com>
Junghyun Yeon [Thu, 4 Feb 2021 06:05:38 +0000 (15:05 +0900)]
Move files from src/ to common/
Signed-off-by: Junghyun Yeon <jungh.yeon@samsung.com>
Changgyu Choi [Tue, 2 Feb 2021 07:37:05 +0000 (16:37 +0900)]
Add runner skeleton code
Signed-off-by: Changgyu Choi <changyu.choi@samsung.com>
손주성/Tizen Platform Lab(SR)/Staff Engineer/삼성전자 [Thu, 4 Feb 2021 04:39:51 +0000 (13:39 +0900)]
Merge pull request #21 from jusung07-son/master
Add skeleton codes of pkg_request
jusung [Thu, 4 Feb 2021 03:55:43 +0000 (12:55 +0900)]
Fix typo
Signed-off-by: jusung <jusung07.son@samsung.com>
Changgyu Choi [Wed, 3 Feb 2021 08:19:43 +0000 (17:19 +0900)]
Fix build error
Changes:
- Fix PkgInfoClient parameter
- Add pkginfo_common target link
- Fix Cflags in pkgmgr-common.pc.in
Signed-off-by: Changgyu Choi <changyu.choi@samsung.com>
Junghyun Yeon [Tue, 2 Feb 2021 04:47:23 +0000 (13:47 +0900)]
Fix minor coding rule
Signed-off-by: Junghyun Yeon <jungh.yeon@samsung.com>
Junghyun Yeon [Mon, 1 Feb 2021 08:47:03 +0000 (17:47 +0900)]
Add PkgInfoClient skeleton class
Signed-off-by: Junghyun Yeon <jungh.yeon@samsung.com>
Junghyun Yeon [Mon, 1 Feb 2021 07:25:35 +0000 (16:25 +0900)]
Basic implement pkginfo_client
Signed-off-by: Junghyun Yeon <jungh.yeon@samsung.com>
jusung [Wed, 3 Feb 2021 01:56:49 +0000 (10:56 +0900)]
Add skeleton codes of pkg_request
Signed-off-by: jusung <jusung07.son@samsung.com>
Junghyun Yeon [Tue, 2 Feb 2021 08:32:02 +0000 (17:32 +0900)]
Fix typo
Signed-off-by: Junghyun Yeon <jungh.yeon@samsung.com>
Junghyun Yeon [Mon, 1 Feb 2021 06:30:49 +0000 (15:30 +0900)]
Add skeleton codes of parcle factory
Signed-off-by: Junghyun Yeon <jungh.yeon@samsung.com>
Junghyun Yeon [Mon, 1 Feb 2021 06:18:14 +0000 (15:18 +0900)]
Add IFactory inner class
Signed-off-by: Junghyun Yeon <jungh.yeon@samsung.com>
Ilho Kim [Mon, 1 Feb 2021 01:24:03 +0000 (10:24 +0900)]
Change header file extension
Signed-off-by: Ilho Kim <ilho159.kim@samsung.com>
최창규/Tizen Platform Lab(SR)/Engineer/삼성전자 [Mon, 1 Feb 2021 03:08:28 +0000 (12:08 +0900)]
Merge pull request #16 from review-bot/reform/appfw-pkgmgr-info-python-pep8-c100-2HlMGCgY-c/c++-google-E8VFNafl
Coding style for "Move common directory into src/" PR
review-bot [Fri, 29 Jan 2021 07:06:46 +0000 (16:06 +0900)]
[Reform] Apply Coding Style
Junghyun Yeon [Fri, 29 Jan 2021 04:03:25 +0000 (13:03 +0900)]
Move common directory into src/
Signed-off-by: Junghyun Yeon <jungh.yeon@samsung.com>
review-bot [Fri, 29 Jan 2021 00:44:57 +0000 (09:44 +0900)]
[Reform] Apply Coding Style
Junghyun Yeon [Thu, 28 Jan 2021 04:55:42 +0000 (13:55 +0900)]
Change header file extension
Signed-off-by: Junghyun Yeon <jungh.yeon@samsung.com>
김일호/Tizen Platform Lab(SR)/Engineer/삼성전자 [Fri, 29 Jan 2021 00:38:43 +0000 (09:38 +0900)]
Merge pull request #10 from ilho159-kim/parcel
Add parcel skeleton code
손주성/Tizen Platform Lab(SR)/Staff Engineer/삼성전자 [Thu, 28 Jan 2021 00:33:00 +0000 (09:33 +0900)]
Merge pull request #12 from review-bot/reform/appfw-pkgmgr-info-python-pep8-c100-QqW1KrP7-c/c++-google-u8q08t4E
Coding style for "Add database skeleton code" PR
Ilho Kim [Tue, 26 Jan 2021 07:07:01 +0000 (16:07 +0900)]
Apply visibility attribute 'default'
Signed-off-by: Ilho Kim <ilho159.kim@samsung.com>
Ilho Kim [Tue, 26 Jan 2021 06:01:26 +0000 (15:01 +0900)]
Apply visibility attribute 'default'
Signed-off-by: Ilho Kim <ilho159.kim@samsung.com>
Ilho Kim [Tue, 26 Jan 2021 05:34:56 +0000 (14:34 +0900)]
Install header files related with parcel
Signed-off-by: Ilho Kim <ilho159.kim@samsung.com>
Ilho Kim [Tue, 26 Jan 2021 05:26:15 +0000 (14:26 +0900)]
Remove a useless header
Signed-off-by: Ilho Kim <ilho159.kim@samsung.com>
Ilho Kim [Tue, 26 Jan 2021 05:23:24 +0000 (14:23 +0900)]
Add Parcel Factory skeleton code
Signed-off-by: Ilho Kim <ilho159.kim@samsung.com>
Ilho Kim [Tue, 26 Jan 2021 01:40:37 +0000 (10:40 +0900)]
Merge with database skeleton code
Signed-off-by: Ilho Kim <ilho159.kim@samsung.com>
손주성/Tizen Platform Lab(SR)/Staff Engineer/삼성전자 [Mon, 25 Jan 2021 23:43:09 +0000 (08:43 +0900)]
Merge pull request #11 from review-bot/reform/appfw-pkgmgr-info-python-pep8-c100-J8J2fN9z-c/c++-google-RftDktMB
Coding style for "Add request handler skeleton codes" PR
review-bot [Mon, 25 Jan 2021 23:42:23 +0000 (08:42 +0900)]
[Reform] Apply Coding Style
손주성/Tizen Platform Lab(SR)/Staff Engineer/삼성전자 [Mon, 25 Jan 2021 23:42:19 +0000 (08:42 +0900)]
Merge pull request #9 from jusung07-son/master
Add database skeleton code
jusung [Mon, 25 Jan 2021 06:50:09 +0000 (15:50 +0900)]
Fix coding style
Signed-off-by: jusung <jusung07.son@samsung.com>
review-bot [Mon, 25 Jan 2021 06:43:59 +0000 (15:43 +0900)]
[Reform] Apply Coding Style