platform/core/appfw/wgt-backend.git
19 months agoRelease version 0.15.28 18/281818/1 accepted/tizen_7.0_unified_hotfix tizen_7.0_hotfix accepted/tizen/7.0/unified/20221110.060512 accepted/tizen/7.0/unified/hotfix/20221116.105115 accepted/tizen/unified/20220922.173841 tizen_7.0_m2_release
Ilho Kim [Thu, 22 Sep 2022 06:29:18 +0000 (15:29 +0900)]
Release version 0.15.28

Changes:
 - Fix static analysis issue

Change-Id: I1799ced2e7db107e670bff1154b3a4bab5dddc5e
Signed-off-by: Ilho Kim <ilho159.kim@samsung.com>
19 months agoFix static analysis issue 02/281802/1
Ilho Kim [Thu, 22 Sep 2022 05:13:39 +0000 (14:13 +0900)]
Fix static analysis issue

- Null pointer dereference

Change-Id: Ie3dda3872cf472d9c3a76a4b1f7738d6725bb5c6
Signed-off-by: Ilho Kim <ilho159.kim@samsung.com>
19 months agoRelease version 0.15.27 36/281636/1 accepted/tizen/unified/20220921.091807
Sangyoon Jang [Tue, 20 Sep 2022 06:08:19 +0000 (15:08 +0900)]
Release version 0.15.27

Changes:
 - Fix static analysis issue

Change-Id: I8b5da545471ce0856de6d6aef1f19740797b2cb8
Signed-off-by: Sangyoon Jang <jeremy.jang@samsung.com>
19 months agoFix static analysis issue 65/281465/1
Sangyoon Jang [Mon, 19 Sep 2022 08:14:43 +0000 (17:14 +0900)]
Fix static analysis issue

Change-Id: I010cb0d5dd7f41c56f10db975db72b53e8b8c84d
Signed-off-by: Sangyoon Jang <jeremy.jang@samsung.com>
19 months agoRelease version 0.15.26 06/281206/1 accepted/tizen/unified/20220915.173215 accepted/tizen/unified/20220916.022104 accepted/tizen/unified/20220916.022142
Ilho Kim [Wed, 14 Sep 2022 07:21:57 +0000 (16:21 +0900)]
Release version 0.15.26

Changes:
 - Try to remove the location of the extract entry

Change-Id: I8dfffbe625810b379ed27b5142829464e4ea382c
Signed-off-by: Ilho Kim <ilho159.kim@samsung.com>
19 months agoTry to remove the location of the extract entry 21/281121/3
Ilho Kim [Tue, 13 Sep 2022 02:22:43 +0000 (11:22 +0900)]
Try to remove the location of the extract entry

Because MountInstall is performed when there is no manifest
a file may exist in the extract entry path, so remove that

Related:
 [app-installers]https://review.tizen.org/gerrit/#/c/platform/core/appfw/app-installers/+/281054/

Change-Id: I26e93e345779df832b421758f99d9600aa5bde3a
Signed-off-by: Ilho Kim <ilho159.kim@samsung.com>
20 months agoRelease version 0.15.25 45/280145/1 accepted/tizen/unified/20220825.135049 submit/tizen/20220824.085933
Ilho Kim [Wed, 24 Aug 2022 08:57:37 +0000 (17:57 +0900)]
Release version 0.15.25

Changes:
 - Implement undo RemovePerUserStorageDirectories
 - Implement StepRestoreWgtSymbolicLink

Change-Id: Ib329dfca791c3b196297ef9cec2cb81bf57588d5
Signed-off-by: Ilho Kim <ilho159.kim@samsung.com>
20 months agoImplement StepRestoreWgtSymbolicLink 42/280142/1
Ilho Kim [Fri, 8 Jul 2022 11:20:42 +0000 (20:20 +0900)]
Implement StepRestoreWgtSymbolicLink

If the uninstallation fails with the bin path removed
recover the wgt symbolic link

Change-Id: If1a4fd95be319fded67bd778f21e9abd2fae512a
Signed-off-by: Ilho Kim <ilho159.kim@samsung.com>
20 months agoImplement undo RemovePerUserStorageDirectories 41/280141/1
Ilho Kim [Tue, 5 Jul 2022 12:37:53 +0000 (21:37 +0900)]
Implement undo RemovePerUserStorageDirectories

If the uninstallation is failed after this step,
there is a problem that the user directory remains erased
so recreate the user directories removed by this step

Change-Id: Ib776b43fd7d9e313c1bb1d3251a9a89cce6e27f8
Signed-off-by: Ilho Kim <ilho159.kim@samsung.com>
22 months agoRelease version 0.15.24 67/276767/1 accepted/tizen/unified/20220626.224818 submit/tizen/20220624.073328
Ilho Kim [Fri, 24 Jun 2022 07:09:28 +0000 (16:09 +0900)]
Release version 0.15.24

Changes:
 - Fix light user prefix

Change-Id: I137539652fe1c5d57fb27e30eff4d76a480b7221
Signed-off-by: Ilho Kim <ilho159.kim@samsung.com>
22 months agoFix light user prefix 66/276766/1
Ilho Kim [Fri, 24 Jun 2022 06:46:43 +0000 (15:46 +0900)]
Fix light user prefix

Modify prefix lightuser

Related change:
  [wgt-manifest-handlers]https://review.tizen.org/gerrit/#/c/platform/core/appfw/wgt-manifest-handlers/+/276765/

Change-Id: Ifd99c417d9a2cde2a5580ca22335ad3633d7966a
Signed-off-by: Ilho Kim <ilho159.kim@samsung.com>
22 months agoRelease version 0.15.23 94/275694/1 accepted/tizen/unified/20220531.143708 submit/tizen/20220530.094638
Sangyoon Jang [Mon, 30 May 2022 04:43:51 +0000 (13:43 +0900)]
Release version 0.15.23

Changes:
 - Fix crash when failed to read recovery file

Change-Id: If25524d15e2776f82cef7b252c1314726ea518a1
Signed-off-by: Sangyoon Jang <jeremy.jang@samsung.com>
23 months agoFix crash when failed to read recovery file 58/275558/1
Sangyoon Jang [Thu, 26 May 2022 08:02:06 +0000 (17:02 +0900)]
Fix crash when failed to read recovery file

Change-Id: I29786ba284d1d413afc975e03d234f620d333b01
Signed-off-by: Sangyoon Jang <jeremy.jang@samsung.com>
23 months agoRelease version 0.15.22 13/275513/1 accepted/tizen/unified/20220528.144433 submit/tizen/20220526.031920
Ilho Kim [Thu, 26 May 2022 02:27:08 +0000 (11:27 +0900)]
Release version 0.15.22

Changes:
 - Remove package for smoke test from 64bit architecture

Change-Id: I10eed26f0e892fcab417413f235807c2a7bd8dbf
Signed-off-by: Ilho Kim <ilho159.kim@samsung.com>
23 months agoRemove package for smoke test from 64bit architecture 95/275495/1
Ilho Kim [Thu, 26 May 2022 01:19:48 +0000 (10:19 +0900)]
Remove package for smoke test from 64bit architecture

Change-Id: Ia4d167e4adc878e1874d807ea123832df03cb2ee
Signed-off-by: Ilho Kim <ilho159.kim@samsung.com>
2 years agoRelease version 0.15.21 55/274155/1 accepted/tizen/unified/20220425.055050 accepted/tizen/unified/20220426.132147 submit/tizen/20220422.070818 submit/tizen/20220423.050208 submit/tizen/20220423.124820 submit/tizen/20220425.070152
Junghyun Yeon [Fri, 22 Apr 2022 06:39:51 +0000 (15:39 +0900)]
Release version 0.15.21

Changes:
 - Implement lightuser feature

Change-Id: I7449d40202e79f7384e14d3f35b9bf3946062ed3
Signed-off-by: Junghyun Yeon <jungh.yeon@samsung.com>
2 years agoImplement lightuser feature 98/274098/1
Junghyun Yeon [Thu, 21 Apr 2022 07:40:32 +0000 (16:40 +0900)]
Implement lightuser feature

Change-Id: Ic0d3223a51e147ad7f6eb1292decc2b4d50e68c6
Signed-off-by: Junghyun Yeon <jungh.yeon@samsung.com>
2 years agoRelease version 0.15.20 16/266916/1 accepted/tizen_6.5_unified accepted/tizen/6.5/unified/20211124.060401 accepted/tizen/unified/20211123.143731 submit/tizen/20211122.092115 submit/tizen/20211123.001718 submit/tizen_6.5/20211123.111544
Junghyun Yeon [Mon, 22 Nov 2021 09:16:22 +0000 (18:16 +0900)]
Release version 0.15.20

Changes:
 - Remove setting installer index

Change-Id: I85d9f5fae0cf1b90022fea896ddbceb92220fc9c
Signed-off-by: Junghyun Yeon <jungh.yeon@samsung.com>
2 years agoRemove setting installer index 62/259862/2
Sangyoon Jang [Wed, 16 Jun 2021 06:10:54 +0000 (15:10 +0900)]
Remove setting installer index

InstallerFactory doesn't need to set index.

Requires:
 - https://review.tizen.org/gerrit/c/platform/core/appfw/app-installers/+/259860

Change-Id: I41e66efef3b45362ecdaa1120f42ef3ae0a2eaac
Signed-off-by: Sangyoon Jang <jeremy.jang@samsung.com>
2 years agoRelease version 0.15.19 62/260562/1 accepted/tizen/6.5/unified/20211028.100926 accepted/tizen/unified/20210630.005918 submit/tizen/20210629.062309 submit/tizen_6.5/20211028.162101 tizen_6.5.m2_release
Ilho Kim [Tue, 29 Jun 2021 06:14:52 +0000 (15:14 +0900)]
Release version 0.15.19

Changes:
 - Change default symlink of service application

Change-Id: I90f54ba445d590a9c829f14088c3b4ccfc7225a6
Signed-off-by: Ilho Kim <ilho159.kim@samsung.com>
2 years agoChange default symlink of service application 37/260037/1
DongHyun Song [Fri, 18 Jun 2021 00:29:09 +0000 (09:29 +0900)]
Change default symlink of service application

[Before]
  wrt-service-launcher: 'type' attribute exists
  wrt-service: default

[After]
  wrt-service-launcher: default
  wrt-service: 'type' is 'standalone'

This will apply thread model of service application as default
for all profile.

Change-Id: I4102cf529bd341793ffed29b218ae697157665ed
Signed-off-by: DongHyun Song <dh81.song@samsung.com>
2 years agoRelease version 0.15.18 41/259641/1 accepted/tizen/unified/20210611.013651 submit/tizen/20210610.095123
Ilho Kim [Thu, 10 Jun 2021 09:46:44 +0000 (18:46 +0900)]
Release version 0.15.18

Changes:
 - Change wgt archive info implementation
 - Call db create functions before starting smoke test
 - Change class declaration

Change-Id: I01a6e953f4007dd6a5ac8e00cba5257d0b078341
Signed-off-by: Ilho Kim <ilho159.kim@samsung.com>
2 years agoChange class declaration 49/259249/1
Junghyun Yeon [Thu, 3 Jun 2021 05:15:55 +0000 (14:15 +0900)]
Change class declaration

- Change private enum class to protected one.
- Declare GenerateApplicationCommonXml to virtual one.

Change-Id: I90aa8f537567106e8915f621cba17031fb9618fe
Signed-off-by: Junghyun Yeon <jungh.yeon@samsung.com>
2 years agoCall db create functions before starting smoke test 67/256567/3
Junghyun Yeon [Wed, 7 Apr 2021 07:23:23 +0000 (16:23 +0900)]
Call db create functions before starting smoke test

Database will not be created automatically.

Related changes:
[app-installers] : https://review.tizen.org/gerrit/#/c/platform/core/appfw/app-installers/+/256566/

Change-Id: I40b4542b06c69ce3b80f37c81660dfdbe43c3eed
Signed-off-by: Junghyun Yeon <jungh.yeon@samsung.com>
2 years agoChange wgt archive info implementation 28/256528/2
Junghyun Yeon [Tue, 6 Apr 2021 08:37:14 +0000 (17:37 +0900)]
Change wgt archive info implementation

- Implement ExtractPackageArchive().
- Use RemoveTmpDir() to remove temporary directory.

Related changes:
[app-installers] : https://review.tizen.org/gerrit/#/c/platform/core/appfw/app-installers/+/256526

Change-Id: Ia314458b708b728a9542a4a18715e93616f5ce6c
Signed-off-by: Junghyun Yeon <jungh.yeon@samsung.com>
2 years agoRelease version 0.15.17 53/258953/1 accepted/tizen/unified/20210602.122539 submit/tizen/20210528.071327 submit/tizen/20210531.052459
Ilho Kim [Fri, 28 May 2021 07:05:24 +0000 (16:05 +0900)]
Release version 0.15.17

Changes:
 - Support legacy web service apps
 - Export wgt_archive_info.h for further usage

Change-Id: I3a8c981bae0c0b8d98771cf530ecc108730c237e
Signed-off-by: Ilho Kim <ilho159.kim@samsung.com>
3 years agoExport wgt_archive_info.h for further usage 15/256215/1
Junghyun Yeon [Wed, 31 Mar 2021 04:42:39 +0000 (13:42 +0900)]
Export wgt_archive_info.h for further usage

Change-Id: I47417ec1e508008ebb0ab4b18e9e717eb540f4dd
Signed-off-by: Junghyun Yeon <jungh.yeon@samsung.com>
3 years agoSupport legacy web service apps 56/254856/4
Youngsoo Choi [Wed, 10 Mar 2021 05:17:37 +0000 (21:17 -0800)]
Support legacy web service apps

This creates symlink to wrt-service only if service type is not defined
to support legacy web service apps.

Change-Id: I6d406b7a5e670b1c0690250183417438147e6eda
Signed-off-by: Youngsoo Choi <kenshin.choi@samsung.com>
3 years agoRelease version 0.15.16 35/251935/1 accepted/tizen_6.0_unified accepted/tizen/6.0/unified/20210121.212602 accepted/tizen/unified/20210127.144826 submit/tizen/20210121.050230 submit/tizen/20210127.040147 submit/tizen_6.0/20210121.052926
Junghyun Yeon [Thu, 21 Jan 2021 04:53:34 +0000 (13:53 +0900)]
Release version 0.15.16

Changes:
 - Redefine wgt package version policy

Change-Id: I9d497c386e13d5c8c909d1d030faa072de971e35
Signed-off-by: Junghyun Yeon <jungh.yeon@samsung.com>
3 years agoRedefine wgt package version policy 08/251908/1
Junghyun Yeon [Thu, 21 Jan 2021 00:10:28 +0000 (09:10 +0900)]
Redefine wgt package version policy

Installer will not check or parsing wgt version string unless it is empty.

Change-Id: Id7604b7f8735c661d883319238526719d31180bc
Signed-off-by: Junghyun Yeon <jungh.yeon@samsung.com>
3 years agoRelease version 0.15.15 73/251573/1 accepted/tizen/unified/20210118.141057 submit/tizen/20210115.062551
Junghyun Yeon [Fri, 15 Jan 2021 06:22:10 +0000 (15:22 +0900)]
Release version 0.15.15

Changes:
 - Fix step name

Change-Id: If721fd85e0d70d6fc6d9967c7cd2a62d7103c0af
Signed-off-by: Junghyun Yeon <jungh.yeon@samsung.com>
3 years agoFix step name 53/251553/1
Junghyun Yeon [Fri, 15 Jan 2021 03:46:55 +0000 (12:46 +0900)]
Fix step name

Related changes:

[app-installers] : https://review.tizen.org/gerrit/#/c/platform/core/appfw/app-installers/+/251363/

Change-Id: Ia5add48927e9b50e2124f1a37b262f4298156aaf
Signed-off-by: Junghyun Yeon <jungh.yeon@samsung.com>
3 years agoRelease version 0.15.14 44/251544/1 accepted/tizen/6.0/unified/20210120.085708 submit/tizen/20210115.013110 submit/tizen_6.0/20210119.073516
Junghyun Yeon [Fri, 15 Jan 2021 01:06:09 +0000 (10:06 +0900)]
Release version 0.15.14

Changes:
 - Fix memory leak

Change-Id: Ifc43e4fb049dffd6b4cbed1bb46e4b4ce779d346
Signed-off-by: Junghyun Yeon <jungh.yeon@samsung.com>
3 years agoFix memory leak 60/251260/1
Junghyun Yeon [Tue, 12 Jan 2021 04:57:19 +0000 (13:57 +0900)]
Fix memory leak

Related changes:
[app-installers] : https://review.tizen.org/gerrit/251120

Change-Id: I965336477aeec7dd2dae2dd274514c1fbc9c5199
Signed-off-by: Junghyun Yeon <jungh.yeon@samsung.com>
3 years agoRelease version 0.15.13 32/251032/1 accepted/tizen/6.0/unified/20210111.022719 accepted/tizen/unified/20210108.125921 submit/tizen/20210107.055953 submit/tizen_6.0/20210107.060104
Ilho Kim [Thu, 7 Jan 2021 05:14:48 +0000 (14:14 +0900)]
Release version 0.15.13

Changes:
 - Fix wgt version checking logic

Change-Id: I50da224ce2e0666cf9ee145c06906c7a8d845cf5
Signed-off-by: Ilho Kim <ilho159.kim@samsung.com>
3 years agoFix wgt version checking logic 42/250742/2
Junghyun Yeon [Mon, 4 Jan 2021 07:37:39 +0000 (16:37 +0900)]
Fix wgt version checking logic

WGT version string could contain non UTF-8 characters.
Now version checking logic will skip validation
if given character is non UTF-8.

Change-Id: I869fab0b8f12ece90735e71a71ec62b0e84c806c
Signed-off-by: Junghyun Yeon <jungh.yeon@samsung.com>
3 years agoRelease version 0.15.12 03/248603/1 accepted/tizen/6.0/unified/20201201.091051 accepted/tizen/unified/20201201.124804 submit/tizen/20201201.002159 submit/tizen_6.0/20201201.004919
Junghyun Yeon [Tue, 1 Dec 2020 00:19:02 +0000 (09:19 +0900)]
Release version 0.15.12

Changes:
 - Add wgt package version policy

Change-Id: I791c6908ad855d1a74845cd7a7884b96c89d9797
Signed-off-by: Junghyun Yeon <jungh.yeon@samsung.com>
3 years agoAdd wgt package version policy 71/248371/2
Junghyun Yeon [Thu, 26 Nov 2020 02:51:55 +0000 (11:51 +0900)]
Add wgt package version policy

If given version string is not start with allowed pattern,
GetPackageVersion() will return empty string.
This patch will check its result and
fails entire install procedure if so.

Change-Id: I14ebc962f0dd7167b9d166a4844960744216fc9b
Signed-off-by: Junghyun Yeon <jungh.yeon@samsung.com>
3 years agoRelease version 0.15.11 22/246222/1 accepted/tizen/6.0/unified/20201113.014551 accepted/tizen/unified/20201029.124944 submit/tizen/20201027.061339 submit/tizen/20201028.004037 submit/tizen_6.0/20201110.031647 submit/tizen_6.0/20201111.032505
Ilho Kim [Tue, 27 Oct 2020 05:26:30 +0000 (14:26 +0900)]
Release version 0.15.11

Changes:
 - Add recovery test for ReadonlyUpdateInstall
 - Change WgtAppQueryInterface's logic of clearing tmp path
 - Fix memory leak
 - Fix memory leak

Change-Id: I1cd3a5f86fd7446e47e90ca27097156dbf4612ae
Signed-off-by: Ilho Kim <ilho159.kim@samsung.com>
3 years agoFix memory leak 63/244863/3
Ilho Kim [Fri, 25 Sep 2020 07:50:48 +0000 (16:50 +0900)]
Fix memory leak

After using glob(), the glob_t should be freed using globfree()
After using xmlReadFile(), the return value shoud be freed using xmlFreeDoc()

Change-Id: I84a514e0849eb85ccf23834770c39d3d3220f635
Signed-off-by: Ilho Kim <ilho159.kim@samsung.com>
3 years agoFix memory leak 62/244862/2
Ilho Kim [Fri, 25 Sep 2020 07:46:55 +0000 (16:46 +0900)]
Fix memory leak

The value created by LoadXmlDocument should be freed using xmlFreeDoc
member variables wgt_doc_ and tpk_doc_ are used in function process()
so remove that from member variables and that will be freed using unique_ptr

Change-Id: I477a1e2677f30773efaacb058bde1a5c56b688d0
Signed-off-by: Ilho Kim <ilho159.kim@samsung.com>
3 years agoChange WgtAppQueryInterface's logic of clearing tmp path 89/244389/8
Ilho Kim [Fri, 18 Sep 2020 05:05:40 +0000 (14:05 +0900)]
Change WgtAppQueryInterface's logic of clearing tmp path

Extracting function can be override by child class,
So the clearing function should be overridable function

- Requires:
  [app-installers] https://review.tizen.org/gerrit/#/c/platform/core/appfw/app-installers/+/244388/

Change-Id: I45542eeaee653912cc1661fd6a0511a87ce7d020
Signed-off-by: Ilho Kim <ilho159.kim@samsung.com>
3 years agoAdd recovery test for ReadonlyUpdateInstall 86/243386/2
Ilho Kim [Mon, 7 Sep 2020 01:51:57 +0000 (10:51 +0900)]
Add recovery test for ReadonlyUpdateInstall

Change-Id: Ic78a29b63a26ead900a8fc2c25350f05cd5e2cb2
Signed-off-by: Ilho Kim <ilho159.kim@samsung.com>
3 years agoRelease version 0.15.10 33/243533/1 accepted/tizen_6.0_unified_hotfix tizen_6.0_hotfix accepted/tizen/6.0/unified/20201030.120134 accepted/tizen/6.0/unified/hotfix/20201103.051529 accepted/tizen/unified/20200908.130506 submit/tizen/20200908.025700 submit/tizen_6.0/20201029.205103 submit/tizen_6.0_hotfix/20201102.192503 submit/tizen_6.0_hotfix/20201103.114803 tizen_6.0.m2_release
Ilho Kim [Tue, 8 Sep 2020 02:30:33 +0000 (11:30 +0900)]
Release version 0.15.10

Changes:
 - Change to use gmock package instead of gtest
 - Fix coding rule
 - Fix static analysis(TOCTOU) issue
 - Fix StepWgtPreparePackageDirectory
 - Fix extensive smoke test

Change-Id: I533e96fafe2f58292c2b228b6c5d9606030a6285
Signed-off-by: Ilho Kim <ilho159.kim@samsung.com>
3 years agoFix extensive smoke test 61/242261/4
Ilho Kim [Tue, 25 Aug 2020 09:03:17 +0000 (18:03 +0900)]
Fix extensive smoke test

- Handle the cleanup recovery type
- Fix RecoveryMode_ForMountInstall.wgt package's appid correctly

Change-Id: I46d9d7dcdbddd9191ec1049b067a47141e786cdf
Signed-off-by: Ilho Kim <ilho159.kim@samsung.com>
3 years agoFix StepWgtPreparePackageDirectory 69/242969/2
Ilho Kim [Wed, 2 Sep 2020 06:43:42 +0000 (15:43 +0900)]
Fix StepWgtPreparePackageDirectory

The unpacked dir path should not be changed. The extracted files will be
recovered without changing unpacked dir path

Change-Id: I696fd99acff2ec8d825188166aa4a9c94b7b6fd6
Signed-off-by: Ilho Kim <ilho159.kim@samsung.com>
3 years agoFix static analysis(TOCTOU) issue 23/242223/4
Junghyun Yeon [Tue, 25 Aug 2020 05:17:55 +0000 (14:17 +0900)]
Fix static analysis(TOCTOU) issue

Change-Id: I18dfdee7f6ca2dc0e7676b95b84aece3b3208fb9
Signed-off-by: Junghyun Yeon <jungh.yeon@samsung.com>
3 years agoFix coding rule 26/242426/2
Junghyun Yeon [Thu, 27 Aug 2020 00:24:34 +0000 (09:24 +0900)]
Fix coding rule

Change-Id: I2a6f242f23c94ce3a23b2aa4cf66a4619961ea53
Signed-off-by: Junghyun Yeon <jungh.yeon@samsung.com>
3 years agoChange to use gmock package instead of gtest 75/239875/3
Ilho Kim [Wed, 29 Jul 2020 04:59:19 +0000 (13:59 +0900)]
Change to use gmock package instead of gtest

Change-Id: I33cbd009e6209665241dd1ceb457efbfa7bd56d9
Signed-off-by: Ilho Kim <ilho159.kim@samsung.com>
3 years agoRelease version 0.15.9 12/242112/1 accepted/tizen/unified/20200825.033237 submit/tizen/20200824.070831
Ilho Kim [Mon, 24 Aug 2020 06:52:53 +0000 (15:52 +0900)]
Release version 0.15.9

Changes:
 - Move test codes
 - Adjust a changed smoke utils header

Change-Id: I1f12a9ce2f4c0d00317aaf716d5da2fb615b423c
Signed-off-by: Ilho Kim <ilho159.kim@samsung.com>
3 years agoAdjust a changed smoke utils header 73/242073/1
Ilho Kim [Mon, 24 Aug 2020 03:46:14 +0000 (12:46 +0900)]
Adjust a changed smoke utils header

Change-Id: I977d5f8f0643b369d1a514cbf454f49b2ace0b2c
Signed-off-by: Ilho Kim <ilho159.kim@samsung.com>
3 years agoMove test codes 72/242072/1
Ilho Kim [Fri, 21 Aug 2020 08:21:49 +0000 (17:21 +0900)]
Move test codes

Move test codes into ${src root}/test and rename to smoke_tests

Change-Id: I13dc656fb42dae94c96523e31fbb95b60e5adb78
Signed-off-by: Ilho Kim <ilho159.kim@samsung.com>
3 years agoRelease version 0.15.8 72/241972/1 submit/tizen/20200821.072757
Ilho Kim [Fri, 21 Aug 2020 07:24:17 +0000 (16:24 +0900)]
Release version 0.15.8

Changes:
 - Add try-catch statement
 - Move test codes

Change-Id: I56d0483390e5909d9a28131b0659e6682d8c27f8
Signed-off-by: Ilho Kim <ilho159.kim@samsung.com>
3 years agoMove test codes 47/241947/1
Junghyun Yeon [Fri, 21 Aug 2020 02:29:59 +0000 (11:29 +0900)]
Move test codes

Move test codes into ${src root}/test and rename to smoke_tests

Change-Id: Idd7b013bf14320a9bd8ddc561472d46fba6fb532
Signed-off-by: Junghyun Yeon <jungh.yeon@samsung.com>
3 years agoAdd try-catch statement 19/241919/1
Junghyun Yeon [Fri, 21 Aug 2020 01:23:35 +0000 (10:23 +0900)]
Add try-catch statement

Change-Id: I13bf668f13fabc277a94012a7217b48c46b158f7
Signed-off-by: Junghyun Yeon <jungh.yeon@samsung.com>
3 years agoRelease version 0.15.7 40/240640/1 accepted/tizen/unified/20200811.050449 accepted/tizen/unified/20200818.125954 submit/tizen/20200810.091347 submit/tizen/20200814.081404 submit/tizen/20200814.081807
Ilho Kim [Mon, 10 Aug 2020 08:15:09 +0000 (17:15 +0900)]
Release version 0.15.7

Changes:
 - Fix archive info to not fail if empty icon exists

Change-Id: Iedf930dacd9737042923942e4d4096bd845bd6ea
Signed-off-by: Ilho Kim <ilho159.kim@samsung.com>
3 years agoFix archive info to not fail if empty icon exists 39/240539/1
Junghyun Yeon [Fri, 7 Aug 2020 07:44:36 +0000 (16:44 +0900)]
Fix archive info to not fail if empty icon exists

Change-Id: I6f69c2f10267ddf4a1418b29da93d5024cb236cb
Signed-off-by: Junghyun Yeon <jungh.yeon@samsung.com>
3 years agoRelease version 0.15.6 79/240079/1 submit/tizen/20200803.062829 submit/tizen/20200805.002122
Junghyun Yeon [Mon, 3 Aug 2020 05:52:07 +0000 (14:52 +0900)]
Release version 0.15.6

Changes:
 - Add try-catch statements
 - Change binary file added for smoke test

Change-Id: I2ec2e1fa9833f303cf1ade90df184a2150ba94a8
Signed-off-by: Junghyun Yeon <jungh.yeon@samsung.com>
3 years agoChange binary file added for smoke test 65/238665/2
Junghyun Yeon [Thu, 16 Jul 2020 06:21:13 +0000 (15:21 +0900)]
Change binary file added for smoke test

Change-Id: I32e6e755e7286fb12aec26318a957214fa010d5b
Signed-off-by: Junghyun Yeon <jungh.yeon@samsung.com>
3 years agoAdd try-catch statements 51/239851/2
Junghyun Yeon [Thu, 30 Jul 2020 07:18:54 +0000 (16:18 +0900)]
Add try-catch statements

Change-Id: Ib83a73359ab768f2af0e5bbf7e5eac52446a3ba3
Signed-off-by: Junghyun Yeon <jungh.yeon@samsung.com>
3 years agoRelease version 0.15.5 73/237873/1 accepted/tizen/unified/20200707.140936 submit/tizen/20200706.085806
Junghyun Yeon [Mon, 6 Jul 2020 08:09:17 +0000 (17:09 +0900)]
Release version 0.15.5

Changes:
 - Add InstallerWithoutPasrserPlugins for test
 - Change filepath

Change-Id: Ib0e8cd332b5d5ae95a9479836e156f75e3561178
Signed-off-by: Junghyun Yeon <jungh.yeon@samsung.com>
3 years agoChange filepath 09/237609/1
Junghyun Yeon [Thu, 2 Jul 2020 00:46:44 +0000 (09:46 +0900)]
Change filepath

Its path has changed.

Related changes:
[app-installers] : https://review.tizen.org/gerrit/#/c/platform/core/appfw/app-installers/+/237608

Change-Id: I29b2a771da487cd56649a185c050620dff4254c5
Signed-off-by: Junghyun Yeon <jungh.yeon@samsung.com>
3 years agoAdd InstallerWithoutPasrserPlugins for test 60/235160/4
Ilho Kim [Tue, 2 Jun 2020 08:16:48 +0000 (17:16 +0900)]
Add InstallerWithoutPasrserPlugins for test

This installer runs without parser plugin

Change-Id: I4ed03253d9144616a58674c896971311b17a9a4c
Signed-off-by: Ilho Kim <ilho159.kim@samsung.com>
3 years agoRelease version 0.15.4 57/236457/1 submit/tizen/20200617.074907
Sangyoon Jang [Wed, 17 Jun 2020 07:23:43 +0000 (16:23 +0900)]
Release version 0.15.4

Changes:
 - Fix WgtArchiveInfo

Change-Id: I251da6505d0e93b045d5721a1f9fb15a4b0b6a92
Signed-off-by: Sangyoon Jang <jeremy.jang@samsung.com>
3 years agoFix WgtArchiveInfo 47/236447/4
Sangyoon Jang [Wed, 17 Jun 2020 07:03:56 +0000 (16:03 +0900)]
Fix WgtArchiveInfo

Allow addon only wgt package.

Change-Id: I78a2c71f6dbbed09e47d40f9c17ee5c5c313587c
Signed-off-by: Sangyoon Jang <jeremy.jang@samsung.com>
3 years agoRelease version 0.15.3 38/236038/1 accepted/tizen/unified/20200616.171030 submit/tizen/20200612.081636 submit/tizen/20200615.005642
Junghyun Yeon [Fri, 12 Jun 2020 06:58:44 +0000 (15:58 +0900)]
Release version 0.15.3

Changes:
 - Change routine to check start file

Change-Id: I53583f7060e739cda0f61e0d50230b7167079a45
Signed-off-by: Junghyun Yeon <jungh.yeon@samsung.com>
3 years agoChange routine to check start file 45/235345/2
Ilho Kim [Thu, 4 Jun 2020 04:31:11 +0000 (13:31 +0900)]
Change routine to check start file

If webapp has not ui application and all service app's type global,
routine to check start file is skipped

Change-Id: I5108a635525181cbeba8596b27b622914a58bb0d
Signed-off-by: Ilho Kim <ilho159.kim@samsung.com>
3 years agoRelease version 0.15.2 38/234938/1 accepted/tizen/unified/20200603.150222 submit/tizen/20200601.023448 submit/tizen/20200602.012953
Ilho Kim [Mon, 1 Jun 2020 02:29:59 +0000 (11:29 +0900)]
Release version 0.15.2

Changes:
 - Add GetArchiveInfo
 - Make smoke utils as a library
 - Move CrashWgtInstaller class to wgt-smoke-utils
 - Fix ReadonlyUpdateInstallSteps base step name
 - Change wrt-service symlink to wrt-service-launcher
 - Add WgtInstallerFactory and HybridInstallerFactory

Change-Id: Ia4d702d7f8dee66ac49eb2009acb07e56b26735c
Signed-off-by: Ilho Kim <ilho159.kim@samsung.com>
3 years agoAdd WgtInstallerFactory and HybridInstallerFactory 07/231107/5
Ilho Kim [Fri, 17 Apr 2020 08:06:10 +0000 (17:06 +0900)]
Add WgtInstallerFactory and HybridInstallerFactory

Now wgt-backend uses installer-runner to run the installer

Change-Id: I801c452dcaababf77527de54876957689d48974f
Signed-off-by: Ilho Kim <ilho159.kim@samsung.com>
3 years agoChange wrt-service symlink to wrt-service-launcher 71/233271/1
Youngsoo Choi [Wed, 13 May 2020 05:59:49 +0000 (22:59 -0700)]
Change wrt-service symlink to wrt-service-launcher

The wrt-service has been changed with wrt-service-launcher
to launch service daemon properly.

Change-Id: Ie0377742be3e9bde23ba6dbfda69a3addd2b3cbd
Signed-off-by: Youngsoo Choi <kenshin.choi@samsung.com>
4 years agoFix ReadonlyUpdateInstallSteps base step name 56/230756/4
Ilho Kim [Tue, 14 Apr 2020 04:40:54 +0000 (13:40 +0900)]
Fix ReadonlyUpdateInstallSteps base step name

Relates :
 - [app-installers]https://review.tizen.org/gerrit/#/c/platform/core/appfw/app-installers/+/230753/

Change-Id: Ia933be951e9facedfb0095995b6666b51fe3a0c4
Signed-off-by: Ilho Kim <ilho159.kim@samsung.com>
4 years agoMove CrashWgtInstaller class to wgt-smoke-utils 57/228657/5
Sangyoon Jang [Tue, 24 Mar 2020 11:08:04 +0000 (20:08 +0900)]
Move CrashWgtInstaller class to wgt-smoke-utils

This class can be used at other test, such as smoke test of unified-installer.

Change-Id: Iaaed178a2a5c29a3cf213f29b2f1e025e3c1e886
Signed-off-by: Sangyoon Jang <jeremy.jang@samsung.com>
4 years agoMake smoke utils as a library 05/228605/5
Sangyoon Jang [Tue, 24 Mar 2020 06:20:40 +0000 (15:20 +0900)]
Make smoke utils as a library

This wgt-smoke-utils library is used at smoke test of unified-installer.

Requires:
 - https://review.tizen.org/gerrit/c/platform/core/appfw/app-installers/+/228720

Change-Id: I7689f92e3699073fbd4c1836e917d06f7470784a
Signed-off-by: Sangyoon Jang <jeremy.jang@samsung.com>
4 years agoAdd GetArchiveInfo 87/229987/3
Ilho Kim [Tue, 7 Apr 2020 04:53:57 +0000 (13:53 +0900)]
Add GetArchiveInfo

Requires :
- [app-installers]https://review.tizen.org/gerrit/#/c/platform/core/appfw/app-installers/+/228145/

Change-Id: If8ccd2c9b92ab5232c62e6cf4237fbebdc649b6f
Signed-off-by: Ilho Kim <ilho159.kim@samsung.com>
4 years agoRelease version 0.15.1 19/230919/1 accepted/tizen/unified/20200417.152730 submit/tizen/20200416.044020 submit/tizen/20200416.082839
Junghyun Yeon [Thu, 16 Apr 2020 04:31:54 +0000 (13:31 +0900)]
Release version 0.15.1

Changes:
 - Adjust install step order

Change-Id: Ie9aadb9fdd36f9c19b7c0d16073b421769eac294
Signed-off-by: Junghyun Yeon <jungh.yeon@samsung.com>
4 years agoAdjust install step order 32/230532/2
Junghyun Yeon [Fri, 10 Apr 2020 09:11:09 +0000 (18:11 +0900)]
Adjust install step order

Adjust order of steps to match previous Tizen's.

Change-Id: Ia97ca9f69da79375941c20a48982d2a1d8b12966
Signed-off-by: Junghyun Yeon <jungh.yeon@samsung.com>
4 years agoRelease version 0.15.0 54/229754/1 accepted/tizen/unified/20200413.012245 submit/tizen/20200403.082852 submit/tizen/20200410.073851
Ilho Kim [Fri, 3 Apr 2020 06:48:30 +0000 (15:48 +0900)]
Release version 0.15.0

Changes:
 - Fix WgtArchiveInfo
 - Fix some header guards
 - Allow Id of UI App to be empty if all Service Apps type global
 - Add test case for global service app

Change-Id: Ibe11db6c75f026053f171106d4b7985e6800acca
Signed-off-by: Ilho Kim <ilho159.kim@samsung.com>
4 years agoAdd test case for global service app 23/228723/4
Ilho Kim [Wed, 25 Mar 2020 05:49:41 +0000 (14:49 +0900)]
Add test case for global service app

Added tests:
 InstallationMode_GlobalServiceAppWithUiAppId : Test to install of global type service app that has ui applicaion's id
 InstallationMode_GlobalServiceAppWithoutUiAppId : Test to install of global type service app that has not ui applicaion's id
 InstallationMode_UIServiceAppWithUiAppId : Test to install of ui type service app that has ui applicaion's id
 InstallationMode_UIServiceAppWithoutUiAppId : Test to install of ui type service app that has not ui applicaion's id
 InstallationMode_UIAppWithoutUiAppId : Test to install of ui application that has not application's id

Relate:
 [wgt-backend]https://review.tizen.org/gerrit/#/c/platform/core/appfw/wgt-backend/+/226781/

Change-Id: Id8c1c206ec4ab82a390c5dda15ada5a975d72c73
Signed-off-by: Ilho Kim <ilho159.kim@samsung.com>
4 years agoAllow Id of UI App to be empty if all Service Apps type global 81/226781/13
Ilho Kim [Thu, 5 Mar 2020 08:07:46 +0000 (17:07 +0900)]
Allow Id of UI App to be empty if all Service Apps type global

The wgt service app should have a dummy ui app even if it is not needed
This patch allows the UI app's ID to be empty if all service app types are global

-Before
 <tizen:application id="appid" package="pkgid" required_version="x.x"/> -> Allow
 <tizen:application package="pkgid" required_version="x.x"/> -> Disallow

-After
 <tizen:application id="appid" package="pkgid" required_version="x.x"/> -> Allow
 <tizen:application package="pkgid" required_version="x.x"/> -> Conditionally Allow(If all service app's types global)

Requires:
 [wgt-manifest-handlers]https://review.tizen.org/gerrit/#/c/platform/core/appfw/wgt-manifest-handlers/+/226780/

Change-Id: I2ed942fd7fb16b71a98cdac253bf71ca18cdf067
Signed-off-by: Ilho Kim <ilho159.kim@samsung.com>
4 years agoFix some header guards 59/228659/1
Sangyoon Jang [Tue, 24 Mar 2020 11:15:52 +0000 (20:15 +0900)]
Fix some header guards

Change-Id: If66b17887cfce128342ad77a8cace34b5b2c13d0
Signed-off-by: Sangyoon Jang <jeremy.jang@samsung.com>
4 years agoFix WgtArchiveInfo 98/226598/5
Sangyoon Jang [Wed, 4 Mar 2020 05:29:28 +0000 (14:29 +0900)]
Fix WgtArchiveInfo

There is a new base class for WgtArchiveInfo.

Requires:
 - https://review.tizen.org/gerrit/c/platform/core/appfw/app-installers/+/226596

Change-Id: I3f0a5524b2267e979da6231e7bf589d086f37d3a
Signed-off-by: Sangyoon Jang <jeremy.jang@samsung.com>
4 years agoRelease version 0.14.1 07/226907/1 accepted/tizen/unified/20200309.031506 submit/tizen/20200306.075320
Ilho Kim [Fri, 6 Mar 2020 07:43:43 +0000 (16:43 +0900)]
Release version 0.14.1

Changes:
 - Add StepCrash's clean operation

Change-Id: Ied6df2a64c86403393e442e7aaede065d0704106
Signed-off-by: Ilho Kim <ilho159.kim@samsung.com>
4 years agoAdd StepCrash's clean operation 05/226105/2
Ilho Kim [Thu, 27 Feb 2020 01:50:03 +0000 (10:50 +0900)]
Add StepCrash's clean operation

This patch can be used to test the installation termination in a clean operation

Change-Id: I9b5cc0e991d84196d4738d360d106b55c8e352ff
Signed-off-by: Ilho Kim <ilho159.kim@samsung.com>
4 years agoRelease version 0.14.0 13/226113/1 accepted/tizen/unified/20200302.041951 submit/tizen/20200227.033441 submit/tizen/20200228.073402
Sangyoon Jang [Thu, 27 Feb 2020 03:32:05 +0000 (12:32 +0900)]
Release version 0.14.0

Changes:
 - Split rpm packaging into library part and backend part
 - Fix smoke test
 - Fix StepEncryptResources

Change-Id: Ic0313967106bdf0d8069afe7235fadfbeb17721a
Signed-off-by: Sangyoon Jang <jeremy.jang@samsung.com>
4 years agoFix StepEncryptResources 09/226009/1
Junghyun Yeon [Wed, 26 Feb 2020 06:36:01 +0000 (15:36 +0900)]
Fix StepEncryptResources

Revert if statement expression.

Change-Id: Ie147d0952ce8f3dec67fe00760baf9194e22c216
Signed-off-by: Junghyun Yeon <jungh.yeon@samsung.com>
4 years agoFix smoke test 51/225151/2
Ilho Kim [Tue, 18 Feb 2020 00:16:38 +0000 (09:16 +0900)]
Fix smoke test

Recovery check routine changed after the recovery file is created

Change-Id: Ic2aa91853301c704d78cbc1a928b3a725c21f578
Signed-off-by: Ilho Kim <ilho159.kim@samsung.com>
4 years agoSplit rpm packaging into library part and backend part 18/217018/6
Sangyoon Jang [Mon, 14 Oct 2019 01:59:07 +0000 (10:59 +0900)]
Split rpm packaging into library part and backend part

Change-Id: Icdf2ae772b047ae521a5cfbceb7586c1df946ed5
Signed-off-by: Sangyoon Jang <jeremy.jang@samsung.com>
4 years agoRelease version 0.13.2 54/224954/1 accepted/tizen/unified/20200217.213836 submit/tizen/20200214.080724
Ilho Kim [Fri, 14 Feb 2020 07:54:47 +0000 (16:54 +0900)]
Release version 0.13.2

Changes:
 - Add return value checking routine
 - Change clean operations not to return failure

Change-Id: Ib2903107521b3e7d71b79de34ab08af0a71fdb63
Signed-off-by: Ilho Kim <ilho159.kim@samsung.com>
4 years agoChange clean operations not to return failure 15/223115/3
Ilho Kim [Thu, 23 Jan 2020 01:41:39 +0000 (10:41 +0900)]
Change clean operations not to return failure

Change-Id: Ica687fe9393e7adff0bed3107b597df9472a2fab
Signed-off-by: Ilho Kim <ilho159.kim@samsung.com>
4 years agoAdd return value checking routine 84/224384/1
Junghyun Yeon [Mon, 10 Feb 2020 07:33:29 +0000 (16:33 +0900)]
Add return value checking routine

Change-Id: Ibc4b9ed32dd5c908e3ec5976a1e364ba11fed87e
Signed-off-by: Junghyun Yeon <jungh.yeon@samsung.com>
4 years agoRelease version 0.13.1 14/222714/1 accepted/tizen/unified/20200120.133151 submit/tizen/20200117.084916
Ilho Kim [Fri, 17 Jan 2020 08:43:08 +0000 (17:43 +0900)]
Release version 0.13.1

Changes:
 - Move utility files into newly created directory
 - Resolve static analysis issue

Change-Id: I27ce0fac37328ea066bf1fffb2bb9f65d89b3e50
Signed-off-by: Ilho Kim <ilho159.kim@samsung.com>
4 years agoResolve static analysis issue 33/222633/1
Junghyun Yeon [Fri, 17 Jan 2020 01:33:50 +0000 (10:33 +0900)]
Resolve static analysis issue

Change-Id: I97616611b142e81b8457e653a0a8218b7419a442
Signed-off-by: Junghyun Yeon <jungh.yeon@samsung.com>
4 years agoMove utility files into newly created directory 86/219286/3
Junghyun Yeon [Wed, 4 Dec 2019 04:52:13 +0000 (13:52 +0900)]
Move utility files into newly created directory

Move it to reduce module circular dependency.

Change-Id: Iffed47db7a38950afe961ea4ebdc9b5fd643e57f
Signed-off-by: Junghyun Yeon <jungh.yeon@samsung.com>
4 years agoRelease version 0.13.0 65/221765/1 accepted/tizen/unified/20200108.131500 submit/tizen/20200107.095413
Ilho Kim [Tue, 7 Jan 2020 09:00:03 +0000 (18:00 +0900)]
Release version 0.13.0

Changes:
 - Fix adding steps using default steps

Change-Id: Ia6d51c5d8f084943176f344158a61336361d8ded
Signed-off-by: Ilho Kim <ilho159.kim@samsung.com>
4 years agoFix adding steps using default steps 17/207217/19
Sangyoon Jang [Thu, 30 May 2019 10:16:36 +0000 (19:16 +0900)]
Fix adding steps using default steps

Requires:
 - https://review.tizen.org/gerrit/c/platform/core/appfw/app-installers/+/207215

Change-Id: Ic7ebf33c40b9899b3e71d6307bd3249b31ed3900
Signed-off-by: Sangyoon Jang <jeremy.jang@samsung.com>
4 years agoRelease version 0.12.15 11/220111/1 accepted/tizen/5.5/unified/20200105.221118 accepted/tizen/unified/20191216.222232 submit/tizen/20191213.074937 submit/tizen_5.5/20200103.003447
Ilho Kim [Fri, 13 Dec 2019 07:03:05 +0000 (16:03 +0900)]
Release version 0.12.15

Changes:
 - Apply early return policy on StepCopyPreviewIcons
 - Fix smoke-test functions for rollback cases
 - Change duplicated step name
 - Change default value of nodisplay
 - Fix StepEncryptResources
 - Fix step name of StepCreateWgtSymbolicLink

Change-Id: Iaadd1a3bfb056b88bf3816766005e8b8ab63c1ca
Signed-off-by: Ilho Kim <ilho159.kim@samsung.com>
4 years agoFix step name of StepCreateWgtSymbolicLink 95/219795/2
Sangyoon Jang [Tue, 10 Dec 2019 06:35:10 +0000 (15:35 +0900)]
Fix step name of StepCreateWgtSymbolicLink

Change-Id: I557498b3cfd06c9455c5583a592292e983d06e08
Signed-off-by: Sangyoon Jang <jeremy.jang@samsung.com>
4 years agoFix StepEncryptResources 50/218750/3
Junghyun Yeon [Thu, 28 Nov 2019 00:18:02 +0000 (09:18 +0900)]
Fix StepEncryptResources

- Fix typo.
- Use summarized namespace for readability.
- Remove some 1 line if statement braces.

Change-Id: Id42e04fca3516ce19c783d4cb6ef7af9a74d4891
Signed-off-by: Junghyun Yeon <jungh.yeon@samsung.com>
4 years agoChange default value of nodisplay 24/218824/3
Junghyun Yeon [Thu, 28 Nov 2019 09:50:52 +0000 (18:50 +0900)]
Change default value of nodisplay

Change it to true in order to hide it from app drawer.

Change-Id: I93f92f127be05686968f8de2b3034ab0345af9f0
Signed-off-by: Junghyun Yeon <jungh.yeon@samsung.com>
4 years agoChange duplicated step name 29/218829/3
Junghyun Yeon [Thu, 28 Nov 2019 11:14:24 +0000 (20:14 +0900)]
Change duplicated step name

Same step name exists on tpk-backend

Change-Id: Ia96de025c403f19af3deca55f9ff669a863d0092
Signed-off-by: Junghyun Yeon <jungh.yeon@samsung.com>