Paul Groves

Results 24 issues of Paul Groves

## Feature Request We should provide a "predictor" function for data-types. Given an input DataFrame the data in each col should be analyzed It's not enough just to say "int",...

core

Decide on best practice 1. Release builds 2. Experimental builds etc

When a repository is added to the git-proxy an admin used can through API and UI 1. Add a registered user as an authorizer (can authorize or reject) 2. Add...

dashboard

Implement developer stats widget on homepage ID | Name | Pushes | Pushes Authorized | Pushes Rejected | Pulls -- | -- | -- | -- | -- | --...

good first issue

Implement graph widgets on the main dashboards *Daily Github pulls* 55% increase in Git pulls today. *Push Authorizations* 20% increase in git-pushes waiting authorization Push Rejections 5% rejection increase

good first issue

For - Open number of Pull requests - Total Pull Requests (all time) - Rejected pushes - Sucsefull pushes Implement service to return stats Implement UI widgets to display stats

good first issue
dashboard

__Take a local repo__ add a remote e.g. git remote add proxy http://localhost:3000/finos/datah.git Make a push through the proxy -- ok ```bash git push proxy ``` __remove the remote __...

bug
protocol

**Synchronous Webhook** Many of the checks a corporation would want to take place in other products (VA scanners, Code Review Evidence etc) We, therefore, need a generic integration pattern -...

plugins

** Problem ** Corporations are going to want a "useful" high-level audit log into a datastore of their choosing. **Current Implementation** https://github.com/pGrovesy/githubproxy/blob/master/lib/processors/audit.js The code simply writes a json file to...

enhancement
dashboard

# Build out documentation website Either through markdown files or pydoc / similar there should be a set of documentation for a github-proxy version To start with we should document...

documentation
good first issue