This repository has been archived on 2024-05-31. You can view files and clone it, but cannot push or open issues or pull requests.
devicehub-teal/CHANGELOG.md

175 lines
7.0 KiB
Markdown
Raw Normal View History

2020-12-10 09:22:51 +00:00
# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.ht
ml).
2022-03-14 16:26:40 +00:00
## testing
2022-07-12 09:39:27 +00:00
- [added] #312 Placeholder: new, edit, update. (manually and with excel).
2022-07-12 08:10:49 +00:00
## [2.3.0] - 2022-07-12
2022-07-11 11:21:35 +00:00
- [added] #281 Add selenium test.
- [added] #305 Add button to download ISO Workbench.
- [added] #306 Add link to download JSON snapshot.
- [added] #308 Add sentry.
- [changed] #302 Add system uuid to check the identity of one device.
- [fixed] #309 Column lifecycle status is always empty.
2022-06-24 05:22:01 +00:00
2022-07-12 08:10:49 +00:00
**IMPORTANT**: PR #302 involves some changes in the deployment process:
```bash
# First, run script `extract_uuids.sh` before applying alembic migrations (e.g. with schema `dbtest`)
sh scripts/extract_uuids.sh
# Then, apply alembic migrations
alembic -x inventory=dbtest upgrade head
```
**NOTE**: If you forget (or don't need) to run this script before applying new migration it will work but any device will be updated.
2022-06-24 05:22:01 +00:00
## [2.2.0] - 2022-06-24
2022-06-23 14:09:58 +00:00
- [changed] #304 change anchor of link devices lots.
2022-06-22 12:57:57 +00:00
## [2.2.0 rc2] - 2022-06-22
2022-07-11 11:21:35 +00:00
- [added] #299 Multiselect with Shift.
2022-06-22 07:45:02 +00:00
- [added] #300 Add Sid in label.
- [added] #301 Add logo in label.
2022-06-22 07:13:53 +00:00
- [added] #303 Add export Lots.
- [added] #303 Add export relating lots with devices.
- [added] #303 To do possible add and remove one device in one lot transfer.
2022-06-07 09:22:40 +00:00
## [2.2.0 rc1] - 2022-06-07
2022-06-07 08:09:47 +00:00
- [added] #212 Server side render parser Workbench Snapshots.
2022-06-07 09:03:12 +00:00
- [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.
2022-06-07 08:09:47 +00:00
- [changed] #275 remove all components in the filter of the device list.
2022-06-07 09:03:12 +00:00
- [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)
2022-06-07 08:09:47 +00:00
- [fixed] #263 Fix select All devices options in select filter.
2022-06-07 09:03:12 +00:00
- [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.
2022-05-11 15:24:59 +00:00
2022-05-11 16:50:39 +00:00
## [2.1.1] - 2022-05-11
Hot fix release.
- [fixed] #256 JS support to old browsers using babel.
- [fixed] #266 Fix error when trade.document.url is None on device_list.html
2022-05-11 15:24:59 +00:00
## [2.1.0] - 2022-05-11
2022-04-12 11:49:43 +00:00
- [added] #219 Add functionality to searchbar (Lots and devices).
2022-05-10 08:04:22 +00:00
- [added] #222 Allow user to update its password.
- [added] #233 Filter in out trades from lots selector.
- [added] #236 Allow select multiple devices in multiple pages.
- [added] #237 Confirmation dialog on apply lots changes.
- [added] #238 Customize labels.
- [added] #242 Add icons in list of devices.
- [added] #244 Select full devices.
- [added] #257 Add functionality to search generic categories like all components.
- [added] #252 new tabs lots and public link in details of one device.
- [changed] #211 Print DHID-QR label for selected devices.
2022-04-12 11:49:43 +00:00
- [changed] #218 Add reactivity to device lots.
2022-05-10 08:04:22 +00:00
- [changed] #220 Add reactive lots list.
- [changed] #232 Set max lots list to 20.
- [changed] #235 Hide trade buttons.
- [changed] #239 Change Tags for Unique Identifier.
- [changed] #247 Change colors.
- [changed] #253 Drop download public links.
- [fixed] #214 Login workflow
2022-05-10 08:04:22 +00:00
- [fixed] #221 Fix responsive issues on frontend.
- [fixed] #223 fix trade lots modal.
- [fixed] #224 fix clickable lots selector not working when click in text.
- [fixed] #254 Fix minor types in frontend.
- [fixed] #255 Fix status column on device list.
2020-12-10 09:22:51 +00:00
## [2.0.0] - 2022-03-15
First server render HTML version. Completely rewrites views of angular JS client on flask.
- [added] #193 render on backend devices and lots
- [added] #195 render on backend tags system
- [added] #196 render on backend action system
- [added] #201 render on backend Data Wipe action
- [added] #203 render on backend Trade action
- [added] #204 render on backend export files
- [added] #205 UX improvements
- [added] #208 render on backend filter for type of devices in the general list
2022-03-14 16:21:28 +00:00
- [changed] #191 pass to drop teal and use the pure flask and use render from flask
- [changed] #207 Create automatic tag only for Computers.
- [changed] #209 adding a new device in a lot if it is created from a lot
- [fixed] #206 fix 2 bugs about visibility devices when you are not the owner
2021-11-24 09:15:18 +00:00
2021-11-26 13:30:23 +00:00
## [1.0.12-beta]
2022-03-14 16:21:28 +00:00
- [changed] #187 now is possible duplicate slots of RAM.
- [changed] #188 Excel report devices allow to see device to old owners.
2021-11-26 13:30:23 +00:00
2021-11-24 09:15:18 +00:00
## [1.0.11-beta]
2022-03-14 16:21:28 +00:00
- [added] #186 adding property power_on_hours.
2021-09-21 10:45:58 +00:00
## [1.0.10-beta]
2022-03-14 16:21:28 +00:00
- [added] #170 can delete/deactivate devices.
2021-11-19 10:53:42 +00:00
- [added] #167 new actions of status devices: use, recycling, refurbish and management.
- [added] #182 adding power on hours
2022-03-14 16:21:28 +00:00
- [changed] #177 new structure of trade.
- [fixed] #168 can to do a trade without devices.
2022-03-14 16:21:28 +00:00
- [fixed] #184 clean nested of schemas of lot
2021-09-21 09:05:16 +00:00
## [1.0.9-beta]
2021-11-19 10:53:42 +00:00
- [added] #159 external document as proof of erase of disk
- [added] #162 adding lot for devices unassigned
2021-04-27 19:33:38 +00:00
2021-08-03 11:13:35 +00:00
## [1.0.8-beta]
2022-03-14 16:21:28 +00:00
- [fixed] #161 fixing DataStorage with bigInteger
2021-04-27 19:33:38 +00:00
2021-05-12 17:06:03 +00:00
## [1.0.7-beta]
2021-11-19 10:53:42 +00:00
- [added] #158 support for encrypted snapshots data
- [added] #135 adding trade system
- [added] #140 adding endpoint for download the settings for usb workbench
2021-05-12 17:06:03 +00:00
2021-04-27 19:33:38 +00:00
## [1.0.6-beta]
2022-03-14 16:21:28 +00:00
- [fixed] #143 biginteger instead of integer in TestDataStorage
2021-02-12 19:29:44 +00:00
## [1.0.5-beta]
2021-11-19 10:53:42 +00:00
- [added] #124 adding endpoint for extract the internal stats of use
- [added] #122 system for verify all documents that it's produced from devicehub
- [added] #127 add one code for every named tag
- [added] #131 add one code for every device
2022-03-14 16:21:28 +00:00
- [fixed] #138 search device with devicehubId
2020-12-22 11:59:16 +00:00
## [1.0.4-beta]
2021-11-19 10:53:42 +00:00
- [added] #95 adding endpoint for check the hash of one report
- [added] #98 adding endpoint for insert a new live
- [added] #98 adding endpoint for get all licences in one query
- [added] #102 adding endpoint for download metrics
2022-03-14 16:21:28 +00:00
- [changed] #114 clean blockchain of all models
- [changed] #118 deactivate manual merge
- [changed] #118 clean datas of public information of devices
- [fixed] #100 fixing bug of scheme live
- [fixed] #101 fixing bug when 2 users have one device and launch one live
2022-03-15 08:18:14 +00:00
- [removed] #114 remove proof system
2020-12-10 09:22:51 +00:00
2020-12-10 10:15:12 +00:00
## [1.0.3-beta]
2021-11-19 10:53:42 +00:00
- [added] #85 add mac of network adapter to device hid
2020-12-18 15:18:48 +00:00
- [changed] #94 change form of snapshot manual
2020-12-10 10:15:12 +00:00
2020-12-10 09:22:51 +00:00
## [1.0.2-beta]
2021-11-19 10:53:42 +00:00
- [added] #87 allocate, deallocate and live actions
- [added] #83 add owner_id in all kind of device
- [fixed] #89 save json on disk only for shapshots
2020-12-10 10:03:36 +00:00
- [fixed] #91 The most old time allow is 1970-01-01