Skip to content

Releases: lkrcal/iofog-demo

ioFog demo 1.0.1734

26 Jun 21:48
Compare
Choose a tag to compare

Changes:

  • 17b8e5c Merge develop into master
  • 252aff2 Add support for older versions of Docker compose and improve code docs
  • 34d43ff Add status script
  • a977c96 Copy local package
  • eac2b47 Expose Local agent API port
  • 60ff5d4 Remove direct access to env to remove warning
  • 652051f Merge pull request eclipse-iofog#21 from eclipse-iofog/installFromLocalPackages
  • ab0c8fb Use args instead of env variables
  • 8282e30 Add env variable to build from local packages
  • 1620eaf start with local packages
See more
  • 538c81e Update iofog name and fix xargs arg issue
  • e2ed9ae Change fog name
  • 82b52dd Merge pull request eclipse-iofog#20 from lkrcal/consolidate-demo
  • 3e1600d Remove getopts from scripts
  • 467ccc5 Wait for tutorial services to be up + improve script printouts
  • 3f8e07f Merge pull request eclipse-iofog#19 from lkrcal/consolidate-demo
  • ffa2ccd Remove freeboard config
  • 9e46e92 Fix a bug where supervisor would sometimes spawn multiple agents
  • 1c645d6 Merge pull request eclipse-iofog#17 from lkrcal/consolidate-demo
  • e701356 Merge blank-environment into develop
  • 456d911 Update README based on outstanding comments
  • 0da71e6 Set archival artifact in the build pipeline
  • 20e3a1e Prettied up the output
  • 5489c74 Fixing Bash syntax inspections.
  • 16782db Update readme and some tutorial printous
  • f15542d Complete provisioning of tutorial environment
  • 004281d Cleanup all remaining setup scripts and config files
  • c15fb52 Wait for init steps of ioFog stack in start.sh
  • e5026ed Update provisioning script with controller configuration
  • 530b030 Add unified provision script for blank ioFog stack
  • 0f1ff6d Restructure demo repository according to demo environments
  • 80d95db Merge demo-environment into develop
  • 2392fcd Merge blank-environment into develop
  • 1983e8a Update README with prerequisites, references and more details
  • 98b31f1 Making source import explicit path.
  • 316d035 Adding build step to list checked out content.
  • ade61ec Fixing sourcing of utils.sh to work in vanilla sh environment.
  • 0e5d5a3 Refactored, cleaned up and added much better user output.
  • 1058c5c Deploy microservices to one Agent (eclipse-iofog#18)
  • 528ef8c Update README with the proposed changes to consolidate demo repository
  • 58c8b46 Allow start.sh to run blank or demo environments. Limit curl output. Set demo environment for pipelines
  • 875f96d Add demo environment
  • 4a44efe Refactor initialization of ioFog services after deployment using init container
  • 0cd2934 Add supervisord debug output for agent
  • 89f4765 Merge pull request eclipse-iofog#15 from eclipse-iofog/serge/blank-environment
  • ad28853 Merge pull request eclipse-iofog#14 from eclipse-iofog/serge/demo-environment
  • 0b7e2d3 Bring up to date with develop
  • 89dab2c Change Test Runner image
  • 1bdfc28 Bring up to date with develop
  • ac7e0e4 Add new pipeline triggers and remove unused variables
  • 0cd4406 Update gitignore to ignore agent private key
  • 7a69ab9 Change networking model
  • f18c779 Specify Docker version in pipeline
  • 034ea64 Update user experience, pipeline, and README.md
  • a502346 Initial Azure Pipelines
  • 51ec2e2 Minor code clean up.
  • ccaf926 JDK and base images
  • 4036a3d Fix JDK issue (eclipse-iofog#13)
  • f23de9b Add environment variable for Test Runner
  • 59f7622 Use remote image for Test Runner
  • 2409967 Small fix to make all checks standard
  • 3318fd3 Fixed most integration tests, worried about checking routes, etc.
  • f391c1a Integration tests added, need to agree on config file
  • 9f9e66c Enable Test Runner container to SSH into all Agents
  • 965ed24 Read agents from config file and output configuration in run-tests.sh
  • 645563e Add configuration file support for Controller, Connector, and Agent host details
  • 8ba2938 Bats functionality added
  • acb3452 Fixed location of BATS installation within Dockerfile
  • 2f8e1ca Added bats to test runner with installation properly, and changed file extensions to bats
  • b403b0d Installation for BATS added, and removed deprecated yml file
  • 5fe987d Fixing mistaken bad push with merge conflicts
  • a12f28d Adding better syntax parsing
  • d91b0e8 Adding better syntax parsing
  • 88a24ff Initial battery of Agent tests
  • 1e21eb1 Merge branch 'jrc-environment' of github.com:eclipse-iofog/demo into jrc-environment
  • 382a745 Added initial BATS usage, and command prefix info
  • b8733ca Merge branch 'serge/jrc-environment' of github.com:eclipse-iofog/demo into jrc-environment
  • 1b788cb Adding Agent tests, need to swap for unit testing
  • 886a0f5 Add Controller and Connector smoke tests
  • f2c1e95 Iofog tests
  • 5ded794 Add Connector tests
  • f469f57 Extract bind variables
  • 7920a35 Add compose down
  • 4ac339b Merge branch 'serge/jrc-environment' of github.com:eclipse-iofog/demo into jrc-environment
  • 1038bbb Adding registries, may need a way to get authentication tokens back, reading documenation for it
  • 77bd8c6 Add user API tests
  • 8954567 Update Controller smoke tests and make test wait for Connector and Agent
  • f36d272 Adding initial test cases, need to look into running multiple
  • 552b544 Create README.md
  • a158a15 Merge pull request eclipse-iofog#11 from drluckyspin/blank-environment
  • d2a42ae Added basic travis file to test integration.
  • c5c0430 Refactored, cleaned up and commented Docker related files.
  • 1329656 Initial commit of Smoke Test Harness
  • 7aa4aa0 Fleshing out .gitignore file with real world excludes.
  • 662118f Merge pull request eclipse-iofog#9 from ioFog/blank-environment-status-message-fix
  • e44124b fixing Agent status message
  • a4c3ed2 Merge pull request eclipse-iofog#8 from ioFog/blank-environment-java-image-fix
  • 6eff62d updating base java8 images (previous disappeared from dockerhub)
  • 0740d78 updated java installation for agent and connector images (EWC-509) (eclipse-iofog#6)
  • 0c5f1c3 Merge pull request eclipse-iofog#4 from ioFog/dbusel/bug-EWC-450
  • 7ef8a88 Fix apt-get install issue inside container
  • c65e62e Merge pull request eclipse-iofog#3 from ioFog/demo-env-fix
  • 53364cc fixed connector update for some versions
  • 4012b28 Merge pull request eclipse-iofog#2 from ioFog/demo-env-fix
  • 01d61bd dev > prod controller environment in order to avoid SQL CLI output in quickstart project
  • ad1dfd5 updating iofog controller
  • ffa5ca7 updating iofog-controller
  • f2b03fa iofog-controller update
  • b346a17 configuration fixes (eclipse-iofog#1)
  • 5c80960 update registry id
  • 1217a9c use packages
  • 3599ae2 use packages
  • 8a82ef4 Pr...
Read more