Actions
Feature #15886
closedDelete arv-web and example
Start date:
08/25/2020
Due date:
% Done:
100%
Estimated time:
(Total: 0.00 h)
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.
Updated by Eric Biagiotti about 5 years ago
- Related to Story #14532: [Epic] Port to Python 3 to for Python 2 sunset in December 2019 added
Updated by Peter Amstutz over 4 years ago
- Subject changed from Update arv-web and example to Delete arv-web and example
- Description updated (diff)
- Assigned To set to Nico César
- Target version changed from Arvados Future Sprints to 2020-08-26 Sprint
Updated by Ward Vandewege over 4 years ago
- Related to Bug #11794: Deprecate / remove arv-web added
Updated by Nico César over 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 over 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 over 4 years ago
17941a42ec6772f67dc7b451039cd706301f1bdd branch 15886-remove-arv-web
Test passed:
developer-run-tests-services-api: #2117
Updated by Lucas Di Pentima over 4 years ago
LGTM!
I wouldn't touch fusedir.py
as it's on its way out.
Updated by Anonymous over 4 years ago
- Status changed from In Progress to Resolved
- % Done changed from 0 to 100
Applied in changeset arvados|7af2ada1dec46b67b80d3c89a8f961c17525dd02.
Actions