You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Implement a lightweight in-memory Gitlab backend for quick proofs of concept/testing
Description of Problem:
The SDLC server integrates with Gitlab. While we do run an instance of Gitlab for integration tests, it is not very lightweight.
It requires Docker and is also very specific to how Docker is being run.
Also, a light weight implementation can be useful for quick proofs of concept.
Potential Solutions:
Solutions include an implementation of the various APIs (like ProjectAPI etc) backed by an in-memory store.
Another option is to use a Git java library to implement a new backend for SDLC.
The text was updated successfully, but these errors were encountered:
Feature Request
Implement a lightweight in-memory Gitlab backend for quick proofs of concept/testing
Description of Problem:
The SDLC server integrates with Gitlab. While we do run an instance of Gitlab for integration tests, it is not very lightweight.
It requires Docker and is also very specific to how Docker is being run.
Also, a light weight implementation can be useful for quick proofs of concept.
Potential Solutions:
Solutions include an implementation of the various APIs (like ProjectAPI etc) backed by an in-memory store.
Another option is to use a Git java library to implement a new backend for SDLC.
The text was updated successfully, but these errors were encountered: