transportapi / api-console

A Web Component for an interactive REST console based on RAML files
Other
0 stars 0 forks source link

Upgrade to version 3.0.17 #14

Open mgogov opened 7 years ago

mgogov commented 7 years ago

The source repo, https://github.com/mulesoft/api-console, has reached version 3.0.17 with some notable improvements, such as the ordering of the query string / path segment parameters available in 3.0.17.

I also tried reordering our endpoint definitions alphabetically to address an issue reported by Branden Faulls, which didn't work in our current version but works in 3.0.17.

Seems we've got many reasons to upgrade but I also tried merging 3.0.17 in here and it has merge conflicts which I can't resolve, so I guess @meddle0x53 / @harry-wood can help with that.

harry-wood commented 7 years ago

We've done a bunch of work on merging upstream already but ran into some issues.

There's a pull request & branch with merge conflicts resolved here: https://github.com/transportapi/api-console/pull/12 however annoyingly mulesoft's latest code has lost the permalinks functionality. (More details on this old sprint task: https://github.com/transportapi/sprint-backlog/issues/327 )

I've put a sprint task this time around to test out their 'develop' branch: https://github.com/transportapi/sprint-backlog/issues/650 (maybe it has working permalinks)