Daniel Orner

Results 43 issues of Daniel Orner

It would be great if we could pass extra command-line arguments to Pronto runners. I dived into the code but couldn't find an existing way to do this. For example,...

enhancement

Resolves #3041 ### Description This adds the capability for partners or banks to opt out of child and family requests. I ran out of time before I was able to...

Right now it seems like the repositories used are all or nothing. Our use case for this tool would be more like "add this PR for all repositories that use...

enhancement

If I call `$('#my-table').treetable('removeNode', '45');` where 45 is the last remaining child of a parent, that parent will still show the down arrow after the node is removed. The arrow...

bug

Add YARD comments so we can run `sord` on the codebase. This is using my fork of `sord` that has the `--hide-private` feature: https://github.com/AaronC81/sord/pull/146

We use the schema registry extensively at our company, including in our staging environment. We have over 1,000 schemas in the registry. Trying to find, click and edit a schema...

enhancement

Currently, adding a `@!visibility private` tag does not affect sord's output. This PR adds a `--hide-private` option to not include anything tagged this way. Some examples might be monkey patching...

Resolves #3098 ### Description This introduces the use of the Rolify gem to manage user roles. This replaces the use of the following columns on the users table: * organization_id...

QA

Resolves #3088 ### Description This updates the output of the distribution PDF when there is an associated request. I've done a minor refactor of the LineItem class to accommodate the...

### Is there an existing request for this feature? - [X] I have searched the existing issues ### Is there a pain point in the app driving this feature request?...