git-proxy
git-proxy copied to clipboard
Deploy custom push protections and policies on top of Git
fixes #539 - update PluginLoader to use load-plugin's native Node module resolution. this library already handles loading of files vs modules in node_modules/ so let's use that directly - add...
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [mocha](https://mochajs.org/) ([source](https://togithub.com/mochajs/mocha)) | [`10.5.2` -> `10.6.0`](https://renovatebot.com/diffs/npm/mocha/10.5.2/10.6.0) |...
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [mongodb](https://togithub.com/mongodb/node-mongodb-native) | [`^5.0.0` -> `^6.0.0`](https://renovatebot.com/diffs/npm/mongodb/5.9.2/6.8.0) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/)...
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [eslint-plugin-json](https://togithub.com/azeemba/eslint-plugin-json) | [`^3.1.0` -> `^4.0.0`](https://renovatebot.com/diffs/npm/eslint-plugin-json/3.1.0/4.0.1) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/)...
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [chai-http](https://redirect.github.com/chaijs/chai-http) | [`^4.3.0` -> `^5.0.0`](https://renovatebot.com/diffs/npm/chai-http/4.4.0/5.1.1) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/)...
This PR attempts to resolve this issue [Automatically increment version in package.json on new release 📦](https://github.com/finos/git-proxy/issues/557) . The PR aims at automating the update off the version in pacakge.json 1....
**Is your feature request related to a problem? Please describe.** Currently, all tables are presented in the UI without any form of search, pagination, filtering or ordering capability. This makes...
**Is your feature request related to a problem? Please describe.** Without pagination and search (until #606), it can be painful to locate the clone command/URL on the Repositories page. **Describe...
**Describe the bug** When attempting to push to an empty repository on GitHub, the push of a new branch with an initial commit fails. **To Reproduce** 1. Create a fresh...