Skip to content

Commit

Permalink
Release merge (#175)
Browse files Browse the repository at this point in the history
* fixed default controller url (#116)

* 1.0.1 (#118)

* fixed default controller url

* 1.0.1 version

* EWC-292 fixed iofog-agent info controller status when access token is expired/invalid

* build for dev env added

* fix travis

* renaming client (#120)

* renaming client

* 1.0.2

* adding dev packages

* invalid error message during provision (#122)

* invalid error message during provision

* invalid error message during provision

* update build packages

* Epankou/feature microservice removal ewc 306 (#123)

* invalid error message during provision

* invalid error message during provision

* microservice removal

* microservice removal EWC-306

* microservice removal EWC-306

* microservice removal EWC-306

* microservice removal EWC-306

* microservice removal EWC-306

* EWC-336 added default device scan frequency value & update error message

* EWC-335 fixed config logging parameters validation (#125)

* EWC-335 fixed config logging parameters validation

* additional warning messages

* microservice update fix (#126)

* WIP:  EWC-345 add notifications (#127)

* add notifications to channel

* Update .travis.yml

* Update .travis.yml

* Update .travis.yml

* Update .travis.yml

* Update .travis.yml

* 1.0.3 version (#129)

* EWC-366 now deprovision works if agent hasn't connection to controller (#132)

* EWC-359 controller status renaming ok -> online (#133)

* Update HornetQ version

* Fix `isolated_docker_container` configuration

* EWC-375 config switcher

* cleanup

* EWC-375 config switcher import fix

* EWC-375 fixed help for iofog-agent client

* updating config switcher

* iofog agent os group fix

* version 1.0.4 (#139)

* remove preprod env

* Update "HttpMime" version (#142)

* update version to 1.0.5 (#143)

* update version to 1.0.5

* update version to 1.0.5 (#146)

* fix(config): validation for watchdog config param

only on and off now available

Closes EWC-407

* Dbusel/feature ewc 398 auto release (#148)

* test GH release automation

* edit build condition to build

* edit travis file to enable build

* fix syntax error in build file

* enable release on all branches to test

* fix allowing deploy stage

* fix tag name

* add autorelease for master branch

* fix(bug) fixed log disk size validation (EWC-335) (#149)

* fix(bug) fixed log disk size validation (EWC-335)

* cleanup

* fix(bug) fixed certificate exception message (EWC-402) (#150)

* fix(bug) stopping agent process while reinstalling iofog-agent (EWC-405) (#151)

* fix(bug) stopping agent process while reinstalling iofog-agent (EWC-405)

* iofog-agent > iofog-agentd process in order to avoid install process of iofog-agent package

* fix(bug) fixed iofog-agent controller connection status (EWC-415)

* add build stage for release branch (#154)

* fix build for release branch (#155)

* add build stage for release branch

* rename build stage for master branch

* Pre-release 1.0.6 (#159)

* add build stage for release branch

* rename build stage for master branch

* remove additional mvn build on stages

* feat(core) version placeholder (EWC-410)

* bug(fix) updated docker url validation (EWC-412) (#157)

* version 1.0.6

* 1.0.7 Release

* add build stage for release branch

* rename build stage for master branch

* remove additional mvn build on stages

* feat(core) version placeholder (EWC-410)

* bug(fix) updated docker url validation (EWC-412) (#157)

* version 1.0.6

* EWC-410 version placeholder

* EWC-414 watchdog feature fix

* bug(core) fixed strace request (#162)

* EWC-421 strace feature bug

* EWC-421 strace feature fix

* Bug(fix) message bug: concurrent usage of session object which isn't thread safe (EWC-433)

* bug(fix) fixed help logs measurement (EWC-431) (#166)

* bug(fix) microservice removal: networking microservice isn't removed (EWC-424)

* Bug(fix) microservice removal: removed extra host mapping (EWC-424)

* Bug(fix) microservice removal: simplified getRunningContainers method (EWC-424)

* version 1.0.7

* Release 1.0.8 (#173)

* add build stage for release branch

* rename build stage for master branch

* remove additional mvn build on stages

* feat(core) version placeholder (EWC-410)

* bug(fix) updated docker url validation (EWC-412) (#157)

* version 1.0.6

* EWC-410 version placeholder

* EWC-414 watchdog feature fix

* bug(core) fixed strace request (#162)

* EWC-421 strace feature bug

* EWC-421 strace feature fix

* Bug(fix) message bug: concurrent usage of session object which isn't thread safe (EWC-433)

* bug(fix) fixed help logs measurement (EWC-431) (#166)

* bug(fix) microservice removal: networking microservice isn't removed (EWC-424)

* Bug(fix) microservice removal: removed extra host mapping (EWC-424)

* Bug(fix) microservice removal: simplified getRunningContainers method (EWC-424)

* version 1.0.7

* Epankou/bug routes update ewc 374 (#171)

* Bug(fix) microservice removal: networking microsrevice isn't removed (EWC-424)

* Bug(fix) microservice removal: removed extra host mapping (EWC-424)

* Bug(fix) microservice removal: simplified getRunningContainers method (EWC-424)

* Bug(fix) route update: added missing method for route update (EWC-374)

* version 1.0.8 (#172)
  • Loading branch information
Railag authored Dec 28, 2018
1 parent 3879314 commit 557f587
Show file tree
Hide file tree
Showing 8 changed files with 6 additions and 8 deletions.
2 changes: 1 addition & 1 deletion client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<parent>
<groupId>org.eclipse</groupId>
<artifactId>iofog-agent</artifactId>
<version>1.0.7</version>
<version>1.0.8</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion daemon/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<parent>
<groupId>org.eclipse</groupId>
<artifactId>iofog-agent</artifactId>
<version>1.0.7</version>
<version>1.0.8</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions daemon/src/org/eclipse/iofog/field_agent/FieldAgent.java
Original file line number Diff line number Diff line change
Expand Up @@ -294,13 +294,13 @@ private void verificationFailed() {

if (microserviceConfig) {
processMicroserviceConfig(microservices);
LocalApi.getInstance().update();
}

if (routing) {
processRoutes(microservices);
MessageBus.getInstance().update();
}

LocalApi.getInstance().update();
}
if (changes.getBoolean("tunnel") && !initialization) {
sshProxyManager.update(getProxyConfig());
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ public void handle(ChannelHandlerContext ctx, HttpRequest req) {

WebSocketMap.addWebsocket('C', id, ctx);
StatusReporter.setLocalApiStatus().setOpenConfigSocketsCount(WebSocketMap.controlWebsocketMap.size());

}

/**
Expand Down
Empty file.
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,6 @@ private void deleteOldAgentMicroservices() {
*/
private void deleteObsoleteAgentMicroservices(Set<Microservice> allAgentMicroservices) {
docker.getRunningIofogContainers().stream()
.filter(container -> docker.getContainerName(container).startsWith(IOFOG_DOCKER_CONTAINER_NAME_PREFIX))
.map(container -> docker.getContainerMicroserviceUuid(container))
.filter(microserviceUuid -> allAgentMicroservices.stream()
.noneMatch(microservice -> microservice.getMicroserviceUuid().equals(microserviceUuid)))
Expand Down
2 changes: 1 addition & 1 deletion iofog_version_controller/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<parent>
<artifactId>iofog-agent</artifactId>
<groupId>org.eclipse</groupId>
<version>1.0.7</version>
<version>1.0.8</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.eclipse</groupId>
<artifactId>iofog-agent</artifactId>
<version>1.0.7</version>
<version>1.0.8</version>
<name>iofog-agent</name>
<packaging>pom</packaging>

Expand Down

0 comments on commit 557f587

Please sign in to comment.