Page MenuHomeSoftware Heritage

deploy webapp at http://base.softwareheritage.org
Closed, MigratedEdits Locked

Description

notes:

  • should be SSL-only (for now), and behind the usual HTTP authentication
  • base.swh is a CNAME pointing to moma

Event Timeline

zack assigned this task to ardumont.
zack raised the priority of this task from to Normal.
zack updated the task description. (Show Details)
zack added a project: Developers.
zack added a subscriber: olasd.
  • /revision/<SHA1_GIT>: show commit information
  • /directory/<SHA1_GIT>: show directory information (including ls)
  • /directory/<SHA1_GIT>/path/to/file-or-dir: ditto, but for dir pointed by path
  • /content/[<HASH_ALGO>:]<HASH>: show content information
  • /release/<SHA1_GIT>: show release information
  • /person/<PERSON_ID>: show person information
  • /origin/<ORIGIN_ID>: show origin information
  • /project/<PROJECT_ID>: show project information
  • /organization/<ORGANIZATION_ID>: show organization information
  • /directory/<TIMESTAMP>/<ORIGIN>|/<BRANCH>|/path/to/file-or-dir : show directory information at timestamp/origin/branch
  • /revision/<TIMESTAMP>/<ORIGIN>|/<BRANCH> : show revision information at origin/branch/timestamp
  • /revision/<TIMESTAMP>/<ORIGIN>| : Show all branches of origin at a given timestamp
  • /revision/<TIMESTAMP>/<ORIGIN>|/<BRANCH>| : Show all revisions (~git log) of origin and branch at a given timestamp

And apache through to rSPPROFa11a325c.

The webapp is now deployed and can be updated, when a new package version is published, via puppet agent -t on moma.

olasd changed the visibility from "All Users" to "Public (No Login Required)".May 13 2016, 5:05 PM