Skip to content

10.0 dev#101

Merged
lmignon merged 11 commits into
10.0from
10.0-dev
Sep 11, 2018
Merged

10.0 dev#101
lmignon merged 11 commits into
10.0from
10.0-dev

Conversation

@lmignon

@lmignon lmignon commented Feb 2, 2018

Copy link
Copy Markdown
Member
  • fix: cmis_web: clear rows before reloading the table to avoid error if an expanded row is no more into the reloaded info.
  • fix: prevent error on first preview if the document name contains invalid characters.
  • fix: refresh the table when the data on the current view are refreshed.
  • Improvement: cmis_proxy : Improve modularity of _check_access_operation. It's now possible to define a method '_check_cmis_access_operation' on the model to adapt the _check_access_operation behaviour.
  • Improvement: New dialog to resolve conflict when we try to create a new document with the same name as an existing one.
  • Improvement: New dialog to rename cmis content.
  • Ensure compatibility with the next version of cmislib (py3 compat) Py3 Compat apache/chemistry-cmislib#12
  • fix: cmis_field: Add support for cmis_folder defined as related

It's now possible to define a method '_check_cmis_access_operation' on the model to adapt the _check_access_operation behaviour.
@lmignon lmignon added the 10.0 label Feb 2, 2018
@codecov-io

codecov-io commented Feb 2, 2018

Copy link
Copy Markdown

Codecov Report

Merging #101 into 10.0 will decrease coverage by 0.39%.
The diff coverage is 53.84%.

Impacted file tree graph

@@           Coverage Diff            @@
##            10.0     #101     +/-   ##
========================================
- Coverage   74.4%   74.01%   -0.4%     
========================================
  Files         45       45             
  Lines        844      862     +18     
========================================
+ Hits         628      638     +10     
- Misses       216      224      +8
Impacted Files Coverage Δ
cmis_web_proxy/controllers/cmis.py 20.45% <0%> (-0.58%) ⬇️
cmis_field/tests/test_cmis_backend.py 98.71% <0%> (-1.29%) ⬇️
cmis_field/models/cmis_backend.py 98.73% <100%> (ø) ⬆️
cmis_field/tests/test_fields.py 100% <100%> (ø) ⬆️
cmis_web_alf/models/cmis_backend.py 95% <91.66%> (-1.56%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update ab2c2ff...97bf9c1. Read the comment docs.

lmignon added 9 commits May 17, 2018 16:20
…if an epxanded row is no more into the reloaded info
When a user try to create a new document with the same name as an existing one a new dialog window appears to propose an other name or to create a version of the existing document.
…onflict exception if the file has already the same name
Declare function removed from the next version of the cmislib library into the cmis_backend to make the addons compatible with this new version supporting Py3 and based on requests in place of httplib2
@lmignon lmignon merged commit 2925d48 into 10.0 Sep 11, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants