Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release updates #1760

Merged
merged 25 commits into from
Nov 24, 2023
Merged
Changes from 1 commit
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
6f75edf
Release fix doc updations
Bonymol-aot Sep 1, 2023
f096b14
Update sample.env
Bonymol-aot Sep 1, 2023
360fa31
Update README.md
Bonymol-aot Sep 1, 2023
2d7e8dc
Update README.md
Bonymol-aot Sep 1, 2023
bb65b82
Update sample.env
Bonymol-aot Sep 1, 2023
62ff49f
Merge pull request #1601 from Bonymol-aot/releaseDoc_updations
abhilash-aot Sep 1, 2023
3e99d54
changed version to 5.2.1 (#1599)
shuhaib-aot Sep 1, 2023
fa049a2
Fixed API flake error (#1603)
shuhaib-aot Sep 1, 2023
a029c64
Removed FORMIO_CLIENT_UI env from deployment/docker/readme (#1605)
shuhaib-aot Sep 1, 2023
6cac792
Update README.md
shuhaib-aot Sep 1, 2023
81f780c
Merge pull request #1604 from AOT-Technologies/release/5.2.1
abhilash-aot Sep 1, 2023
2083aaf
Updated release notes
Bonymol-aot Nov 22, 2023
949a449
Merge branch 'develop' of https://github.com/Bonymol-aot/forms-flow-a…
Bonymol-aot Nov 22, 2023
c5f33b2
added some notes
shuhaib-aot Nov 23, 2023
c2e9198
Merge branch 'develop' of https://github.com/AOT-Technologies/forms-f…
shuhaib-aot Nov 24, 2023
e1534fa
version changed from 5.3.0-alpha to 5.3.0
shuhaib-aot Nov 24, 2023
d23d640
Update pom.xml
SnehaSuresh-aot Nov 24, 2023
b5c022f
Update pom.xml
SnehaSuresh-aot Nov 24, 2023
00bb194
Merge branch 'develop' of https://github.com/AOT-Technologies/forms-f…
shuhaib-aot Nov 24, 2023
02c458c
Merge branch 'master' of https://github.com/AOT-Technologies/forms-fl…
shuhaib-aot Nov 24, 2023
5df4737
Merge branch 'changelog/5.3.0' of https://github.com/Bonymol-aot/form…
shuhaib-aot Nov 24, 2023
5036fd4
Update README.md
Bonymol-aot Nov 24, 2023
3544379
Update README.md
Bonymol-aot Nov 24, 2023
9345c68
Update README.md
Bonymol-aot Nov 24, 2023
d940432
Update README.md
Bonymol-aot Nov 24, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Release fix doc updations
Bonymol-aot committed Sep 1, 2023
commit 6f75edf1af7822a04b6229e85b86c7c5677ce8cc
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
# Changelog for formsflow.ai

Mark items as `Added`, `Changed`, `Fixed`, `Removed`, `Untested Features`, `Upcoming Features`, `Known Issues`
## 5.2.1 - 2023-09-01

`Fixed`

**forms-flow-web**

* Fixed bpmn property panel css issue.

**forms-flow-documents**

* Fixed the problem of conflicting versions between Chrome and Chrome Driver when downloading forms.


## 5.2.0 - 2023-06-30

2 changes: 2 additions & 0 deletions deployment/docker/README.md
Original file line number Diff line number Diff line change
@@ -74,10 +74,12 @@ Start the **analytics server** by following the instructions given [here](../../
`FORMIO_DB_USERNAME`|Mongo Root Username. Used on installation, Choose your own||`admin`
`FORMIO_DB_PASSWORD`|Mongo Root Password. Used on installation, Choose your own||`changeme`
`FORMIO_DB_NAME`|Mongo Database Name. Used on installation to create the database. Choose your own||`formio`
`FORMIO_CLIENT_UI`|To setup FORMIO client ui |true / false|`false`
`FORMIO_DEFAULT_PROJECT_URL`:triangular_flag_on_post:|The URL of the forms-flow-forms server||`http://{your-ip-address}:3001`
`FORMIO_ROOT_EMAIL`|forms-flow-forms admin login|eg. admin@example.com|`admin@example.com`
`FORMIO_ROOT_PASSWORD`|forms-flow-forms admin password|eg.changeme|`changeme`
`FORMIO_JWT_SECRET`|forms-flow-forms jwt secret| |`--- change me now ---`
`NO_INSTALL`|to enable UI for Formio client| 1 or 0 | `1`



1 change: 1 addition & 0 deletions deployment/docker/sample.env
Original file line number Diff line number Diff line change
@@ -9,6 +9,7 @@
##URL of forms-flow-forms
FORMIO_DEFAULT_PROJECT_URL=http://{your-ip-address}:3001
#FORMIO_JWT_SECRET=--- change me now ---
##env variable used to enable UI for Formio client.If 1,it will not install any UI and else it will install client UI
#NO_INSTALL=1

#-----Environment Variables for FormIO Datastore-----#
1 change: 1 addition & 0 deletions deployment/server/deployment/README.md
Original file line number Diff line number Diff line change
@@ -128,6 +128,7 @@ Start the **analytics server** by following the instructions given [here](../../
`FORMIO_ROOT_EMAIL`|forms-flow-forms admin login|eg. admin@example.com|`admin@example.com`
`FORMIO_ROOT_PASSWORD`|forms-flow-forms admin password|eg.changeme|`changeme`
`FORMIO_JWT_SECRET`|forms-flow-forms jwt secret| |`--- change me now ---`
`NO_INSTALL`|to enable UI for Formio client| 1 or 0 | `1`



2 changes: 1 addition & 1 deletion forms-flow-forms/README.md
Original file line number Diff line number Diff line change
@@ -49,8 +49,8 @@ Not applicable.
|`FORMIO_CLIENT_UI`|To setup FORMIO client ui |true / false|`false`
|`FORMIO_DEFAULT_PROJECT_URL`:triangular_flag_on_post:|forms-flow-forms default url||`http://{your-ip-address}:3001`
|`FORMIO_JWT_SECRET`|forms-flow-forms jwt secret| |`--- change me now ---`
|`FORMIO_CLIENT_UI`|To setup FORMIO client ui |true / false|`false`
|`MULTI_TENANCY_ENABLED`|To enable multit tenancy |true / false|`false`

**Additionally, you may want to change these**

* The value of Mongo database details (especially if this instance is not just for testing purposes)
1 change: 1 addition & 0 deletions forms-flow-forms/sample.env
Original file line number Diff line number Diff line change
@@ -14,6 +14,7 @@
##Environment Variables for FormIO Server root-admin credential
#FORMIO_ROOT_EMAIL=admin@example.com
#FORMIO_ROOT_PASSWORD=changeme
##env variable used to enable UI for Formio client.If 1,it will not install any UI and else it will install client UI
#NO_INSTALL=1

#URL of forms-flow-forms
2 changes: 1 addition & 1 deletion forms-flow-web-root-config/sample.env
Original file line number Diff line number Diff line change
@@ -31,7 +31,7 @@
#TODO only for Customised Local delevelopment with code from https://github.com/AOT-Technologies/forms-flow-ai-micro-front-ends use below default values instead
#MF_FORMSFLOW_NAV_URL=//{your-ip-address}:3005/forms-flow-nav.js
#MF_FORMSFLOW_ADMIN_URL=//{your-ip-address}:3006/forms-flow-admin.js
#MMF_FORMSFLOW_SERVICE_URL=://{your-ip-address}:3007/forms-flow-service.js
#MF_FORMSFLOW_SERVICE_URL=://{your-ip-address}:3007/forms-flow-service.js
#MF_FORMSFLOW_THEME_URL=//{your-ip-address}:3008/forms-flow-theme.js

#++++++++++++++--- MF Variables to get MicroFrontend Components Created - STOP ---+++++++++++++++++++++++#