taskGNU Health - Tasks: task #16009, rename webdav package to...

 
 

You are not allowed to post comments on this tracker with your current authentication level.

task #16009: rename webdav package to health_webdav_server

Submitter:  Luis Falcon <meanmicio>
Submitted:  Fri 09 Jul 2021 05:25:41 PM UTC
   
 
Should Start On:  Fri 09 Jul 2021 12:00:00 AM UTC Should be Finished on:  Sun 10 Oct 2021 12:00:00 AM UTC
Category:  Data model Priority:  5 - Normal
Status:  Done Privacy:  Public
Assigned to:  meanmicio Percent Complete:  100%
Open/Closed:  Closed Release:  3.9.0
Module:  webdav Component:  None

Tue 21 Sep 2021 07:55:41 PM UTC, comment #5: 

It does make sense :)

Thank you, Axel!

Luis Falcon <meanmicio>
Group administrator
Tue 21 Sep 2021 06:38:55 PM UTC, comment #4: 

Hi Luis,
my guess it this comes from a module that is not migrated so far.
e.g. in icd11/setup.py:
....
 if not re.match(r'(ir|res|webdav)(\W|$)', dep):
....

makes sense to wait with further tests until these formal changes are adapted?

Axel Braun <coogor>
Tue 21 Sep 2021 11:43:11 AM UTC, comment #3: 

Hi, Axel!

Make sure that the package name and possible links are now health_webdav_server instead of "webdav".

The Tryton server should not try to find any "webdav" package as in previous versions, but instead "health_webdav_server".

Bests
Luis


Luis Falcon <meanmicio>
Group administrator
Tue 21 Sep 2021 09:09:35 AM UTC, comment #2: 

When initializing a new, empty database with trytond-admin the following dump occurs:

Traceback (most recent call last):
  File "/usr/bin/trytond-admin", line 23, in <module>
    admin.run(options)
  File "/usr/lib/python3.6/site-packages/trytond/admin.py", line 54, in run
    activatedeps=options.activatedeps)
  File "/usr/lib/python3.6/site-packages/trytond/pool.py", line 152, in init
    self.start()
  File "/usr/lib/python3.6/site-packages/trytond/pool.py", line 105, in start
    register_classes()
  File "/usr/lib/python3.6/site-packages/trytond/modules/__init__.py", line 339, in register_classes
    for node in create_graph(get_module_list()):
  File "/usr/lib/python3.6/site-packages/trytond/modules/__init__.py", line 157, in create_graph
    raise MissingDependenciesException(list(missing))
trytond.exceptions.MissingDependenciesException: Missing dependencies: webdav

Was there a change in python3-PyWebDAV3-GNUHealth as well?

Axel Braun <coogor>
Fri 10 Sep 2021 10:37:58 AM UTC, comment #1: 

Webdav module has been renamed to health_webdav3_server and is ready for testing.

Luis Falcon <meanmicio>
Group administrator
Fri 09 Jul 2021 05:25:41 PM UTC, original submission:  

Until now, for historical reasons, we kept the webdav module name, and link it to health_webdav_server at operating system level.

This created administration burden and is not sustainable in time.

We'll migrate the module name to meet the name of health_webdav_server.

Luis Falcon <meanmicio>
Group administrator

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by coogor (Posted a comment)
  • -email is unavailable- added by meanmicio (Submitted the item)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

     

    Follow 9 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2022-07-16 meanmicio StatusReady For Test Done
        Open/ClosedOpen Closed
    2021-09-10 meanmicio StatusIn Progress Ready For Test
        Percent Complete0% 100%
    2021-07-09 meanmicio Should be Finished on2021-07-09 2021-10-10
        CategoryNone Data model
        StatusNone In Progress
        Assigned toNone meanmicio
        ReleaseNone 3.9.0

    Back to the top

    Powered by Savane 3.13-758e.
    Corresponding source code