The GitHub Actions job "Tests" on airflow.git has failed.
Run started by GitHub user ashb (triggered by ashb).

Head commit for run:
7dcc87247878613457a18ff2b3c1ab05b9a0a0ea / Ash Berlin-Taylor <[email protected]>
Use a single http tag to report the server's location to front end, not two

Previously we had both a `<base href="">` tag and a `<meta
name="backend-server-base-url" content="">` tag that contained almost the same
value -- one had a trailing `/` and the other didn't.

That irked me, so I updated things so the XHR requests take the URL based on
the `<base>` tag instead.

In order to make this change I made the following changes:
 - Instead of erroring if the URL does have a trailing `/`, the behaviour is
   now to add it if it's missing. This makes it easier kn users
 - This necessitated updating the Auth Managers to use a proper URL function,
   not string concatenation, to build the URLs

The change to `conf.set` is a side-effect/fix to allow `conf.set("api",
"base_url")` to work -- otherwise it errored with "No section found" with only
the defaults present

Report URL: https://github.com/apache/airflow/actions/runs/13786809941

With regards,
GitHub Actions via GitBox


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to