Andrew (Paradi) Alexander

Results 123 issues of Andrew (Paradi) Alexander

Currently actions with proto request/response are showing up twice (one for proto content type, one for JSON), but any button clicks manipulate both meaning that the unique tag used to...

frontend

Want to ensure and protect against regressions in the build.gradle configuration that makes the built tab `js` code available and serveable from classpath.

frontend

Currently no way to share a link to a direct Web Action card or to share a search URL (ie. with filter + query encoded in URL). Either would make...

frontend

- [ ] Guice: Show Guice dependency graph - [ ] Leases: Zookeeper lease information - [ ] MySql: Textbox and formatted results below for executing SQL queries on services

frontend

Currently any typing causes a reprocessing of all web action metadata used to render the form UI. We should refactor so that typing only reprocesses an individual web actions' metadata...

frontend

Last public release doesn't include expected web files ``` misk.web.actions.NotFoundAction - Nothing found at /@misk/common/common.js/ misk.web.actions.NotFoundAction - Nothing found at /@misk/core/core.js/ misk.web.actions.NotFoundAction - Nothing found at /@misk/common/styles.css/ misk.web.actions.NotFoundAction - Nothing...

For a basic web action response body that is a `Long`, we could parse this so that the empty ResponseBody box parses to a `Long`. Currently, ResponseBody box is always...

frontend

Tab bindings include the dashboard prefix path hard coded which makes it hard to change dashboard service.

frontend

Currently builds the typed form correctly but sends JSON to the endpoint instead of the web action's proto content type. Either - Add proto encoding support to Web Actions tab...

frontend