git-proxy
git-proxy copied to clipboard
Deploy custom push protections and policies on top of Git
See https://www.npmjs.com/package/password-hash Password-hash is used in: - `/src/db/index.js` - `/src/service/passport/local.js`
**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...
**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...
**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...
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...
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...
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...
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...
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...
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...