Feature #15886
Delete 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.
Subtasks
Related issues
Associated revisions
Merge branch '15886-remove-arv-web' into master
closes #15886
Arvados-DCO-1.1-Signed-off-by: Nico Cesar <nico@curii.com>
History
#1
Updated by Eric Biagiotti about 1 year ago
- Parent task deleted (
#14532)
#2
Updated by Eric Biagiotti about 1 year ago
- Related to Story #14532: [Epic] Port to Python 3 to for Python 2 sunset in December 2019 added
#3
Updated by Peter Amstutz 5 months 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
#4
Updated by Ward Vandewege 5 months ago
- Related to Bug #11794: Deprecate / remove arv-web added
#5
Updated by Ward Vandewege 5 months ago
- Tracker changed from Task to Feature
#6
Updated by Nico César 5 months 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 ?
#7
Updated by Nico César 5 months ago
- Status changed from New to In Progress
#8
Updated by Nico César 5 months 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
#9
Updated by Nico César 5 months ago
17941a42ec6772f67dc7b451039cd706301f1bdd branch 15886-remove-arv-web
Test passed:
https://ci.arvados.org/job/developer-run-tests-services-api/2117/
#10
Updated by Lucas Di Pentima 5 months ago
LGTM!
I wouldn't touch fusedir.py
as it's on its way out.
#11
Updated by Anonymous 5 months ago
- % Done changed from 0 to 100
- Status changed from In Progress to Resolved
Applied in changeset arvados|7af2ada1dec46b67b80d3c89a8f961c17525dd02.
#12
Updated by Peter Amstutz 3 months ago
- Release set to 25
Remove arv-web.py and documentation.
refs #15886
Arvados-DCO-1.1-Signed-off-by: Nico Cesar <nico@curii.com>