diff --git a/CHANGELOG.md b/CHANGELOG.md index 81c2d165..e096003f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,32 +8,32 @@ ml). ## master ## testing -- [added] #292 Add delivery note and receiver note. -- [added] #291 SnapshotLog in old api. -- [added] #290 Add advanced search. -- [added] #289 Add transfer. -- [added] #277 Add developement build & precomit build. -- [added] #274 Add columns status in device list. -- [added] #273 Allow search/filter lots on lots management component. -- [added] #272 Show lots on deviceList. -- [added] #271 Add view for show all devices. -- [added] #270 Add tags in device list. -- [added] #268 Add column created in device list. -- [added] #265 Add feature for download Workbench settings. -- [added] #225 List of snapshots. - [added] #212 Server side render parser Workbench Snapshots. -- [changed] #293 add options in select number of items per page. (50, 100) -- [changed] #283 Change visual format for dates in device list. -- [changed] #282 upgrade dependencies pyjwt from 2.0.0a1 to 2.4.0. +- [added] #225 List of snapshots. +- [added] #265 Add feature for download Workbench settings. +- [added] #268 Add column created in device list. +- [added] #270 Add tags in device list. +- [added] #271 Add view for show all devices. +- [added] #272 Show lots on deviceList. +- [added] #273 Allow search/filter lots on lots management component. +- [added] #274 Add columns status in device list. +- [added] #277 Add developement build & precomit build. +- [added] #289 Add transfer. +- [added] #290 Add advanced search. +- [added] #291 SnapshotLog in old api. +- [added] #292 Add delivery note and receiver note. - [changed] #275 remove all components in the filter of the device list. -- [fixed] #287 apply button out of card. -- [fixed] #285 lots search not working. -- [fixed] #284 Allocate bugs. -- [fixed] #280 fix enums in migration process. -- [fixed] #276 Create Computer Monitor instead of Monitor in form of create a new device. -- [fixed] #269 Allocate bugs. -- [fixed] #267 ESLint ignore builded JS files. +- [changed] #282 upgrade dependencies pyjwt from 2.0.0a1 to 2.4.0. +- [changed] #283 Change visual format for dates in device list. +- [changed] #293 add options in select number of items per page. (50, 100) - [fixed] #263 Fix select All devices options in select filter. +- [fixed] #267 ESLint ignore builded JS files. +- [fixed] #269 Allocate bugs. +- [fixed] #276 Create Computer Monitor instead of Monitor in form of create a new device. +- [fixed] #280 fix enums in migration process. +- [fixed] #284 Allocate bugs. +- [fixed] #285 lots search not working. +- [fixed] #287 apply button out of card. ## [2.1.1] - 2022-05-11 Hot fix release. diff --git a/README.md b/README.md index cc20f5ef..e6f9e80d 100644 --- a/README.md +++ b/README.md @@ -25,12 +25,12 @@ Create a PostgreSQL database called *devicehub* by running [create-db](examples/ - In MacOS: `bash examples/create-db.sh devicehub dhub`, and password `ereuse`. -Configure project using environment file (you can use provided example as quickstart): +Configure project using environment file (you can use provided example as quickstart): ```bash $ cp examples/env.example .env ``` -Using the `dh` tool for set up with one or multiple inventories. +Using the `dh` tool for set up with one or multiple inventories. Create the tables in the database by executing: ```bash @@ -43,7 +43,7 @@ Finally, run the app: $ export dhi=dbtest;dh run --debugger ``` -The error ‘bdist_wheel’ can happen when you work with a *virtual environment*. +The error ‘bdist_wheel’ can happen when you work with a *virtual environment*. To fix it, install in the *virtual environment* wheel package. `pip3 install wheel` @@ -123,7 +123,7 @@ To see a full list of migrations use $ alembic history ``` -# Upgrade an deployment +# Upgrade a deployment For upgrade an instance of devicehub you need to do: