Skip to content
Snippets Groups Projects

graphql: Add the /graphql redirection in production

Merged Vincent Sellier requested to merge 4804_graphql_production into staging

Merge request reports

Approved by

Merged by Vincent SellierVincent Sellier 1 year ago (Mar 15, 2023 9:59am UTC)

Merge details

  • Changes merged into staging with 495dc838.
  • Deleted the source branch.

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
  • LGTM, thanks!

  • Nicolas Dandrimont approved this merge request

    approved this merge request

  • Antoine R. Dumont approved this merge request

    approved this merge request

  • Thanks for the validation. I forgot the diff:

    moma
    diff origin/production/moma.softwareheritage.org current/moma.softwareheritage.org
    *******************************************
      Apache::Vhost[archive.softwareheritage.org_non-ssl] =>
       parameters =>
         proxy_pass =>
          - [{"path"=>"/static", "url"=>"!"}, {"path"=>"/robots.txt", "url"=>"!"}, {"path"=>"/favicon.ico", "url"=>"!"}, {"path"=>"/", "url"=>"http://127.0.0.1:5004/"}]
          + [{"path"=>"/static", "url"=>"!"}, {"path"=>"/robots.txt", "url"=>"!"}, {"path"=>"/favicon.ico", "url"=>"!"}, {"url"=>"http://graphql.internal.softwareheritage.org/", "path"=>"/graphql/"}, {"path"=>"/", "url"=>"http://127.0.0.1:5004/"}]
    *******************************************
      Concat::Fragment[archive.softwareheritage.org_non-ssl-proxy] =>
       parameters =>
         content =>
          @@ -9,4 +9,6 @@
             ProxyPass /favicon.ico !
             ProxyPassReverse /favicon.ico !
          +  ProxyPass /graphql/ http://graphql.internal.softwareheritage.org/
          +  ProxyPassReverse /graphql/ http://graphql.internal.softwareheritage.org/
             ProxyPass / http://127.0.0.1:5004/
             ProxyPassReverse / http://127.0.0.1:5004/
    *******************************************
      Concat_fragment[archive.softwareheritage.org_non-ssl-proxy] =>
       parameters =>
         content =>
          @@ -9,4 +9,6 @@
             ProxyPass /favicon.ico !
             ProxyPassReverse /favicon.ico !
          +  ProxyPass /graphql/ http://graphql.internal.softwareheritage.org/
          +  ProxyPassReverse /graphql/ http://graphql.internal.softwareheritage.org/
             ProxyPass / http://127.0.0.1:5004/
             ProxyPassReverse / http://127.0.0.1:5004/
    *******************************************
    *** End octocatalog-diff on moma.softwareheritage.org
    
    staging
    *** Running octocatalog-diff on host webapp.internal.staging.swh.network
    I, [2023-03-15T10:49:20.369946 #127979]  INFO -- : Catalogs compiled for webapp.internal.staging.swh.network
    I, [2023-03-15T10:49:22.242350 #127979]  INFO -- : Diffs computed for webapp.internal.staging.swh.network
    I, [2023-03-15T10:49:22.242445 #127979]  INFO -- : No differences
    *** End octocatalog-diff on webapp.internal.staging.swh.network
    
Please register or sign in to reply
Loading