silverstripe / github-issue-search-client

UI for searching Github issues across supported modules (aka Elvis)
https://elvis.silverstripe.org
BSD 3-Clause "New" or "Revised" License
6 stars 6 forks source link

Elvis has too many domains and none of them are good #121

Closed GuySartorelli closed 5 months ago

GuySartorelli commented 1 year ago

Currently elvis has a number of different domains, some of which are even hosting different content:

  1. https://github-issue-search-client-silverstripe.vercel.app/
    • This is what vercel auto-deploys to when stuff is merged in.
  2. https://silverstripe-github-issues.vercel.app/
    • Seems to be using an outdated codebase, so must be hosted separately somewhere
  3. https://silverstripe-github-issues.now.sh/
    • This is what the docs (indirectly, via redirector pages on .org) point to
    • Redirects to 2 above
  4. http://silverstripe-issue-tracker.silverstripe.org/
    • A half decent subdomain which redirects to 1 above.
    • No ssl cert, so https links make the browser grumpy.

Epic

Acceptance Criteria

GuySartorelli commented 5 months ago

Closed as a duplicate of https://github.com/silverstripe/github-issue-search-client/issues/139 which will handle this along with a few other things