platform/core/system/edge-orchestration.git
5 years agoMerge pull request #29 from RS7-EdgeComputing/EDGE-299
유완수/Service Innovation Lab(SR)/Staff Engineer/삼성전자 [Tue, 2 Apr 2019 10:30:16 +0000 (19:30 +0900)]
Merge pull request #29 from RS7-EdgeComputing/EDGE-299

Edge 299

5 years agoMerge pull request #28 from RS7-EdgeComputing/servicemgr
유완수/Service Innovation Lab(SR)/Staff Engineer/삼성전자 [Tue, 2 Apr 2019 10:23:32 +0000 (19:23 +0900)]
Merge pull request #28 from RS7-EdgeComputing/servicemgr

Clean up Servicemgr

5 years agoorchestration_api changed EDGE-299
jaehoon.hyun [Tue, 2 Apr 2019 10:12:01 +0000 (19:12 +0900)]
orchestration_api changed

5 years agomock_getscoring.go changed name mock_score.go
jaehoon.hyun [Tue, 2 Apr 2019 10:11:44 +0000 (19:11 +0900)]
mock_getscoring.go changed name mock_score.go

5 years agomock_lib_add unsafe.Pointer use
jaehoon.hyun [Tue, 2 Apr 2019 10:10:40 +0000 (19:10 +0900)]
mock_lib_add unsafe.Pointer use

5 years agohandlers api changed
jaehoon.hyun [Tue, 2 Apr 2019 10:09:59 +0000 (19:09 +0900)]
handlers api changed

5 years agoorchEngine it is global variable initialize when Init function called.
jaehoon.hyun [Tue, 2 Apr 2019 10:09:45 +0000 (19:09 +0900)]
orchEngine it is global variable initialize when Init function called.
serviceClient.listenNotify operate goroutine

5 years agoscore interface function seperate another go file
jaehoon.hyun [Tue, 2 Apr 2019 10:08:16 +0000 (19:08 +0900)]
score interface function seperate another go file

5 years ago- merged type servicemgr
jw_wonny.cha [Tue, 2 Apr 2019 10:07:08 +0000 (19:07 +0900)]
- merged type

5 years ago- Add HandleNotification in case of local environment
jw_wonny.cha [Tue, 2 Apr 2019 10:06:57 +0000 (19:06 +0900)]
- Add HandleNotification in case of local environment

5 years ago- Update indentation
jw_wonny.cha [Tue, 2 Apr 2019 10:06:31 +0000 (19:06 +0900)]
- Update indentation

5 years agoMerge branch 'EDGE-301' into EDGE-299
jaehoon.hyun [Tue, 2 Apr 2019 06:57:16 +0000 (15:57 +0900)]
Merge branch 'EDGE-301' into EDGE-299

# Conflicts:
# src/scoringmgr/handlers.go
# src/scoringmgr/mock/mock_lib_add.go

5 years agohandler done life cycle seperated init and running status
jaehoon.hyun [Tue, 2 Apr 2019 06:34:35 +0000 (15:34 +0900)]
handler done life cycle seperated init and running status

5 years agogetscoring interface function mock
jaehoon.hyun [Tue, 2 Apr 2019 06:28:46 +0000 (15:28 +0900)]
getscoring interface function mock

5 years agoscoringmgr mock conf file update
jaehoon.hyun [Tue, 2 Apr 2019 06:28:31 +0000 (15:28 +0900)]
scoringmgr mock conf file update

5 years agoscoringmgr mock library interface function update
jaehoon.hyun [Tue, 2 Apr 2019 06:27:56 +0000 (15:27 +0900)]
scoringmgr mock library interface function update

5 years agoincubtor of dlcall code update
jaehoon.hyun [Tue, 2 Apr 2019 06:27:32 +0000 (15:27 +0900)]
incubtor of dlcall code update

5 years agohandlers in scoringmgr managed life cycle of handle
jaehoon.hyun [Tue, 2 Apr 2019 06:27:17 +0000 (15:27 +0900)]
handlers in scoringmgr managed life cycle of handle

5 years agoorchestration api changed
jaehoon.hyun [Tue, 2 Apr 2019 06:26:42 +0000 (15:26 +0900)]
orchestration api changed

5 years agoorchestrationapi do not use mock , it is move to api_test
jaehoon.hyun [Tue, 2 Apr 2019 06:26:10 +0000 (15:26 +0900)]
orchestrationapi do not use mock , it is move to api_test

5 years agowatcher do not watch CHMOD
jaehoon.hyun [Tue, 2 Apr 2019 06:25:44 +0000 (15:25 +0900)]
watcher do not watch CHMOD

5 years agoexecuteCommand function add at configuremgr_test.go
jaehoon.hyun [Tue, 2 Apr 2019 06:25:17 +0000 (15:25 +0900)]
executeCommand function add at configuremgr_test.go

5 years agoduplicate mock to orchestrationapi from configuremgr/mock
jaehoon.hyun [Tue, 2 Apr 2019 06:24:43 +0000 (15:24 +0900)]
duplicate mock to orchestrationapi from configuremgr/mock

5 years agoconfiguremgr PushLibPath insterface change
jaehoon.hyun [Tue, 2 Apr 2019 06:24:15 +0000 (15:24 +0900)]
configuremgr PushLibPath insterface change

5 years agoconfiguremgr conf interface change
jaehoon.hyun [Tue, 2 Apr 2019 06:23:46 +0000 (15:23 +0900)]
configuremgr conf interface change

5 years agoconf interface change
jaehoon.hyun [Tue, 2 Apr 2019 06:23:28 +0000 (15:23 +0900)]
conf interface change

5 years agogit ignore add 3rdparty / vendor
jaehoon.hyun [Tue, 2 Apr 2019 06:22:42 +0000 (15:22 +0900)]
git ignore add 3rdparty / vendor

5 years agoMerge branch 'master' into EDGE-301 EDGE-301
차지원/Service Innovation Lab(SR)/Engineer/삼성전자 [Tue, 2 Apr 2019 06:11:54 +0000 (15:11 +0900)]
Merge branch 'master' into EDGE-301

5 years ago- add function that request http GET
jw_wonny.cha [Tue, 2 Apr 2019 06:05:46 +0000 (15:05 +0900)]
- add function that request http GET

5 years ago- Add parameter that channel getting score value in load function
jw_wonny.cha [Tue, 2 Apr 2019 06:04:15 +0000 (15:04 +0900)]
- Add parameter that channel getting score value in load function

5 years ago- Add GetScore export API
jw_wonny.cha [Tue, 2 Apr 2019 06:00:45 +0000 (15:00 +0900)]
- Add GetScore export API

5 years ago- rest api test code
jw_wonny.cha [Tue, 2 Apr 2019 06:00:21 +0000 (15:00 +0900)]
- rest api test code

5 years ago- Add rest api that getting scoring
jw_wonny.cha [Tue, 2 Apr 2019 05:59:37 +0000 (14:59 +0900)]
- Add rest api that getting scoring

5 years agoorchestration compile error fix
jaehoon.hyun [Fri, 29 Mar 2019 10:01:00 +0000 (19:01 +0900)]
orchestration compile error fix

5 years agoorchestration api implement
jaehoon.hyun [Fri, 29 Mar 2019 09:30:02 +0000 (18:30 +0900)]
orchestration api implement

5 years agoMerge branch 'master' into EDGE-299
jaehoon.hyun [Fri, 29 Mar 2019 09:13:28 +0000 (18:13 +0900)]
Merge branch 'master' into EDGE-299

5 years agochange interface scoringmgr, configuremgr
jaehoon.hyun [Fri, 29 Mar 2019 09:13:01 +0000 (18:13 +0900)]
change interface scoringmgr, configuremgr

5 years agoMerge pull request #23 from RS7-EdgeComputing/EDGE-247-tmp
차지원/Service Innovation Lab(SR)/Engineer/삼성전자 [Fri, 29 Mar 2019 06:39:56 +0000 (15:39 +0900)]
Merge pull request #23 from RS7-EdgeComputing/EDGE-247-tmp

Edge 247 tmp

5 years agoadd rest apis EDGE-247-tmp
damon92 [Fri, 29 Mar 2019 06:19:00 +0000 (15:19 +0900)]
add rest apis

5 years ago- add compare targetURL with "localhost" string
jw_wonny.cha [Fri, 29 Mar 2019 06:06:49 +0000 (15:06 +0900)]
- add compare targetURL with "localhost" string
- Add Init() export function

5 years ago- Clean up test code
jw_wonny.cha [Fri, 29 Mar 2019 06:06:03 +0000 (15:06 +0900)]
- Clean up test code

5 years ago- move test code to servicemgr folder
jw_wonny.cha [Fri, 29 Mar 2019 06:05:31 +0000 (15:05 +0900)]
- move test code to servicemgr folder

5 years agoadd rest apis
damon92 [Fri, 29 Mar 2019 06:02:23 +0000 (15:02 +0900)]
add rest apis

5 years agolink w/ configuremgr; add service name based discovery
damon92 [Fri, 29 Mar 2019 05:26:36 +0000 (14:26 +0900)]
link w/ configuremgr; add service name based discovery

5 years agoMerge branch 'master' of github.sec.samsung.net:RS7-EdgeComputing/edge-home-orchestra...
damon92 [Fri, 29 Mar 2019 04:58:54 +0000 (13:58 +0900)]
Merge branch 'master' of github.sec.samsung.net:RS7-EdgeComputing/edge-home-orchestration-go into EDGE-247-tmp

5 years agoMerge pull request #20 from RS7-EdgeComputing/EDGE-238
이동엽/Service Innovation Lab(SR)/Engineer/삼성전자 [Fri, 29 Mar 2019 04:46:32 +0000 (13:46 +0900)]
Merge pull request #20 from RS7-EdgeComputing/EDGE-238

Add dbus interface files and Makefile for CMain.

5 years agochanged shared library to static archive EDGE-238
wansuyoo [Fri, 29 Mar 2019 04:36:28 +0000 (13:36 +0900)]
changed shared library to static archive

5 years agoedit package test to discoverymgr
damon92 [Fri, 29 Mar 2019 01:12:13 +0000 (10:12 +0900)]
edit package test to discoverymgr

5 years agochg folder
damon92 [Fri, 29 Mar 2019 00:48:34 +0000 (09:48 +0900)]
chg folder

5 years agoMerge pull request #21 from RS7-EdgeComputing/EDGE-254
이동엽/Service Innovation Lab(SR)/Engineer/삼성전자 [Fri, 29 Mar 2019 00:33:00 +0000 (09:33 +0900)]
Merge pull request #21 from RS7-EdgeComputing/EDGE-254

Add servicemgr interface

5 years agoMerge pull request #19 from RS7-EdgeComputing/EDGE-287
이동엽/Service Innovation Lab(SR)/Engineer/삼성전자 [Fri, 29 Mar 2019 00:26:26 +0000 (09:26 +0900)]
Merge pull request #19 from RS7-EdgeComputing/EDGE-287

Edge 287

5 years ago- Remove unnecessary types
jw_wonny.cha [Thu, 28 Mar 2019 12:38:36 +0000 (21:38 +0900)]
- Remove unnecessary types

5 years ago- Add export API to interface
jw_wonny.cha [Thu, 28 Mar 2019 12:36:52 +0000 (21:36 +0900)]
- Add export API to interface

5 years ago- Update configuration & service map
jw_wonny.cha [Thu, 28 Mar 2019 12:36:29 +0000 (21:36 +0900)]
- Update configuration & service map

5 years ago- remove register/remove service to mdns
jw_wonny.cha [Thu, 28 Mar 2019 12:35:02 +0000 (21:35 +0900)]
- remove register/remove service to mdns
- add notification Target ( local / remote)

5 years ago- Update http_sender api
jw_wonny.cha [Thu, 28 Mar 2019 12:33:48 +0000 (21:33 +0900)]
- Update http_sender api

5 years ago- Clean up unnecessary code
jw_wonny.cha [Thu, 28 Mar 2019 12:33:18 +0000 (21:33 +0900)]
- Clean up unnecessary code

5 years ago- Remove Unnecessary test code
jw_wonny.cha [Thu, 28 Mar 2019 12:32:57 +0000 (21:32 +0900)]
- Remove Unnecessary test code

5 years ago- Add StatusNotification Type
jw_wonny.cha [Thu, 28 Mar 2019 12:32:11 +0000 (21:32 +0900)]
- Add StatusNotification Type

5 years ago- Remove unnecessary rest api (get service / delete service..)
jw_wonny.cha [Thu, 28 Mar 2019 12:30:15 +0000 (21:30 +0900)]
- Remove unnecessary rest api (get service / delete service..)
- Add notification rest api

5 years agofixed file name
wansuyoo [Thu, 28 Mar 2019 12:06:16 +0000 (21:06 +0900)]
fixed file name

5 years agomerge CMain build at build script
wansuyoo [Thu, 28 Mar 2019 11:58:56 +0000 (20:58 +0900)]
merge CMain build at build script

5 years agoMerge remote-tracking branch 'origin/master' into EDGE-238
heewon Park [Thu, 28 Mar 2019 11:01:34 +0000 (20:01 +0900)]
Merge remote-tracking branch 'origin/master' into EDGE-238

# Conflicts:
# src/CMain/inc/orchestration.h

5 years agoAdd dbus interface files and Makefile for CMain. add_dbus_interface
heewon Park [Thu, 28 Mar 2019 10:42:37 +0000 (19:42 +0900)]
Add dbus interface files and Makefile for CMain.

Signed-off-by: heewon Park <h_w.park@samsung.com>
5 years agodiscovery_test.go added
damon92 [Thu, 28 Mar 2019 10:39:18 +0000 (19:39 +0900)]
discovery_test.go added

5 years agofixed names
wansuyoo [Thu, 28 Mar 2019 10:28:04 +0000 (19:28 +0900)]
fixed names

5 years agoMerge pull request #18 from RS7-EdgeComputing/EDGE-291
권대근/Service Innovation Lab(SR)/Staff Engineer/삼성전자 [Thu, 28 Mar 2019 10:16:02 +0000 (19:16 +0900)]
Merge pull request #18 from RS7-EdgeComputing/EDGE-291

Repository structuring

5 years agochanged directory name EDGE-291
wansuyoo [Thu, 28 Mar 2019 09:50:39 +0000 (18:50 +0900)]
changed directory name

5 years agoMerge pull request #16 from RS7-EdgeComputing/EDGE-109
이동엽/Service Innovation Lab(SR)/Engineer/삼성전자 [Thu, 28 Mar 2019 09:36:31 +0000 (18:36 +0900)]
Merge pull request #16 from RS7-EdgeComputing/EDGE-109

update LICENSE file

5 years agoupdate shared object file
wansuyoo [Thu, 28 Mar 2019 09:34:26 +0000 (18:34 +0900)]
update shared object file

5 years agoCODEOWENERS file add for reviewer EDGE-287
jaehoon.hyun [Thu, 28 Mar 2019 08:06:37 +0000 (17:06 +0900)]
CODEOWENERS file add for reviewer

5 years agosetservicename detect bad request
damon92 [Thu, 28 Mar 2019 08:06:21 +0000 (17:06 +0900)]
setservicename detect bad request

5 years agosetservicename detect bad request
damon92 [Thu, 28 Mar 2019 08:04:41 +0000 (17:04 +0900)]
setservicename detect bad request

5 years agoscoringmgr_test dynamic loading mysum so file and run
jaehoon.hyun [Thu, 28 Mar 2019 08:02:24 +0000 (17:02 +0900)]
scoringmgr_test dynamic loading mysum so file and run

5 years agodynamic lib function call using cgo
jaehoon.hyun [Thu, 28 Mar 2019 07:58:13 +0000 (16:58 +0900)]
dynamic lib function call using cgo

5 years agomysum so file and conf file upload for test
jaehoon.hyun [Thu, 28 Mar 2019 07:57:38 +0000 (16:57 +0900)]
mysum so file and conf file upload for test

5 years agoscoringmgr library handler implemented
jaehoon.hyun [Thu, 28 Mar 2019 07:51:44 +0000 (16:51 +0900)]
scoringmgr library handler implemented

5 years agotdd code incubator directory
jaehoon.hyun [Thu, 28 Mar 2019 07:51:08 +0000 (16:51 +0900)]
tdd code incubator directory

5 years agoscoringmgr support log
jaehoon.hyun [Thu, 28 Mar 2019 07:50:41 +0000 (16:50 +0900)]
scoringmgr support log

5 years agoresolve : when put glide update command , delete vendor/src directory.
jaehoon.hyun [Thu, 28 Mar 2019 07:49:48 +0000 (16:49 +0900)]
resolve : when put glide update command , delete vendor/src directory.

5 years agoadd REST setServiceNames w/ test
damon92 [Thu, 28 Mar 2019 07:49:01 +0000 (16:49 +0900)]
add REST setServiceNames w/ test

5 years agoMerge branch 'master' into EDGE-291
wansuyoo [Thu, 28 Mar 2019 07:28:34 +0000 (16:28 +0900)]
Merge branch 'master' into EDGE-291

5 years agorepository structuring
wansuyoo [Thu, 28 Mar 2019 05:32:31 +0000 (14:32 +0900)]
repository structuring

5 years agoMerge pull request #17 from RS7-EdgeComputing/EDGE-247-tmp
현재훈/Service Innovation Lab(SR)/Engineer/삼성전자 [Thu, 28 Mar 2019 05:27:16 +0000 (14:27 +0900)]
Merge pull request #17 from RS7-EdgeComputing/EDGE-247-tmp

Edge 247 tmp

5 years agoedit from feedbacks
damon92 [Thu, 28 Mar 2019 05:07:50 +0000 (14:07 +0900)]
edit from feedbacks

5 years agoadd discovery test
damon92 [Thu, 28 Mar 2019 04:28:07 +0000 (13:28 +0900)]
add discovery test

5 years agoadd discovery test
damon92 [Thu, 28 Mar 2019 04:27:08 +0000 (13:27 +0900)]
add discovery test

5 years agoadd ln path; add discovery
damon92 [Thu, 28 Mar 2019 04:05:42 +0000 (13:05 +0900)]
add ln path; add discovery

5 years agoadd ln path; add discovery
damon92 [Thu, 28 Mar 2019 04:00:43 +0000 (13:00 +0900)]
add ln path; add discovery

5 years agoadd ln path; add discovery
damon92 [Thu, 28 Mar 2019 04:00:21 +0000 (13:00 +0900)]
add ln path; add discovery

5 years agoadd ln path; add discovery
damon92 [Thu, 28 Mar 2019 03:59:01 +0000 (12:59 +0900)]
add ln path; add discovery

5 years agoadd ln path; add discovery
damon92 [Thu, 28 Mar 2019 03:57:23 +0000 (12:57 +0900)]
add ln path; add discovery

5 years agoMerge pull request #12 from RS7-EdgeComputing/EDGE-254
현재훈/Service Innovation Lab(SR)/Engineer/삼성전자 [Thu, 28 Mar 2019 01:48:50 +0000 (10:48 +0900)]
Merge pull request #12 from RS7-EdgeComputing/EDGE-254

Removing http request handling code in servicemgr

5 years agoMerge pull request #15 from RS7-EdgeComputing/EDGE-257
차지원/Service Innovation Lab(SR)/Engineer/삼성전자 [Wed, 27 Mar 2019 10:57:02 +0000 (19:57 +0900)]
Merge pull request #15 from RS7-EdgeComputing/EDGE-257

Edge App Configuration Management

5 years agoMerge pull request #14 from RS7-EdgeComputing/UpdateReadMe
차지원/Service Innovation Lab(SR)/Engineer/삼성전자 [Wed, 27 Mar 2019 10:55:59 +0000 (19:55 +0900)]
Merge pull request #14 from RS7-EdgeComputing/UpdateReadMe

update edge-orchestration.PNG

5 years agoadd conf directory EDGE-109
wansuyoo [Wed, 27 Mar 2019 08:30:18 +0000 (17:30 +0900)]
add conf directory

5 years agosimple configuremgr test EDGE-257
jaehoon.hyun [Wed, 27 Mar 2019 07:32:57 +0000 (16:32 +0900)]
simple configuremgr test

5 years agoTODO : goroutine leak resolve
jaehoon.hyun [Wed, 27 Mar 2019 07:32:41 +0000 (16:32 +0900)]
TODO : goroutine leak resolve

5 years agoincubator watcherfs.go bug fix
jaehoon.hyun [Wed, 27 Mar 2019 07:32:22 +0000 (16:32 +0900)]
incubator watcherfs.go bug fix

5 years agowatchConfPath.go file has created
jaehoon.hyun [Wed, 27 Mar 2019 07:31:26 +0000 (16:31 +0900)]
watchConfPath.go file has created