Skip to content

Handle Geo node URL parse errors intelligently

Nick Thomas requested to merge (removed):4158-fix-geo-nodes-url into master

What does this MR do?

Stores the geo node URL as a single field in the database rather than as schema, host, port, and relative_url_root

Are there points in the code the reviewer needs to double check?

Why was this MR needed?

Since we no longer have to parse the inputted URL, we can raise errors neatly at validation time, turning 500 pages into rendered errors on the page.

Screenshots (if relevant)

Does this MR meet the acceptance criteria?

What are the relevant issue numbers?

Closes #4158 (closed)

Edited by Nick Thomas

Merge request reports