Andrew (Paradi) Alexander

Results 123 issues of Andrew (Paradi) Alexander

For now, we'll leave the package as `misk` to make this PR easier to land. Follow up PRs can migrate to `wisp` and change package and downstream usages.

Spin up Docker image for `MySql:5.7` by default to replace implicit assumption on local MySql instance. Model after [misk-zookeeper](https://github.com/square/misk/blob/master/misk-zookeeper/src/test/kotlin/misk/clustering/zookeeper/EmbeddedZookeeper.kt) and `vitess/base` Docker use.

hibernate

Allow Misk services to override default tabs with their own versions.

frontend

`pattern("/{path:.*}")`, no WebActionEntry prefix Checks would-be NotFound paths against list of WebProxyEntry or StaticResourceEntry respective of environment (dev vs prod). If there is any prefix match on an entry, forward...

webserver

https://cashapp.github.io/2021-03-26/protoc-gen-grpc-gateway-ts-clean-idiomatic-typescript-for-grpc-gateway

frontend

Attempt to query on an encrypted column throws exception. ``` java.lang.IllegalArgumentException: Unable to locate Attribute with the the given name [address] on this ManagedType [com.squareup.cash.cashidv.models.attempts.DbIdvAttempt] at org.hibernate.metamodel.model.domain.internal.AbstractManagedType.checkNotNull(AbstractManagedType.java:147) at org.hibernate.metamodel.model.domain.internal.AbstractManagedType.getAttribute(AbstractManagedType.java:118) at...

hibernate
frontend

Currently it can take string which is rendered as HTML allowing for manually writing `` but that doesn't take advantage of the soft loading from React Router. If we add...

frontend

For the dropdown menu we already filter out tabs that the caller is not authorized to see. We should do the same for the DashboardNavbarItems to prevent leaking information to...

frontend