Actions
Feature #15886
closedDelete arv-web and example
Story points:
-
Release:
Release relationship:
Auto
Description
Delete /services/arv-web/sample-wsgi-app/passenger_wsgi.py
and /services/arv-web/arv-web.py
and update https://doc.arvados.org/user/topics/arv-web.html.
Related issues
Updated by Eric Biagiotti almost 5 years ago
- Related to Idea #14532: [Epic] Port to Python 3 to for Python 2 sunset in December 2019 added
Updated by Peter Amstutz over 4 years ago
- Target version changed from Arvados Future Sprints to 2020-08-26 Sprint
- Assigned To set to Nico César
- Description updated (diff)
- Subject changed from Update arv-web and example to Delete arv-web and example
Updated by Ward Vandewege over 4 years ago
- Related to Bug #11794: Deprecate / remove arv-web added
Updated by Nico César about 4 years ago
services/fuse/arvados_fuse/fusedir.py has a comment related to arv-web.
# Used by arv-web.py to switch the contents of the CollectionDirectory def change_collection(self, new_locator): """Switch the contents of the CollectionDirectory. Must be called with llfuse.lock held. """ self.collection_locator = new_locator self.collection_record = None self.update()
Are we using change_collection() for something else ?
Updated by Nico César about 4 years ago
this is the only thing left:
grep -r -E '\barv-web\b' * services/fuse/arvados_fuse/fusedir.py: # Used by arv-web.py to switch the contents of the CollectionDirectory
Updated by Nico César about 4 years ago
17941a42ec6772f67dc7b451039cd706301f1bdd branch 15886-remove-arv-web
Test passed:
developer-run-tests-services-api: #2117
Updated by Lucas Di Pentima about 4 years ago
LGTM!
I wouldn't touch fusedir.py
as it's on its way out.
Updated by Anonymous about 4 years ago
- % Done changed from 0 to 100
- Status changed from In Progress to Resolved
Applied in changeset arvados|7af2ada1dec46b67b80d3c89a8f961c17525dd02.
Actions