Skip to content

Commit c8ffbec

Browse files
Mickaël SchoentgenBoboTiG
authored andcommitted
NXDRIVE-2173: Release 4.4.4
1 parent a942be0 commit c8ffbec

2 files changed

Lines changed: 54 additions & 54 deletions

File tree

docs/changes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
- [4.4.1](changes/4.4.1.md) ([diff](https://github.com/nuxeo/nuxeo-drive/compare/release-4.4.0...release-4.4.1))
1919
- [4.4.2](changes/4.4.2.md) ([diff](https://github.com/nuxeo/nuxeo-drive/compare/release-4.4.1...release-4.4.2))
2020
- [4.4.3](changes/4.4.3.md) ([diff](https://github.com/nuxeo/nuxeo-drive/compare/release-4.4.2...release-4.4.3))
21-
- [4.4.4](changes/4.4.4.md) ([diff](https://github.com/nuxeo/nuxeo-drive/compare/release-4.4.3...master))
21+
- [4.4.4](changes/4.4.4.md) ([diff](https://github.com/nuxeo/nuxeo-drive/compare/release-4.4.3...release-4.4.4))
2222

2323
## 3.x
2424

docs/changes/4.4.4.md

Lines changed: 53 additions & 53 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# 4.4.4
22

3-
Release date: `2020-xx-xx`
3+
Release date: `2020-07-10`
44

55
## Core
66

@@ -10,10 +10,10 @@ Release date: `2020-xx-xx`
1010
- [NXDRIVE-2139](https://jira.nuxeo.com/browse/NXDRIVE-2139): Make the custom user agent effective
1111
- [NXDRIVE-2160](https://jira.nuxeo.com/browse/NXDRIVE-2160): Lower logging level of "Error while stopping FinderSync"
1212
- [NXDRIVE-2162](https://jira.nuxeo.com/browse/NXDRIVE-2162): Enforce disk space retrieval robustness
13-
- [NXDRIVE-2170](https://jira.nuxeo.com/browse/NXDRIVE-2170): Fix new errors found by codespell 1.17.0
13+
- [NXDRIVE-2170](https://jira.nuxeo.com/browse/NXDRIVE-2170): Fix new errors found by `codespell` 1.17.0
1414
- [NXDRIVE-2174](https://jira.nuxeo.com/browse/NXDRIVE-2174): Use versions check functions from the Python client
1515
- [NXDRIVE-2183](https://jira.nuxeo.com/browse/NXDRIVE-2183): Fix chunked upload using an obsolete batch ID in certain circumstances
16-
- [NXDRIVE-2184](https://jira.nuxeo.com/browse/NXDRIVE-2184): Fix mypy issues following the update to mypy 0.780
16+
- [NXDRIVE-2184](https://jira.nuxeo.com/browse/NXDRIVE-2184): Fix `mypy` issues following the update to mypy 0.780
1717
- [NXDRIVE-2185](https://jira.nuxeo.com/browse/NXDRIVE-2185): Be more specific on HTTP error handling when fetching the batch ID associated to an upload
1818
- [NXDRIVE-2187](https://jira.nuxeo.com/browse/NXDRIVE-2187): New language: Basque (eu)
1919
- [NXDRIVE-2188](https://jira.nuxeo.com/browse/NXDRIVE-2188): Remove the Hebrew language
@@ -64,18 +64,18 @@ Release date: `2020-xx-xx`
6464

6565
## Tests
6666

67-
- [NXDRIVE-2127](https://jira.nuxeo.com/browse/NXDRIVE-2127): Fixes for functional tests using tox
67+
- [NXDRIVE-2127](https://jira.nuxeo.com/browse/NXDRIVE-2127): Fixes for functional tests using `tox`
6868
- [NXDRIVE-2171](https://jira.nuxeo.com/browse/NXDRIVE-2171): Use `pip-sync` to keep test environments up-to-date
6969
- [NXDRIVE-2177](https://jira.nuxeo.com/browse/NXDRIVE-2177): Review the logging format in tests
7070
- [NXDRIVE-2179](https://jira.nuxeo.com/browse/NXDRIVE-2179): Enable back failed test reports
7171
- [NXDRIVE-2189](https://jira.nuxeo.com/browse/NXDRIVE-2189): Move non-Python test files to specific folders
72-
- [NXDRIVE-2199](https://jira.nuxeo.com/browse/NXDRIVE-2199): Use the FileManager importer in tests
72+
- [NXDRIVE-2199](https://jira.nuxeo.com/browse/NXDRIVE-2199): Use the `FileManager` importer in tests
7373
- [NXDRIVE-2200](https://jira.nuxeo.com/browse/NXDRIVE-2200): Fix tests from `test_special_characters.py`
7474
- [NXDRIVE-2201](https://jira.nuxeo.com/browse/NXDRIVE-2201): Move the NXDRIVE-1033 test in its own test file
7575
- [NXDRIVE-2202](https://jira.nuxeo.com/browse/NXDRIVE-2202): Move the NXDRIVE-947 test in its own test file
7676
- [NXDRIVE-2211](https://jira.nuxeo.com/browse/NXDRIVE-2211): Use `DOCTYPE_FOLDERISH` for creating the workspace in tests
7777
- [NXDRIVE-2212](https://jira.nuxeo.com/browse/NXDRIVE-2212): [Windows] Fix `pytest_cache` folder removal
78-
- [NXDRIVE-2213](https://jira.nuxeo.com/browse/NXDRIVE-2213): [Windows] Shut down warnings about QtBluetooth files removal
78+
- [NXDRIVE-2213](https://jira.nuxeo.com/browse/NXDRIVE-2213): [Windows] Shut down warnings about `QtBluetooth` files removal
7979
- [NXDRIVE-2237](https://jira.nuxeo.com/browse/NXDRIVE-2237): Update the Nuxeo snapshot to 11.2
8080

8181
## Docs
@@ -85,8 +85,8 @@ Release date: `2020-xx-xx`
8585
## Minor Changes
8686

8787
- Added `importlib-metadata` 1.6.1
88-
- Added `wheel` 0.34.2
8988
- Added `pip-tools` 5.2.1
89+
- Added `wheel` 0.34.2
9090
- Added `zipp` 3.1.0
9191
- Upgraded `boto3` from 1.12.19 to 1.14.0
9292
- Upgraded `botocore` from 1.15.19 to 1.17.0
@@ -113,87 +113,87 @@ Release date: `2020-xx-xx`
113113
- Upgraded `urllib3` from 1.25.8 to 1.25.9
114114
- Upgraded `watchdog` from 0.10.2 to 0.10.3
115115
- Removed `rfc3987`
116-
- Packaging: Add `requests` 2.24.0
116+
- Packaging: Added `requests` 2.24.0
117117
- Packaging: Upgraded `pyyaml` from 5.1.2 to 5.3.1
118118

119119
## Technical Changes
120120

121121
- Added `Application.exit_app()`
122+
- Added `Application.direct_transfer_model`
123+
- Added `Application.close_direct_transfer_window()`
124+
- Added `Application.confirm_cancel_transfer()`
125+
- Added `Application.destroyed_server_folders()`
126+
- Added `Application.refresh_direct_transfer_items()`
127+
- Added `Application.show_direct_transfer_window()`
122128
- Added `Application.update_direct_transfer_items_count()`
123129
- Removed `Application.add_qml_import_path()`
124-
- Added `USER_AGENT` in `constants.py`
130+
- Removed `conf_name` keyword argument to `CLIHandler.load_config()`
131+
- Added `Engine.cancel_upload()`
125132
- Added `Engine.directTranferItemsCount` signal
126-
- Added `remote_ref` argument to `Engine.direct_transfer()`
127133
- Added `Engine.direct_transfer_async()`
134+
- Added `remote_ref` argument to `Engine.direct_transfer()`
128135
- Added `is_direct_transfer` keyword argument to `Engine.pause_transfer()`
129-
- Added `is_direct_transfer` keyword argument to `Engine.resume_transfer()`
130136
- Added `is_direct_transfer` keyword argument to `Engine.remove_transfer()`
137+
- Added `is_direct_transfer` keyword argument to `Engine.resume_transfer()`
131138
- Renamed `Engine._start` signal to `started`
132139
- Added `EngineDAO.directTransferUpdated`
133140
- Added `EngineDAO.get_dt_items_count()`
134-
- Added `EngineDAO.get_dt_uploads_with_status()`
135141
- Added `EngineDAO.get_dt_upload()`
142+
- Added `EngineDAO.get_dt_uploads_with_status()`
136143
- Added `EngineDAO.plan_many_direct_transfer_items()`
137144
- Added `EngineDAO.queue_many_direct_transfer_items()`
138145
- Added `EngineDAO.update_upload()`
139146
- Added `is_direct_transfer` keyword argument to `EngineDAO.pause_transfer()`
140-
- Added `is_direct_transfer` keyword argument to `EngineDAO.resume_transfer()`
141147
- Added `is_direct_transfer` keyword argument to `EngineDAO.remove_transfer()`
148+
- Added `is_direct_transfer` keyword argument to `EngineDAO.resume_transfer()`
149+
- Added `size` positional argument to `DownloadAction`
150+
- Removed `Download.filesize`
151+
- Added `FileAction.is_direct_transfer`
152+
- Changed `FileAction.__init__(..., size, ...)` from float keyword argument to int positional argument
153+
- Added `FoldersDialog.remote_folder_ref`
154+
- Added `size` positional argument to `LinkingAction`
155+
- Added `Manager.get_feature_state()`
156+
- Added `Manager.set_feature_state()`
142157
- Added `NuxeoDocumentInfo.is_proxy`
143158
- Added `Options.database_batch_size`
159+
- Added `Remote.cancel_batch()`
144160
- Added `Remote.get_note()`
145161
- Removed `Remote.direct_transfer()`. Use `DirectTransferUploader.upload()` instead.
146162
- Removed `Remote.get_document_or_none()`. Use `DirectTransferUploader.get_document_or_none()` instead.
147163
- Removed `Remote.link_blob_to_doc()`. Use `BaseUploader.link_blob_to_doc()` instead.
148164
- Removed `Remote.upload_chunks()`. Use `BaseUploader.upload_chunks()` instead.
149-
- Added utils.py::`disk_space()`
150-
- Removed options.py::`handle_feat_direct_transfer()`
151-
- Removed options.py::`handle_feat_direct_edit()`
152-
- Removed options.py::`handle_feat_s3()`
153-
- Removed options.py::`handle_feat_auto_update()`
154-
- Added options.py::`CallableFeatureHandler`
155-
- Added utils.py::`save_config()`
156-
- Added utils.py::`config_paths()`
157-
- Removed utils.py::`cmp()`. Use `nuxeo.utils.cmp()` instead.
158-
- Removed utils.py::`version_compare()`. Use `nuxeo.utils.version_compare()` instead.
159-
- Removed utils.py::`version_compare_client()`. Use `nuxeo.utils.version_compare_client()` instead.
160-
- Removed utils.py::`version_le()`. Use `nuxeo.utils.version_le()` instead.
161-
- Removed utils.py::`version_lt()`. Use `nuxeo.utils.version_lt()` instead.
162-
- Added `Manager.get_feature_state()`
163-
- Added `Manager.set_feature_state()`
164165
- Added `QMLDriveApi.get_direct_transfer_items()`
165166
- Added `QMLDriveApi.get_dt_items_count()`
166167
- Added `QMLDriveApi.get_features_list()`
167168
- Added `is_direct_transfer` keyword argument to `QMLDriveApi.pause_transfer()`
168169
- Added `is_direct_transfer` keyword argument to `QMLDriveApi.resume_transfer()`
169-
- Added engine/workers.py::`Runner`
170-
- Added features.py::`Beta`
171-
- Added `state.py`
172-
- Added client/uploader
173-
- Removed `conf_name` keyword argument to `CLIHandler.load_config()`
174-
- Removed engine/dao/sqlite.py::`str_to_path()`
175-
- Changed order of elements returned by utils.py::`get_tree_list()`
176-
- Added `Application.direct_transfer_model`
177-
- Added `Application.close_direct_transfer_window()`
178-
- Added `Application.destroyed_server_folders()`
179-
- Added `Application.refresh_direct_transfer_items()`
180-
- Removed `Download.filesize`
181-
- Added `Application.show_direct_transfer_window()`
182-
- Added `FileAction.is_direct_transfer`
183-
- Added `FoldersDialog.remote_folder_ref`
184170
- Added `Transfer.filesize`
185171
- Added `Upload.is_direct_transfer`
186-
- Added `Upload.remote_parent_title`
187172
- Added `Upload.remote_parent_ref`
173+
- Added `Upload.remote_parent_title`
174+
- Added `size` positional argument to `UploadAction`
175+
- Added `size` positional argument to `VerificationAction`
176+
- Added client/uploader
177+
- Added constants.py::`USER_AGENT`
178+
- Added engine/workers.py::`Runner`
179+
- Removed engine/dao/sqlite.py::`str_to_path()`
180+
- Added features.py::`Beta`
181+
- Added features.py::`DisabledFeatures`
182+
- Added options.py::`CallableFeatureHandler`
183+
- Removed options.py::`handle_feat_auto_update()`
184+
- Removed options.py::`handle_feat_direct_edit()`
185+
- Removed options.py::`handle_feat_direct_transfer()`
186+
- Removed options.py::`handle_feat_s3()`
187+
- Added state.py
188+
- Added utils.py::`config_paths()`
189+
- Added utils.py::`disk_space()`
188190
- Added utils.py::`grouper()`
191+
- Added utils.py::`save_config()`
189192
- Added `size` to each entry returned by utils.py::`get_tree_list()`
193+
- Changed order of elements returned by utils.py::`get_tree_list()`
194+
- Removed utils.py::`cmp()`. Use `nuxeo.utils.cmp()` instead.
195+
- Removed utils.py::`version_compare()`. Use `nuxeo.utils.version_compare()` instead.
196+
- Removed utils.py::`version_compare_client()`. Use `nuxeo.utils.version_compare_client()` instead.
197+
- Removed utils.py::`version_le()`. Use `nuxeo.utils.version_le()` instead.
198+
- Removed utils.py::`version_lt()`. Use `nuxeo.utils.version_lt()` instead.
190199
- Added view.py::`DirectTransferModel`
191-
- Added `Engine.cancel_upload()`
192-
- Added `Remote.cancel_batch()`
193-
- Added `Application.confirm_cancel_transfer()`
194-
- features.py::`DisabledFeatures`
195-
- Changed `FileAction.__init__(..., size, ...)` from float keyword argument to int positional argument
196-
- Added `size` positional argument to `DownloadAction`
197-
- Added `size` positional argument to `LinkingAction`
198-
- Added `size` positional argument to `UploadAction`
199-
- Added `size` positional argument to `VerificationAction`

0 commit comments

Comments
 (0)