Skip to content

Commit

Permalink
[1.8.1.RELEASE] ci_docker ci_documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexGuironnetRTE committed Mar 10, 2021
1 parent 4704ced commit f76f1c4
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 78 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.8.0.RELEASE
1.8.1.RELEASE
4 changes: 2 additions & 2 deletions config/dev/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ services:
- "89:8080"
- "90:9990"
web-ui:
image: "lfeoperatorfabric/of-web-ui:1.8.0.RELEASE"
image: "lfeoperatorfabric/of-web-ui:1.8.1.RELEASE"
#user: ${USER_ID}:${USER_GID}
ports:
- "2002:80"
Expand All @@ -38,6 +38,6 @@ services:
- "./nginx.conf:/etc/nginx/conf.d/default.conf"
- "./loggingResults:/etc/nginx/html/logging"
ext-app:
image: "lfeoperatorfabric/of-external-app:1.8.0.RELEASE"
image: "lfeoperatorfabric/of-external-app:1.8.1.RELEASE"
ports:
- "8090:8090"
12 changes: 6 additions & 6 deletions config/docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ services:
# - "90:9990"
users:
container_name: users
image: "lfeoperatorfabric/of-users-business-service:1.8.0.RELEASE"
image: "lfeoperatorfabric/of-users-business-service:1.8.1.RELEASE"
user: ${USER_ID}:${USER_GID}
ports:
- "2103:8080"
Expand All @@ -40,7 +40,7 @@ services:
- "./common-docker.yml:/config/common-docker.yml"
businessconfig:
container_name: businessconfig
image: "lfeoperatorfabric/of-businessconfig-business-service:1.8.0.RELEASE"
image: "lfeoperatorfabric/of-businessconfig-business-service:1.8.1.RELEASE"
depends_on:
- mongodb
user: ${USER_ID}:${USER_GID}
Expand All @@ -55,7 +55,7 @@ services:
- "./businessconfig-docker.yml:/config/application-docker.yml"
cards-publication:
container_name: cards-publication
image: "lfeoperatorfabric/of-cards-publication-business-service:1.8.0.RELEASE"
image: "lfeoperatorfabric/of-cards-publication-business-service:1.8.1.RELEASE"
depends_on:
- mongodb
user: ${USER_ID}:${USER_GID}
Expand All @@ -69,7 +69,7 @@ services:
- "./cards-publication-docker.yml:/config/application-docker.yml"
cards-consultation:
container_name: cards-consultation
image: "lfeoperatorfabric/of-cards-consultation-business-service:1.8.0.RELEASE"
image: "lfeoperatorfabric/of-cards-consultation-business-service:1.8.1.RELEASE"
user: ${USER_ID}:${USER_GID}
ports:
- "2104:8080"
Expand All @@ -80,7 +80,7 @@ services:
- "./common-docker.yml:/config/common-docker.yml"
- "./cards-consultation-docker.yml:/config/application-docker.yml"
web-ui:
image: "lfeoperatorfabric/of-web-ui:1.8.0.RELEASE"
image: "lfeoperatorfabric/of-web-ui:1.8.1.RELEASE"
ports:
- "2002:80"
depends_on:
Expand All @@ -93,6 +93,6 @@ services:
- "./nginx.conf:/etc/nginx/conf.d/default.conf"
ext-app:
# External application example, must not be activated in production mode
image: "lfeoperatorfabric/of-external-app:1.8.0.RELEASE"
image: "lfeoperatorfabric/of-external-app:1.8.1.RELEASE"
ports:
- "8090:8090"
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
swagger: '2.0'
info:
description: OperatorFabric BusinessconfigParty Management API
version: 1.8.0.RELEASE
version: 1.8.1.RELEASE
title: Businessconfig Management
termsOfService: ''
contact:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
swagger: '2.0'
info:
description: OperatorFabric Card Consumer Service
version: 1.8.0.RELEASE
version: 1.8.1.RELEASE
title: Card Management API
termsOfService: ''
contact:
Expand Down
2 changes: 1 addition & 1 deletion services/core/users/src/main/modeling/swagger.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
swagger: '2.0'
info:
description: OperatorFabric User Management API
version: 1.8.0.RELEASE
version: 1.8.1.RELEASE
title: User Management
termsOfService: ''
contact:
Expand Down
69 changes: 3 additions & 66 deletions src/docs/asciidoc/docs/release_notes.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -5,71 +5,8 @@
// file, You can obtain one at https://creativecommons.org/licenses/by/4.0/.
// SPDX-License-Identifier: CC-BY-4.0

= Version 1.8.0.RELEASE

This version introduce a breaking change in business process and menu configuration,link:https://opfab.github.io/documentation/archives/1.8.0.RELEASE/docs/single_page_doc.html#_migration_guide_from_release_1_7_0_to_release_1_8_0[see migration documentation]


== Features
- **Add a reminder feature** , link:https://opfab.github.io/documentation/archives/1.8.0.RELEASE/docs/single_page_doc.html#card_reminder[see documentation] ([OC-1093] [OC-1230] [OC-1239])

- **User cards** :
** [OC-1208] Add translation in recipient multiselect field
** [OC-1194] Add the possibility to send usercard with response card
** [OC-1176] Add edit user card feature
- **Response cards**:
** [OC-1190] Add an option in card to keep child card, link:https://opfab.github.io/documentation/archives/1.8.0.RELEASE/docs/single_page_doc.html#_send_a_question_card[see documentation]
- **Card Feed**:
** [OC-1196] [OC-1214] Add an option to sort cards by read status
- **Integration features**:
** **Add kafka support** : possibility to send card to operator fabric via kafka and to send response card to kafka , link:https://opfab.github.io/documentation/archives/1.8.0.RELEASE/dev_env/single_page_doc.html#_kafka_implementation[see documentation] ([OC-1073][OC-1231][OC-1247])
** **Add support for monitoring via prometheus**, link:https://opfab.github.io/documentation/archives/1.8.0.RELEASE/docs/single_page_doc.html#_monitoring[see documentation] (OC-1233)
- **Feature removals** :
** [OC-1113] Remove multiple tabs in card's details
** [OC-1148] Remove email address and date/time formatting parameters in the settings
- **Work in progress** :
** [OC-1144] Add the possibility to have a relation between entities (Notion of parent entity)
** [OC-1170] Filter notification screen for user (First step implementation)

== Tasks

- [OC-1189] Attach child card to parent card id and not parent uid
- [OC-1172] Rename users/groups and entities in test data . For testing opfab you shall use now operator1 and operator2 (instead of tso1-operator and tso2-operator)
- [OC-665] Externalize menu configuration from bundle. Business menu configuration is not done in process definition anymore , a specific configuration file name ui-menu.json is used
- [OC-1213] Documentation modification
- [OC-1209] Add an end point to set a card unread for the current user
- [OC-1154] Update cards subscription on calendar dates range change
- [OC-1002] Minor corrections for karate testing in docker mode
- [OC-1222] Add an option to hard kill the processes in run_all.sh
- [OC-1225] Add a script to automate api none-regression test
- [OC-1202] Renames 'ngnix.conf' files into 'nginx.conf'

[WARNING]
====
For dev configuration (${OF_HOME}/config/dev), use the docker-compose.sh script and do not start docker compose directly.
====

- [OC-1244] Add a new business example (IGCC)
- [OC-1245] Set button visibility for detail card
- [OC-1246] Divide post6CardsSeverity.feature in 6 features
- [OC-1207] Update cards subscription period on monitoring date range change
- [OC-1236] Add a new example of usercard (incident management)
- [OC-1210] Add a method in templateGateway.js to get entity names
- [OC-1238] Permit to use keepChildCards in user card
- [OC-1115] Include ExternalApp in build process and add in docker-compose
- [OC-1204] Update getting started documentation for release 1.8.0
- [OC-1203] Refactor definition of detail in bundle, link:https://opfab.github.io/documentation/archives/1.8.0.RELEASE/docs/single_page_doc.html#_migration_guide_from_release_1_7_0_to_release_1_8_0[see changes]

== Bugs

- [OC-1205] BUG in timeline when switching to winter time
- [OC-1188] Solve bug when reloading monitoring/logging via F5, the translation for mutli filter was not loaded
- [OC-1215] Solve memory leaks
- [OC-1224] Closing archive card was not possible anymore
- [OC-1226] When the timeline is hidden by the user, dates displayed shall take into account the date format configured in web-ui.json. It applies only for the mode TR and 7D
- [OC-1232] Documents workaround to resolve ng build failure
- [OC-1235] Permit to use http for authentication in implicit mode
- [OC-1212] Fix bug on page reload when an external page is open in iframe
- [OC-1253] Correct bug with card read
= Version 1.8.1.RELEASE

This version corrects the following bug:

- [OC-1553] Feed gets sorted by read status even if config is set to hide "sort by read" button

0 comments on commit f76f1c4

Please sign in to comment.