summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Chulwoo Shin [Thu, 2 Feb 2017 17:05:24 +0000 (02:05 +0900)]
[TIC-CORE] provide conflict function
- If there is a matching package the package cannot be installed
Change-Id: I35127a889b667bff405a0c6cc5a6c9d6e6d11809
Signed-off-by: Chulwoo Shin <cw1.shin@samsung.com>
Chulwoo Shin [Mon, 23 Jan 2017 15:04:19 +0000 (00:04 +0900)]
[TIC-CORE] Modify data structure with tic-web
- Modify data structure with tic-web
- Analyze install-dependency for default packages
- Support rpm selection algorithm for version
Change-Id: Ic2809c268271ff37eaea7f2ed0b94dd63a65e20e
Signed-off-by: Chulwoo Shin <cw1.shin@samsung.com>
Chulwoo Shin [Tue, 27 Dec 2016 14:34:02 +0000 (23:34 +0900)]
[TIC-CORE] remove CORS tag in flask-server
removed direct access from client
No need for CORS support anymore
Change-Id: I23d8b923ee74fb8a2d1f6510998ac9477b54f4aa
Signed-off-by: Chulwoo Shin <cw1.shin@samsung.com>
Chulwoo Shin [Mon, 26 Dec 2016 11:39:09 +0000 (20:39 +0900)]
[TIC-CORE] change tic-core port from 59001 to 8082
Change-Id: Id10abe4fd6234c8825078a97a58d5a19e3e650f0
Signed-off-by: Chulwoo Shin <cw1.shin@samsung.com>
Chulwoo Shin [Mon, 19 Dec 2016 10:42:03 +0000 (19:42 +0900)]
[TIC-CORE] Bug-fix: remove invalid options
removed invalid comma(,) in MIC2OPtions
Change-Id: I75f896dae8c7bcbd47d0a33c39bdc7f09bc722c7
Signed-off-by: Chulwoo Shin <cw1.shin@samsung.com>
Chulwoo Shin [Mon, 19 Dec 2016 08:47:20 +0000 (17:47 +0900)]
[TIC-CORE] write README.md file
- write installation info and usage instructions.
Change-Id: I4bcea8fc8875bf61c2edb6ba101e1a144777548c
Signed-off-by: Chulwoo Shin <cw1.shin@samsung.com>
Chulwoo Shin [Fri, 16 Dec 2016 08:23:08 +0000 (17:23 +0900)]
[TIC-CORE] support cli commands
- add export cli for creating images
- add createimage cli using mic
Change-Id: Id102b0c5e6a43781f4a9047230c7d35845bbd2d0
Signed-off-by: Chulwoo Shin <cw1.shin@samsung.com>
Chulwoo Shin [Thu, 15 Dec 2016 10:49:15 +0000 (19:49 +0900)]
[TIC-CORE] Modify arguments of exports api
modify input argument - output directory
relative/user path support
Change-Id: Ibd8ead11774ce76122314323b630b3bdd6267264
Signed-off-by: Chulwoo Shin <cw1.shin@samsung.com>
Chulwoo Shin [Wed, 14 Dec 2016 06:09:59 +0000 (15:09 +0900)]
[TIC-CORE] support new api for exporting to specific format
create kickstart(.ks) file using the kickstarter module.
add thread option for flask
Change-Id: Ib6d96e1179fa4750d9655cdd1346217b25a16282
Signed-off-by: Chulwoo Shin <cw1.shin@samsung.com>
Chulwoo Shin [Tue, 13 Dec 2016 07:13:09 +0000 (16:13 +0900)]
[TIC-CORE] provides default-recipe for 1st-release
- provides default-recipe for creating image
- provides the 1st draft recipe parser
- modify response data of analysis
Change-Id: I30af364856a732af2f19076e6b1072287a4498f2
Signed-off-by: Chulwoo Shin <cw1.shin@samsung.com>
Chulwoo Shin [Mon, 5 Dec 2016 12:39:53 +0000 (21:39 +0900)]
[TIC-CORE] Logger support and add test-cast for repodata
Supports python logger for debugging and operation.
Add a unit-test for local/remote repository's repodata
Change-Id: I1cb0856d90a171e25b227d336475ce68df6d1ad4
Signed-off-by: Chulwoo Shin <cw1.shin@samsung.com>
Chulwoo Shin [Thu, 1 Dec 2016 06:23:39 +0000 (15:23 +0900)]
[TIC-CORE] Initial Import
Change-Id: I8f5554b9ff6abf4f3675a989dc545d94e7713597
Signed-off-by: Chulwoo Shin <cw1.shin@samsung.com>
Jong Jeong Kim [Mon, 21 Nov 2016 07:12:19 +0000 (23:12 -0800)]
Initial empty repository