centraldogma icon indicating copy to clipboard operation
centraldogma copied to clipboard

Redirect an old URL for Git file viewer to new UI

Open ikhoon opened this issue 1 year ago • 0 comments

The URL patterns for UI have been changed for the new web application.

It would be nicer if we could provide automatic redirection for some patterns.

Good candidates:

  • Old) https://dogma.com/#/projects/{project}/repos/{repo}/files/head/{file} New) https://dogma.com/app/projects/{project}/repos/{repo}/files/head/{file}
  • Old) https://dogma.com/#/projects/{project} New) https://dogma.com/app/projects/{project}/
  • Old) https://dogma.com/#/metadata/{project} New) https://dogma.com/app/projects/{project}/settings/

ikhoon avatar Jul 18 '24 06:07 ikhoon