sync from previous github
authorwansuyoo <wansu.yoo@samsung.com>
Wed, 3 Apr 2019 00:08:18 +0000 (09:08 +0900)
committerwansuyoo <wansu.yoo@samsung.com>
Wed, 3 Apr 2019 00:08:18 +0000 (09:08 +0900)
commit8557d953ef558e483bf85ab799e5bbc326d66bd9
tree4a970eec8c194fef4878d64339f916d536e8e0c7
parent2fe6b64cb534fea9b2f4549fcda2429ab029f665
sync from previous github
121 files changed:
.github/CODEOWNERS [deleted file]
.gitignore [changed mode: 0644->0755]
3rdparty/src [deleted symlink]
Makefile [changed mode: 0644->0755]
packaging/edge-orchestration.service
packaging/edge-orchestration.spec [changed mode: 0644->0755]
packaging/go1.12.linux-armv7.tar.gz [new file with mode: 0755]
packaging/libedge-orchestration.manifest [new file with mode: 0755]
src/CMain/lib/liborchestration.a [deleted file]
src/GoMain/main.go
src/orchestrationapi/edge_log.go [changed mode: 0644->0755]
src/orchestrationapi/orchestration_api_test.go [changed mode: 0644->0755]
src/orchestrationapi/orchstration_api.go [changed mode: 0644->0755]
src/restapi/httpclient/configure.go [new file with mode: 0755]
src/restapi/v1/restapi.go [changed mode: 0644->0755]
src/scoringmgr/edge_log.go [changed mode: 0644->0755]
src/scoringmgr/handlers.go [changed mode: 0644->0755]
src/scoringmgr/http_sender.go [deleted file]
src/scoringmgr/mock/mock_lib_add.go [changed mode: 0644->0755]
src/scoringmgr/mock/mock_score.go [changed mode: 0644->0755]
src/scoringmgr/score.go [changed mode: 0644->0755]
src/scoringmgr/scoringmgr_test.go [changed mode: 0644->0755]
src/servicemgr/configure.go [changed mode: 0644->0755]
src/servicemgr/service_execution.go [changed mode: 0644->0755]
src/servicemgr/servicemgr.go [changed mode: 0644->0755]
vendor/github.com/fsnotify/fsnotify/.editorconfig [new file with mode: 0755]
vendor/github.com/fsnotify/fsnotify/.github/ISSUE_TEMPLATE.md [new file with mode: 0755]
vendor/github.com/fsnotify/fsnotify/.github/PULL_REQUEST_TEMPLATE.md [new file with mode: 0755]
vendor/github.com/fsnotify/fsnotify/.gitignore [new file with mode: 0755]
vendor/github.com/fsnotify/fsnotify/.travis.yml [new file with mode: 0755]
vendor/github.com/fsnotify/fsnotify/AUTHORS [new file with mode: 0755]
vendor/github.com/fsnotify/fsnotify/CHANGELOG.md [new file with mode: 0755]
vendor/github.com/fsnotify/fsnotify/CONTRIBUTING.md [new file with mode: 0755]
vendor/github.com/fsnotify/fsnotify/LICENSE [new file with mode: 0755]
vendor/github.com/fsnotify/fsnotify/README.md [new file with mode: 0755]
vendor/github.com/fsnotify/fsnotify/example_test.go [new file with mode: 0755]
vendor/github.com/fsnotify/fsnotify/fen.go [new file with mode: 0755]
vendor/github.com/fsnotify/fsnotify/fsnotify.go [new file with mode: 0755]
vendor/github.com/fsnotify/fsnotify/fsnotify_test.go [new file with mode: 0755]
vendor/github.com/fsnotify/fsnotify/inotify.go [new file with mode: 0755]
vendor/github.com/fsnotify/fsnotify/inotify_poller.go [new file with mode: 0755]
vendor/github.com/fsnotify/fsnotify/inotify_poller_test.go [new file with mode: 0755]
vendor/github.com/fsnotify/fsnotify/inotify_test.go [new file with mode: 0755]
vendor/github.com/fsnotify/fsnotify/integration_darwin_test.go [new file with mode: 0755]
vendor/github.com/fsnotify/fsnotify/integration_test.go [new file with mode: 0755]
vendor/github.com/fsnotify/fsnotify/kqueue.go [new file with mode: 0755]
vendor/github.com/fsnotify/fsnotify/open_mode_bsd.go [new file with mode: 0755]
vendor/github.com/fsnotify/fsnotify/open_mode_darwin.go [new file with mode: 0755]
vendor/github.com/fsnotify/fsnotify/windows.go [new file with mode: 0755]
vendor/gopkg.in/go-ini/ini.v1/.github/ISSUE_TEMPLATE.md [new file with mode: 0755]
vendor/gopkg.in/go-ini/ini.v1/.github/PULL_REQUEST_TEMPLATE.md [new file with mode: 0755]
vendor/gopkg.in/go-ini/ini.v1/.gitignore [new file with mode: 0755]
vendor/gopkg.in/go-ini/ini.v1/.travis.yml [new file with mode: 0755]
vendor/gopkg.in/go-ini/ini.v1/LICENSE [new file with mode: 0755]
vendor/gopkg.in/go-ini/ini.v1/Makefile [new file with mode: 0755]
vendor/gopkg.in/go-ini/ini.v1/README.md [new file with mode: 0755]
vendor/gopkg.in/go-ini/ini.v1/bench_test.go [new file with mode: 0755]
vendor/gopkg.in/go-ini/ini.v1/error.go [new file with mode: 0755]
vendor/gopkg.in/go-ini/ini.v1/file.go [new file with mode: 0755]
vendor/gopkg.in/go-ini/ini.v1/file_test.go [new file with mode: 0755]
vendor/gopkg.in/go-ini/ini.v1/ini.go [new file with mode: 0755]
vendor/gopkg.in/go-ini/ini.v1/ini_internal_test.go [new file with mode: 0755]
vendor/gopkg.in/go-ini/ini.v1/ini_test.go [new file with mode: 0755]
vendor/gopkg.in/go-ini/ini.v1/key.go [new file with mode: 0755]
vendor/gopkg.in/go-ini/ini.v1/key_test.go [new file with mode: 0755]
vendor/gopkg.in/go-ini/ini.v1/parser.go [new file with mode: 0755]
vendor/gopkg.in/go-ini/ini.v1/parser_test.go [new file with mode: 0755]
vendor/gopkg.in/go-ini/ini.v1/section.go [new file with mode: 0755]
vendor/gopkg.in/go-ini/ini.v1/section_test.go [new file with mode: 0755]
vendor/gopkg.in/go-ini/ini.v1/struct.go [new file with mode: 0755]
vendor/gopkg.in/go-ini/ini.v1/struct_test.go [new file with mode: 0755]
vendor/gopkg.in/go-ini/ini.v1/testdata/TestFile_WriteTo.golden [new file with mode: 0755]
vendor/gopkg.in/go-ini/ini.v1/testdata/UTF-16-BE-BOM.ini [new file with mode: 0755]
vendor/gopkg.in/go-ini/ini.v1/testdata/UTF-16-LE-BOM.ini [new file with mode: 0755]
vendor/gopkg.in/go-ini/ini.v1/testdata/UTF-8-BOM.ini [new file with mode: 0755]
vendor/gopkg.in/go-ini/ini.v1/testdata/full.ini [new file with mode: 0755]
vendor/gopkg.in/go-ini/ini.v1/testdata/minimal.ini [new file with mode: 0755]
vendor/gopkg.in/sconf/ini.v0/LICENSE [new file with mode: 0755]
vendor/gopkg.in/sconf/ini.v0/README [new file with mode: 0755]
vendor/gopkg.in/sconf/ini.v0/ini.go [new file with mode: 0755]
vendor/gopkg.in/sconf/internal.v0/LICENSE [new file with mode: 0755]
vendor/gopkg.in/sconf/internal.v0/README [new file with mode: 0755]
vendor/gopkg.in/sconf/internal.v0/internal-/gcfg/LICENSE [new file with mode: 0755]
vendor/gopkg.in/sconf/internal.v0/internal-/gcfg/README [new file with mode: 0755]
vendor/gopkg.in/sconf/internal.v0/internal-/gcfg/doc.go [new file with mode: 0755]
vendor/gopkg.in/sconf/internal.v0/internal-/gcfg/example_test.go [new file with mode: 0755]
vendor/gopkg.in/sconf/internal.v0/internal-/gcfg/go1_0.go [new file with mode: 0755]
vendor/gopkg.in/sconf/internal.v0/internal-/gcfg/go1_2.go [new file with mode: 0755]
vendor/gopkg.in/sconf/internal.v0/internal-/gcfg/issues_test.go [new file with mode: 0755]
vendor/gopkg.in/sconf/internal.v0/internal-/gcfg/read.go [new file with mode: 0755]
vendor/gopkg.in/sconf/internal.v0/internal-/gcfg/read_test.go [new file with mode: 0755]
vendor/gopkg.in/sconf/internal.v0/internal-/gcfg/scanner/errors.go [new file with mode: 0755]
vendor/gopkg.in/sconf/internal.v0/internal-/gcfg/scanner/example_test.go [new file with mode: 0755]
vendor/gopkg.in/sconf/internal.v0/internal-/gcfg/scanner/scanner.go [new file with mode: 0755]
vendor/gopkg.in/sconf/internal.v0/internal-/gcfg/scanner/scanner_test.go [new file with mode: 0755]
vendor/gopkg.in/sconf/internal.v0/internal-/gcfg/set.go [new file with mode: 0755]
vendor/gopkg.in/sconf/internal.v0/internal-/gcfg/testdata/gcfg_test.gcfg [new file with mode: 0755]
vendor/gopkg.in/sconf/internal.v0/internal-/gcfg/testdata/gcfg_unicode_test.gcfg [new file with mode: 0755]
vendor/gopkg.in/sconf/internal.v0/internal-/gcfg/token/position.go [new file with mode: 0755]
vendor/gopkg.in/sconf/internal.v0/internal-/gcfg/token/position_test.go [new file with mode: 0755]
vendor/gopkg.in/sconf/internal.v0/internal-/gcfg/token/serialize.go [new file with mode: 0755]
vendor/gopkg.in/sconf/internal.v0/internal-/gcfg/token/serialize_test.go [new file with mode: 0755]
vendor/gopkg.in/sconf/internal.v0/internal-/gcfg/token/token.go [new file with mode: 0755]
vendor/gopkg.in/sconf/internal.v0/internal-/gcfg/types/bool.go [new file with mode: 0755]
vendor/gopkg.in/sconf/internal.v0/internal-/gcfg/types/doc.go [new file with mode: 0755]
vendor/gopkg.in/sconf/internal.v0/internal-/gcfg/types/enum.go [new file with mode: 0755]
vendor/gopkg.in/sconf/internal.v0/internal-/gcfg/types/enum_test.go [new file with mode: 0755]
vendor/gopkg.in/sconf/internal.v0/internal-/gcfg/types/int.go [new file with mode: 0755]
vendor/gopkg.in/sconf/internal.v0/internal-/gcfg/types/int_test.go [new file with mode: 0755]
vendor/gopkg.in/sconf/internal.v0/internal-/gcfg/types/scan.go [new file with mode: 0755]
vendor/gopkg.in/sconf/internal.v0/internal-/gcfg/types/scan_test.go [new file with mode: 0755]
vendor/gopkg.in/sconf/internal.v0/internal-/internal.go [new file with mode: 0755]
vendor/gopkg.in/sconf/sconf.v0/.travis.yml [new file with mode: 0755]
vendor/gopkg.in/sconf/sconf.v0/LICENSE [new file with mode: 0755]
vendor/gopkg.in/sconf/sconf.v0/README.md [new file with mode: 0755]
vendor/gopkg.in/sconf/sconf.v0/example_test.go [new file with mode: 0755]
vendor/gopkg.in/sconf/sconf.v0/sconf.go [new file with mode: 0755]
vendor/gopkg.in/sconf/sconf.v0/smoke_test.go [new file with mode: 0755]
vendor/gopkg.in/sconf/sconf.v0/testdata/example.ini [new file with mode: 0755]
vendor/gopkg.in/sconf/sconf.v0/testdata/gcfg_test.gcfg [new file with mode: 0755]
vendor/gopkg.in/sconf/sconf.v0/testdata/gcfg_unicode_test.gcfg [new file with mode: 0755]