git-proxy icon indicating copy to clipboard operation
git-proxy copied to clipboard

Deploy custom push protections and policies on top of Git

Results 107 git-proxy issues
Sort by recently updated
recently updated
newest added

See https://www.npmjs.com/package/password-hash Password-hash is used in: - `/src/db/index.js` - `/src/service/passport/local.js`

good first issue
dependencies
security

**Is your feature request related to a problem? Please describe.** When sharing the codebase on social media websites like LinkedIn, Twitter, Teams, Slack, etc. no image preview appears. This can...

enhancement
help wanted
good first issue
hacktoberfest

**Is your feature request related to a problem? Please describe.** If a user wishes to write business logic using existing libraries in other languages (i.e. Go, Rust), if they target...

enhancement
plugins
citi-hackathon

**Is your feature request related to a problem? Please describe.** When a developer pushes new commits, they are required to subsequently *re-push* their code once it has received approval from...

protocol

Via #379 , the React frontend is no longer able to load correctly. Upon visiting the Git Proxy UI, the following error is logged in the console: ``` git-push.js:4 Uncaught...

bug

Tracking overall enhancements to how the git-proxy application receives its user configurable values. ```[tasklist] ### Tasks - [ ] Allow all user settings to be defined in a JSON file...

enhancement
good first issue
protocol

Hi all! :wave: Given the target use case of git proxy of performing security & compliance policy-based checks, it would be nice to reuse existing policies in Rego with [Open...

enhancement
plugins

The codebase currently has low test coverage. To ensure the stability of the library and speed up pull request reviews, the test coverage should be increased to a common standard...

help wanted
good first issue
citi-hackathon

Due to the fabulous @eddie-knight, GitProxy now has auto releases 💪 As part of #532, generally, all pull requests merged into `main` will result in a new release to GitHub...

good first issue
dependencies

Fix #511 . This is my first stab at adding multi host support to GitProxy. The main idea behind it is: not to lose the original git host during repointing...

fix