Merge lp://staging/~bcsaller/juju-gui/routing-hash-query into lp://staging/juju-gui/experimental
Proposed by
Benjamin Saller
Status: | Needs review | ||||
---|---|---|---|---|---|
Proposed branch: | lp://staging/~bcsaller/juju-gui/routing-hash-query | ||||
Merge into: | lp://staging/juju-gui/experimental | ||||
Diff against target: |
185 lines (+89/-16) 2 files modified
app/assets/javascripts/ns-routing-app-extension.js (+71/-16) test/test_routing.js (+18/-0) |
||||
To merge this branch: | bzr merge lp://staging/~bcsaller/juju-gui/routing-hash-query | ||||
Related bugs: |
|
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Juju GUI Hackers | Pending | ||
Review via email: mp+168351@code.staging.launchpad.net |
Description of the change
Better Hash/QS support in router
`parse`, `url` and `combine` deal more gracefully with hash and qs url
options. In the case of combine the incoming url replaces any existing
values in the hash and qs portions of the URL as might be expected. (This
is rather than some artificial merge policy for example).
To post a comment you must log in.
Unmerged revisions
- 715. By Benjamin Saller
-
change hash to split rather than regex style code
- 714. By Benjamin Saller
-
change hash to split rather than regex style code
Reviewers: mp+168351_ code.launchpad. net,
Message:
Please take a look.
Description:
Better Hash/QS support in router
`parse`, `url` and `combine` deal more gracefully with hash and qs url
options. In the case of combine the incoming url replaces any existing
values in the hash and qs portions of the URL as might be expected.
(This
is rather than some artificial merge policy for example).
https:/ /code.launchpad .net/~bcsaller/ juju-gui/ routing- hash-query/ +merge/ 168351
(do not edit description out of merge proposal)
Please review this at https:/ /codereview. appspot. com/9830046/
Affected files: javascripts/ ns-routing- app-extension. js routing. js
A [revision details]
M app/assets/
M test/test_