Project

General

Profile

Actions

Feature #12522

closed

[Composer] Browse Arvados git repos

Added by Peter Amstutz over 6 years ago. Updated almost 6 years ago.

Status:
Closed
Priority:
Normal
Assigned To:
Category:
-
Target version:
Story points:
-
Release relationship:
Auto

Description

The "My Projects" side bar should be populated with a list of the Arvados git repositories visible to the user.

This requires accessing the Arvados API. Currently, there isn't a formal Javascript SDK, however it can be accessed with typical AJAX requests.

API server request syntax is described here:

http://doc.arvados.org/api/requests.html

The repositories resource is described here:

http://doc.arvados.org/api/methods/repositories.html

When the user clicks on a repository in the projects panel, it should load the contents of the git repository over HTTP and display the tree of files from the master branch.

When the user clicks on a file in the projects panel, it should open the file in a new tab in the content pane.

At least for the initial release, we are using these simplifying assumptions:

  • all CWL workflows are stored in Arvados-hosted git repositories
  • CWL workflows can have references to external tools/workflows in the same git repository+version.
  • arvados git web service is available

The Arvados git web service can authenticate HTTP basic authentication (username "nobdoy", password is api token) as supported by js-git.


Subtasks 7 (0 open7 closed)

Task #12535: ReviewResolvedPeter Amstutz12/05/2017Actions
Task #12828: Fix savingResolvedPeter Amstutz12/05/2017Actions
Task #12829: Load on demandResolvedPeter Amstutz12/05/2017Actions
Task #12830: SpinnerResolvedPeter Amstutz12/05/2017Actions
Task #12831: Refresh buttonResolvedPeter Amstutz12/05/2017Actions
Task #12968: Review 12522-git-refreshResolvedPeter Amstutz12/05/2017Actions
Task #13024: Testing & feedbackClosedBryan Cosca12/05/2017Actions
Actions

Also available in: Atom PDF