Feature: Update to JSON Plugin Schema to Support Private Plugin Sources by Bee-Mar · Pull Request #2470 · jetify-com/devbox

added 30 commits

May 24, 2024 22:41
… handle subgroups from gitlab

@Bee-Mar Bee-Mar marked this pull request as ready for review

December 22, 2024 22:40

@Bee-Mar Bee-Mar changed the title Feature: Update to JSON Plugin Schema to Allow Private Sources Feature: Update to JSON Plugin Schema to Support Private Plugin Sources

Dec 22, 2024
Signed-off-by: Brandon Marlowe <bpmarlowe-software@protonmail.com>

@Bee-Mar

…x into feature/json-plugin-schema

@Bee-Mar

@Bee-Mar

@Bee-Mar

@Bee-Mar

@Bee-Mar

Lagoja added a commit that referenced this pull request

Feb 17, 2026
## Summary
Implement Git plugin support for loading plugins from any Git repository
with revision/branch/directory targeting. Extends existing GitHub plugin
functionality to support self-hosted and local Git repositories.
Fix #2048 in a more simple way than #2470 since there is no change in
json schema

## How was it tested?
Manually on a mock project with multiple transport : git+ssh, git+http,
git+file

## Community Contribution License

All community contributions in this pull request are licensed to the
project
maintainers under the terms of the
[Apache 2 License](https://www.apache.org/licenses/LICENSE-2.0).

By creating this pull request, I represent that I have the right to
license the
contributions to the project maintainers under the Apache 2 License as
stated in
the
[Community Contribution
License](https://github.com/jetify-com/opensource/blob/main/CONTRIBUTING.md#community-contribution-license).

---------

Co-authored-by: John Lago <750845+Lagoja@users.noreply.github.com>