This is an automated email from the ASF dual-hosted git repository. fgreg pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-sdap-ningester.git
commit 98deecc19cb5fa239ad78a5f571d5140eca62e02 Merge: c885172 66b7a87 Author: fgreg <[email protected]> AuthorDate: Tue Jan 30 13:52:26 2018 -0800 Merge pull request #1 from fgreg/master SDAP-17: Working version of Ningester .gitignore | 31 ++--- .idea/modules/ningester_main.iml | 66 +++++------ .idea/modules/ningester_test.iml | 78 ++++++------- .idea/modules/ningester_testJobs.iml | 78 ++++++------- CONTRIBUTING.md | 130 +++++++++++++++++++++ Readme.md | 7 ++ build.gradle | 2 +- docker/Dockerfile | 66 +++++++++++ docker/README.md | 68 +++++++++++ docker/entrypoint.sh | 24 ++++ .../ConnectionSettings-DockerForMac.yml | 30 +++++ .../example_config/ExampleJob.yml | 42 +++---- docker/install_nexusproto.sh | 32 +++++ docker/install_ningester.sh | 30 +++++ docker/install_ningesterpy.sh | 30 +++++ gradle/wrapper/gradle-wrapper.jar | Bin 54711 -> 54333 bytes gradle/wrapper/gradle-wrapper.properties | 3 +- gradlew | 6 +- .../sdap/ningester/configuration/AppConfig.java | 19 --- .../ningester/configuration/DatasourceConfig.java | 29 +++++ src/main/resources/application.yml | 18 +++ .../sdap/ningester/testjobs/AvhrrJobTest.java | 10 +- src/testJobs/resources/testjobs/AvhrrJobTest.yml | 9 +- src/testJobs/resources/testjobs/SmapJobTest.yml | 11 +- 24 files changed, 620 insertions(+), 199 deletions(-) -- To stop receiving notification emails like this one, please contact [email protected].
