-
-
Notifications
You must be signed in to change notification settings - Fork 221
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
!!! FEATURE: Overhaul node uri building #4892
!!! FEATURE: Overhaul node uri building #4892
Commits on May 22, 2024
-
Configuration menu - View commit details
-
Copy full SHA for ba13da3 - Browse repository at this point
Copy the full SHA ba13da3View commit details -
Configuration menu - View commit details
-
Copy full SHA for cf8c35b - Browse repository at this point
Copy the full SHA cf8c35bView commit details -
Configuration menu - View commit details
-
Copy full SHA for c824604 - Browse repository at this point
Copy the full SHA c824604View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9cfc16f - Browse repository at this point
Copy the full SHA 9cfc16fView commit details -
Configuration menu - View commit details
-
Copy full SHA for c1a33c1 - Browse repository at this point
Copy the full SHA c1a33c1View commit details -
TASK: Introduce NodeUri Options in favour of
NodeUriSpecification
The api will be ``` public function uriFor(NodeAddress $nodeAddress, Options $options = null): UriInterface ```
Configuration menu - View commit details
-
Copy full SHA for 754f735 - Browse repository at this point
Copy the full SHA 754f735View commit details
Commits on May 23, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 3ebf6bb - Browse repository at this point
Copy the full SHA 3ebf6bbView commit details
Commits on May 25, 2024
-
TASK: Fix preview uri building to ignore custom options
the custom options will likely be unintended as `uriFor` uses preview uris for non-live uris. Such preview route will likely not exist, and thus it will just provoke hard to debug errors.
Configuration menu - View commit details
-
Copy full SHA for f175873 - Browse repository at this point
Copy the full SHA f175873View commit details -
TASK: Document NodeUriBuilder and align behaviour to flows UriBuilder
- Use flows base uri if configured for sub dir installations - Pass `uriPathPrefix` correctly along when base uri is configured - support for `FLOW_REWRITEURLS === ß` is not planned as this option is to be removed
Configuration menu - View commit details
-
Copy full SHA for e855be8 - Browse repository at this point
Copy the full SHA e855be8View commit details
Commits on May 28, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 47a4a13 - Browse repository at this point
Copy the full SHA 47a4a13View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2c4670c - Browse repository at this point
Copy the full SHA 2c4670cView commit details -
Configuration menu - View commit details
-
Copy full SHA for ceb88ab - Browse repository at this point
Copy the full SHA ceb88abView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2afdf6b - Browse repository at this point
Copy the full SHA 2afdf6bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8887e77 - Browse repository at this point
Copy the full SHA 8887e77View commit details -
Configuration menu - View commit details
-
Copy full SHA for c34eb9b - Browse repository at this point
Copy the full SHA c34eb9bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 95f1c5e - Browse repository at this point
Copy the full SHA 95f1c5eView commit details
Commits on Jun 5, 2024
-
Configuration menu - View commit details
-
Copy full SHA for b08d248 - Browse repository at this point
Copy the full SHA b08d248View commit details
Commits on Jun 14, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 18f8724 - Browse repository at this point
Copy the full SHA 18f8724View commit details -
Configuration menu - View commit details
-
Copy full SHA for f0ba008 - Browse repository at this point
Copy the full SHA f0ba008View commit details
Commits on Jun 16, 2024
-
TASK: Restore feature to keep current format of action request when b…
…uilding uris from Fusion or Fluid The magic of keeping the format either has helped (by knowing it beforehand) or worse lead to confusion and hard to debug uri building errors (the `@format: json` part in the exception dump tends to go unnoticed for the untrained eye) Still for this change it would be cruel to change behaviour like this so we reimplement it.
Configuration menu - View commit details
-
Copy full SHA for 95fa4cb - Browse repository at this point
Copy the full SHA 95fa4cbView commit details -
TASK: Introduce dedicated
Options::withForceAbsolute
The filter like signatures dont feel quite right because they only have one argument ... and its a yagni to add new args
Configuration menu - View commit details
-
Copy full SHA for a69fed4 - Browse repository at this point
Copy the full SHA a69fed4View commit details